namespace TIProAutoTradeExtension { partial class AllocationForm { /// /// 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.comboBoxBrokers = new System.Windows.Forms.ComboBox(); this.labelBroker = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.labelAllocationType = new System.Windows.Forms.Label(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.radioButtonUseAccounts = new System.Windows.Forms.RadioButton(); this.radioButtonUseProfiles = new System.Windows.Forms.RadioButton(); this.label2 = new System.Windows.Forms.Label(); this.comboBoxAccounts = new System.Windows.Forms.ComboBox(); this.comboBoxProfiles = new System.Windows.Forms.ComboBox(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // comboBoxBrokers // this.comboBoxBrokers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxBrokers.FormattingEnabled = true; this.comboBoxBrokers.Location = new System.Drawing.Point(141, 6); this.comboBoxBrokers.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); this.comboBoxBrokers.Name = "comboBoxBrokers"; this.comboBoxBrokers.Size = new System.Drawing.Size(136, 21); this.comboBoxBrokers.TabIndex = 0; this.comboBoxBrokers.Visible = false; // // labelBroker // this.labelBroker.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelBroker.AutoSize = true; this.labelBroker.Location = new System.Drawing.Point(94, 10); this.labelBroker.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelBroker.Name = "labelBroker"; this.labelBroker.Size = new System.Drawing.Size(38, 13); this.labelBroker.TabIndex = 1; this.labelBroker.Text = "Broker"; this.labelBroker.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.labelBroker.Visible = false; // // tableLayoutPanel1 // this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60F)); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 2); this.tableLayoutPanel1.Controls.Add(this.labelBroker, 0, 0); this.tableLayoutPanel1.Controls.Add(this.comboBoxBrokers, 1, 0); this.tableLayoutPanel1.Controls.Add(this.labelAllocationType, 0, 1); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 1); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 3); this.tableLayoutPanel1.Controls.Add(this.comboBoxAccounts, 1, 2); this.tableLayoutPanel1.Controls.Add(this.comboBoxProfiles, 1, 3); this.tableLayoutPanel1.Location = new System.Drawing.Point(8, 8); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 5; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 13F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(337, 133); this.tableLayoutPanel1.TabIndex = 2; // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(85, 72); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(47, 13); this.label1.TabIndex = 5; this.label1.Text = "Account"; // // labelAllocationType // this.labelAllocationType.Anchor = System.Windows.Forms.AnchorStyles.Right; this.labelAllocationType.AutoSize = true; this.labelAllocationType.Location = new System.Drawing.Point(52, 41); this.labelAllocationType.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.labelAllocationType.Name = "labelAllocationType"; this.labelAllocationType.Size = new System.Drawing.Size(80, 13); this.labelAllocationType.TabIndex = 2; this.labelAllocationType.Text = "Allocation Type"; // // flowLayoutPanel1 // this.flowLayoutPanel1.AutoSize = true; this.flowLayoutPanel1.Controls.Add(this.radioButtonUseAccounts); this.flowLayoutPanel1.Controls.Add(this.radioButtonUseProfiles); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.Location = new System.Drawing.Point(134, 33); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(203, 29); this.flowLayoutPanel1.TabIndex = 4; // // radioButtonUseAccounts // this.radioButtonUseAccounts.AutoSize = true; this.radioButtonUseAccounts.Checked = true; this.radioButtonUseAccounts.Location = new System.Drawing.Point(7, 6); this.radioButtonUseAccounts.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); this.radioButtonUseAccounts.Name = "radioButtonUseAccounts"; this.radioButtonUseAccounts.Size = new System.Drawing.Size(65, 17); this.radioButtonUseAccounts.TabIndex = 0; this.radioButtonUseAccounts.TabStop = true; this.radioButtonUseAccounts.Text = "Account"; this.radioButtonUseAccounts.UseVisualStyleBackColor = true; this.radioButtonUseAccounts.CheckedChanged += new System.EventHandler(this.radioButtonUseAccounts_CheckedChanged); // // radioButtonUseProfiles // this.radioButtonUseProfiles.AutoSize = true; this.radioButtonUseProfiles.Location = new System.Drawing.Point(86, 6); this.radioButtonUseProfiles.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); this.radioButtonUseProfiles.Name = "radioButtonUseProfiles"; this.radioButtonUseProfiles.Size = new System.Drawing.Size(103, 17); this.radioButtonUseProfiles.TabIndex = 1; this.radioButtonUseProfiles.Text = "Allocation Profile"; this.radioButtonUseProfiles.UseVisualStyleBackColor = true; // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(47, 105); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(85, 13); this.label2.TabIndex = 6; this.label2.Text = "Allocation Profile"; // // comboBoxAccounts // this.comboBoxAccounts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxAccounts.FormattingEnabled = true; this.comboBoxAccounts.Location = new System.Drawing.Point(141, 68); this.comboBoxAccounts.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); this.comboBoxAccounts.Name = "comboBoxAccounts"; this.comboBoxAccounts.Size = new System.Drawing.Size(173, 21); this.comboBoxAccounts.TabIndex = 3; // // comboBoxProfiles // this.comboBoxProfiles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxProfiles.FormattingEnabled = true; this.comboBoxProfiles.Location = new System.Drawing.Point(141, 101); this.comboBoxProfiles.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6); this.comboBoxProfiles.Name = "comboBoxProfiles"; this.comboBoxProfiles.Size = new System.Drawing.Size(173, 21); this.comboBoxProfiles.TabIndex = 7; // // buttonSave // this.buttonSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonSave.Location = new System.Drawing.Point(223, 151); this.buttonSave.Margin = new System.Windows.Forms.Padding(2); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(54, 21); this.buttonSave.TabIndex = 3; this.buttonSave.Text = "Save"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.Location = new System.Drawing.Point(289, 151); this.buttonCancel.Margin = new System.Windows.Forms.Padding(2); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(54, 21); this.buttonCancel.TabIndex = 4; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // AllocationForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(351, 180); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.tableLayoutPanel1); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "AllocationForm"; this.Text = "Accounts"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox comboBoxBrokers; private System.Windows.Forms.Label labelBroker; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label labelAllocationType; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.RadioButton radioButtonUseAccounts; private System.Windows.Forms.RadioButton radioButtonUseProfiles; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox comboBoxAccounts; private System.Windows.Forms.ComboBox comboBoxProfiles; private System.Windows.Forms.Button buttonSave; private System.Windows.Forms.Button buttonCancel; } }