Files
CMS-OMR/CMS-OMR/MainForm.Designer.cs
T
Samuele E. Locatelli e28298e7e6 prima vers VB...
2018-12-10 09:58:04 +01:00

988 lines
51 KiB
C#

namespace DemoApp
{
partial class MainForm
{
/// <summary>
/// Variabile di progettazione necessaria.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Pulire le risorse in uso.
/// </summary>
/// <param name="disposing">ha valore true se le risorse gestite devono essere eliminate, false in caso contrario.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Codice generato da Progettazione Windows Form
/// <summary>
/// Metodo necessario per il supporto della finestra di progettazione. Non modificare
/// il contenuto del metodo con l'editor di codice.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
this.txtBCode = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.btnLogin = new System.Windows.Forms.Button();
this.lblOpr = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.label3 = new System.Windows.Forms.Label();
this.txtDTMatrix = new System.Windows.Forms.TextBox();
this.btnLoad = new System.Windows.Forms.Button();
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.lblArt = new System.Windows.Forms.Label();
this.lblOutArt = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.btnReloadOpr = new System.Windows.Forms.Button();
this.lblOprOutMess = new System.Windows.Forms.Label();
this.cbStato = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.cbSottostazione = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.cbStazione = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.cbOperazione = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.btnAddOpr = new System.Windows.Forms.Button();
this.Paginatore = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.dgvOpr = new System.Windows.Forms.DataGridView();
this.idxRecDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dtEventoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.codStazioneDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.codSottostazDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.codOperazDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.codStatoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.datamatrixDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tabOperazioniBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.dS_App = new DB_proxy.DS_App();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
this.dgvAlarmLog = new System.Windows.Forms.DataGridView();
this.dtEventoDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.codAllarmeDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.attivoDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.descrizioneDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.storicoAllarmiExpBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.btnSendAlarms = new System.Windows.Forms.Button();
this.lbAllarmi = new System.Windows.Forms.ListBox();
this.label8 = new System.Windows.Forms.Label();
this.dgvAnagAlarm = new System.Windows.Forms.DataGridView();
this.codAllarmeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.descrizioneDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.reportAttivoDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.lastStartDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.lastEndDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.currStatusDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.anagAllarmiBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.tabPage3 = new System.Windows.Forms.TabPage();
this.label10 = new System.Windows.Forms.Label();
this.txtAuthKey = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.btnPurgeOld = new System.Windows.Forms.Button();
this.txtDay2keep = new System.Windows.Forms.TextBox();
this.btnEmptyTabOpr = new System.Windows.Forms.Button();
this.tabOperazioniTableAdapter = new DB_proxy.DB_proxy.DS_AppTableAdapters.TabOperazioniTableAdapter();
this.anagAllarmiTableAdapter = new DB_proxy.DB_proxy.DS_AppTableAdapters.AnagAllarmiTableAdapter();
this.StoricoAllarmiExpTableAdapter = new DB_proxy.DB_proxy.DS_AppTableAdapters.StoricoAllarmiExpTableAdapter();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.Paginatore.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvOpr)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tabOperazioniBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dS_App)).BeginInit();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
this.splitContainer3.Panel1.SuspendLayout();
this.splitContainer3.Panel2.SuspendLayout();
this.splitContainer3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvAlarmLog)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.storicoAllarmiExpBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvAnagAlarm)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.anagAllarmiBindingSource)).BeginInit();
this.tabPage3.SuspendLayout();
this.SuspendLayout();
//
// txtBCode
//
this.txtBCode.Location = new System.Drawing.Point(85, 28);
this.txtBCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtBCode.Name = "txtBCode";
this.txtBCode.Size = new System.Drawing.Size(201, 22);
this.txtBCode.TabIndex = 0;
this.txtBCode.Text = "OPR001";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(50, 17);
this.label1.TabIndex = 1;
this.label1.Text = "BCode";
//
// btnLogin
//
this.btnLogin.Location = new System.Drawing.Point(293, 25);
this.btnLogin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(75, 30);
this.btnLogin.TabIndex = 2;
this.btnLogin.Text = "Login";
this.btnLogin.UseVisualStyleBackColor = true;
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// lblOpr
//
this.lblOpr.AutoSize = true;
this.lblOpr.Dock = System.Windows.Forms.DockStyle.Right;
this.lblOpr.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblOpr.Location = new System.Drawing.Point(970, 17);
this.lblOpr.Name = "lblOpr";
this.lblOpr.Size = new System.Drawing.Size(127, 29);
this.lblOpr.TabIndex = 3;
this.lblOpr.Text = "NO USER";
this.lblOpr.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.lblOpr);
this.groupBox1.Controls.Add(this.txtBCode);
this.groupBox1.Controls.Add(this.btnLogin);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBox1.Size = new System.Drawing.Size(1100, 73);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Operatore";
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.splitContainer1);
this.groupBox2.Location = new System.Drawing.Point(12, 91);
this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBox2.Size = new System.Drawing.Size(1100, 112);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Articolo";
//
// splitContainer1
//
this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.splitContainer1.Location = new System.Drawing.Point(5, 21);
this.splitContainer1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.label3);
this.splitContainer1.Panel1.Controls.Add(this.txtDTMatrix);
this.splitContainer1.Panel1.Controls.Add(this.btnLoad);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(1090, 82);
this.splitContainer1.SplitterDistance = 524;
this.splitContainer1.TabIndex = 6;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(9, 17);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(64, 17);
this.label3.TabIndex = 4;
this.label3.Text = "DTMatrix";
//
// txtDTMatrix
//
this.txtDTMatrix.Location = new System.Drawing.Point(80, 14);
this.txtDTMatrix.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtDTMatrix.Name = "txtDTMatrix";
this.txtDTMatrix.Size = new System.Drawing.Size(201, 22);
this.txtDTMatrix.TabIndex = 3;
this.txtDTMatrix.Text = "164SX322761005740003128617";
//
// btnLoad
//
this.btnLoad.Location = new System.Drawing.Point(288, 10);
this.btnLoad.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnLoad.Name = "btnLoad";
this.btnLoad.Size = new System.Drawing.Size(75, 30);
this.btnLoad.TabIndex = 5;
this.btnLoad.Text = "Load";
this.btnLoad.UseVisualStyleBackColor = true;
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.lblArt);
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.lblOutArt);
this.splitContainer2.Size = new System.Drawing.Size(562, 82);
this.splitContainer2.SplitterDistance = 46;
this.splitContainer2.TabIndex = 0;
//
// lblArt
//
this.lblArt.AutoSize = true;
this.lblArt.Dock = System.Windows.Forms.DockStyle.Right;
this.lblArt.Font = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblArt.Location = new System.Drawing.Point(446, 0);
this.lblArt.Name = "lblArt";
this.lblArt.Size = new System.Drawing.Size(116, 29);
this.lblArt.TabIndex = 4;
this.lblArt.Text = "NO ITEM";
//
// lblOutArt
//
this.lblOutArt.AutoSize = true;
this.lblOutArt.Dock = System.Windows.Forms.DockStyle.Right;
this.lblOutArt.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblOutArt.Location = new System.Drawing.Point(551, 0);
this.lblOutArt.Name = "lblOutArt";
this.lblOutArt.Size = new System.Drawing.Size(11, 15);
this.lblOutArt.TabIndex = 5;
this.lblOutArt.Text = "-";
//
// groupBox3
//
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox3.Controls.Add(this.btnReloadOpr);
this.groupBox3.Controls.Add(this.lblOprOutMess);
this.groupBox3.Controls.Add(this.cbStato);
this.groupBox3.Controls.Add(this.label6);
this.groupBox3.Controls.Add(this.cbSottostazione);
this.groupBox3.Controls.Add(this.label5);
this.groupBox3.Controls.Add(this.cbStazione);
this.groupBox3.Controls.Add(this.label4);
this.groupBox3.Controls.Add(this.cbOperazione);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Controls.Add(this.btnAddOpr);
this.groupBox3.Location = new System.Drawing.Point(3, 6);
this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.groupBox3.Size = new System.Drawing.Size(1086, 98);
this.groupBox3.TabIndex = 5;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Registro Operazioni";
//
// btnReloadOpr
//
this.btnReloadOpr.Location = new System.Drawing.Point(655, 64);
this.btnReloadOpr.Margin = new System.Windows.Forms.Padding(4);
this.btnReloadOpr.Name = "btnReloadOpr";
this.btnReloadOpr.Size = new System.Drawing.Size(196, 28);
this.btnReloadOpr.TabIndex = 12;
this.btnReloadOpr.Text = "Reload";
this.btnReloadOpr.UseVisualStyleBackColor = true;
this.btnReloadOpr.Click += new System.EventHandler(this.btnReloadOpr_Click);
//
// lblOprOutMess
//
this.lblOprOutMess.AutoSize = true;
this.lblOprOutMess.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblOprOutMess.ForeColor = System.Drawing.Color.Red;
this.lblOprOutMess.Location = new System.Drawing.Point(21, 78);
this.lblOprOutMess.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.lblOprOutMess.Name = "lblOprOutMess";
this.lblOprOutMess.Size = new System.Drawing.Size(11, 15);
this.lblOprOutMess.TabIndex = 11;
this.lblOprOutMess.Text = "-";
//
// cbStato
//
this.cbStato.FormattingEnabled = true;
this.cbStato.Location = new System.Drawing.Point(392, 50);
this.cbStato.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbStato.Name = "cbStato";
this.cbStato.Size = new System.Drawing.Size(257, 24);
this.cbStato.TabIndex = 10;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(304, 50);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 17);
this.label6.TabIndex = 9;
this.label6.Text = "Stato";
//
// cbSottostazione
//
this.cbSottostazione.FormattingEnabled = true;
this.cbSottostazione.Location = new System.Drawing.Point(85, 50);
this.cbSottostazione.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbSottostazione.Name = "cbSottostazione";
this.cbSottostazione.Size = new System.Drawing.Size(201, 24);
this.cbSottostazione.TabIndex = 8;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(15, 50);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(67, 17);
this.label5.TabIndex = 7;
this.label5.Text = "Sottostaz";
//
// cbStazione
//
this.cbStazione.FormattingEnabled = true;
this.cbStazione.Location = new System.Drawing.Point(85, 21);
this.cbStazione.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbStazione.Name = "cbStazione";
this.cbStazione.Size = new System.Drawing.Size(201, 24);
this.cbStazione.TabIndex = 6;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(15, 21);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(36, 17);
this.label4.TabIndex = 5;
this.label4.Text = "Staz";
//
// cbOperazione
//
this.cbOperazione.FormattingEnabled = true;
this.cbOperazione.Location = new System.Drawing.Point(392, 21);
this.cbOperazione.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.cbOperazione.Name = "cbOperazione";
this.cbOperazione.Size = new System.Drawing.Size(257, 24);
this.cbOperazione.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(304, 21);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(82, 17);
this.label2.TabIndex = 1;
this.label2.Text = "Operazione";
//
// btnAddOpr
//
this.btnAddOpr.Location = new System.Drawing.Point(655, 18);
this.btnAddOpr.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnAddOpr.Name = "btnAddOpr";
this.btnAddOpr.Size = new System.Drawing.Size(196, 48);
this.btnAddOpr.TabIndex = 2;
this.btnAddOpr.Text = "Aggiungi Record";
this.btnAddOpr.UseVisualStyleBackColor = true;
this.btnAddOpr.Click += new System.EventHandler(this.btnAddOpr_Click);
//
// Paginatore
//
this.Paginatore.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.Paginatore.Controls.Add(this.tabPage1);
this.Paginatore.Controls.Add(this.tabPage2);
this.Paginatore.Controls.Add(this.tabPage3);
this.Paginatore.Location = new System.Drawing.Point(12, 199);
this.Paginatore.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Paginatore.Name = "Paginatore";
this.Paginatore.SelectedIndex = 0;
this.Paginatore.Size = new System.Drawing.Size(1100, 390);
this.Paginatore.TabIndex = 6;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.dgvOpr);
this.tabPage1.Controls.Add(this.groupBox3);
this.tabPage1.Location = new System.Drawing.Point(4, 25);
this.tabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tabPage1.Size = new System.Drawing.Size(1092, 361);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Registro Operazioni";
this.tabPage1.UseVisualStyleBackColor = true;
//
// dgvOpr
//
this.dgvOpr.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.dgvOpr.AutoGenerateColumns = false;
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle8.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvOpr.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
this.dgvOpr.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvOpr.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.idxRecDataGridViewTextBoxColumn,
this.dtEventoDataGridViewTextBoxColumn,
this.codStazioneDataGridViewTextBoxColumn,
this.codSottostazDataGridViewTextBoxColumn,
this.codOperazDataGridViewTextBoxColumn,
this.codStatoDataGridViewTextBoxColumn,
this.datamatrixDataGridViewTextBoxColumn});
this.dgvOpr.DataSource = this.tabOperazioniBindingSource;
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle9.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvOpr.DefaultCellStyle = dataGridViewCellStyle9;
this.dgvOpr.Location = new System.Drawing.Point(8, 112);
this.dgvOpr.Margin = new System.Windows.Forms.Padding(4);
this.dgvOpr.Name = "dgvOpr";
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle10.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvOpr.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
this.dgvOpr.Size = new System.Drawing.Size(1077, 242);
this.dgvOpr.TabIndex = 6;
//
// idxRecDataGridViewTextBoxColumn
//
this.idxRecDataGridViewTextBoxColumn.DataPropertyName = "IdxRec";
this.idxRecDataGridViewTextBoxColumn.HeaderText = "IdxRec";
this.idxRecDataGridViewTextBoxColumn.Name = "idxRecDataGridViewTextBoxColumn";
this.idxRecDataGridViewTextBoxColumn.ReadOnly = true;
//
// dtEventoDataGridViewTextBoxColumn
//
this.dtEventoDataGridViewTextBoxColumn.DataPropertyName = "DtEvento";
this.dtEventoDataGridViewTextBoxColumn.HeaderText = "DtEvento";
this.dtEventoDataGridViewTextBoxColumn.Name = "dtEventoDataGridViewTextBoxColumn";
//
// codStazioneDataGridViewTextBoxColumn
//
this.codStazioneDataGridViewTextBoxColumn.DataPropertyName = "CodStazione";
this.codStazioneDataGridViewTextBoxColumn.HeaderText = "CodStazione";
this.codStazioneDataGridViewTextBoxColumn.Name = "codStazioneDataGridViewTextBoxColumn";
//
// codSottostazDataGridViewTextBoxColumn
//
this.codSottostazDataGridViewTextBoxColumn.DataPropertyName = "CodSottostaz";
this.codSottostazDataGridViewTextBoxColumn.HeaderText = "CodSottostaz";
this.codSottostazDataGridViewTextBoxColumn.Name = "codSottostazDataGridViewTextBoxColumn";
//
// codOperazDataGridViewTextBoxColumn
//
this.codOperazDataGridViewTextBoxColumn.DataPropertyName = "CodOperaz";
this.codOperazDataGridViewTextBoxColumn.HeaderText = "CodOperaz";
this.codOperazDataGridViewTextBoxColumn.Name = "codOperazDataGridViewTextBoxColumn";
//
// codStatoDataGridViewTextBoxColumn
//
this.codStatoDataGridViewTextBoxColumn.DataPropertyName = "CodStato";
this.codStatoDataGridViewTextBoxColumn.HeaderText = "CodStato";
this.codStatoDataGridViewTextBoxColumn.Name = "codStatoDataGridViewTextBoxColumn";
//
// datamatrixDataGridViewTextBoxColumn
//
this.datamatrixDataGridViewTextBoxColumn.DataPropertyName = "Datamatrix";
this.datamatrixDataGridViewTextBoxColumn.HeaderText = "Datamatrix";
this.datamatrixDataGridViewTextBoxColumn.Name = "datamatrixDataGridViewTextBoxColumn";
//
// tabOperazioniBindingSource
//
this.tabOperazioniBindingSource.DataMember = "TabOperazioni";
this.tabOperazioniBindingSource.DataSource = this.dS_App;
//
// dS_App
//
this.dS_App.DataSetName = "DS_App";
this.dS_App.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.splitContainer3);
this.tabPage2.Location = new System.Drawing.Point(4, 25);
this.tabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.tabPage2.Size = new System.Drawing.Size(1092, 361);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Allarmi";
this.tabPage2.UseVisualStyleBackColor = true;
//
// splitContainer3
//
this.splitContainer3.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.splitContainer3.Location = new System.Drawing.Point(4, 6);
this.splitContainer3.Margin = new System.Windows.Forms.Padding(4);
this.splitContainer3.Name = "splitContainer3";
//
// splitContainer3.Panel1
//
this.splitContainer3.Panel1.Controls.Add(this.dgvAlarmLog);
this.splitContainer3.Panel1.Controls.Add(this.btnSendAlarms);
this.splitContainer3.Panel1.Controls.Add(this.lbAllarmi);
this.splitContainer3.Panel1.Controls.Add(this.label8);
//
// splitContainer3.Panel2
//
this.splitContainer3.Panel2.Controls.Add(this.dgvAnagAlarm);
this.splitContainer3.Size = new System.Drawing.Size(849, 346);
this.splitContainer3.SplitterDistance = 355;
this.splitContainer3.SplitterWidth = 5;
this.splitContainer3.TabIndex = 4;
//
// dgvAlarmLog
//
this.dgvAlarmLog.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dgvAlarmLog.AutoGenerateColumns = false;
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle11.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvAlarmLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
this.dgvAlarmLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvAlarmLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dtEventoDataGridViewTextBoxColumn1,
this.codAllarmeDataGridViewTextBoxColumn1,
this.attivoDataGridViewCheckBoxColumn,
this.descrizioneDataGridViewTextBoxColumn1});
this.dgvAlarmLog.DataSource = this.storicoAllarmiExpBindingSource;
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle12.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvAlarmLog.DefaultCellStyle = dataGridViewCellStyle12;
this.dgvAlarmLog.Location = new System.Drawing.Point(8, 102);
this.dgvAlarmLog.Margin = new System.Windows.Forms.Padding(4);
this.dgvAlarmLog.Name = "dgvAlarmLog";
this.dgvAlarmLog.Size = new System.Drawing.Size(343, 240);
this.dgvAlarmLog.TabIndex = 7;
//
// dtEventoDataGridViewTextBoxColumn1
//
this.dtEventoDataGridViewTextBoxColumn1.DataPropertyName = "DtEvento";
this.dtEventoDataGridViewTextBoxColumn1.HeaderText = "DtEvento";
this.dtEventoDataGridViewTextBoxColumn1.Name = "dtEventoDataGridViewTextBoxColumn1";
//
// codAllarmeDataGridViewTextBoxColumn1
//
this.codAllarmeDataGridViewTextBoxColumn1.DataPropertyName = "CodAllarme";
this.codAllarmeDataGridViewTextBoxColumn1.HeaderText = "CodAllarme";
this.codAllarmeDataGridViewTextBoxColumn1.Name = "codAllarmeDataGridViewTextBoxColumn1";
//
// attivoDataGridViewCheckBoxColumn
//
this.attivoDataGridViewCheckBoxColumn.DataPropertyName = "Attivo";
this.attivoDataGridViewCheckBoxColumn.HeaderText = "Attivo";
this.attivoDataGridViewCheckBoxColumn.Name = "attivoDataGridViewCheckBoxColumn";
//
// descrizioneDataGridViewTextBoxColumn1
//
this.descrizioneDataGridViewTextBoxColumn1.DataPropertyName = "Descrizione";
this.descrizioneDataGridViewTextBoxColumn1.HeaderText = "Descrizione";
this.descrizioneDataGridViewTextBoxColumn1.Name = "descrizioneDataGridViewTextBoxColumn1";
//
// storicoAllarmiExpBindingSource
//
this.storicoAllarmiExpBindingSource.DataMember = "StoricoAllarmiExp";
this.storicoAllarmiExpBindingSource.DataSource = this.dS_App;
//
// btnSendAlarms
//
this.btnSendAlarms.Location = new System.Drawing.Point(9, 34);
this.btnSendAlarms.Margin = new System.Windows.Forms.Padding(4);
this.btnSendAlarms.Name = "btnSendAlarms";
this.btnSendAlarms.Size = new System.Drawing.Size(100, 60);
this.btnSendAlarms.TabIndex = 6;
this.btnSendAlarms.Text = "Invio Allarmi";
this.btnSendAlarms.UseVisualStyleBackColor = true;
this.btnSendAlarms.Click += new System.EventHandler(this.btnSendAlarms_Click);
//
// lbAllarmi
//
this.lbAllarmi.FormattingEnabled = true;
this.lbAllarmi.ItemHeight = 16;
this.lbAllarmi.Items.AddRange(new object[] {
"00001",
"00002",
"00003",
"00004",
"00005"});
this.lbAllarmi.Location = new System.Drawing.Point(141, 10);
this.lbAllarmi.Margin = new System.Windows.Forms.Padding(4);
this.lbAllarmi.Name = "lbAllarmi";
this.lbAllarmi.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
this.lbAllarmi.Size = new System.Drawing.Size(143, 84);
this.lbAllarmi.TabIndex = 5;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(5, 14);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(130, 17);
this.label8.TabIndex = 4;
this.label8.Text = "Simulazione Allarmi";
//
// dgvAnagAlarm
//
this.dgvAnagAlarm.AutoGenerateColumns = false;
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle13.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvAnagAlarm.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle13;
this.dgvAnagAlarm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvAnagAlarm.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.codAllarmeDataGridViewTextBoxColumn,
this.descrizioneDataGridViewTextBoxColumn,
this.reportAttivoDataGridViewCheckBoxColumn,
this.lastStartDataGridViewTextBoxColumn,
this.lastEndDataGridViewTextBoxColumn,
this.currStatusDataGridViewCheckBoxColumn});
this.dgvAnagAlarm.DataSource = this.anagAllarmiBindingSource;
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle14.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle14.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
dataGridViewCellStyle14.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvAnagAlarm.DefaultCellStyle = dataGridViewCellStyle14;
this.dgvAnagAlarm.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvAnagAlarm.Location = new System.Drawing.Point(0, 0);
this.dgvAnagAlarm.Margin = new System.Windows.Forms.Padding(4);
this.dgvAnagAlarm.Name = "dgvAnagAlarm";
this.dgvAnagAlarm.Size = new System.Drawing.Size(489, 346);
this.dgvAnagAlarm.TabIndex = 5;
//
// codAllarmeDataGridViewTextBoxColumn
//
this.codAllarmeDataGridViewTextBoxColumn.DataPropertyName = "CodAllarme";
this.codAllarmeDataGridViewTextBoxColumn.HeaderText = "CodAllarme";
this.codAllarmeDataGridViewTextBoxColumn.Name = "codAllarmeDataGridViewTextBoxColumn";
//
// descrizioneDataGridViewTextBoxColumn
//
this.descrizioneDataGridViewTextBoxColumn.DataPropertyName = "Descrizione";
this.descrizioneDataGridViewTextBoxColumn.HeaderText = "Descrizione";
this.descrizioneDataGridViewTextBoxColumn.Name = "descrizioneDataGridViewTextBoxColumn";
//
// reportAttivoDataGridViewCheckBoxColumn
//
this.reportAttivoDataGridViewCheckBoxColumn.DataPropertyName = "ReportAttivo";
this.reportAttivoDataGridViewCheckBoxColumn.HeaderText = "ReportAttivo";
this.reportAttivoDataGridViewCheckBoxColumn.Name = "reportAttivoDataGridViewCheckBoxColumn";
//
// lastStartDataGridViewTextBoxColumn
//
this.lastStartDataGridViewTextBoxColumn.DataPropertyName = "LastStart";
this.lastStartDataGridViewTextBoxColumn.HeaderText = "LastStart";
this.lastStartDataGridViewTextBoxColumn.Name = "lastStartDataGridViewTextBoxColumn";
//
// lastEndDataGridViewTextBoxColumn
//
this.lastEndDataGridViewTextBoxColumn.DataPropertyName = "LastEnd";
this.lastEndDataGridViewTextBoxColumn.HeaderText = "LastEnd";
this.lastEndDataGridViewTextBoxColumn.Name = "lastEndDataGridViewTextBoxColumn";
//
// currStatusDataGridViewCheckBoxColumn
//
this.currStatusDataGridViewCheckBoxColumn.DataPropertyName = "CurrStatus";
this.currStatusDataGridViewCheckBoxColumn.HeaderText = "CurrStatus";
this.currStatusDataGridViewCheckBoxColumn.Name = "currStatusDataGridViewCheckBoxColumn";
//
// anagAllarmiBindingSource
//
this.anagAllarmiBindingSource.DataMember = "AnagAllarmi";
this.anagAllarmiBindingSource.DataSource = this.dS_App;
//
// tabPage3
//
this.tabPage3.Controls.Add(this.label10);
this.tabPage3.Controls.Add(this.txtAuthKey);
this.tabPage3.Controls.Add(this.label9);
this.tabPage3.Controls.Add(this.label7);
this.tabPage3.Controls.Add(this.btnPurgeOld);
this.tabPage3.Controls.Add(this.txtDay2keep);
this.tabPage3.Controls.Add(this.btnEmptyTabOpr);
this.tabPage3.Location = new System.Drawing.Point(4, 25);
this.tabPage3.Margin = new System.Windows.Forms.Padding(4);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(1092, 361);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Utils";
this.tabPage3.UseVisualStyleBackColor = true;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(11, 18);
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 17);
this.label10.TabIndex = 6;
this.label10.Text = "Auth Key";
//
// txtAuthKey
//
this.txtAuthKey.Location = new System.Drawing.Point(14, 39);
this.txtAuthKey.Margin = new System.Windows.Forms.Padding(4);
this.txtAuthKey.Name = "txtAuthKey";
this.txtAuthKey.Size = new System.Drawing.Size(132, 22);
this.txtAuthKey.TabIndex = 5;
this.txtAuthKey.Text = "digheDelBu";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(11, 145);
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(249, 17);
this.label9.TabIndex = 4;
this.label9.Text = "Reset DB (Storico allarmi, operazioni)";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(720, 18);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(128, 17);
this.label7.TabIndex = 3;
this.label7.Text = "# gg da mantenere";
//
// btnPurgeOld
//
this.btnPurgeOld.Location = new System.Drawing.Point(619, 66);
this.btnPurgeOld.Margin = new System.Windows.Forms.Padding(4);
this.btnPurgeOld.Name = "btnPurgeOld";
this.btnPurgeOld.Size = new System.Drawing.Size(229, 64);
this.btnPurgeOld.TabIndex = 2;
this.btnPurgeOld.Text = "SVECCHIAMENTO DataBase";
this.btnPurgeOld.UseVisualStyleBackColor = true;
this.btnPurgeOld.Click += new System.EventHandler(this.btnPurgeOld_Click);
//
// txtDay2keep
//
this.txtDay2keep.Location = new System.Drawing.Point(716, 39);
this.txtDay2keep.Margin = new System.Windows.Forms.Padding(4);
this.txtDay2keep.Name = "txtDay2keep";
this.txtDay2keep.Size = new System.Drawing.Size(132, 22);
this.txtDay2keep.TabIndex = 1;
this.txtDay2keep.Text = "365";
//
// btnEmptyTabOpr
//
this.btnEmptyTabOpr.Location = new System.Drawing.Point(13, 66);
this.btnEmptyTabOpr.Margin = new System.Windows.Forms.Padding(4);
this.btnEmptyTabOpr.Name = "btnEmptyTabOpr";
this.btnEmptyTabOpr.Size = new System.Drawing.Size(229, 64);
this.btnEmptyTabOpr.TabIndex = 0;
this.btnEmptyTabOpr.Text = "ELIMINA Tabelle";
this.btnEmptyTabOpr.UseVisualStyleBackColor = true;
this.btnEmptyTabOpr.Click += new System.EventHandler(this.btnEmptyTabOpr_Click);
//
// tabOperazioniTableAdapter
//
this.tabOperazioniTableAdapter.ClearBeforeFill = true;
//
// anagAllarmiTableAdapter
//
this.anagAllarmiTableAdapter.ClearBeforeFill = true;
//
// StoricoAllarmiExpTableAdapter
//
this.StoricoAllarmiExpTableAdapter.ClearBeforeFill = true;
//
// MainForm
//
this.AccessibleName = "";
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1118, 602);
this.Controls.Add(this.Paginatore);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "MainForm";
this.Text = "CMS-OMR";
this.Load += new System.EventHandler(this.MainForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel1.PerformLayout();
this.splitContainer2.Panel2.ResumeLayout(false);
this.splitContainer2.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
this.splitContainer2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.Paginatore.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvOpr)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tabOperazioniBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dS_App)).EndInit();
this.tabPage2.ResumeLayout(false);
this.splitContainer3.Panel1.ResumeLayout(false);
this.splitContainer3.Panel1.PerformLayout();
this.splitContainer3.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
this.splitContainer3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvAlarmLog)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.storicoAllarmiExpBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvAnagAlarm)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.anagAllarmiBindingSource)).EndInit();
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox txtBCode;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnLogin;
private System.Windows.Forms.Label lblOpr;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtDTMatrix;
private System.Windows.Forms.Button btnLoad;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.Label lblArt;
private System.Windows.Forms.Label lblOutArt;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnAddOpr;
private System.Windows.Forms.ComboBox cbStato;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox cbSottostazione;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox cbStazione;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox cbOperazione;
private System.Windows.Forms.TabControl Paginatore;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.DataGridView dgvOpr;
private DB_proxy.DS_App dS_App;
private System.Windows.Forms.BindingSource tabOperazioniBindingSource;
private DB_proxy.DB_proxy.DS_AppTableAdapters.TabOperazioniTableAdapter tabOperazioniTableAdapter;
private System.Windows.Forms.DataGridViewTextBoxColumn idxRecDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn dtEventoDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn codStazioneDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn codSottostazDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn codOperazDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn codStatoDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn datamatrixDataGridViewTextBoxColumn;
private System.Windows.Forms.Label lblOprOutMess;
private System.Windows.Forms.Button btnReloadOpr;
private System.Windows.Forms.Button btnEmptyTabOpr;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button btnPurgeOld;
private System.Windows.Forms.TextBox txtDay2keep;
private System.Windows.Forms.SplitContainer splitContainer3;
private System.Windows.Forms.Button btnSendAlarms;
private System.Windows.Forms.ListBox lbAllarmi;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.BindingSource anagAllarmiBindingSource;
private DB_proxy.DB_proxy.DS_AppTableAdapters.AnagAllarmiTableAdapter anagAllarmiTableAdapter;
private DB_proxy.DB_proxy.DS_AppTableAdapters.StoricoAllarmiExpTableAdapter StoricoAllarmiExpTableAdapter;
private System.Windows.Forms.BindingSource storicoAllarmiExpBindingSource;
private System.Windows.Forms.DataGridView dgvAlarmLog;
private System.Windows.Forms.DataGridViewTextBoxColumn dtEventoDataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn codAllarmeDataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewCheckBoxColumn attivoDataGridViewCheckBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn descrizioneDataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridView dgvAnagAlarm;
private System.Windows.Forms.DataGridViewTextBoxColumn codAllarmeDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn descrizioneDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewCheckBoxColumn reportAttivoDataGridViewCheckBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn lastStartDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn lastEndDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewCheckBoxColumn currStatusDataGridViewCheckBoxColumn;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtAuthKey;
private System.Windows.Forms.Label label9;
}
}