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

371 lines
18 KiB
C#

namespace XylemCommonUiLegacyGenCtl
{
partial class ctlBatch
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
#region Component 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.grbInfo = new System.Windows.Forms.GroupBox();
this.dgvBatch = new System.Windows.Forms.DataGridView();
this.pnlCalibration = new System.Windows.Forms.Panel();
this.btnMinus1 = new System.Windows.Forms.Button();
this.btnMinus01 = new System.Windows.Forms.Button();
this.btnPlus1 = new System.Windows.Forms.Button();
this.btnPlus01 = new System.Windows.Forms.Button();
this.lblHeadline = new System.Windows.Forms.Label();
this.nudFactor = new System.Windows.Forms.NumericUpDown();
this.btnOk = new System.Windows.Forms.Button();
this.pgbUpdate = new System.Windows.Forms.ProgressBar();
this.btnUpdate = new System.Windows.Forms.Button();
this.cbxExpert = new System.Windows.Forms.CheckBox();
this.pnlBussy = new System.Windows.Forms.Panel();
this.lblProgress = new System.Windows.Forms.Label();
this.lblAction = new System.Windows.Forms.Label();
this.probarBusy = new System.Windows.Forms.ProgressBar();
this.lblBussyHealine = new System.Windows.Forms.Label();
this.timProgress = new System.Windows.Forms.Timer(this.components);
this.pnlEndTime = new System.Windows.Forms.Panel();
this.lblEndTime = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.pgbEndTime = new System.Windows.Forms.ProgressBar();
this.timStateMachine = new System.Windows.Forms.Timer(this.components);
((System.ComponentModel.ISupportInitialize)(this.dgvBatch)).BeginInit();
this.pnlCalibration.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudFactor)).BeginInit();
this.pnlBussy.SuspendLayout();
this.pnlEndTime.SuspendLayout();
this.SuspendLayout();
//
// grbInfo
//
this.grbInfo.Location = new System.Drawing.Point(3, 31);
this.grbInfo.Name = "grbInfo";
this.grbInfo.Size = new System.Drawing.Size(168, 300);
this.grbInfo.TabIndex = 0;
this.grbInfo.TabStop = false;
this.grbInfo.Text = "Info";
//
// dgvBatch
//
this.dgvBatch.AllowUserToAddRows = false;
this.dgvBatch.AllowUserToDeleteRows = false;
this.dgvBatch.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.dgvBatch.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
this.dgvBatch.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvBatch.ColumnHeadersVisible = false;
this.dgvBatch.Location = new System.Drawing.Point(181, 40);
this.dgvBatch.Name = "dgvBatch";
this.dgvBatch.RowHeadersVisible = false;
this.dgvBatch.Size = new System.Drawing.Size(513, 320);
this.dgvBatch.TabIndex = 1;
//
// pnlCalibration
//
this.pnlCalibration.Controls.Add(this.btnMinus1);
this.pnlCalibration.Controls.Add(this.btnMinus01);
this.pnlCalibration.Controls.Add(this.btnPlus1);
this.pnlCalibration.Controls.Add(this.btnPlus01);
this.pnlCalibration.Controls.Add(this.lblHeadline);
this.pnlCalibration.Controls.Add(this.nudFactor);
this.pnlCalibration.Controls.Add(this.btnOk);
this.pnlCalibration.Location = new System.Drawing.Point(23, 0);
this.pnlCalibration.Name = "pnlCalibration";
this.pnlCalibration.Size = new System.Drawing.Size(651, 31);
this.pnlCalibration.TabIndex = 2;
this.pnlCalibration.Visible = false;
//
// btnMinus1
//
this.btnMinus1.Location = new System.Drawing.Point(447, 3);
this.btnMinus1.Name = "btnMinus1";
this.btnMinus1.Size = new System.Drawing.Size(70, 20);
this.btnMinus1.TabIndex = 13;
this.btnMinus1.Text = "-1,0%";
this.btnMinus1.UseVisualStyleBackColor = true;
this.btnMinus1.Click += new System.EventHandler(this.btnMinus1_Click);
//
// btnMinus01
//
this.btnMinus01.Location = new System.Drawing.Point(371, 3);
this.btnMinus01.Name = "btnMinus01";
this.btnMinus01.Size = new System.Drawing.Size(70, 20);
this.btnMinus01.TabIndex = 12;
this.btnMinus01.Text = "-0,1%";
this.btnMinus01.UseVisualStyleBackColor = true;
this.btnMinus01.Click += new System.EventHandler(this.btnMinus01_Click);
//
// btnPlus1
//
this.btnPlus1.Location = new System.Drawing.Point(139, 3);
this.btnPlus1.Name = "btnPlus1";
this.btnPlus1.Size = new System.Drawing.Size(70, 20);
this.btnPlus1.TabIndex = 11;
this.btnPlus1.Text = "+1,0%";
this.btnPlus1.UseVisualStyleBackColor = true;
this.btnPlus1.Click += new System.EventHandler(this.btnPlus1_Click);
//
// btnPlus01
//
this.btnPlus01.Location = new System.Drawing.Point(215, 3);
this.btnPlus01.Name = "btnPlus01";
this.btnPlus01.Size = new System.Drawing.Size(70, 20);
this.btnPlus01.TabIndex = 10;
this.btnPlus01.Text = "+0,1%";
this.btnPlus01.UseVisualStyleBackColor = true;
this.btnPlus01.Click += new System.EventHandler(this.btnPlus01_Click);
//
// lblHeadline
//
this.lblHeadline.AutoSize = true;
this.lblHeadline.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblHeadline.Location = new System.Drawing.Point(-4, 3);
this.lblHeadline.Name = "lblHeadline";
this.lblHeadline.Size = new System.Drawing.Size(141, 20);
this.lblHeadline.TabIndex = 9;
this.lblHeadline.Text = "Zielwert Justage";
//
// nudFactor
//
this.nudFactor.DecimalPlaces = 5;
this.nudFactor.Increment = new decimal(new int[] {
1,
0,
0,
131072});
this.nudFactor.Location = new System.Drawing.Point(291, 0);
this.nudFactor.Maximum = new decimal(new int[] {
25,
0,
0,
0});
this.nudFactor.Minimum = new decimal(new int[] {
25,
0,
0,
-2147483648});
this.nudFactor.Name = "nudFactor";
this.nudFactor.Size = new System.Drawing.Size(74, 20);
this.nudFactor.TabIndex = 8;
this.nudFactor.ValueChanged += new System.EventHandler(this.nudFactor_ValueChanged);
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(521, 3);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(115, 20);
this.btnOk.TabIndex = 7;
this.btnOk.Text = "Ok";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// pgbUpdate
//
this.pgbUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.pgbUpdate.Location = new System.Drawing.Point(62, 371);
this.pgbUpdate.Name = "pgbUpdate";
this.pgbUpdate.Size = new System.Drawing.Size(80, 23);
this.pgbUpdate.TabIndex = 3;
//
// btnUpdate
//
this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnUpdate.Location = new System.Drawing.Point(3, 371);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(53, 23);
this.btnUpdate.TabIndex = 4;
this.btnUpdate.Text = "Update";
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// cbxExpert
//
this.cbxExpert.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.cbxExpert.AutoSize = true;
this.cbxExpert.Location = new System.Drawing.Point(3, 400);
this.cbxExpert.Name = "cbxExpert";
this.cbxExpert.Size = new System.Drawing.Size(56, 17);
this.cbxExpert.TabIndex = 5;
this.cbxExpert.Text = "Expert";
this.cbxExpert.UseVisualStyleBackColor = true;
this.cbxExpert.CheckedChanged += new System.EventHandler(this.cbxExpert_CheckedChanged);
//
// pnlBussy
//
this.pnlBussy.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.pnlBussy.BackColor = System.Drawing.Color.Transparent;
this.pnlBussy.Controls.Add(this.lblProgress);
this.pnlBussy.Controls.Add(this.lblAction);
this.pnlBussy.Controls.Add(this.probarBusy);
this.pnlBussy.Controls.Add(this.lblBussyHealine);
this.pnlBussy.Location = new System.Drawing.Point(0, 0);
this.pnlBussy.Name = "pnlBussy";
this.pnlBussy.Size = new System.Drawing.Size(49, 48);
this.pnlBussy.TabIndex = 52;
this.pnlBussy.Visible = false;
//
// lblProgress
//
this.lblProgress.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.lblProgress.AutoSize = true;
this.lblProgress.Location = new System.Drawing.Point(240, 334);
this.lblProgress.Name = "lblProgress";
this.lblProgress.Size = new System.Drawing.Size(0, 13);
this.lblProgress.TabIndex = 3;
//
// lblAction
//
this.lblAction.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.lblAction.AutoSize = true;
this.lblAction.Location = new System.Drawing.Point(240, 175);
this.lblAction.Name = "lblAction";
this.lblAction.Size = new System.Drawing.Size(0, 13);
this.lblAction.TabIndex = 2;
//
// probarBusy
//
this.probarBusy.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.probarBusy.Location = new System.Drawing.Point(14, 205);
this.probarBusy.Name = "probarBusy";
this.probarBusy.Size = new System.Drawing.Size(35, 23);
this.probarBusy.TabIndex = 1;
//
// lblBussyHealine
//
this.lblBussyHealine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblBussyHealine.AutoSize = true;
this.lblBussyHealine.Location = new System.Drawing.Point(240, 142);
this.lblBussyHealine.Name = "lblBussyHealine";
this.lblBussyHealine.Size = new System.Drawing.Size(63, 13);
this.lblBussyHealine.TabIndex = 0;
this.lblBussyHealine.Text = "Bitte warten";
//
// timProgress
//
this.timProgress.Tick += new System.EventHandler(this.timProgress_Tick);
//
// pnlEndTime
//
this.pnlEndTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.pnlEndTime.Controls.Add(this.lblEndTime);
this.pnlEndTime.Controls.Add(this.label1);
this.pnlEndTime.Controls.Add(this.pgbEndTime);
this.pnlEndTime.Location = new System.Drawing.Point(3, 425);
this.pnlEndTime.Name = "pnlEndTime";
this.pnlEndTime.Size = new System.Drawing.Size(671, 31);
this.pnlEndTime.TabIndex = 53;
//
// lblEndTime
//
this.lblEndTime.AutoSize = true;
this.lblEndTime.Location = new System.Drawing.Point(607, 3);
this.lblEndTime.Name = "lblEndTime";
this.lblEndTime.Size = new System.Drawing.Size(49, 13);
this.lblEndTime.TabIndex = 2;
this.lblEndTime.Text = "10:50:30";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(538, 3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Endet ca.";
//
// pgbEndTime
//
this.pgbEndTime.Location = new System.Drawing.Point(3, 3);
this.pgbEndTime.Name = "pgbEndTime";
this.pgbEndTime.Size = new System.Drawing.Size(529, 22);
this.pgbEndTime.TabIndex = 0;
//
// timStateMachine
//
this.timStateMachine.Enabled = true;
this.timStateMachine.Interval = 500;
this.timStateMachine.Tick += new System.EventHandler(this.timStateMachine_Tick);
//
// ctlBatch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.BackColor = System.Drawing.SystemColors.Control;
this.Controls.Add(this.pnlEndTime);
this.Controls.Add(this.pnlCalibration);
this.Controls.Add(this.pnlBussy);
this.Controls.Add(this.cbxExpert);
this.Controls.Add(this.btnUpdate);
this.Controls.Add(this.pgbUpdate);
this.Controls.Add(this.dgvBatch);
this.Controls.Add(this.grbInfo);
this.MinimumSize = new System.Drawing.Size(660, 440);
this.Name = "ctlBatch";
this.Size = new System.Drawing.Size(697, 463);
this.ControlRemoved += new System.Windows.Forms.ControlEventHandler(this.ctlBatch_ControlRemoved);
this.Resize += new System.EventHandler(this.ctlBatch_Resize);
((System.ComponentModel.ISupportInitialize)(this.dgvBatch)).EndInit();
this.pnlCalibration.ResumeLayout(false);
this.pnlCalibration.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudFactor)).EndInit();
this.pnlBussy.ResumeLayout(false);
this.pnlBussy.PerformLayout();
this.pnlEndTime.ResumeLayout(false);
this.pnlEndTime.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox grbInfo;
private System.Windows.Forms.DataGridView dgvBatch;
private System.Windows.Forms.Panel pnlCalibration;
private System.Windows.Forms.Button btnMinus1;
private System.Windows.Forms.Button btnMinus01;
private System.Windows.Forms.Button btnPlus1;
private System.Windows.Forms.Button btnPlus01;
private System.Windows.Forms.Label lblHeadline;
private System.Windows.Forms.NumericUpDown nudFactor;
private System.Windows.Forms.Button btnOk;
private System.Windows.Forms.ProgressBar pgbUpdate;
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.CheckBox cbxExpert;
private System.Windows.Forms.Panel pnlBussy;
private System.Windows.Forms.Label lblProgress;
private System.Windows.Forms.Label lblAction;
private System.Windows.Forms.ProgressBar probarBusy;
private System.Windows.Forms.Label lblBussyHealine;
private System.Windows.Forms.Timer timProgress;
private System.Windows.Forms.Panel pnlEndTime;
private System.Windows.Forms.Label lblEndTime;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ProgressBar pgbEndTime;
private System.Windows.Forms.Timer timStateMachine;
}
}