namespace TradeIdeas.TIProGUI
{
partial class ExternalLinkgEnableErrorForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.btnOk = new System.Windows.Forms.Button();
this.lMsg = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnOk
//
this.btnOk.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOk.Location = new System.Drawing.Point(243, 78);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(85, 23);
this.btnOk.TabIndex = 0;
this.btnOk.Text = "Ok";
this.btnOk.UseVisualStyleBackColor = true;
//
// lMsg
//
this.lMsg.AutoSize = true;
this.lMsg.Location = new System.Drawing.Point(42, 27);
this.lMsg.Name = "lMsg";
this.lMsg.Size = new System.Drawing.Size(35, 13);
this.lMsg.TabIndex = 1;
this.lMsg.Text = "label1";
//
// ExternalLinkgEnableErrorForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(585, 113);
this.Controls.Add(this.lMsg);
this.Controls.Add(this.btnOk);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "ExternalLinkgEnableErrorForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "External Linking - Failed to enable";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.Label lMsg;
}
}