namespace TradeIdeas.TIProGUI.OrderEntry { partial class TimeStopControl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.timTimeStop = new System.Windows.Forms.DateTimePicker(); this.calTimeStop = new System.Windows.Forms.MonthCalendar(); this.btnAddTimeStop = new System.Windows.Forms.Button(); this.btnUpdateTimeStop = new System.Windows.Forms.Button(); this.btnRemoveTimeStop = new System.Windows.Forms.Button(); this.SuspendLayout(); // // timTimeStop // this.timTimeStop.Format = System.Windows.Forms.DateTimePickerFormat.Time; this.timTimeStop.Location = new System.Drawing.Point(9, 174); this.timTimeStop.Name = "timTimeStop"; this.timTimeStop.ShowUpDown = true; this.timTimeStop.Size = new System.Drawing.Size(105, 20); this.timTimeStop.TabIndex = 2; // // calTimeStop // this.calTimeStop.Location = new System.Drawing.Point(9, 9); this.calTimeStop.MaxSelectionCount = 1; this.calTimeStop.Name = "calTimeStop"; this.calTimeStop.TabIndex = 3; // // btnAddTimeStop // this.btnAddTimeStop.BackColor = System.Drawing.SystemColors.Control; this.btnAddTimeStop.FlatAppearance.BorderSize = 0; this.btnAddTimeStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAddTimeStop.ForeColor = System.Drawing.SystemColors.ControlText; this.btnAddTimeStop.Location = new System.Drawing.Point(58, 200); this.btnAddTimeStop.Name = "btnAddTimeStop"; this.btnAddTimeStop.Size = new System.Drawing.Size(119, 23); this.btnAddTimeStop.TabIndex = 6; this.btnAddTimeStop.Text = "Add Time Stop"; this.btnAddTimeStop.UseVisualStyleBackColor = false; this.btnAddTimeStop.Click += new System.EventHandler(this.btnAddTimeStop_Click); // // btnUpdateTimeStop // this.btnUpdateTimeStop.BackColor = System.Drawing.SystemColors.Control; this.btnUpdateTimeStop.FlatAppearance.BorderSize = 0; this.btnUpdateTimeStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnUpdateTimeStop.ForeColor = System.Drawing.SystemColors.ControlText; this.btnUpdateTimeStop.Location = new System.Drawing.Point(9, 200); this.btnUpdateTimeStop.Name = "btnUpdateTimeStop"; this.btnUpdateTimeStop.Size = new System.Drawing.Size(110, 23); this.btnUpdateTimeStop.TabIndex = 7; this.btnUpdateTimeStop.Text = "Update Time Stop"; this.btnUpdateTimeStop.UseVisualStyleBackColor = false; this.btnUpdateTimeStop.Visible = false; this.btnUpdateTimeStop.Click += new System.EventHandler(this.btnUpdateTimeStop_Click); // // btnRemoveTimeStop // this.btnRemoveTimeStop.BackColor = System.Drawing.SystemColors.Control; this.btnRemoveTimeStop.FlatAppearance.BorderSize = 0; this.btnRemoveTimeStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnRemoveTimeStop.ForeColor = System.Drawing.SystemColors.ControlText; this.btnRemoveTimeStop.Location = new System.Drawing.Point(121, 200); this.btnRemoveTimeStop.Name = "btnRemoveTimeStop"; this.btnRemoveTimeStop.Size = new System.Drawing.Size(115, 23); this.btnRemoveTimeStop.TabIndex = 8; this.btnRemoveTimeStop.Text = "Remove Time Stop"; this.btnRemoveTimeStop.UseVisualStyleBackColor = false; this.btnRemoveTimeStop.Visible = false; this.btnRemoveTimeStop.Click += new System.EventHandler(this.btnRemoveTimeStop_Click); // // TimeStopControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.btnRemoveTimeStop); this.Controls.Add(this.btnUpdateTimeStop); this.Controls.Add(this.btnAddTimeStop); this.Controls.Add(this.calTimeStop); this.Controls.Add(this.timTimeStop); this.Name = "TimeStopControl"; this.Size = new System.Drawing.Size(246, 233); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DateTimePicker timTimeStop; private System.Windows.Forms.MonthCalendar calTimeStop; private System.Windows.Forms.Button btnAddTimeStop; private System.Windows.Forms.Button btnUpdateTimeStop; private System.Windows.Forms.Button btnRemoveTimeStop; } }