Files
mapo-iob-man/Legacy/IOB-MAN/FluxLogData.Designer.cs
2025-06-17 09:01:04 +02:00

446 lines
22 KiB
C#

namespace IOB_MAN
{
partial class FluxLogData
{
/// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.dtSelector = new System.Windows.Forms.DateTimePicker();
this.lblCodIob = new System.Windows.Forms.Label();
this.tabFluxMan = new System.Windows.Forms.TabControl();
this.tabFluxRec = new System.Windows.Forms.TabPage();
this.dgvFluxRec = new System.Windows.Forms.DataGridView();
this.tabFluxAvail = new System.Windows.Forms.TabPage();
this.dgvFluxDisp = new System.Windows.Forms.DataGridView();
this.cbFunc = new System.Windows.Forms.ComboBox();
this.txtMaxVal = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtMinVal = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.dgvFluxDetList = new System.Windows.Forms.DataGridView();
this.dgvFluxDetPareto = new System.Windows.Forms.DataGridView();
this.btnCancel = new System.Windows.Forms.Button();
this.btnSave = new System.Windows.Forms.Button();
this.chkSendEnabled = new System.Windows.Forms.CheckBox();
this.txtThreshPerc = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtThreshAbs = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtPeriod = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.lblDesc = new System.Windows.Forms.Label();
this.txtDesc = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtUM = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.tabFluxMan.SuspendLayout();
this.tabFluxRec.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvFluxRec)).BeginInit();
this.tabFluxAvail.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvFluxDisp)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvFluxDetList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvFluxDetPareto)).BeginInit();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 0);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.dtSelector);
this.splitContainer1.Panel1.Controls.Add(this.lblCodIob);
this.splitContainer1.Panel1.Controls.Add(this.tabFluxMan);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.txtUM);
this.splitContainer1.Panel2.Controls.Add(this.label9);
this.splitContainer1.Panel2.Controls.Add(this.label8);
this.splitContainer1.Panel2.Controls.Add(this.txtDesc);
this.splitContainer1.Panel2.Controls.Add(this.lblDesc);
this.splitContainer1.Panel2.Controls.Add(this.cbFunc);
this.splitContainer1.Panel2.Controls.Add(this.txtMaxVal);
this.splitContainer1.Panel2.Controls.Add(this.label7);
this.splitContainer1.Panel2.Controls.Add(this.txtMinVal);
this.splitContainer1.Panel2.Controls.Add(this.label6);
this.splitContainer1.Panel2.Controls.Add(this.label5);
this.splitContainer1.Panel2.Controls.Add(this.label4);
this.splitContainer1.Panel2.Controls.Add(this.dgvFluxDetList);
this.splitContainer1.Panel2.Controls.Add(this.dgvFluxDetPareto);
this.splitContainer1.Panel2.Controls.Add(this.btnCancel);
this.splitContainer1.Panel2.Controls.Add(this.btnSave);
this.splitContainer1.Panel2.Controls.Add(this.chkSendEnabled);
this.splitContainer1.Panel2.Controls.Add(this.txtThreshPerc);
this.splitContainer1.Panel2.Controls.Add(this.label3);
this.splitContainer1.Panel2.Controls.Add(this.txtThreshAbs);
this.splitContainer1.Panel2.Controls.Add(this.label2);
this.splitContainer1.Panel2.Controls.Add(this.txtPeriod);
this.splitContainer1.Panel2.Controls.Add(this.label1);
this.splitContainer1.Size = new System.Drawing.Size(803, 450);
this.splitContainer1.SplitterDistance = 265;
this.splitContainer1.TabIndex = 1;
//
// dtSelector
//
this.dtSelector.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.dtSelector.Location = new System.Drawing.Point(99, 4);
this.dtSelector.Name = "dtSelector";
this.dtSelector.Size = new System.Drawing.Size(159, 20);
this.dtSelector.TabIndex = 1;
this.dtSelector.ValueChanged += new System.EventHandler(this.dtSelector_ValueChanged);
//
// lblCodIob
//
this.lblCodIob.AutoSize = true;
this.lblCodIob.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblCodIob.Location = new System.Drawing.Point(3, 0);
this.lblCodIob.Name = "lblCodIob";
this.lblCodIob.Size = new System.Drawing.Size(76, 24);
this.lblCodIob.TabIndex = 0;
this.lblCodIob.Text = "CodIOB";
//
// tabFluxMan
//
this.tabFluxMan.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.tabFluxMan.Controls.Add(this.tabFluxRec);
this.tabFluxMan.Controls.Add(this.tabFluxAvail);
this.tabFluxMan.Location = new System.Drawing.Point(0, 30);
this.tabFluxMan.Name = "tabFluxMan";
this.tabFluxMan.SelectedIndex = 0;
this.tabFluxMan.Size = new System.Drawing.Size(265, 420);
this.tabFluxMan.TabIndex = 0;
//
// tabFluxRec
//
this.tabFluxRec.Controls.Add(this.dgvFluxRec);
this.tabFluxRec.Location = new System.Drawing.Point(4, 22);
this.tabFluxRec.Name = "tabFluxRec";
this.tabFluxRec.Padding = new System.Windows.Forms.Padding(3);
this.tabFluxRec.Size = new System.Drawing.Size(257, 394);
this.tabFluxRec.TabIndex = 0;
this.tabFluxRec.Text = "FL Rec";
this.tabFluxRec.UseVisualStyleBackColor = true;
//
// dgvFluxRec
//
this.dgvFluxRec.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvFluxRec.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvFluxRec.Location = new System.Drawing.Point(3, 3);
this.dgvFluxRec.Name = "dgvFluxRec";
this.dgvFluxRec.Size = new System.Drawing.Size(251, 388);
this.dgvFluxRec.TabIndex = 0;
this.dgvFluxRec.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvFluxRec_CellMouseClick);
this.dgvFluxRec.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvFluxRec_ColumnHeaderMouseClick);
//
// tabFluxAvail
//
this.tabFluxAvail.Controls.Add(this.dgvFluxDisp);
this.tabFluxAvail.Location = new System.Drawing.Point(4, 22);
this.tabFluxAvail.Name = "tabFluxAvail";
this.tabFluxAvail.Padding = new System.Windows.Forms.Padding(3);
this.tabFluxAvail.Size = new System.Drawing.Size(252, 394);
this.tabFluxAvail.TabIndex = 1;
this.tabFluxAvail.Text = "FL Disp";
this.tabFluxAvail.UseVisualStyleBackColor = true;
//
// dgvFluxDisp
//
this.dgvFluxDisp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvFluxDisp.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvFluxDisp.Location = new System.Drawing.Point(3, 3);
this.dgvFluxDisp.Name = "dgvFluxDisp";
this.dgvFluxDisp.Size = new System.Drawing.Size(246, 388);
this.dgvFluxDisp.TabIndex = 0;
//
// cbFunc
//
this.cbFunc.FormattingEnabled = true;
this.cbFunc.Location = new System.Drawing.Point(314, 46);
this.cbFunc.Name = "cbFunc";
this.cbFunc.Size = new System.Drawing.Size(108, 21);
this.cbFunc.TabIndex = 18;
//
// txtMaxVal
//
this.txtMaxVal.Location = new System.Drawing.Point(446, 80);
this.txtMaxVal.Name = "txtMaxVal";
this.txtMaxVal.Size = new System.Drawing.Size(80, 20);
this.txtMaxVal.TabIndex = 17;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(399, 84);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(45, 13);
this.label7.TabIndex = 16;
this.label7.Text = "Max Val";
//
// txtMinVal
//
this.txtMinVal.Location = new System.Drawing.Point(314, 80);
this.txtMinVal.Name = "txtMinVal";
this.txtMinVal.Size = new System.Drawing.Size(80, 20);
this.txtMinVal.TabIndex = 15;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(270, 84);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(42, 13);
this.label6.TabIndex = 14;
this.label6.Text = "Min Val";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(257, 107);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(40, 13);
this.label5.TabIndex = 12;
this.label5.Text = "Elenco";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(7, 107);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(38, 13);
this.label4.TabIndex = 11;
this.label4.Text = "Pareto";
//
// dgvFluxDetList
//
this.dgvFluxDetList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvFluxDetList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvFluxDetList.Location = new System.Drawing.Point(255, 125);
this.dgvFluxDetList.Name = "dgvFluxDetList";
this.dgvFluxDetList.Size = new System.Drawing.Size(276, 313);
this.dgvFluxDetList.TabIndex = 10;
//
// dgvFluxDetPareto
//
this.dgvFluxDetPareto.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.dgvFluxDetPareto.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvFluxDetPareto.Location = new System.Drawing.Point(7, 125);
this.dgvFluxDetPareto.Name = "dgvFluxDetPareto";
this.dgvFluxDetPareto.Size = new System.Drawing.Size(242, 313);
this.dgvFluxDetPareto.TabIndex = 9;
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(10, 12);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(80, 24);
this.btnCancel.TabIndex = 8;
this.btnCancel.Text = "Chiudi";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(428, 12);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(80, 24);
this.btnSave.TabIndex = 7;
this.btnSave.Text = "Salva";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// chkSendEnabled
//
this.chkSendEnabled.AutoSize = true;
this.chkSendEnabled.Location = new System.Drawing.Point(18, 48);
this.chkSendEnabled.Name = "chkSendEnabled";
this.chkSendEnabled.Size = new System.Drawing.Size(65, 17);
this.chkSendEnabled.TabIndex = 6;
this.chkSendEnabled.Text = "Enabled";
this.chkSendEnabled.UseVisualStyleBackColor = true;
//
// txtThreshPerc
//
this.txtThreshPerc.Location = new System.Drawing.Point(192, 80);
this.txtThreshPerc.Name = "txtThreshPerc";
this.txtThreshPerc.Size = new System.Drawing.Size(57, 20);
this.txtThreshPerc.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(129, 84);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(57, 13);
this.label3.TabIndex = 4;
this.label3.Text = "Thresh (%)";
//
// txtThreshAbs
//
this.txtThreshAbs.Location = new System.Drawing.Point(74, 80);
this.txtThreshAbs.Name = "txtThreshAbs";
this.txtThreshAbs.Size = new System.Drawing.Size(50, 20);
this.txtThreshAbs.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 84);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Thresh (#)";
//
// txtPeriod
//
this.txtPeriod.Location = new System.Drawing.Point(187, 46);
this.txtPeriod.Name = "txtPeriod";
this.txtPeriod.Size = new System.Drawing.Size(60, 20);
this.txtPeriod.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(120, 49);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(69, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Periodo (sec)";
//
// lblDesc
//
this.lblDesc.AutoSize = true;
this.lblDesc.Location = new System.Drawing.Point(96, 18);
this.lblDesc.Name = "lblDesc";
this.lblDesc.Size = new System.Drawing.Size(33, 13);
this.lblDesc.TabIndex = 19;
this.lblDesc.Text = "desc:";
//
// txtDesc
//
this.txtDesc.Location = new System.Drawing.Point(132, 15);
this.txtDesc.Name = "txtDesc";
this.txtDesc.Size = new System.Drawing.Size(290, 20);
this.txtDesc.TabIndex = 20;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(266, 49);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(48, 13);
this.label8.TabIndex = 21;
this.label8.Text = "VC Func";
//
// txtUM
//
this.txtUM.Location = new System.Drawing.Point(466, 46);
this.txtUM.Name = "txtUM";
this.txtUM.Size = new System.Drawing.Size(60, 20);
this.txtUM.TabIndex = 23;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(436, 49);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(24, 13);
this.label9.TabIndex = 22;
this.label9.Text = "UM";
//
// FluxLogData
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(803, 450);
this.Controls.Add(this.splitContainer1);
this.Name = "FluxLogData";
this.Text = "FluxLogData";
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.tabFluxMan.ResumeLayout(false);
this.tabFluxRec.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvFluxRec)).EndInit();
this.tabFluxAvail.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvFluxDisp)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvFluxDetList)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvFluxDetPareto)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TabControl tabFluxMan;
private System.Windows.Forms.TabPage tabFluxRec;
private System.Windows.Forms.TabPage tabFluxAvail;
private System.Windows.Forms.DataGridView dgvFluxRec;
private System.Windows.Forms.DataGridView dgvFluxDisp;
private System.Windows.Forms.Label lblCodIob;
private System.Windows.Forms.DateTimePicker dtSelector;
private System.Windows.Forms.CheckBox chkSendEnabled;
private System.Windows.Forms.TextBox txtThreshPerc;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtThreshAbs;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtPeriod;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.DataGridView dgvFluxDetList;
private System.Windows.Forms.DataGridView dgvFluxDetPareto;
private System.Windows.Forms.TextBox txtMinVal;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtMaxVal;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox cbFunc;
private System.Windows.Forms.TextBox txtUM;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtDesc;
private System.Windows.Forms.Label lblDesc;
}
}