common/Ui/GenesisToolBox/frmPassword.Designer.cs
2026-04-23 17:50:07 +02:00

338 lines
15 KiB
C#

namespace Xylem.Common.Ui.GenesisToolBox
{
partial class FrmPassword
{
/// <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()
{
this.components = new System.ComponentModel.Container();
this.btnGet = new System.Windows.Forms.Button();
this.txtPcbID = new System.Windows.Forms.TextBox();
this.txtSkeletonKey = new System.Windows.Forms.TextBox();
this.lblPcbID = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.grpSetup = new System.Windows.Forms.GroupBox();
this.btnConnect = new System.Windows.Forms.Button();
this.lblConnectPcb = new System.Windows.Forms.Label();
this.lblProgressPcb = new System.Windows.Forms.Label();
this.barProgressPcb = new System.Windows.Forms.ProgressBar();
this.label2 = new System.Windows.Forms.Label();
this.cbComSlot = new System.Windows.Forms.ComboBox();
this.grpDataBase = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.txtLvl8 = new System.Windows.Forms.TextBox();
this.btnErasePwdFile = new System.Windows.Forms.Button();
this.btnWritePwdFile = new System.Windows.Forms.Button();
this.lblConnectDb = new System.Windows.Forms.Label();
this.lblProgressDb = new System.Windows.Forms.Label();
this.barProgressDb = new System.Windows.Forms.ProgressBar();
this.tmrProgressPcb = new System.Windows.Forms.Timer(this.components);
this.tmrProgressDb = new System.Windows.Forms.Timer(this.components);
this.label4 = new System.Windows.Forms.Label();
this.txtProductionPassword = new System.Windows.Forms.TextBox();
this.grpSetup.SuspendLayout();
this.grpDataBase.SuspendLayout();
this.SuspendLayout();
//
// btnGet
//
this.btnGet.Location = new System.Drawing.Point(231, 64);
this.btnGet.Name = "btnGet";
this.btnGet.Size = new System.Drawing.Size(54, 25);
this.btnGet.TabIndex = 0;
this.btnGet.Text = "Get";
this.btnGet.UseVisualStyleBackColor = true;
this.btnGet.Click += new System.EventHandler(this.btnGet_Click);
//
// txtPcbID
//
this.txtPcbID.Location = new System.Drawing.Point(9, 67);
this.txtPcbID.Name = "txtPcbID";
this.txtPcbID.Size = new System.Drawing.Size(103, 20);
this.txtPcbID.TabIndex = 2;
this.txtPcbID.TextChanged += new System.EventHandler(this.txtPcbID_TextChanged);
//
// txtSkeletonKey
//
this.txtSkeletonKey.Location = new System.Drawing.Point(118, 67);
this.txtSkeletonKey.Name = "txtSkeletonKey";
this.txtSkeletonKey.Size = new System.Drawing.Size(102, 20);
this.txtSkeletonKey.TabIndex = 3;
this.txtSkeletonKey.TextChanged += new System.EventHandler(this.txtPassword_TextChanged);
//
// lblPcbID
//
this.lblPcbID.AutoSize = true;
this.lblPcbID.Location = new System.Drawing.Point(115, 51);
this.lblPcbID.Name = "lblPcbID";
this.lblPcbID.Size = new System.Drawing.Size(67, 13);
this.lblPcbID.TabIndex = 4;
this.lblPcbID.Text = "SkeletonKey";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 51);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(37, 13);
this.label1.TabIndex = 5;
this.label1.Text = "PCBId";
//
// grpSetup
//
this.grpSetup.Controls.Add(this.btnConnect);
this.grpSetup.Controls.Add(this.lblConnectPcb);
this.grpSetup.Controls.Add(this.lblProgressPcb);
this.grpSetup.Controls.Add(this.barProgressPcb);
this.grpSetup.Controls.Add(this.label2);
this.grpSetup.Controls.Add(this.cbComSlot);
this.grpSetup.Location = new System.Drawing.Point(7, 0);
this.grpSetup.Name = "grpSetup";
this.grpSetup.Size = new System.Drawing.Size(349, 95);
this.grpSetup.TabIndex = 23;
this.grpSetup.TabStop = false;
this.grpSetup.Text = "Setup";
//
// btnConnect
//
this.btnConnect.Location = new System.Drawing.Point(229, 60);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(114, 24);
this.btnConnect.TabIndex = 24;
this.btnConnect.Text = "Connect to PCB";
this.btnConnect.UseVisualStyleBackColor = true;
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
//
// lblConnectPcb
//
this.lblConnectPcb.AutoSize = true;
this.lblConnectPcb.Location = new System.Drawing.Point(6, 26);
this.lblConnectPcb.Name = "lblConnectPcb";
this.lblConnectPcb.Size = new System.Drawing.Size(100, 13);
this.lblConnectPcb.TabIndex = 23;
this.lblConnectPcb.Text = "NOT CONNECTED";
//
// lblProgressPcb
//
this.lblProgressPcb.AutoSize = true;
this.lblProgressPcb.Location = new System.Drawing.Point(83, 26);
this.lblProgressPcb.Name = "lblProgressPcb";
this.lblProgressPcb.Size = new System.Drawing.Size(35, 13);
this.lblProgressPcb.TabIndex = 22;
this.lblProgressPcb.Text = "label3";
this.lblProgressPcb.Visible = false;
//
// barProgressPcb
//
this.barProgressPcb.Location = new System.Drawing.Point(9, 22);
this.barProgressPcb.Name = "barProgressPcb";
this.barProgressPcb.Size = new System.Drawing.Size(209, 20);
this.barProgressPcb.TabIndex = 21;
this.barProgressPcb.Visible = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 60);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(28, 13);
this.label2.TabIndex = 20;
this.label2.Text = "Slot:";
//
// cbComSlot
//
this.cbComSlot.FormattingEnabled = true;
this.cbComSlot.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"});
this.cbComSlot.Location = new System.Drawing.Point(40, 57);
this.cbComSlot.Name = "cbComSlot";
this.cbComSlot.Size = new System.Drawing.Size(37, 21);
this.cbComSlot.TabIndex = 5;
this.cbComSlot.Text = "1";
this.cbComSlot.SelectedIndexChanged += new System.EventHandler(this.cbComSlot_SelectedIndexChanged_1);
//
// grpDataBase
//
this.grpDataBase.Controls.Add(this.label4);
this.grpDataBase.Controls.Add(this.txtProductionPassword);
this.grpDataBase.Controls.Add(this.label3);
this.grpDataBase.Controls.Add(this.txtLvl8);
this.grpDataBase.Controls.Add(this.btnErasePwdFile);
this.grpDataBase.Controls.Add(this.btnWritePwdFile);
this.grpDataBase.Controls.Add(this.lblConnectDb);
this.grpDataBase.Controls.Add(this.lblProgressDb);
this.grpDataBase.Controls.Add(this.barProgressDb);
this.grpDataBase.Controls.Add(this.label1);
this.grpDataBase.Controls.Add(this.lblPcbID);
this.grpDataBase.Controls.Add(this.txtSkeletonKey);
this.grpDataBase.Controls.Add(this.txtPcbID);
this.grpDataBase.Controls.Add(this.btnGet);
this.grpDataBase.Location = new System.Drawing.Point(7, 101);
this.grpDataBase.Name = "grpDataBase";
this.grpDataBase.Size = new System.Drawing.Size(349, 294);
this.grpDataBase.TabIndex = 24;
this.grpDataBase.TabStop = false;
this.grpDataBase.Text = "Data Base";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(115, 90);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 13);
this.label3.TabIndex = 30;
this.label3.Text = "LVL 8 PW";
//
// txtLvl8
//
this.txtLvl8.Location = new System.Drawing.Point(118, 106);
this.txtLvl8.Name = "txtLvl8";
this.txtLvl8.Size = new System.Drawing.Size(102, 20);
this.txtLvl8.TabIndex = 29;
this.txtLvl8.TextChanged += new System.EventHandler(this.txtLvl8_TextChanged);
this.txtLvl8.DoubleClick += new System.EventHandler(this.txtLvl8_DoubleClick);
//
// btnErasePwdFile
//
this.btnErasePwdFile.Location = new System.Drawing.Point(0, 260);
this.btnErasePwdFile.Name = "btnErasePwdFile";
this.btnErasePwdFile.Size = new System.Drawing.Size(171, 27);
this.btnErasePwdFile.TabIndex = 28;
this.btnErasePwdFile.Text = "Erase Password File from Meter";
this.btnErasePwdFile.UseVisualStyleBackColor = true;
this.btnErasePwdFile.Click += new System.EventHandler(this.btnErasePwdFile_Click);
//
// btnWritePwdFile
//
this.btnWritePwdFile.Location = new System.Drawing.Point(173, 260);
this.btnWritePwdFile.Name = "btnWritePwdFile";
this.btnWritePwdFile.Size = new System.Drawing.Size(172, 27);
this.btnWritePwdFile.TabIndex = 27;
this.btnWritePwdFile.Text = "Write Password File to Meter";
this.btnWritePwdFile.UseVisualStyleBackColor = true;
this.btnWritePwdFile.Click += new System.EventHandler(this.btnWritePwdFile_Click);
//
// lblConnectDb
//
this.lblConnectDb.AutoSize = true;
this.lblConnectDb.Location = new System.Drawing.Point(6, 26);
this.lblConnectDb.Name = "lblConnectDb";
this.lblConnectDb.Size = new System.Drawing.Size(100, 13);
this.lblConnectDb.TabIndex = 26;
this.lblConnectDb.Text = "NOT CONNECTED";
//
// lblProgressDb
//
this.lblProgressDb.AutoSize = true;
this.lblProgressDb.Location = new System.Drawing.Point(83, 26);
this.lblProgressDb.Name = "lblProgressDb";
this.lblProgressDb.Size = new System.Drawing.Size(35, 13);
this.lblProgressDb.TabIndex = 25;
this.lblProgressDb.Text = "label3";
this.lblProgressDb.Visible = false;
//
// barProgressDb
//
this.barProgressDb.Location = new System.Drawing.Point(9, 22);
this.barProgressDb.Name = "barProgressDb";
this.barProgressDb.Size = new System.Drawing.Size(209, 20);
this.barProgressDb.TabIndex = 24;
this.barProgressDb.Visible = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(121, 129);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(50, 13);
this.label4.TabIndex = 32;
this.label4.Text = "Prod PW";
//this.label4.Click += new System.EventHandler(this.label4_Click);
//
// txtProductionPassword
//
this.txtProductionPassword.Location = new System.Drawing.Point(116, 145);
this.txtProductionPassword.Name = "txtProductionPassword";
this.txtProductionPassword.Size = new System.Drawing.Size(102, 20);
this.txtProductionPassword.TabIndex = 31;
//this.txtProductionPassword.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// FrmPassword
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(365, 400);
this.Controls.Add(this.grpDataBase);
this.Controls.Add(this.grpSetup);
this.Name = "FrmPassword";
this.Text = "Password";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmPassword_FormClosing);
this.Load += new System.EventHandler(this.FrmPassword_Load);
this.grpSetup.ResumeLayout(false);
this.grpSetup.PerformLayout();
this.grpDataBase.ResumeLayout(false);
this.grpDataBase.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnGet;
private System.Windows.Forms.TextBox txtPcbID;
private System.Windows.Forms.TextBox txtSkeletonKey;
private System.Windows.Forms.Label lblPcbID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox grpSetup;
private System.Windows.Forms.Button btnConnect;
private System.Windows.Forms.Label lblConnectPcb;
private System.Windows.Forms.Label lblProgressPcb;
private System.Windows.Forms.ProgressBar barProgressPcb;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbComSlot;
private System.Windows.Forms.GroupBox grpDataBase;
private System.Windows.Forms.Timer tmrProgressPcb;
private System.Windows.Forms.Label lblConnectDb;
private System.Windows.Forms.Label lblProgressDb;
private System.Windows.Forms.ProgressBar barProgressDb;
private System.Windows.Forms.Timer tmrProgressDb;
private System.Windows.Forms.Button btnWritePwdFile;
private System.Windows.Forms.Button btnErasePwdFile;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtLvl8;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtProductionPassword;
}
}