namespace Xylem.Common.Ui.GenesisToolBox
{
partial class FrmLowLevelTools
{
///
/// 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.components = new System.ComponentModel.Container();
this.grpSetup = new System.Windows.Forms.GroupBox();
this.cbxUseOfflinePwds = new System.Windows.Forms.CheckBox();
this.tbxDateTime = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.tbxRadio = new System.Windows.Forms.TextBox();
this.tbxRegion = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.tbxPcbId = new System.Windows.Forms.TextBox();
this.tbxMeterFw = new System.Windows.Forms.TextBox();
this.tbxMeterMeterSize = new System.Windows.Forms.TextBox();
this.tbxMeterLutCrc = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.lblFwVersion = new System.Windows.Forms.Label();
this.lblConnectPcb = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.btnConnect = new System.Windows.Forms.Button();
this.cbComSlot = new System.Windows.Forms.ComboBox();
this.btnClearDisplay = new System.Windows.Forms.Button();
this.lblWaitingForMeterResponse = new System.Windows.Forms.Label();
this.lblOverall = new System.Windows.Forms.Label();
this.barSingleProgressUpdate = new System.Windows.Forms.ProgressBar();
this.lblActualProcess = new System.Windows.Forms.Label();
this.barOverallProgressUpdate = new System.Windows.Forms.ProgressBar();
this.tmrProgressUpdate = new System.Windows.Forms.Timer(this.components);
this.lblFwUpdateInfo = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnRepairPassword = new System.Windows.Forms.Button();
this.btnPulseModeOff = new System.Windows.Forms.Button();
this.btnTidyFile = new System.Windows.Forms.Button();
this.btnGetDateTime = new System.Windows.Forms.Button();
this.btnSetDateTime = new System.Windows.Forms.Button();
this.btnRebootMeter = new System.Windows.Forms.Button();
this.btnStoreConfiguration = new System.Windows.Forms.Button();
this.btnFixBattery = new System.Windows.Forms.Button();
this.btnUploadConfig = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.lblUpdateTime = new System.Windows.Forms.Label();
this.saveConfigFile = new System.Windows.Forms.SaveFileDialog();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnReadStatus = new System.Windows.Forms.Button();
this.btnReadPowCorr = new System.Windows.Forms.Button();
this.btnUploadPWFile = new System.Windows.Forms.Button();
this.ddlLocation = new System.Windows.Forms.ComboBox();
this.btnReadBatAndLog = new System.Windows.Forms.Button();
this.btnListFileDetails = new System.Windows.Forms.Button();
this.btnReadLogFiles = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label4 = new System.Windows.Forms.Label();
this.tbxFileToEraseName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.tbxFileToEraseDrive = new System.Windows.Forms.TextBox();
this.btnEraseFile = new System.Windows.Forms.Button();
this.lblConfigVersion = new System.Windows.Forms.Label();
this.grpSetup.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.SuspendLayout();
//
// grpSetup
//
this.grpSetup.Controls.Add(this.cbxUseOfflinePwds);
this.grpSetup.Controls.Add(this.tbxDateTime);
this.grpSetup.Controls.Add(this.label1);
this.grpSetup.Controls.Add(this.label10);
this.grpSetup.Controls.Add(this.tbxRadio);
this.grpSetup.Controls.Add(this.tbxRegion);
this.grpSetup.Controls.Add(this.label8);
this.grpSetup.Controls.Add(this.tbxPcbId);
this.grpSetup.Controls.Add(this.tbxMeterFw);
this.grpSetup.Controls.Add(this.tbxMeterMeterSize);
this.grpSetup.Controls.Add(this.tbxMeterLutCrc);
this.grpSetup.Controls.Add(this.label5);
this.grpSetup.Controls.Add(this.label6);
this.grpSetup.Controls.Add(this.lblFwVersion);
this.grpSetup.Controls.Add(this.lblConnectPcb);
this.grpSetup.Controls.Add(this.label2);
this.grpSetup.Controls.Add(this.btnConnect);
this.grpSetup.Controls.Add(this.cbComSlot);
this.grpSetup.Location = new System.Drawing.Point(12, 56);
this.grpSetup.Name = "grpSetup";
this.grpSetup.Size = new System.Drawing.Size(257, 280);
this.grpSetup.TabIndex = 24;
this.grpSetup.TabStop = false;
this.grpSetup.Text = "Cordonel";
//
// cbxUseOfflinePwds
//
this.cbxUseOfflinePwds.AutoSize = true;
this.cbxUseOfflinePwds.Location = new System.Drawing.Point(14, 19);
this.cbxUseOfflinePwds.Name = "cbxUseOfflinePwds";
this.cbxUseOfflinePwds.Size = new System.Drawing.Size(132, 17);
this.cbxUseOfflinePwds.TabIndex = 42;
this.cbxUseOfflinePwds.Text = "Use Offline Passwords";
this.cbxUseOfflinePwds.UseVisualStyleBackColor = true;
this.cbxUseOfflinePwds.CheckedChanged += new System.EventHandler(this.cbxUseOfflinePwds_CheckedChanged);
//
// tbxDateTime
//
this.tbxDateTime.Location = new System.Drawing.Point(130, 255);
this.tbxDateTime.Name = "tbxDateTime";
this.tbxDateTime.ReadOnly = true;
this.tbxDateTime.Size = new System.Drawing.Size(116, 20);
this.tbxDateTime.TabIndex = 38;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 258);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(87, 13);
this.label1.TabIndex = 37;
this.label1.Text = "Date Time [UTC]";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(11, 230);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(116, 13);
this.label10.TabIndex = 36;
this.label10.Text = "Radio frequency[MHz]:";
//
// tbxRadio
//
this.tbxRadio.Location = new System.Drawing.Point(130, 227);
this.tbxRadio.Name = "tbxRadio";
this.tbxRadio.ReadOnly = true;
this.tbxRadio.Size = new System.Drawing.Size(116, 20);
this.tbxRadio.TabIndex = 35;
//
// tbxRegion
//
this.tbxRegion.Location = new System.Drawing.Point(130, 198);
this.tbxRegion.Name = "tbxRegion";
this.tbxRegion.ReadOnly = true;
this.tbxRegion.Size = new System.Drawing.Size(116, 20);
this.tbxRegion.TabIndex = 34;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(11, 201);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(44, 13);
this.label8.TabIndex = 33;
this.label8.Text = "Region:";
//
// tbxPcbId
//
this.tbxPcbId.Location = new System.Drawing.Point(130, 77);
this.tbxPcbId.Name = "tbxPcbId";
this.tbxPcbId.ReadOnly = true;
this.tbxPcbId.Size = new System.Drawing.Size(116, 20);
this.tbxPcbId.TabIndex = 32;
//
// tbxMeterFw
//
this.tbxMeterFw.Location = new System.Drawing.Point(130, 107);
this.tbxMeterFw.Name = "tbxMeterFw";
this.tbxMeterFw.ReadOnly = true;
this.tbxMeterFw.Size = new System.Drawing.Size(116, 20);
this.tbxMeterFw.TabIndex = 31;
//
// tbxMeterMeterSize
//
this.tbxMeterMeterSize.Location = new System.Drawing.Point(130, 167);
this.tbxMeterMeterSize.Name = "tbxMeterMeterSize";
this.tbxMeterMeterSize.ReadOnly = true;
this.tbxMeterMeterSize.Size = new System.Drawing.Size(116, 20);
this.tbxMeterMeterSize.TabIndex = 30;
//
// tbxMeterLutCrc
//
this.tbxMeterLutCrc.Location = new System.Drawing.Point(130, 138);
this.tbxMeterLutCrc.Name = "tbxMeterLutCrc";
this.tbxMeterLutCrc.ReadOnly = true;
this.tbxMeterLutCrc.Size = new System.Drawing.Size(116, 20);
this.tbxMeterLutCrc.TabIndex = 29;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(11, 171);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(60, 13);
this.label5.TabIndex = 28;
this.label5.Text = "Meter Size:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(11, 141);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(86, 13);
this.label6.TabIndex = 27;
this.label6.Text = "Meter LUT CRC:";
//
// lblFwVersion
//
this.lblFwVersion.AutoSize = true;
this.lblFwVersion.Location = new System.Drawing.Point(10, 110);
this.lblFwVersion.Name = "lblFwVersion";
this.lblFwVersion.Size = new System.Drawing.Size(57, 13);
this.lblFwVersion.TabIndex = 25;
this.lblFwVersion.Text = "Meter FW:";
//
// lblConnectPcb
//
this.lblConnectPcb.AutoSize = true;
this.lblConnectPcb.Location = new System.Drawing.Point(11, 80);
this.lblConnectPcb.Name = "lblConnectPcb";
this.lblConnectPcb.Size = new System.Drawing.Size(33, 13);
this.lblConnectPcb.TabIndex = 23;
this.lblConnectPcb.Text = "NOT ";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(11, 50);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(28, 13);
this.label2.TabIndex = 20;
this.label2.Text = "Slot:";
//
// btnConnect
//
this.btnConnect.Location = new System.Drawing.Point(130, 44);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(116, 25);
this.btnConnect.TabIndex = 24;
this.btnConnect.Text = "Connect";
this.btnConnect.UseVisualStyleBackColor = true;
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
//
// cbComSlot
//
this.cbComSlot.FormattingEnabled = true;
this.cbComSlot.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20"});
this.cbComSlot.Location = new System.Drawing.Point(45, 47);
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);
//
// btnClearDisplay
//
this.btnClearDisplay.Location = new System.Drawing.Point(10, 14);
this.btnClearDisplay.Name = "btnClearDisplay";
this.btnClearDisplay.Size = new System.Drawing.Size(116, 25);
this.btnClearDisplay.TabIndex = 33;
this.btnClearDisplay.Text = "Release Display";
this.btnClearDisplay.UseVisualStyleBackColor = true;
this.btnClearDisplay.Click += new System.EventHandler(this.btnClearDisplay_Click);
//
// lblWaitingForMeterResponse
//
this.lblWaitingForMeterResponse.AutoSize = true;
this.lblWaitingForMeterResponse.ForeColor = System.Drawing.Color.Red;
this.lblWaitingForMeterResponse.Location = new System.Drawing.Point(529, 363);
this.lblWaitingForMeterResponse.Name = "lblWaitingForMeterResponse";
this.lblWaitingForMeterResponse.Size = new System.Drawing.Size(182, 13);
this.lblWaitingForMeterResponse.TabIndex = 18;
this.lblWaitingForMeterResponse.Text = "WAITING FOR METER RESPONSE";
//
// lblOverall
//
this.lblOverall.AutoSize = true;
this.lblOverall.Location = new System.Drawing.Point(18, 400);
this.lblOverall.Name = "lblOverall";
this.lblOverall.Size = new System.Drawing.Size(80, 13);
this.lblOverall.TabIndex = 7;
this.lblOverall.Text = "Overall process";
//
// barSingleProgressUpdate
//
this.barSingleProgressUpdate.Location = new System.Drawing.Point(9, 379);
this.barSingleProgressUpdate.Name = "barSingleProgressUpdate";
this.barSingleProgressUpdate.Size = new System.Drawing.Size(702, 18);
this.barSingleProgressUpdate.TabIndex = 6;
this.barSingleProgressUpdate.Visible = false;
//
// lblActualProcess
//
this.lblActualProcess.AutoSize = true;
this.lblActualProcess.Location = new System.Drawing.Point(18, 363);
this.lblActualProcess.Name = "lblActualProcess";
this.lblActualProcess.Size = new System.Drawing.Size(76, 13);
this.lblActualProcess.TabIndex = 4;
this.lblActualProcess.Text = "Process status";
//
// barOverallProgressUpdate
//
this.barOverallProgressUpdate.Location = new System.Drawing.Point(9, 416);
this.barOverallProgressUpdate.Name = "barOverallProgressUpdate";
this.barOverallProgressUpdate.Size = new System.Drawing.Size(702, 18);
this.barOverallProgressUpdate.TabIndex = 3;
this.barOverallProgressUpdate.Visible = false;
//
// tmrProgressUpdate
//
this.tmrProgressUpdate.Interval = 200;
this.tmrProgressUpdate.Tick += new System.EventHandler(this.tmrProgressUpdate_Tick);
//
// lblFwUpdateInfo
//
this.lblFwUpdateInfo.AutoSize = true;
this.lblFwUpdateInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblFwUpdateInfo.Location = new System.Drawing.Point(18, 12);
this.lblFwUpdateInfo.Name = "lblFwUpdateInfo";
this.lblFwUpdateInfo.Size = new System.Drawing.Size(72, 13);
this.lblFwUpdateInfo.TabIndex = 27;
this.lblFwUpdateInfo.Text = "Version: 0.0.0";
//
// pictureBox1
//
this.pictureBox1.Image = global::Xylem.Common.Ui.GenesisToolBox.Properties.Resources.SensusLogoXylem;
this.pictureBox1.Location = new System.Drawing.Point(609, 9);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(102, 54);
this.pictureBox1.TabIndex = 29;
this.pictureBox1.TabStop = false;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnRepairPassword);
this.groupBox1.Controls.Add(this.btnPulseModeOff);
this.groupBox1.Controls.Add(this.btnTidyFile);
this.groupBox1.Controls.Add(this.btnGetDateTime);
this.groupBox1.Controls.Add(this.btnSetDateTime);
this.groupBox1.Controls.Add(this.btnRebootMeter);
this.groupBox1.Controls.Add(this.btnStoreConfiguration);
this.groupBox1.Controls.Add(this.btnFixBattery);
this.groupBox1.Controls.Add(this.btnClearDisplay);
this.groupBox1.Location = new System.Drawing.Point(275, 56);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(136, 280);
this.groupBox1.TabIndex = 28;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Tools";
//
// btnRepairPassword
//
this.btnRepairPassword.Enabled = false;
this.btnRepairPassword.Location = new System.Drawing.Point(10, 252);
this.btnRepairPassword.Name = "btnRepairPassword";
this.btnRepairPassword.Size = new System.Drawing.Size(116, 25);
this.btnRepairPassword.TabIndex = 41;
this.btnRepairPassword.Text = "Repair Password";
this.btnRepairPassword.UseVisualStyleBackColor = true;
this.btnRepairPassword.Click += new System.EventHandler(this.btnRepairPassword_Click);
//
// btnPulseModeOff
//
this.btnPulseModeOff.Location = new System.Drawing.Point(10, 195);
this.btnPulseModeOff.Name = "btnPulseModeOff";
this.btnPulseModeOff.Size = new System.Drawing.Size(116, 25);
this.btnPulseModeOff.TabIndex = 40;
this.btnPulseModeOff.Text = "Pulse Mode OFF";
this.btnPulseModeOff.UseVisualStyleBackColor = true;
this.btnPulseModeOff.Click += new System.EventHandler(this.btnPulseModeOff_Click);
//
// btnTidyFile
//
this.btnTidyFile.Location = new System.Drawing.Point(10, 164);
this.btnTidyFile.Name = "btnTidyFile";
this.btnTidyFile.Size = new System.Drawing.Size(116, 25);
this.btnTidyFile.TabIndex = 39;
this.btnTidyFile.Text = "Tidy File System";
this.btnTidyFile.UseVisualStyleBackColor = true;
this.btnTidyFile.Click += new System.EventHandler(this.btnTidyFile_Click);
//
// btnGetDateTime
//
this.btnGetDateTime.Location = new System.Drawing.Point(10, 134);
this.btnGetDateTime.Name = "btnGetDateTime";
this.btnGetDateTime.Size = new System.Drawing.Size(116, 25);
this.btnGetDateTime.TabIndex = 38;
this.btnGetDateTime.Text = "Get Date Time";
this.btnGetDateTime.UseVisualStyleBackColor = true;
this.btnGetDateTime.Click += new System.EventHandler(this.btnGetDateTime_Click);
//
// btnSetDateTime
//
this.btnSetDateTime.Location = new System.Drawing.Point(10, 104);
this.btnSetDateTime.Name = "btnSetDateTime";
this.btnSetDateTime.Size = new System.Drawing.Size(116, 25);
this.btnSetDateTime.TabIndex = 37;
this.btnSetDateTime.Text = "Set Date Time";
this.btnSetDateTime.UseVisualStyleBackColor = true;
this.btnSetDateTime.Click += new System.EventHandler(this.btnSetDateTime_Click);
//
// btnRebootMeter
//
this.btnRebootMeter.Location = new System.Drawing.Point(10, 224);
this.btnRebootMeter.Name = "btnRebootMeter";
this.btnRebootMeter.Size = new System.Drawing.Size(116, 25);
this.btnRebootMeter.TabIndex = 36;
this.btnRebootMeter.Text = "REBOOT METER";
this.btnRebootMeter.UseVisualStyleBackColor = true;
this.btnRebootMeter.Click += new System.EventHandler(this.btnRebootMeter_Click);
//
// btnStoreConfiguration
//
this.btnStoreConfiguration.Location = new System.Drawing.Point(10, 74);
this.btnStoreConfiguration.Name = "btnStoreConfiguration";
this.btnStoreConfiguration.Size = new System.Drawing.Size(116, 25);
this.btnStoreConfiguration.TabIndex = 35;
this.btnStoreConfiguration.Text = "Store Config";
this.btnStoreConfiguration.UseVisualStyleBackColor = true;
this.btnStoreConfiguration.Click += new System.EventHandler(this.btnStoreConfiguration_Click);
//
// btnFixBattery
//
this.btnFixBattery.Location = new System.Drawing.Point(10, 44);
this.btnFixBattery.Name = "btnFixBattery";
this.btnFixBattery.Size = new System.Drawing.Size(116, 25);
this.btnFixBattery.TabIndex = 34;
this.btnFixBattery.Text = "Fix Battery";
this.btnFixBattery.UseVisualStyleBackColor = true;
this.btnFixBattery.Click += new System.EventHandler(this.btnFixBattery_Click);
//
// btnUploadConfig
//
this.btnUploadConfig.Location = new System.Drawing.Point(10, 24);
this.btnUploadConfig.Name = "btnUploadConfig";
this.btnUploadConfig.Size = new System.Drawing.Size(116, 25);
this.btnUploadConfig.TabIndex = 37;
this.btnUploadConfig.Text = "Upload Config";
this.btnUploadConfig.UseVisualStyleBackColor = true;
this.btnUploadConfig.Click += new System.EventHandler(this.btnUploadConfig_Click);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(282, 363);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(66, 13);
this.label9.TabIndex = 30;
this.label9.Text = "Time [min:s]:";
//
// lblUpdateTime
//
this.lblUpdateTime.AutoSize = true;
this.lblUpdateTime.Location = new System.Drawing.Point(354, 363);
this.lblUpdateTime.Name = "lblUpdateTime";
this.lblUpdateTime.Size = new System.Drawing.Size(28, 13);
this.lblUpdateTime.TabIndex = 31;
this.lblUpdateTime.Text = "0:00";
//
// saveConfigFile
//
this.saveConfigFile.Filter = "configuration file (*.hex)|*.hex";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnReadStatus);
this.groupBox2.Controls.Add(this.btnReadPowCorr);
this.groupBox2.Controls.Add(this.btnUploadPWFile);
this.groupBox2.Controls.Add(this.ddlLocation);
this.groupBox2.Controls.Add(this.btnReadBatAndLog);
this.groupBox2.Controls.Add(this.btnListFileDetails);
this.groupBox2.Controls.Add(this.btnReadLogFiles);
this.groupBox2.Controls.Add(this.btnUploadConfig);
this.groupBox2.Location = new System.Drawing.Point(417, 57);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(136, 280);
this.groupBox2.TabIndex = 37;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Log";
//
// btnReadStatus
//
this.btnReadStatus.Location = new System.Drawing.Point(10, 207);
this.btnReadStatus.Name = "btnReadStatus";
this.btnReadStatus.Size = new System.Drawing.Size(116, 25);
this.btnReadStatus.TabIndex = 44;
this.btnReadStatus.Text = "Life Time Info";
this.btnReadStatus.UseVisualStyleBackColor = true;
this.btnReadStatus.Click += new System.EventHandler(this.btnReadStatus_Click);
//
// btnReadPowCorr
//
this.btnReadPowCorr.Location = new System.Drawing.Point(10, 175);
this.btnReadPowCorr.Name = "btnReadPowCorr";
this.btnReadPowCorr.Size = new System.Drawing.Size(116, 25);
this.btnReadPowCorr.TabIndex = 43;
this.btnReadPowCorr.Text = "Read Power Corr";
this.btnReadPowCorr.UseVisualStyleBackColor = true;
this.btnReadPowCorr.Click += new System.EventHandler(this.btnReadPowCorr_Click);
//
// btnUploadPWFile
//
this.btnUploadPWFile.Location = new System.Drawing.Point(10, 145);
this.btnUploadPWFile.Name = "btnUploadPWFile";
this.btnUploadPWFile.Size = new System.Drawing.Size(116, 25);
this.btnUploadPWFile.TabIndex = 42;
this.btnUploadPWFile.Text = "Upload Pwd File";
this.btnUploadPWFile.UseVisualStyleBackColor = true;
this.btnUploadPWFile.Click += new System.EventHandler(this.btnUploadPasswordFile_Click);
//
// ddlLocation
//
this.ddlLocation.FormattingEnabled = true;
this.ddlLocation.Items.AddRange(new object[] {
"InBox",
"InLine",
"OnTestBench",
"AfterTestBench",
"EOL",
"R&D",
"Actual"});
this.ddlLocation.Location = new System.Drawing.Point(10, 116);
this.ddlLocation.Name = "ddlLocation";
this.ddlLocation.Size = new System.Drawing.Size(52, 21);
this.ddlLocation.TabIndex = 41;
//
// btnReadBatAndLog
//
this.btnReadBatAndLog.Location = new System.Drawing.Point(68, 114);
this.btnReadBatAndLog.Name = "btnReadBatAndLog";
this.btnReadBatAndLog.Size = new System.Drawing.Size(58, 25);
this.btnReadBatAndLog.TabIndex = 40;
this.btnReadBatAndLog.Text = "All Info";
this.btnReadBatAndLog.UseVisualStyleBackColor = true;
this.btnReadBatAndLog.Click += new System.EventHandler(this.btnReadLogFilesBattery_Click);
//
// btnListFileDetails
//
this.btnListFileDetails.Location = new System.Drawing.Point(10, 84);
this.btnListFileDetails.Name = "btnListFileDetails";
this.btnListFileDetails.Size = new System.Drawing.Size(116, 25);
this.btnListFileDetails.TabIndex = 39;
this.btnListFileDetails.Text = "List File Details";
this.btnListFileDetails.UseVisualStyleBackColor = true;
this.btnListFileDetails.Click += new System.EventHandler(this.btnListFileDetails_Click);
//
// btnReadLogFiles
//
this.btnReadLogFiles.Location = new System.Drawing.Point(10, 54);
this.btnReadLogFiles.Name = "btnReadLogFiles";
this.btnReadLogFiles.Size = new System.Drawing.Size(116, 25);
this.btnReadLogFiles.TabIndex = 38;
this.btnReadLogFiles.Text = "Read Log Files";
this.btnReadLogFiles.UseVisualStyleBackColor = true;
this.btnReadLogFiles.Click += new System.EventHandler(this.btnReadLogFiles_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.tbxFileToEraseName);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.tbxFileToEraseDrive);
this.groupBox3.Controls.Add(this.btnEraseFile);
this.groupBox3.Location = new System.Drawing.Point(559, 87);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(136, 123);
this.groupBox3.TabIndex = 40;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Erase Files";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(10, 60);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(38, 13);
this.label4.TabIndex = 40;
this.label4.Text = "Name:";
//
// tbxFileToEraseName
//
this.tbxFileToEraseName.Location = new System.Drawing.Point(50, 57);
this.tbxFileToEraseName.Name = "tbxFileToEraseName";
this.tbxFileToEraseName.Size = new System.Drawing.Size(76, 20);
this.tbxFileToEraseName.TabIndex = 41;
this.tbxFileToEraseName.Text = "tstfile";
this.tbxFileToEraseName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbxFileToEraseName_KeyDown);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 30);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 13);
this.label3.TabIndex = 39;
this.label3.Text = "Drive:";
//
// tbxFileToEraseDrive
//
this.tbxFileToEraseDrive.Location = new System.Drawing.Point(50, 27);
this.tbxFileToEraseDrive.Name = "tbxFileToEraseDrive";
this.tbxFileToEraseDrive.Size = new System.Drawing.Size(76, 20);
this.tbxFileToEraseDrive.TabIndex = 39;
this.tbxFileToEraseDrive.Text = "1";
//
// btnEraseFile
//
this.btnEraseFile.Location = new System.Drawing.Point(10, 84);
this.btnEraseFile.Name = "btnEraseFile";
this.btnEraseFile.Size = new System.Drawing.Size(116, 25);
this.btnEraseFile.TabIndex = 39;
this.btnEraseFile.Text = "Erase File";
this.btnEraseFile.UseVisualStyleBackColor = true;
this.btnEraseFile.Click += new System.EventHandler(this.btnEraseFile_Click);
//
// lblConfigVersion
//
this.lblConfigVersion.AutoSize = true;
this.lblConfigVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblConfigVersion.Location = new System.Drawing.Point(18, 34);
this.lblConfigVersion.Name = "lblConfigVersion";
this.lblConfigVersion.Size = new System.Drawing.Size(119, 13);
this.lblConfigVersion.TabIndex = 41;
this.lblConfigVersion.Text = "Configuration Version: ?";
//
// FrmLowLevelTools
//
this.AccessibleRole = System.Windows.Forms.AccessibleRole.Sound;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(723, 454);
this.Controls.Add(this.lblConfigVersion);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.lblUpdateTime);
this.Controls.Add(this.label9);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.lblWaitingForMeterResponse);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.lblOverall);
this.Controls.Add(this.lblFwUpdateInfo);
this.Controls.Add(this.barSingleProgressUpdate);
this.Controls.Add(this.lblActualProcess);
this.Controls.Add(this.grpSetup);
this.Controls.Add(this.barOverallProgressUpdate);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(739, 500);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(739, 405);
this.Name = "FrmLowLevelTools";
this.Text = "Cordonel Low Level Tools";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmLowLevelTools_FormClosing);
this.Load += new System.EventHandler(this.FrmLowLevelTools_Load);
this.grpSetup.ResumeLayout(false);
this.grpSetup.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox grpSetup;
private System.Windows.Forms.Button btnConnect;
private System.Windows.Forms.Label lblConnectPcb;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbComSlot;
private System.Windows.Forms.ProgressBar barOverallProgressUpdate;
private System.Windows.Forms.Timer tmrProgressUpdate;
private System.Windows.Forms.Label lblActualProcess;
private System.Windows.Forms.Label lblOverall;
private System.Windows.Forms.ProgressBar barSingleProgressUpdate;
private System.Windows.Forms.Label lblFwUpdateInfo;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label lblWaitingForMeterResponse;
private System.Windows.Forms.Label lblFwVersion;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label lblUpdateTime;
private System.Windows.Forms.TextBox tbxMeterMeterSize;
private System.Windows.Forms.TextBox tbxMeterLutCrc;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox tbxMeterFw;
private System.Windows.Forms.TextBox tbxPcbId;
private System.Windows.Forms.TextBox tbxRegion;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox tbxRadio;
private System.Windows.Forms.Button btnClearDisplay;
private System.Windows.Forms.Button btnFixBattery;
private System.Windows.Forms.Button btnStoreConfiguration;
private System.Windows.Forms.Button btnRebootMeter;
private System.Windows.Forms.Button btnUploadConfig;
private System.Windows.Forms.SaveFileDialog saveConfigFile;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnSetDateTime;
private System.Windows.Forms.TextBox tbxDateTime;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnGetDateTime;
private System.Windows.Forms.Button btnReadLogFiles;
private System.Windows.Forms.Button btnListFileDetails;
private System.Windows.Forms.Button btnTidyFile;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tbxFileToEraseDrive;
private System.Windows.Forms.Button btnEraseFile;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tbxFileToEraseName;
private System.Windows.Forms.Button btnPulseModeOff;
private System.Windows.Forms.ComboBox ddlLocation;
private System.Windows.Forms.Button btnReadBatAndLog;
private System.Windows.Forms.Button btnUploadPWFile;
private System.Windows.Forms.Button btnReadPowCorr;
private System.Windows.Forms.Button btnReadStatus;
private System.Windows.Forms.Button btnRepairPassword;
private System.Windows.Forms.Label lblConfigVersion;
private System.Windows.Forms.CheckBox cbxUseOfflinePwds;
}
}