207 lines
8.3 KiB
C#
207 lines
8.3 KiB
C#
namespace Xylem.Common.Ui.GenesisToolBox
|
|
{
|
|
partial class FrmMultiUpdate
|
|
{
|
|
/// <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.txtUpBin = new System.Windows.Forms.TextBox();
|
|
this.txtUpInfo = new System.Windows.Forms.TextBox();
|
|
this.txtDownBin = new System.Windows.Forms.TextBox();
|
|
this.txtDownInfo = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.nudRep = new System.Windows.Forms.NumericUpDown();
|
|
this.clbMeters = new System.Windows.Forms.CheckedListBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.btnStart = new System.Windows.Forms.Button();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudRep)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// txtUpBin
|
|
//
|
|
this.txtUpBin.Location = new System.Drawing.Point(98, 25);
|
|
this.txtUpBin.Name = "txtUpBin";
|
|
this.txtUpBin.Size = new System.Drawing.Size(655, 20);
|
|
this.txtUpBin.TabIndex = 0;
|
|
this.txtUpBin.Text = "C:\\Users\\drabesch_ro\\Desktop\\Cordonel_EMEA_20191017_B1025\\binaries\\rowproduct_433" +
|
|
"";
|
|
//
|
|
// txtUpInfo
|
|
//
|
|
this.txtUpInfo.Location = new System.Drawing.Point(98, 51);
|
|
this.txtUpInfo.Name = "txtUpInfo";
|
|
this.txtUpInfo.Size = new System.Drawing.Size(655, 20);
|
|
this.txtUpInfo.TabIndex = 1;
|
|
this.txtUpInfo.Text = "C:\\Users\\drabesch_ro\\Desktop\\Cordonel_EMEA_20191017_B1025\\rowproduct_433.txt";
|
|
//
|
|
// txtDownBin
|
|
//
|
|
this.txtDownBin.Location = new System.Drawing.Point(98, 77);
|
|
this.txtDownBin.Name = "txtDownBin";
|
|
this.txtDownBin.Size = new System.Drawing.Size(655, 20);
|
|
this.txtDownBin.TabIndex = 2;
|
|
this.txtDownBin.Text = "C:\\Users\\drabesch_ro\\Desktop\\Cordonel_EMEA_433MHz_20190920_B1021\\binaries\\rowprod" +
|
|
"uct_433";
|
|
//
|
|
// txtDownInfo
|
|
//
|
|
this.txtDownInfo.Location = new System.Drawing.Point(98, 103);
|
|
this.txtDownInfo.Name = "txtDownInfo";
|
|
this.txtDownInfo.Size = new System.Drawing.Size(655, 20);
|
|
this.txtDownInfo.TabIndex = 3;
|
|
this.txtDownInfo.Text = "C:\\Users\\drabesch_ro\\Desktop\\Cordonel_EMEA_433MHz_20190920_B1021\\\\rowproduct_433." +
|
|
"txt";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(12, 32);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(63, 13);
|
|
this.label1.TabIndex = 4;
|
|
this.label1.Text = "UpgradeBin";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(12, 58);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(66, 13);
|
|
this.label2.TabIndex = 5;
|
|
this.label2.Text = "UpgradeInfo";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(12, 84);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(77, 13);
|
|
this.label3.TabIndex = 6;
|
|
this.label3.Text = "DowngradeBin";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(12, 106);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(80, 13);
|
|
this.label4.TabIndex = 7;
|
|
this.label4.Text = "DowngradeInfo";
|
|
//
|
|
// nudRep
|
|
//
|
|
this.nudRep.Location = new System.Drawing.Point(98, 129);
|
|
this.nudRep.Maximum = new decimal(new int[] {
|
|
2500,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudRep.Minimum = new decimal(new int[] {
|
|
2,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudRep.Name = "nudRep";
|
|
this.nudRep.Size = new System.Drawing.Size(55, 20);
|
|
this.nudRep.TabIndex = 8;
|
|
this.nudRep.Value = new decimal(new int[] {
|
|
2,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// clbMeters
|
|
//
|
|
this.clbMeters.FormattingEnabled = true;
|
|
this.clbMeters.Location = new System.Drawing.Point(98, 155);
|
|
this.clbMeters.Name = "clbMeters";
|
|
this.clbMeters.Size = new System.Drawing.Size(161, 274);
|
|
this.clbMeters.TabIndex = 9;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(12, 136);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(33, 13);
|
|
this.label5.TabIndex = 10;
|
|
this.label5.Text = "Repe";
|
|
//
|
|
// btnStart
|
|
//
|
|
this.btnStart.Location = new System.Drawing.Point(98, 444);
|
|
this.btnStart.Name = "btnStart";
|
|
this.btnStart.Size = new System.Drawing.Size(161, 64);
|
|
this.btnStart.TabIndex = 11;
|
|
this.btnStart.Text = "Start";
|
|
this.btnStart.UseVisualStyleBackColor = true;
|
|
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
|
|
//
|
|
// FrmMultiUpdate
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(761, 523);
|
|
this.Controls.Add(this.btnStart);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.clbMeters);
|
|
this.Controls.Add(this.nudRep);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.txtDownInfo);
|
|
this.Controls.Add(this.txtDownBin);
|
|
this.Controls.Add(this.txtUpInfo);
|
|
this.Controls.Add(this.txtUpBin);
|
|
this.Name = "FrmMultiUpdate";
|
|
this.Text = "FrmMultiUpdate";
|
|
this.Load += new System.EventHandler(this.FrmMultiUpdate_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.nudRep)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TextBox txtUpBin;
|
|
private System.Windows.Forms.TextBox txtUpInfo;
|
|
private System.Windows.Forms.TextBox txtDownBin;
|
|
private System.Windows.Forms.TextBox txtDownInfo;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.NumericUpDown nudRep;
|
|
private System.Windows.Forms.CheckedListBox clbMeters;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Button btnStart;
|
|
}
|
|
} |