namespace TradeIdeas.TIProGUI { partial class ExternalLinkAddForm { /// /// 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.buttonOk = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.checkBoxAlternateMethod = new System.Windows.Forms.CheckBox(); this.checkBoxBeginningIsCutoff = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.labelCurrentLinkedWindow = new System.Windows.Forms.Label(); this.labelInstructions = new System.Windows.Forms.Label(); this.comboBoxRule = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // buttonOk // this.buttonOk.Enabled = false; this.buttonOk.Location = new System.Drawing.Point(12, 132); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(75, 23); this.buttonOk.TabIndex = 1; this.buttonOk.Text = "OK"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(93, 132); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(75, 23); this.buttonCancel.TabIndex = 2; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // checkBoxAlternateMethod // this.checkBoxAlternateMethod.AutoSize = true; this.checkBoxAlternateMethod.Enabled = false; this.checkBoxAlternateMethod.Location = new System.Drawing.Point(134, 81); this.checkBoxAlternateMethod.Name = "checkBoxAlternateMethod"; this.checkBoxAlternateMethod.Size = new System.Drawing.Size(129, 17); this.checkBoxAlternateMethod.TabIndex = 3; this.checkBoxAlternateMethod.Text = "Use Alternate Method"; this.checkBoxAlternateMethod.UseVisualStyleBackColor = true; // // checkBoxBeginningIsCutoff // this.checkBoxBeginningIsCutoff.AutoSize = true; this.checkBoxBeginningIsCutoff.Enabled = false; this.checkBoxBeginningIsCutoff.Location = new System.Drawing.Point(12, 81); this.checkBoxBeginningIsCutoff.Name = "checkBoxBeginningIsCutoff"; this.checkBoxBeginningIsCutoff.Size = new System.Drawing.Size(116, 17); this.checkBoxBeginningIsCutoff.TabIndex = 4; this.checkBoxBeginningIsCutoff.Text = "Beginning is cut off"; this.checkBoxBeginningIsCutoff.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 45); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(121, 13); this.label1.TabIndex = 5; this.label1.Text = "Current Linked Window:"; // // labelCurrentLinkedWindow // this.labelCurrentLinkedWindow.AutoSize = true; this.labelCurrentLinkedWindow.Location = new System.Drawing.Point(9, 62); this.labelCurrentLinkedWindow.Name = "labelCurrentLinkedWindow"; this.labelCurrentLinkedWindow.Size = new System.Drawing.Size(39, 13); this.labelCurrentLinkedWindow.TabIndex = 6; this.labelCurrentLinkedWindow.Text = "(None)"; // // labelInstructions // this.labelInstructions.AutoSize = true; this.labelInstructions.Location = new System.Drawing.Point(9, 9); this.labelInstructions.Name = "labelInstructions"; this.labelInstructions.Size = new System.Drawing.Size(233, 13); this.labelInstructions.TabIndex = 7; this.labelInstructions.Text = "Hold down shift key and click on target window."; // // comboBoxRule // this.comboBoxRule.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxRule.Enabled = false; this.comboBoxRule.FormattingEnabled = true; this.comboBoxRule.Location = new System.Drawing.Point(51, 104); this.comboBoxRule.Name = "comboBoxRule"; this.comboBoxRule.Size = new System.Drawing.Size(149, 21); this.comboBoxRule.TabIndex = 8; this.comboBoxRule.SelectedIndexChanged += new System.EventHandler(this.comboBoxRule_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(13, 107); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(32, 13); this.label2.TabIndex = 9; this.label2.Text = "Rule:"; // // ExternalLinkAddForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(336, 162); this.Controls.Add(this.label2); this.Controls.Add(this.comboBoxRule); this.Controls.Add(this.labelInstructions); this.Controls.Add(this.labelCurrentLinkedWindow); this.Controls.Add(this.label1); this.Controls.Add(this.checkBoxBeginningIsCutoff); this.Controls.Add(this.checkBoxAlternateMethod); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOk); this.Name = "ExternalLinkAddForm"; this.Text = "Add External Link"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ExternalLinkAddForm_FormClosing); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.CheckBox checkBoxAlternateMethod; private System.Windows.Forms.CheckBox checkBoxBeginningIsCutoff; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label labelCurrentLinkedWindow; private System.Windows.Forms.Label labelInstructions; private System.Windows.Forms.ComboBox comboBoxRule; private System.Windows.Forms.Label label2; } }