namespace BrokerInterfaceIB { partial class ConnectForm { /// /// 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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.labelClientId = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.numericUpDownClientId = new System.Windows.Forms.NumericUpDown(); this.comboBoxTwsConnectionType = new System.Windows.Forms.ComboBox(); this.buttonConnect = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownClientId)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Controls.Add(this.labelClientId, 0, 0); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.numericUpDownClientId, 1, 0); this.tableLayoutPanel1.Controls.Add(this.comboBoxTwsConnectionType, 1, 1); this.tableLayoutPanel1.Location = new System.Drawing.Point(30, 8); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(283, 87); this.tableLayoutPanel1.TabIndex = 0; // // labelClientId // this.labelClientId.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.labelClientId.AutoSize = true; this.labelClientId.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelClientId.Location = new System.Drawing.Point(83, 0); this.labelClientId.Name = "labelClientId"; this.labelClientId.Size = new System.Drawing.Size(55, 43); this.labelClientId.TabIndex = 0; this.labelClientId.Text = "Client Id"; this.labelClientId.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Right))); this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(28, 43); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(110, 44); this.label2.TabIndex = 1; this.label2.Text = "TWS Login Type"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // numericUpDownClientId // this.numericUpDownClientId.Anchor = System.Windows.Forms.AnchorStyles.Left; this.numericUpDownClientId.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.numericUpDownClientId.Location = new System.Drawing.Point(144, 10); this.numericUpDownClientId.Name = "numericUpDownClientId"; this.numericUpDownClientId.Size = new System.Drawing.Size(46, 22); this.numericUpDownClientId.TabIndex = 2; // // comboBoxTwsConnectionType // this.comboBoxTwsConnectionType.Anchor = System.Windows.Forms.AnchorStyles.Left; this.comboBoxTwsConnectionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxTwsConnectionType.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.comboBoxTwsConnectionType.FormattingEnabled = true; this.comboBoxTwsConnectionType.Location = new System.Drawing.Point(143, 54); this.comboBoxTwsConnectionType.Margin = new System.Windows.Forms.Padding(2); this.comboBoxTwsConnectionType.Name = "comboBoxTwsConnectionType"; this.comboBoxTwsConnectionType.Size = new System.Drawing.Size(138, 24); this.comboBoxTwsConnectionType.TabIndex = 3; // // buttonConnect // this.buttonConnect.Location = new System.Drawing.Point(30, 105); this.buttonConnect.Name = "buttonConnect"; this.buttonConnect.Size = new System.Drawing.Size(138, 26); this.buttonConnect.TabIndex = 1; this.buttonConnect.Text = "Connect"; this.buttonConnect.UseVisualStyleBackColor = true; this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(173, 105); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(138, 26); this.buttonCancel.TabIndex = 2; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // ConnectForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(339, 137); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonConnect); this.Controls.Add(this.tableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ConnectForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "TWS Connection Settings"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownClientId)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label labelClientId; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button buttonConnect; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.NumericUpDown numericUpDownClientId; private System.Windows.Forms.ComboBox comboBoxTwsConnectionType; } }