namespace TradeIdeas.TIProGUI { partial class SymbolLinkingForm { /// /// 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.grpSendSymbolTo = new System.Windows.Forms.GroupBox(); this.cboSendSymbolTo = new System.Windows.Forms.ComboBox(); this.lblListName = new System.Windows.Forms.Label(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.grpSendSymbolTo.SuspendLayout(); this.SuspendLayout(); // // grpSendSymbolTo // this.grpSendSymbolTo.Controls.Add(this.cboSendSymbolTo); this.grpSendSymbolTo.Controls.Add(this.lblListName); this.grpSendSymbolTo.Location = new System.Drawing.Point(13, 10); this.grpSendSymbolTo.Name = "grpSendSymbolTo"; this.grpSendSymbolTo.Size = new System.Drawing.Size(281, 81); this.grpSendSymbolTo.TabIndex = 2; this.grpSendSymbolTo.TabStop = false; this.grpSendSymbolTo.Text = "Send symbol to"; // // cboSendSymbolTo // this.cboSendSymbolTo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboSendSymbolTo.FormattingEnabled = true; this.cboSendSymbolTo.Location = new System.Drawing.Point(114, 37); this.cboSendSymbolTo.Name = "cboSendSymbolTo"; this.cboSendSymbolTo.Size = new System.Drawing.Size(151, 21); this.cboSendSymbolTo.TabIndex = 1; // // lblListName // this.lblListName.AutoSize = true; this.lblListName.Location = new System.Drawing.Point(17, 40); this.lblListName.Name = "lblListName"; this.lblListName.Size = new System.Drawing.Size(57, 13); this.lblListName.TabIndex = 0; this.lblListName.Text = "List Name:"; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCancel.Location = new System.Drawing.Point(157, 113); this.btnCancel.Margin = new System.Windows.Forms.Padding(4); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(78, 28); this.btnCancel.TabIndex = 5; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnOK.Location = new System.Drawing.Point(68, 113); this.btnOK.Margin = new System.Windows.Forms.Padding(4); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(78, 28); this.btnOK.TabIndex = 4; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // SymbolLinkingForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(318, 151); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.grpSendSymbolTo); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MaximumSize = new System.Drawing.Size(404, 179); this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(324, 179); this.Name = "SymbolLinkingForm"; this.Text = "Symbol Linking"; this.Shown += new System.EventHandler(this.SymbolLinkingForm_Shown); this.grpSendSymbolTo.ResumeLayout(false); this.grpSendSymbolTo.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox grpSendSymbolTo; private System.Windows.Forms.ComboBox cboSendSymbolTo; private System.Windows.Forms.Label lblListName; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnOK; } }