First Commit. Must be tested
This commit is contained in:
+212
@@ -0,0 +1,212 @@
|
||||
namespace Step.UI
|
||||
{
|
||||
partial class ResetMachineHoursForm
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ResetMachineHoursForm));
|
||||
this.Panel1 = new System.Windows.Forms.Panel();
|
||||
this.labelValue = new System.Windows.Forms.Label();
|
||||
this.textBoxNewVal = new System.Windows.Forms.TextBox();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.textBoxHours = new System.Windows.Forms.TextBox();
|
||||
this.label2 = 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.Reload_Button = new System.Windows.Forms.Button();
|
||||
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.labelValue);
|
||||
this.Panel1.Controls.Add(this.textBoxNewVal);
|
||||
this.Panel1.Controls.Add(this.label3);
|
||||
this.Panel1.Controls.Add(this.textBoxHours);
|
||||
this.Panel1.Controls.Add(this.label2);
|
||||
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, 136);
|
||||
this.Panel1.TabIndex = 4;
|
||||
//
|
||||
// labelValue
|
||||
//
|
||||
this.labelValue.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.labelValue.Location = new System.Drawing.Point(116, 36);
|
||||
this.labelValue.Name = "labelValue";
|
||||
this.labelValue.Size = new System.Drawing.Size(186, 26);
|
||||
this.labelValue.TabIndex = 15;
|
||||
this.labelValue.Tag = "Password";
|
||||
this.labelValue.Text = "Actual Value";
|
||||
this.labelValue.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
||||
//
|
||||
// textBoxNewVal
|
||||
//
|
||||
this.textBoxNewVal.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.textBoxNewVal.Location = new System.Drawing.Point(116, 65);
|
||||
this.textBoxNewVal.Name = "textBoxNewVal";
|
||||
this.textBoxNewVal.Size = new System.Drawing.Size(186, 26);
|
||||
this.textBoxNewVal.TabIndex = 13;
|
||||
this.textBoxNewVal.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||||
//
|
||||
// label3
|
||||
//
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.label3.Location = new System.Drawing.Point(34, 68);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new System.Drawing.Size(76, 18);
|
||||
this.label3.TabIndex = 14;
|
||||
this.label3.Tag = "Password";
|
||||
this.label3.Text = "New Value";
|
||||
//
|
||||
// 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(116, 7);
|
||||
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(23, 10);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(87, 18);
|
||||
this.label2.TabIndex = 12;
|
||||
this.label2.Tag = "Password";
|
||||
this.label2.Text = "Actual Value";
|
||||
//
|
||||
// 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(116, 97);
|
||||
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(41, 100);
|
||||
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.Reload_Button, 0, 0);
|
||||
this.TableLayoutPanel1.Controls.Add(this.OK_Pwd_Button, 1, 0);
|
||||
this.TableLayoutPanel1.Location = new System.Drawing.Point(79, 145);
|
||||
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;
|
||||
//
|
||||
// Reload_Button
|
||||
//
|
||||
this.Reload_Button.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||||
this.Reload_Button.Location = new System.Drawing.Point(3, 3);
|
||||
this.Reload_Button.Name = "Reload_Button";
|
||||
this.Reload_Button.Size = new System.Drawing.Size(103, 39);
|
||||
this.Reload_Button.TabIndex = 6;
|
||||
this.Reload_Button.Text = "Reload";
|
||||
this.Reload_Button.Click += new System.EventHandler(this.Reload_Button_Click);
|
||||
//
|
||||
// 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);
|
||||
//
|
||||
// ResetMachineHoursForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(310, 203);
|
||||
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 = "ResetMachineHoursForm";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "Reset Machine Working-Hours";
|
||||
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;
|
||||
internal System.Windows.Forms.TextBox textBoxHours;
|
||||
internal System.Windows.Forms.Label label2;
|
||||
internal System.Windows.Forms.TextBox textBoxNewVal;
|
||||
internal System.Windows.Forms.Label label3;
|
||||
internal System.Windows.Forms.Label labelValue;
|
||||
internal System.Windows.Forms.Button Reload_Button;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user