namespace TradeIdeas.TIProGUI.LimitAlerts { partial class LimitAlertCreateForm { /// /// 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.tableLayoutPanelGrid = new System.Windows.Forms.TableLayoutPanel(); this.labelSide = new System.Windows.Forms.Label(); this.labelStatus = new System.Windows.Forms.Label(); this.labelDirection = new System.Windows.Forms.Label(); this.labelNotes = new System.Windows.Forms.Label(); this.textBoxInvalidPrice = new System.Windows.Forms.TextBox(); this.labelInvalidPrice = new System.Windows.Forms.Label(); this.labelExpires = new System.Windows.Forms.Label(); this.labelPrice = new System.Windows.Forms.Label(); this.labelSymbol = new System.Windows.Forms.Label(); this.flowLayoutPanelExpiration = new System.Windows.Forms.FlowLayoutPanel(); this.checkBoxExpiration = new System.Windows.Forms.CheckBox(); this.dateTimePickerExpirationDate = new System.Windows.Forms.DateTimePicker(); this.dateTimePickerExpirationTime = new System.Windows.Forms.DateTimePicker(); this.checkBoxIsLong = new System.Windows.Forms.CheckBox(); this.flowLayoutPanelAlertPrice = new System.Windows.Forms.FlowLayoutPanel(); this.textBoxPrice = new System.Windows.Forms.TextBox(); this.labelCurrentPrice = new System.Windows.Forms.Label(); this.flowLayoutPanelSide = new System.Windows.Forms.FlowLayoutPanel(); this.radioButtonSideLong = new System.Windows.Forms.RadioButton(); this.radioButtonSideShort = new System.Windows.Forms.RadioButton(); this.tableLayoutPanelMain = new System.Windows.Forms.TableLayoutPanel(); this.flowLayoutPanelButtons = new System.Windows.Forms.FlowLayoutPanel(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.checkBoxAfterHours = new System.Windows.Forms.CheckBox(); this.labelAfterHours = new System.Windows.Forms.Label(); this.tableLayoutPanelGrid.SuspendLayout(); this.flowLayoutPanelExpiration.SuspendLayout(); this.flowLayoutPanelAlertPrice.SuspendLayout(); this.flowLayoutPanelSide.SuspendLayout(); this.tableLayoutPanelMain.SuspendLayout(); this.flowLayoutPanelButtons.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanelGrid // this.tableLayoutPanelGrid.ColumnCount = 2; this.tableLayoutPanelGrid.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanelGrid.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelGrid.Controls.Add(this.labelSide, 0, 3); this.tableLayoutPanelGrid.Controls.Add(this.labelStatus, 0, 8); this.tableLayoutPanelGrid.Controls.Add(this.labelDirection, 0, 2); this.tableLayoutPanelGrid.Controls.Add(this.labelNotes, 0, 7); this.tableLayoutPanelGrid.Controls.Add(this.textBoxInvalidPrice, 1, 5); this.tableLayoutPanelGrid.Controls.Add(this.labelInvalidPrice, 0, 5); this.tableLayoutPanelGrid.Controls.Add(this.labelExpires, 0, 4); this.tableLayoutPanelGrid.Controls.Add(this.labelPrice, 0, 1); this.tableLayoutPanelGrid.Controls.Add(this.labelSymbol, 0, 0); this.tableLayoutPanelGrid.Controls.Add(this.flowLayoutPanelExpiration, 1, 4); this.tableLayoutPanelGrid.Controls.Add(this.checkBoxIsLong, 1, 2); this.tableLayoutPanelGrid.Controls.Add(this.flowLayoutPanelAlertPrice, 1, 1); this.tableLayoutPanelGrid.Controls.Add(this.flowLayoutPanelSide, 1, 3); this.tableLayoutPanelGrid.Controls.Add(this.checkBoxAfterHours, 1, 6); this.tableLayoutPanelGrid.Controls.Add(this.labelAfterHours, 0, 6); this.tableLayoutPanelGrid.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelGrid.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelGrid.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelGrid.Name = "tableLayoutPanelGrid"; this.tableLayoutPanelGrid.RowCount = 9; this.tableLayoutPanelGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelGrid.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F)); this.tableLayoutPanelGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelGrid.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelGrid.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelGrid.Size = new System.Drawing.Size(393, 332); this.tableLayoutPanelGrid.TabIndex = 0; // // labelSide // this.labelSide.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelSide.AutoSize = true; this.labelSide.Location = new System.Drawing.Point(4, 74); this.labelSide.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelSide.Name = "labelSide"; this.labelSide.Size = new System.Drawing.Size(35, 25); this.labelSide.TabIndex = 14; this.labelSide.Text = "Side"; this.labelSide.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelStatus // this.tableLayoutPanelGrid.SetColumnSpan(this.labelStatus, 2); this.labelStatus.Dock = System.Windows.Forms.DockStyle.Fill; this.labelStatus.Location = new System.Drawing.Point(4, 316); this.labelStatus.Margin = new System.Windows.Forms.Padding(4, 6, 4, 0); this.labelStatus.Name = "labelStatus"; this.labelStatus.Size = new System.Drawing.Size(385, 16); this.labelStatus.TabIndex = 12; this.labelStatus.Text = "Notes"; this.labelStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelDirection // this.labelDirection.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelDirection.AutoSize = true; this.labelDirection.Location = new System.Drawing.Point(4, 46); this.labelDirection.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelDirection.Name = "labelDirection"; this.labelDirection.Size = new System.Drawing.Size(60, 28); this.labelDirection.TabIndex = 9; this.labelDirection.Text = "Direction"; this.labelDirection.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelNotes // this.labelNotes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.labelNotes.AutoSize = true; this.labelNotes.Location = new System.Drawing.Point(4, 191); this.labelNotes.Margin = new System.Windows.Forms.Padding(4, 6, 4, 0); this.labelNotes.Name = "labelNotes"; this.labelNotes.Size = new System.Drawing.Size(80, 16); this.labelNotes.TabIndex = 8; this.labelNotes.Text = "Notes"; this.labelNotes.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // textBoxInvalidPrice // this.textBoxInvalidPrice.Location = new System.Drawing.Point(92, 133); this.textBoxInvalidPrice.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBoxInvalidPrice.Name = "textBoxInvalidPrice"; this.textBoxInvalidPrice.Size = new System.Drawing.Size(132, 22); this.textBoxInvalidPrice.TabIndex = 7; this.textBoxInvalidPrice.TextChanged += new System.EventHandler(this.textBoxInvalidPrice_TextChanged); // // labelInvalidPrice // this.labelInvalidPrice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelInvalidPrice.AutoSize = true; this.labelInvalidPrice.Location = new System.Drawing.Point(4, 129); this.labelInvalidPrice.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelInvalidPrice.Name = "labelInvalidPrice"; this.labelInvalidPrice.Size = new System.Drawing.Size(80, 30); this.labelInvalidPrice.TabIndex = 6; this.labelInvalidPrice.Text = "Invalid Price"; this.labelInvalidPrice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelExpires // this.labelExpires.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelExpires.AutoSize = true; this.labelExpires.Location = new System.Drawing.Point(4, 99); this.labelExpires.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelExpires.Name = "labelExpires"; this.labelExpires.Size = new System.Drawing.Size(66, 30); this.labelExpires.TabIndex = 4; this.labelExpires.Text = "Expiration"; this.labelExpires.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelPrice // this.labelPrice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelPrice.AutoSize = true; this.labelPrice.Location = new System.Drawing.Point(4, 16); this.labelPrice.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelPrice.Name = "labelPrice"; this.labelPrice.Size = new System.Drawing.Size(68, 30); this.labelPrice.TabIndex = 2; this.labelPrice.Text = "Alert Price"; this.labelPrice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelSymbol // this.labelSymbol.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelSymbol.AutoSize = true; this.labelSymbol.Location = new System.Drawing.Point(4, 0); this.labelSymbol.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelSymbol.Name = "labelSymbol"; this.labelSymbol.Size = new System.Drawing.Size(53, 16); this.labelSymbol.TabIndex = 0; this.labelSymbol.Text = "Symbol"; this.labelSymbol.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // flowLayoutPanelExpiration // this.flowLayoutPanelExpiration.AutoSize = true; this.flowLayoutPanelExpiration.Controls.Add(this.checkBoxExpiration); this.flowLayoutPanelExpiration.Controls.Add(this.dateTimePickerExpirationDate); this.flowLayoutPanelExpiration.Controls.Add(this.dateTimePickerExpirationTime); this.flowLayoutPanelExpiration.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanelExpiration.Location = new System.Drawing.Point(88, 99); this.flowLayoutPanelExpiration.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanelExpiration.Name = "flowLayoutPanelExpiration"; this.flowLayoutPanelExpiration.Size = new System.Drawing.Size(305, 30); this.flowLayoutPanelExpiration.TabIndex = 5; this.flowLayoutPanelExpiration.TabStop = true; // // checkBoxExpiration // this.checkBoxExpiration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.checkBoxExpiration.AutoSize = true; this.checkBoxExpiration.Location = new System.Drawing.Point(4, 4); this.checkBoxExpiration.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxExpiration.Name = "checkBoxExpiration"; this.checkBoxExpiration.Size = new System.Drawing.Size(18, 22); this.checkBoxExpiration.TabIndex = 0; this.checkBoxExpiration.UseVisualStyleBackColor = true; this.checkBoxExpiration.CheckedChanged += new System.EventHandler(this.checkBoxExpiration_CheckedChanged); // // dateTimePickerExpirationDate // this.dateTimePickerExpirationDate.Format = System.Windows.Forms.DateTimePickerFormat.Short; this.dateTimePickerExpirationDate.Location = new System.Drawing.Point(30, 4); this.dateTimePickerExpirationDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.dateTimePickerExpirationDate.Name = "dateTimePickerExpirationDate"; this.dateTimePickerExpirationDate.Size = new System.Drawing.Size(125, 22); this.dateTimePickerExpirationDate.TabIndex = 1; this.dateTimePickerExpirationDate.TabStop = false; this.dateTimePickerExpirationDate.ValueChanged += new System.EventHandler(this.dateTimePickerExpirationDate_ValueChanged); // // dateTimePickerExpirationTime // this.dateTimePickerExpirationTime.Format = System.Windows.Forms.DateTimePickerFormat.Time; this.dateTimePickerExpirationTime.Location = new System.Drawing.Point(163, 4); this.dateTimePickerExpirationTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.dateTimePickerExpirationTime.Name = "dateTimePickerExpirationTime"; this.dateTimePickerExpirationTime.ShowUpDown = true; this.dateTimePickerExpirationTime.Size = new System.Drawing.Size(116, 22); this.dateTimePickerExpirationTime.TabIndex = 2; this.dateTimePickerExpirationTime.TabStop = false; this.dateTimePickerExpirationTime.ValueChanged += new System.EventHandler(this.dateTimePickerExpirationTime_ValueChanged); // // checkBoxIsLong // this.checkBoxIsLong.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.checkBoxIsLong.AutoSize = true; this.checkBoxIsLong.Checked = true; this.checkBoxIsLong.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxIsLong.Location = new System.Drawing.Point(92, 50); this.checkBoxIsLong.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxIsLong.Name = "checkBoxIsLong"; this.checkBoxIsLong.Size = new System.Drawing.Size(176, 20); this.checkBoxIsLong.TabIndex = 10; this.checkBoxIsLong.Text = "(Price rises to alert price)"; this.checkBoxIsLong.UseVisualStyleBackColor = true; this.checkBoxIsLong.CheckedChanged += new System.EventHandler(this.checkBoxIsLong_CheckedChanged); // // flowLayoutPanelAlertPrice // this.flowLayoutPanelAlertPrice.AutoSize = true; this.flowLayoutPanelAlertPrice.Controls.Add(this.textBoxPrice); this.flowLayoutPanelAlertPrice.Controls.Add(this.labelCurrentPrice); this.flowLayoutPanelAlertPrice.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanelAlertPrice.Location = new System.Drawing.Point(88, 16); this.flowLayoutPanelAlertPrice.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanelAlertPrice.Name = "flowLayoutPanelAlertPrice"; this.flowLayoutPanelAlertPrice.Size = new System.Drawing.Size(305, 30); this.flowLayoutPanelAlertPrice.TabIndex = 13; this.flowLayoutPanelAlertPrice.TabStop = true; // // textBoxPrice // this.textBoxPrice.Location = new System.Drawing.Point(4, 4); this.textBoxPrice.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBoxPrice.Name = "textBoxPrice"; this.textBoxPrice.Size = new System.Drawing.Size(79, 22); this.textBoxPrice.TabIndex = 0; this.textBoxPrice.TextChanged += new System.EventHandler(this.textBoxPrice_TextChanged); // // labelCurrentPrice // this.labelCurrentPrice.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelCurrentPrice.AutoSize = true; this.labelCurrentPrice.Location = new System.Drawing.Point(91, 0); this.labelCurrentPrice.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelCurrentPrice.Name = "labelCurrentPrice"; this.labelCurrentPrice.Size = new System.Drawing.Size(0, 30); this.labelCurrentPrice.TabIndex = 1; this.labelCurrentPrice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // flowLayoutPanelSide // this.flowLayoutPanelSide.AutoSize = true; this.flowLayoutPanelSide.Controls.Add(this.radioButtonSideLong); this.flowLayoutPanelSide.Controls.Add(this.radioButtonSideShort); this.flowLayoutPanelSide.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanelSide.Location = new System.Drawing.Point(88, 74); this.flowLayoutPanelSide.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanelSide.Name = "flowLayoutPanelSide"; this.flowLayoutPanelSide.Size = new System.Drawing.Size(305, 25); this.flowLayoutPanelSide.TabIndex = 15; // // radioButtonSideLong // this.radioButtonSideLong.AutoSize = true; this.radioButtonSideLong.Location = new System.Drawing.Point(4, 4); this.radioButtonSideLong.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.radioButtonSideLong.Name = "radioButtonSideLong"; this.radioButtonSideLong.Size = new System.Drawing.Size(58, 20); this.radioButtonSideLong.TabIndex = 0; this.radioButtonSideLong.TabStop = true; this.radioButtonSideLong.Text = "Long"; this.radioButtonSideLong.UseVisualStyleBackColor = true; // // radioButtonSideShort // this.radioButtonSideShort.AutoSize = true; this.radioButtonSideShort.Location = new System.Drawing.Point(79, 4); this.radioButtonSideShort.Margin = new System.Windows.Forms.Padding(13, 4, 4, 4); this.radioButtonSideShort.Name = "radioButtonSideShort"; this.radioButtonSideShort.Size = new System.Drawing.Size(59, 20); this.radioButtonSideShort.TabIndex = 1; this.radioButtonSideShort.TabStop = true; this.radioButtonSideShort.Text = "Short"; this.radioButtonSideShort.UseVisualStyleBackColor = true; // // tableLayoutPanelMain // this.tableLayoutPanelMain.ColumnCount = 1; this.tableLayoutPanelMain.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelMain.Controls.Add(this.tableLayoutPanelGrid, 0, 0); this.tableLayoutPanelMain.Controls.Add(this.flowLayoutPanelButtons, 0, 1); this.tableLayoutPanelMain.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanelMain.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanelMain.Margin = new System.Windows.Forms.Padding(0); this.tableLayoutPanelMain.Name = "tableLayoutPanelMain"; this.tableLayoutPanelMain.RowCount = 2; this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanelMain.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanelMain.Size = new System.Drawing.Size(393, 368); this.tableLayoutPanelMain.TabIndex = 1; // // flowLayoutPanelButtons // this.flowLayoutPanelButtons.AutoSize = true; this.flowLayoutPanelButtons.Controls.Add(this.buttonSave); this.flowLayoutPanelButtons.Controls.Add(this.buttonCancel); this.flowLayoutPanelButtons.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanelButtons.Location = new System.Drawing.Point(0, 332); this.flowLayoutPanelButtons.Margin = new System.Windows.Forms.Padding(0); this.flowLayoutPanelButtons.Name = "flowLayoutPanelButtons"; this.flowLayoutPanelButtons.Size = new System.Drawing.Size(393, 36); this.flowLayoutPanelButtons.TabIndex = 1; // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(4, 4); this.buttonSave.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(100, 28); this.buttonSave.TabIndex = 0; this.buttonSave.Text = "Save"; this.buttonSave.UseVisualStyleBackColor = true; this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click); // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(112, 4); this.buttonCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(100, 28); this.buttonCancel.TabIndex = 1; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // checkBoxAfterHours // this.checkBoxAfterHours.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.checkBoxAfterHours.AutoSize = true; this.checkBoxAfterHours.Checked = true; this.checkBoxAfterHours.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxAfterHours.Location = new System.Drawing.Point(91, 162); this.checkBoxAfterHours.Name = "checkBoxAfterHours"; this.checkBoxAfterHours.Size = new System.Drawing.Size(167, 20); this.checkBoxAfterHours.TabIndex = 16; this.checkBoxAfterHours.Text = "Trigger alert after hours"; this.checkBoxAfterHours.UseVisualStyleBackColor = true; // // labelAfterHours // this.labelAfterHours.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.labelAfterHours.AutoSize = true; this.labelAfterHours.Location = new System.Drawing.Point(4, 159); this.labelAfterHours.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelAfterHours.Name = "labelAfterHours"; this.labelAfterHours.Size = new System.Drawing.Size(73, 26); this.labelAfterHours.TabIndex = 17; this.labelAfterHours.Text = "After Hours"; this.labelAfterHours.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // LimitAlertCreateForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(393, 368); this.Controls.Add(this.tableLayoutPanelMain); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "LimitAlertCreateForm"; this.Text = "Create Price Alert"; this.tableLayoutPanelGrid.ResumeLayout(false); this.tableLayoutPanelGrid.PerformLayout(); this.flowLayoutPanelExpiration.ResumeLayout(false); this.flowLayoutPanelExpiration.PerformLayout(); this.flowLayoutPanelAlertPrice.ResumeLayout(false); this.flowLayoutPanelAlertPrice.PerformLayout(); this.flowLayoutPanelSide.ResumeLayout(false); this.flowLayoutPanelSide.PerformLayout(); this.tableLayoutPanelMain.ResumeLayout(false); this.tableLayoutPanelMain.PerformLayout(); this.flowLayoutPanelButtons.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanelGrid; private System.Windows.Forms.Label labelExpires; private System.Windows.Forms.TextBox textBoxPrice; private System.Windows.Forms.Label labelPrice; private System.Windows.Forms.Label labelSymbol; private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMain; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelButtons; private System.Windows.Forms.Button buttonSave; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Label labelNotes; private System.Windows.Forms.TextBox textBoxInvalidPrice; private System.Windows.Forms.Label labelInvalidPrice; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelExpiration; private System.Windows.Forms.DateTimePicker dateTimePickerExpirationDate; private System.Windows.Forms.DateTimePicker dateTimePickerExpirationTime; private System.Windows.Forms.CheckBox checkBoxExpiration; private System.Windows.Forms.Label labelDirection; private System.Windows.Forms.CheckBox checkBoxIsLong; private System.Windows.Forms.Label labelStatus; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelAlertPrice; private System.Windows.Forms.Label labelCurrentPrice; private System.Windows.Forms.Label labelSide; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelSide; private System.Windows.Forms.RadioButton radioButtonSideLong; private System.Windows.Forms.RadioButton radioButtonSideShort; private System.Windows.Forms.CheckBox checkBoxAfterHours; private System.Windows.Forms.Label labelAfterHours; } }