namespace Step.UI { partial class ResetSpindleForm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ResetSpindleForm)); this.Panel1 = new System.Windows.Forms.Panel(); this.textBoxHours = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.comboBoxSpindle = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.TextBox_Password = new System.Windows.Forms.TextBox(); this.Label_NewPassword = new System.Windows.Forms.Label(); this.TableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.OK_Pwd_Button = new System.Windows.Forms.Button(); this.Panel1.SuspendLayout(); this.TableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // Panel1 // this.Panel1.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.Panel1.BackColor = System.Drawing.Color.White; this.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.Panel1.Controls.Add(this.textBoxHours); this.Panel1.Controls.Add(this.label2); this.Panel1.Controls.Add(this.comboBoxSpindle); this.Panel1.Controls.Add(this.label1); this.Panel1.Controls.Add(this.TextBox_Password); this.Panel1.Controls.Add(this.Label_NewPassword); this.Panel1.Location = new System.Drawing.Point(-6, -2); this.Panel1.Name = "Panel1"; this.Panel1.Size = new System.Drawing.Size(327, 118); this.Panel1.TabIndex = 4; // // textBoxHours // this.textBoxHours.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBoxHours.Location = new System.Drawing.Point(115, 44); this.textBoxHours.Name = "textBoxHours"; this.textBoxHours.ReadOnly = true; this.textBoxHours.Size = new System.Drawing.Size(186, 26); this.textBoxHours.TabIndex = 11; this.textBoxHours.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(63, 47); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(43, 18); this.label2.TabIndex = 12; this.label2.Tag = "Password"; this.label2.Text = "Value"; // // comboBoxSpindle // this.comboBoxSpindle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxSpindle.Font = new System.Drawing.Font("Tahoma", 11.25F); this.comboBoxSpindle.FormattingEnabled = true; this.comboBoxSpindle.Items.AddRange(new object[] { "Select Heads...", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20"}); this.comboBoxSpindle.Location = new System.Drawing.Point(116, 12); this.comboBoxSpindle.Name = "comboBoxSpindle"; this.comboBoxSpindle.Size = new System.Drawing.Size(185, 26); this.comboBoxSpindle.TabIndex = 10; this.comboBoxSpindle.SelectedIndexChanged += new System.EventHandler(this.comboBoxSpindle_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(67, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(42, 18); this.label1.TabIndex = 9; this.label1.Tag = "Password"; this.label1.Text = "Head"; // // TextBox_Password // this.TextBox_Password.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.TextBox_Password.Location = new System.Drawing.Point(115, 76); this.TextBox_Password.Name = "TextBox_Password"; this.TextBox_Password.PasswordChar = '*'; this.TextBox_Password.Size = new System.Drawing.Size(186, 26); this.TextBox_Password.TabIndex = 1; this.TextBox_Password.UseSystemPasswordChar = true; this.TextBox_Password.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox_Password_KeyDown); // // Label_NewPassword // this.Label_NewPassword.AutoSize = true; this.Label_NewPassword.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Label_NewPassword.Location = new System.Drawing.Point(40, 79); this.Label_NewPassword.Name = "Label_NewPassword"; this.Label_NewPassword.Size = new System.Drawing.Size(69, 18); this.Label_NewPassword.TabIndex = 7; this.Label_NewPassword.Tag = "Password"; this.Label_NewPassword.Text = "Password"; // // TableLayoutPanel1 // this.TableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 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.OK_Pwd_Button, 1, 0); this.TableLayoutPanel1.Location = new System.Drawing.Point(79, 127); this.TableLayoutPanel1.Name = "TableLayoutPanel1"; this.TableLayoutPanel1.RowCount = 1; 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.Absolute, 46F)); this.TableLayoutPanel1.Size = new System.Drawing.Size(219, 46); this.TableLayoutPanel1.TabIndex = 3; // // OK_Pwd_Button // this.OK_Pwd_Button.Anchor = System.Windows.Forms.AnchorStyles.None; this.OK_Pwd_Button.Location = new System.Drawing.Point(112, 3); this.OK_Pwd_Button.Name = "OK_Pwd_Button"; this.OK_Pwd_Button.Size = new System.Drawing.Size(103, 39); this.OK_Pwd_Button.TabIndex = 5; this.OK_Pwd_Button.Text = "Reset"; this.OK_Pwd_Button.Click += new System.EventHandler(this.OK_Pwd_Button_Click); // // ResetSpindleForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(310, 185); this.Controls.Add(this.Panel1); this.Controls.Add(this.TableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ResetSpindleForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Reset Spindle Active Time"; this.Load += new System.EventHandler(this.PasswordForm_Load); this.Panel1.ResumeLayout(false); this.Panel1.PerformLayout(); this.TableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion internal System.Windows.Forms.Panel Panel1; internal System.Windows.Forms.TextBox TextBox_Password; internal System.Windows.Forms.Label Label_NewPassword; internal System.Windows.Forms.TableLayoutPanel TableLayoutPanel1; internal System.Windows.Forms.Button OK_Pwd_Button; private System.Windows.Forms.ComboBox comboBoxSpindle; internal System.Windows.Forms.Label label1; internal System.Windows.Forms.TextBox textBoxHours; internal System.Windows.Forms.Label label2; } }