_ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form esegue l'override del metodo Dispose per pulire l'elenco dei componenti. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Richiesto da Progettazione Windows Form Private components As System.ComponentModel.IContainer 'NOTA: la procedura che segue è richiesta da Progettazione Windows Form 'Può essere modificata in Progettazione Windows Form. 'Non modificarla nell'editor del codice. _ Private Sub InitializeComponent() Me.btnConnetti = New System.Windows.Forms.Button() Me.txtIndirizzoIP = New System.Windows.Forms.TextBox() Me.lblIndirizzoIP = New System.Windows.Forms.Label() Me.lblPhase = New System.Windows.Forms.Label() Me.txtPhaseCN = New System.Windows.Forms.TextBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.txtProcesso = New System.Windows.Forms.TextBox() Me.lblProcesso = New System.Windows.Forms.Label() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.btnReadVariabile = New System.Windows.Forms.Button() Me.btnWriteVariabile = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.txtVariabileShort = New System.Windows.Forms.TextBox() Me.txtResultShort = New System.Windows.Forms.TextBox() Me.txtSendShort = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel() Me.btnLeggiVariabileTesto = New System.Windows.Forms.Button() Me.btnScriviVariabileTesto = New System.Windows.Forms.Button() Me.Label5 = New System.Windows.Forms.Label() Me.txtStartLettura = New System.Windows.Forms.TextBox() Me.txtValoreLetto = New System.Windows.Forms.TextBox() Me.txtValoreScrivere = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel() Me.btnLeggiVarDouble = New System.Windows.Forms.Button() Me.btnScriviVarDouble = New System.Windows.Forms.Button() Me.Label9 = New System.Windows.Forms.Label() Me.txtVarDoubleUsed = New System.Windows.Forms.TextBox() Me.txtVarDoubleRead = New System.Windows.Forms.TextBox() Me.txtVarDoubleWrite = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.GroupBox5 = New System.Windows.Forms.GroupBox() Me.TableLayoutPanel4 = New System.Windows.Forms.TableLayoutPanel() Me.btnLeggiVarBool = New System.Windows.Forms.Button() Me.btnScriviVarBool = New System.Windows.Forms.Button() Me.Label13 = New System.Windows.Forms.Label() Me.txtVariabileBool = New System.Windows.Forms.TextBox() Me.txtVariabileBoolLetta = New System.Windows.Forms.TextBox() Me.txtVariabileBoolScritta = New System.Windows.Forms.TextBox() Me.Label14 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.Label16 = New System.Windows.Forms.Label() Me.GroupBox6 = New System.Windows.Forms.GroupBox() Me.btnActivePrg = New System.Windows.Forms.Button() Me.txtProgrammaAttivo = New System.Windows.Forms.TextBox() Me.lwPC = New System.Windows.Forms.ListView() Me.twPC = New System.Windows.Forms.TreeView() Me.cboDriveLogici = New System.Windows.Forms.ComboBox() Me.SplitContainer2 = New System.Windows.Forms.SplitContainer() Me.lwDirCN = New System.Windows.Forms.ListView() Me.lwFileCN = New System.Windows.Forms.ListView() Me.btnReadActivePrg = New System.Windows.Forms.Button() Me.GroupBox7 = New System.Windows.Forms.GroupBox() Me.TableLayoutPanel5 = New System.Windows.Forms.TableLayoutPanel() Me.btnReadVarE = New System.Windows.Forms.Button() Me.btnWriteVarE = New System.Windows.Forms.Button() Me.Label17 = New System.Windows.Forms.Label() Me.txtVarE = New System.Windows.Forms.TextBox() Me.txtVarERead = New System.Windows.Forms.TextBox() Me.txtVarESend = New System.Windows.Forms.TextBox() Me.Label18 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.Label20 = New System.Windows.Forms.Label() Me.GroupBox8 = New System.Windows.Forms.GroupBox() Me.TableLayoutPanel6 = New System.Windows.Forms.TableLayoutPanel() Me.btnReadSN = New System.Windows.Forms.Button() Me.btnWriteSN = New System.Windows.Forms.Button() Me.Label21 = New System.Windows.Forms.Label() Me.txtVariabileSN = New System.Windows.Forms.TextBox() Me.txtVariabileSNRead = New System.Windows.Forms.TextBox() Me.txtVariabileSNWrite = New System.Windows.Forms.TextBox() Me.Label22 = New System.Windows.Forms.Label() Me.Label23 = New System.Windows.Forms.Label() Me.Label24 = New System.Windows.Forms.Label() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.TabPage3 = New System.Windows.Forms.TabPage() Me.TabPage4 = New System.Windows.Forms.TabPage() Me.btnPLCAlarm = New System.Windows.Forms.Button() Me.btnErrMess = New System.Windows.Forms.Button() Me.txtMessErr04 = New System.Windows.Forms.TextBox() Me.txtMessErr03 = New System.Windows.Forms.TextBox() Me.txtMessErr02 = New System.Windows.Forms.TextBox() Me.txtMessErr01 = New System.Windows.Forms.TextBox() Me.btnMessaggioerrore = New System.Windows.Forms.Button() Me.txtMessaggioDis = New System.Windows.Forms.TextBox() Me.btnLeggiMsgPrg = New System.Windows.Forms.Button() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.TableLayoutPanel1.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.TableLayoutPanel2.SuspendLayout() Me.GroupBox4.SuspendLayout() Me.TableLayoutPanel3.SuspendLayout() Me.GroupBox5.SuspendLayout() Me.TableLayoutPanel4.SuspendLayout() Me.GroupBox6.SuspendLayout() Me.SplitContainer2.Panel1.SuspendLayout() Me.SplitContainer2.Panel2.SuspendLayout() Me.SplitContainer2.SuspendLayout() Me.GroupBox7.SuspendLayout() Me.TableLayoutPanel5.SuspendLayout() Me.GroupBox8.SuspendLayout() Me.TableLayoutPanel6.SuspendLayout() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabPage2.SuspendLayout() Me.TabPage3.SuspendLayout() Me.TabPage4.SuspendLayout() Me.SuspendLayout() ' 'btnConnetti ' Me.btnConnetti.Location = New System.Drawing.Point(6, 79) Me.btnConnetti.Name = "btnConnetti" Me.btnConnetti.Size = New System.Drawing.Size(192, 26) Me.btnConnetti.TabIndex = 0 Me.btnConnetti.Text = "Connessione" Me.btnConnetti.UseVisualStyleBackColor = True ' 'txtIndirizzoIP ' Me.txtIndirizzoIP.Location = New System.Drawing.Point(86, 16) Me.txtIndirizzoIP.Name = "txtIndirizzoIP" Me.txtIndirizzoIP.Size = New System.Drawing.Size(112, 20) Me.txtIndirizzoIP.TabIndex = 1 ' 'lblIndirizzoIP ' Me.lblIndirizzoIP.BackColor = System.Drawing.SystemColors.Control Me.lblIndirizzoIP.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblIndirizzoIP.Location = New System.Drawing.Point(6, 16) Me.lblIndirizzoIP.Name = "lblIndirizzoIP" Me.lblIndirizzoIP.Size = New System.Drawing.Size(74, 20) Me.lblIndirizzoIP.TabIndex = 2 Me.lblIndirizzoIP.Text = "Indirizzo IP" ' 'lblPhase ' Me.lblPhase.BackColor = System.Drawing.SystemColors.Control Me.lblPhase.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblPhase.Location = New System.Drawing.Point(6, 36) Me.lblPhase.Name = "lblPhase" Me.lblPhase.Size = New System.Drawing.Size(74, 20) Me.lblPhase.TabIndex = 3 Me.lblPhase.Text = "Fase CN" ' 'txtPhaseCN ' Me.txtPhaseCN.Location = New System.Drawing.Point(86, 36) Me.txtPhaseCN.Name = "txtPhaseCN" Me.txtPhaseCN.Size = New System.Drawing.Size(112, 20) Me.txtPhaseCN.TabIndex = 4 ' 'GroupBox1 ' Me.GroupBox1.BackColor = System.Drawing.Color.LightSteelBlue Me.GroupBox1.Controls.Add(Me.txtProcesso) Me.GroupBox1.Controls.Add(Me.lblProcesso) Me.GroupBox1.Controls.Add(Me.lblIndirizzoIP) Me.GroupBox1.Controls.Add(Me.btnConnetti) Me.GroupBox1.Controls.Add(Me.txtPhaseCN) Me.GroupBox1.Controls.Add(Me.lblPhase) Me.GroupBox1.Controls.Add(Me.txtIndirizzoIP) Me.GroupBox1.Location = New System.Drawing.Point(6, 6) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(207, 111) Me.GroupBox1.TabIndex = 5 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Connessione" ' 'txtProcesso ' Me.txtProcesso.Location = New System.Drawing.Point(86, 56) Me.txtProcesso.Name = "txtProcesso" Me.txtProcesso.Size = New System.Drawing.Size(112, 20) Me.txtProcesso.TabIndex = 6 ' 'lblProcesso ' Me.lblProcesso.BackColor = System.Drawing.SystemColors.Control Me.lblProcesso.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblProcesso.Location = New System.Drawing.Point(6, 56) Me.lblProcesso.Name = "lblProcesso" Me.lblProcesso.Size = New System.Drawing.Size(74, 20) Me.lblProcesso.TabIndex = 5 Me.lblProcesso.Text = "Processo" ' 'GroupBox2 ' Me.GroupBox2.BackColor = System.Drawing.Color.LightSteelBlue Me.GroupBox2.Controls.Add(Me.TableLayoutPanel1) Me.GroupBox2.Location = New System.Drawing.Point(6, 224) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(452, 103) Me.GroupBox2.TabIndex = 6 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Variabili Short" ' 'TableLayoutPanel1 ' Me.TableLayoutPanel1.BackColor = System.Drawing.Color.LightSteelBlue Me.TableLayoutPanel1.ColumnCount = 4 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel1.Controls.Add(Me.btnReadVariabile, 0, 2) Me.TableLayoutPanel1.Controls.Add(Me.btnWriteVariabile, 3, 2) Me.TableLayoutPanel1.Controls.Add(Me.Label1, 0, 1) Me.TableLayoutPanel1.Controls.Add(Me.txtVariabileShort, 1, 1) Me.TableLayoutPanel1.Controls.Add(Me.txtResultShort, 2, 1) Me.TableLayoutPanel1.Controls.Add(Me.txtSendShort, 3, 1) Me.TableLayoutPanel1.Controls.Add(Me.Label2, 1, 0) Me.TableLayoutPanel1.Controls.Add(Me.Label3, 2, 0) Me.TableLayoutPanel1.Controls.Add(Me.Label4, 3, 0) Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill Me.TableLayoutPanel1.Location = New System.Drawing.Point(3, 16) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 3 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(446, 84) Me.TableLayoutPanel1.TabIndex = 9 ' 'btnReadVariabile ' Me.btnReadVariabile.Location = New System.Drawing.Point(3, 59) Me.btnReadVariabile.Name = "btnReadVariabile" Me.btnReadVariabile.Size = New System.Drawing.Size(105, 22) Me.btnReadVariabile.TabIndex = 0 Me.btnReadVariabile.Text = "Leggi Variabile" Me.btnReadVariabile.UseVisualStyleBackColor = True ' 'btnWriteVariabile ' Me.btnWriteVariabile.Location = New System.Drawing.Point(336, 59) Me.btnWriteVariabile.Name = "btnWriteVariabile" Me.btnWriteVariabile.Size = New System.Drawing.Size(107, 22) Me.btnWriteVariabile.TabIndex = 10 Me.btnWriteVariabile.Text = "Scrivi Variabile" Me.btnWriteVariabile.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.BackColor = System.Drawing.SystemColors.Control Me.Label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label1.Dock = System.Windows.Forms.DockStyle.Fill Me.Label1.Location = New System.Drawing.Point(3, 28) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(105, 28) Me.Label1.TabIndex = 6 Me.Label1.Text = "Variabile SHORT" ' 'txtVariabileShort ' Me.txtVariabileShort.Dock = System.Windows.Forms.DockStyle.Fill Me.txtVariabileShort.Location = New System.Drawing.Point(114, 31) Me.txtVariabileShort.Name = "txtVariabileShort" Me.txtVariabileShort.Size = New System.Drawing.Size(105, 20) Me.txtVariabileShort.TabIndex = 5 ' 'txtResultShort ' Me.txtResultShort.Dock = System.Windows.Forms.DockStyle.Fill Me.txtResultShort.Location = New System.Drawing.Point(225, 31) Me.txtResultShort.Name = "txtResultShort" Me.txtResultShort.Size = New System.Drawing.Size(105, 20) Me.txtResultShort.TabIndex = 8 ' 'txtSendShort ' Me.txtSendShort.Dock = System.Windows.Forms.DockStyle.Fill Me.txtSendShort.Location = New System.Drawing.Point(336, 31) Me.txtSendShort.Name = "txtSendShort" Me.txtSendShort.Size = New System.Drawing.Size(107, 20) Me.txtSendShort.TabIndex = 9 ' 'Label2 ' Me.Label2.BackColor = System.Drawing.SystemColors.Control Me.Label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label2.Dock = System.Windows.Forms.DockStyle.Fill Me.Label2.Location = New System.Drawing.Point(114, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(105, 28) Me.Label2.TabIndex = 11 Me.Label2.Text = "Variabile Utilizzata" ' 'Label3 ' Me.Label3.BackColor = System.Drawing.SystemColors.Control Me.Label3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label3.Dock = System.Windows.Forms.DockStyle.Fill Me.Label3.Location = New System.Drawing.Point(225, 0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(105, 28) Me.Label3.TabIndex = 12 Me.Label3.Text = "Valore Letto" ' 'Label4 ' Me.Label4.BackColor = System.Drawing.SystemColors.Control Me.Label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label4.Dock = System.Windows.Forms.DockStyle.Fill Me.Label4.Location = New System.Drawing.Point(336, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(107, 28) Me.Label4.TabIndex = 13 Me.Label4.Text = "Valore Da Scrivere" ' 'GroupBox3 ' Me.GroupBox3.BackColor = System.Drawing.Color.LightSteelBlue Me.GroupBox3.Controls.Add(Me.TableLayoutPanel2) Me.GroupBox3.Location = New System.Drawing.Point(467, 221) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(452, 103) Me.GroupBox3.TabIndex = 7 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Variabili Testo" ' 'TableLayoutPanel2 ' Me.TableLayoutPanel2.BackColor = System.Drawing.Color.LightSteelBlue Me.TableLayoutPanel2.ColumnCount = 4 Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel2.Controls.Add(Me.btnLeggiVariabileTesto, 0, 2) Me.TableLayoutPanel2.Controls.Add(Me.btnScriviVariabileTesto, 3, 2) Me.TableLayoutPanel2.Controls.Add(Me.Label5, 0, 1) Me.TableLayoutPanel2.Controls.Add(Me.txtStartLettura, 1, 1) Me.TableLayoutPanel2.Controls.Add(Me.txtValoreLetto, 2, 1) Me.TableLayoutPanel2.Controls.Add(Me.txtValoreScrivere, 3, 1) Me.TableLayoutPanel2.Controls.Add(Me.Label6, 1, 0) Me.TableLayoutPanel2.Controls.Add(Me.Label7, 2, 0) Me.TableLayoutPanel2.Controls.Add(Me.Label8, 3, 0) Me.TableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill Me.TableLayoutPanel2.Location = New System.Drawing.Point(3, 16) Me.TableLayoutPanel2.Name = "TableLayoutPanel2" Me.TableLayoutPanel2.RowCount = 3 Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel2.Size = New System.Drawing.Size(446, 84) Me.TableLayoutPanel2.TabIndex = 9 ' 'btnLeggiVariabileTesto ' Me.btnLeggiVariabileTesto.Location = New System.Drawing.Point(3, 59) Me.btnLeggiVariabileTesto.Name = "btnLeggiVariabileTesto" Me.btnLeggiVariabileTesto.Size = New System.Drawing.Size(105, 22) Me.btnLeggiVariabileTesto.TabIndex = 0 Me.btnLeggiVariabileTesto.Text = "Leggi Variabile" Me.btnLeggiVariabileTesto.UseVisualStyleBackColor = True ' 'btnScriviVariabileTesto ' Me.btnScriviVariabileTesto.Location = New System.Drawing.Point(336, 59) Me.btnScriviVariabileTesto.Name = "btnScriviVariabileTesto" Me.btnScriviVariabileTesto.Size = New System.Drawing.Size(107, 22) Me.btnScriviVariabileTesto.TabIndex = 10 Me.btnScriviVariabileTesto.Text = "Scrivi Variabile" Me.btnScriviVariabileTesto.UseVisualStyleBackColor = True ' 'Label5 ' Me.Label5.BackColor = System.Drawing.SystemColors.Control Me.Label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label5.Dock = System.Windows.Forms.DockStyle.Fill Me.Label5.Location = New System.Drawing.Point(3, 28) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(105, 28) Me.Label5.TabIndex = 6 Me.Label5.Text = "Variabile TESTO" ' 'txtStartLettura ' Me.txtStartLettura.Dock = System.Windows.Forms.DockStyle.Fill Me.txtStartLettura.Location = New System.Drawing.Point(114, 31) Me.txtStartLettura.Name = "txtStartLettura" Me.txtStartLettura.Size = New System.Drawing.Size(105, 20) Me.txtStartLettura.TabIndex = 5 ' 'txtValoreLetto ' Me.txtValoreLetto.Dock = System.Windows.Forms.DockStyle.Fill Me.txtValoreLetto.Location = New System.Drawing.Point(225, 31) Me.txtValoreLetto.Name = "txtValoreLetto" Me.txtValoreLetto.Size = New System.Drawing.Size(105, 20) Me.txtValoreLetto.TabIndex = 8 ' 'txtValoreScrivere ' Me.txtValoreScrivere.Dock = System.Windows.Forms.DockStyle.Fill Me.txtValoreScrivere.Location = New System.Drawing.Point(336, 31) Me.txtValoreScrivere.Name = "txtValoreScrivere" Me.txtValoreScrivere.Size = New System.Drawing.Size(107, 20) Me.txtValoreScrivere.TabIndex = 9 ' 'Label6 ' Me.Label6.BackColor = System.Drawing.SystemColors.Control Me.Label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label6.Dock = System.Windows.Forms.DockStyle.Fill Me.Label6.Location = New System.Drawing.Point(114, 0) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(105, 28) Me.Label6.TabIndex = 11 Me.Label6.Text = "Variabile iniziale" ' 'Label7 ' Me.Label7.BackColor = System.Drawing.SystemColors.Control Me.Label7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label7.Dock = System.Windows.Forms.DockStyle.Fill Me.Label7.Location = New System.Drawing.Point(225, 0) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(105, 28) Me.Label7.TabIndex = 12 Me.Label7.Text = "Valore Letto" ' 'Label8 ' Me.Label8.BackColor = System.Drawing.SystemColors.Control Me.Label8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label8.Dock = System.Windows.Forms.DockStyle.Fill Me.Label8.Location = New System.Drawing.Point(336, 0) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(107, 28) Me.Label8.TabIndex = 13 Me.Label8.Text = "Valore Da Scrivere" ' 'GroupBox4 ' Me.GroupBox4.BackColor = System.Drawing.Color.LightSteelBlue Me.GroupBox4.Controls.Add(Me.TableLayoutPanel3) Me.GroupBox4.Location = New System.Drawing.Point(6, 6) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(452, 103) Me.GroupBox4.TabIndex = 8 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "Variabili Double" ' 'TableLayoutPanel3 ' Me.TableLayoutPanel3.BackColor = System.Drawing.Color.LightSteelBlue Me.TableLayoutPanel3.ColumnCount = 4 Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel3.Controls.Add(Me.btnLeggiVarDouble, 0, 2) Me.TableLayoutPanel3.Controls.Add(Me.btnScriviVarDouble, 3, 2) Me.TableLayoutPanel3.Controls.Add(Me.Label9, 0, 1) Me.TableLayoutPanel3.Controls.Add(Me.txtVarDoubleUsed, 1, 1) Me.TableLayoutPanel3.Controls.Add(Me.txtVarDoubleRead, 2, 1) Me.TableLayoutPanel3.Controls.Add(Me.txtVarDoubleWrite, 3, 1) Me.TableLayoutPanel3.Controls.Add(Me.Label10, 1, 0) Me.TableLayoutPanel3.Controls.Add(Me.Label11, 2, 0) Me.TableLayoutPanel3.Controls.Add(Me.Label12, 3, 0) Me.TableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill Me.TableLayoutPanel3.Location = New System.Drawing.Point(3, 16) Me.TableLayoutPanel3.Name = "TableLayoutPanel3" Me.TableLayoutPanel3.RowCount = 3 Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel3.Size = New System.Drawing.Size(446, 84) Me.TableLayoutPanel3.TabIndex = 9 ' 'btnLeggiVarDouble ' Me.btnLeggiVarDouble.Location = New System.Drawing.Point(3, 59) Me.btnLeggiVarDouble.Name = "btnLeggiVarDouble" Me.btnLeggiVarDouble.Size = New System.Drawing.Size(105, 22) Me.btnLeggiVarDouble.TabIndex = 0 Me.btnLeggiVarDouble.Text = "Leggi Variabile" Me.btnLeggiVarDouble.UseVisualStyleBackColor = True ' 'btnScriviVarDouble ' Me.btnScriviVarDouble.Location = New System.Drawing.Point(336, 59) Me.btnScriviVarDouble.Name = "btnScriviVarDouble" Me.btnScriviVarDouble.Size = New System.Drawing.Size(107, 22) Me.btnScriviVarDouble.TabIndex = 10 Me.btnScriviVarDouble.Text = "Scrivi Variabile" Me.btnScriviVarDouble.UseVisualStyleBackColor = True ' 'Label9 ' Me.Label9.BackColor = System.Drawing.SystemColors.Control Me.Label9.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label9.Dock = System.Windows.Forms.DockStyle.Fill Me.Label9.Location = New System.Drawing.Point(3, 28) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(105, 28) Me.Label9.TabIndex = 6 Me.Label9.Text = "Variabile DOUBLE" ' 'txtVarDoubleUsed ' Me.txtVarDoubleUsed.Dock = System.Windows.Forms.DockStyle.Fill Me.txtVarDoubleUsed.Location = New System.Drawing.Point(114, 31) Me.txtVarDoubleUsed.Name = "txtVarDoubleUsed" Me.txtVarDoubleUsed.Size = New System.Drawing.Size(105, 20) Me.txtVarDoubleUsed.TabIndex = 5 ' 'txtVarDoubleRead ' Me.txtVarDoubleRead.Dock = System.Windows.Forms.DockStyle.Fill Me.txtVarDoubleRead.Location = New System.Drawing.Point(225, 31) Me.txtVarDoubleRead.Name = "txtVarDoubleRead" Me.txtVarDoubleRead.Size = New System.Drawing.Size(105, 20) Me.txtVarDoubleRead.TabIndex = 8 ' 'txtVarDoubleWrite ' Me.txtVarDoubleWrite.Dock = System.Windows.Forms.DockStyle.Fill Me.txtVarDoubleWrite.Location = New System.Drawing.Point(336, 31) Me.txtVarDoubleWrite.Name = "txtVarDoubleWrite" Me.txtVarDoubleWrite.Size = New System.Drawing.Size(107, 20) Me.txtVarDoubleWrite.TabIndex = 9 ' 'Label10 ' Me.Label10.BackColor = System.Drawing.SystemColors.Control Me.Label10.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label10.Dock = System.Windows.Forms.DockStyle.Fill Me.Label10.Location = New System.Drawing.Point(114, 0) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(105, 28) Me.Label10.TabIndex = 11 Me.Label10.Text = "Variabile Utilizzata" ' 'Label11 ' Me.Label11.BackColor = System.Drawing.SystemColors.Control Me.Label11.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label11.Dock = System.Windows.Forms.DockStyle.Fill Me.Label11.Location = New System.Drawing.Point(225, 0) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(105, 28) Me.Label11.TabIndex = 12 Me.Label11.Text = "Valore Letto" ' 'Label12 ' Me.Label12.BackColor = System.Drawing.SystemColors.Control Me.Label12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label12.Dock = System.Windows.Forms.DockStyle.Fill Me.Label12.Location = New System.Drawing.Point(336, 0) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(107, 28) Me.Label12.TabIndex = 13 Me.Label12.Text = "Valore Da Scrivere" ' 'GroupBox5 ' Me.GroupBox5.BackColor = System.Drawing.Color.LightSteelBlue Me.GroupBox5.Controls.Add(Me.TableLayoutPanel4) Me.GroupBox5.Location = New System.Drawing.Point(6, 115) Me.GroupBox5.Name = "GroupBox5" Me.GroupBox5.Size = New System.Drawing.Size(452, 103) Me.GroupBox5.TabIndex = 9 Me.GroupBox5.TabStop = False Me.GroupBox5.Text = "Variabili Boolean" ' 'TableLayoutPanel4 ' Me.TableLayoutPanel4.BackColor = System.Drawing.Color.LightSteelBlue Me.TableLayoutPanel4.ColumnCount = 4 Me.TableLayoutPanel4.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel4.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel4.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel4.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel4.Controls.Add(Me.btnLeggiVarBool, 0, 2) Me.TableLayoutPanel4.Controls.Add(Me.btnScriviVarBool, 3, 2) Me.TableLayoutPanel4.Controls.Add(Me.Label13, 0, 1) Me.TableLayoutPanel4.Controls.Add(Me.txtVariabileBool, 1, 1) Me.TableLayoutPanel4.Controls.Add(Me.txtVariabileBoolLetta, 2, 1) Me.TableLayoutPanel4.Controls.Add(Me.txtVariabileBoolScritta, 3, 1) Me.TableLayoutPanel4.Controls.Add(Me.Label14, 1, 0) Me.TableLayoutPanel4.Controls.Add(Me.Label15, 2, 0) Me.TableLayoutPanel4.Controls.Add(Me.Label16, 3, 0) Me.TableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill Me.TableLayoutPanel4.Location = New System.Drawing.Point(3, 16) Me.TableLayoutPanel4.Name = "TableLayoutPanel4" Me.TableLayoutPanel4.RowCount = 3 Me.TableLayoutPanel4.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel4.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel4.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel4.Size = New System.Drawing.Size(446, 84) Me.TableLayoutPanel4.TabIndex = 9 ' 'btnLeggiVarBool ' Me.btnLeggiVarBool.Location = New System.Drawing.Point(3, 59) Me.btnLeggiVarBool.Name = "btnLeggiVarBool" Me.btnLeggiVarBool.Size = New System.Drawing.Size(105, 22) Me.btnLeggiVarBool.TabIndex = 0 Me.btnLeggiVarBool.Text = "Leggi Variabile" Me.btnLeggiVarBool.UseVisualStyleBackColor = True ' 'btnScriviVarBool ' Me.btnScriviVarBool.Location = New System.Drawing.Point(336, 59) Me.btnScriviVarBool.Name = "btnScriviVarBool" Me.btnScriviVarBool.Size = New System.Drawing.Size(107, 22) Me.btnScriviVarBool.TabIndex = 10 Me.btnScriviVarBool.Text = "Scrivi Variabile" Me.btnScriviVarBool.UseVisualStyleBackColor = True ' 'Label13 ' Me.Label13.BackColor = System.Drawing.SystemColors.Control Me.Label13.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label13.Dock = System.Windows.Forms.DockStyle.Fill Me.Label13.Location = New System.Drawing.Point(3, 28) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(105, 28) Me.Label13.TabIndex = 6 Me.Label13.Text = "Variabile BOOLEAN" ' 'txtVariabileBool ' Me.txtVariabileBool.Dock = System.Windows.Forms.DockStyle.Fill Me.txtVariabileBool.Location = New System.Drawing.Point(114, 31) Me.txtVariabileBool.Name = "txtVariabileBool" Me.txtVariabileBool.Size = New System.Drawing.Size(105, 20) Me.txtVariabileBool.TabIndex = 5 ' 'txtVariabileBoolLetta ' Me.txtVariabileBoolLetta.Dock = System.Windows.Forms.DockStyle.Fill Me.txtVariabileBoolLetta.Location = New System.Drawing.Point(225, 31) Me.txtVariabileBoolLetta.Name = "txtVariabileBoolLetta" Me.txtVariabileBoolLetta.Size = New System.Drawing.Size(105, 20) Me.txtVariabileBoolLetta.TabIndex = 8 ' 'txtVariabileBoolScritta ' Me.txtVariabileBoolScritta.Dock = System.Windows.Forms.DockStyle.Fill Me.txtVariabileBoolScritta.Location = New System.Drawing.Point(336, 31) Me.txtVariabileBoolScritta.Name = "txtVariabileBoolScritta" Me.txtVariabileBoolScritta.Size = New System.Drawing.Size(107, 20) Me.txtVariabileBoolScritta.TabIndex = 9 ' 'Label14 ' Me.Label14.BackColor = System.Drawing.SystemColors.Control Me.Label14.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label14.Dock = System.Windows.Forms.DockStyle.Fill Me.Label14.Location = New System.Drawing.Point(114, 0) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(105, 28) Me.Label14.TabIndex = 11 Me.Label14.Text = "Variabile Utilizzata" ' 'Label15 ' Me.Label15.BackColor = System.Drawing.SystemColors.Control Me.Label15.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label15.Dock = System.Windows.Forms.DockStyle.Fill Me.Label15.Location = New System.Drawing.Point(225, 0) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(105, 28) Me.Label15.TabIndex = 12 Me.Label15.Text = "Valore Letto" ' 'Label16 ' Me.Label16.BackColor = System.Drawing.SystemColors.Control Me.Label16.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label16.Dock = System.Windows.Forms.DockStyle.Fill Me.Label16.Location = New System.Drawing.Point(336, 0) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(107, 28) Me.Label16.TabIndex = 13 Me.Label16.Text = "Valore Da Scrivere" ' 'GroupBox6 ' Me.GroupBox6.Controls.Add(Me.btnActivePrg) Me.GroupBox6.Controls.Add(Me.txtProgrammaAttivo) Me.GroupBox6.Controls.Add(Me.lwPC) Me.GroupBox6.Controls.Add(Me.twPC) Me.GroupBox6.Controls.Add(Me.cboDriveLogici) Me.GroupBox6.Controls.Add(Me.SplitContainer2) Me.GroupBox6.Controls.Add(Me.btnReadActivePrg) Me.GroupBox6.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox6.Location = New System.Drawing.Point(3, 3) Me.GroupBox6.Name = "GroupBox6" Me.GroupBox6.Size = New System.Drawing.Size(1000, 634) Me.GroupBox6.TabIndex = 10 Me.GroupBox6.TabStop = False Me.GroupBox6.Text = "Gestione Programmi" ' 'btnActivePrg ' Me.btnActivePrg.Location = New System.Drawing.Point(779, 375) Me.btnActivePrg.Name = "btnActivePrg" Me.btnActivePrg.Size = New System.Drawing.Size(217, 34) Me.btnActivePrg.TabIndex = 10 Me.btnActivePrg.Text = "Attiva Programma" Me.btnActivePrg.UseVisualStyleBackColor = True ' 'txtProgrammaAttivo ' Me.txtProgrammaAttivo.Location = New System.Drawing.Point(779, 349) Me.txtProgrammaAttivo.Name = "txtProgrammaAttivo" Me.txtProgrammaAttivo.Size = New System.Drawing.Size(217, 20) Me.txtProgrammaAttivo.TabIndex = 9 ' 'lwPC ' Me.lwPC.Location = New System.Drawing.Point(281, 19) Me.lwPC.Name = "lwPC" Me.lwPC.Size = New System.Drawing.Size(492, 187) Me.lwPC.TabIndex = 8 Me.lwPC.UseCompatibleStateImageBehavior = False Me.lwPC.View = System.Windows.Forms.View.List ' 'twPC ' Me.twPC.Location = New System.Drawing.Point(8, 19) Me.twPC.Name = "twPC" Me.twPC.Size = New System.Drawing.Size(267, 187) Me.twPC.TabIndex = 0 ' 'cboDriveLogici ' Me.cboDriveLogici.FormattingEnabled = True Me.cboDriveLogici.Location = New System.Drawing.Point(8, 282) Me.cboDriveLogici.Name = "cboDriveLogici" Me.cboDriveLogici.Size = New System.Drawing.Size(267, 21) Me.cboDriveLogici.TabIndex = 1 ' 'SplitContainer2 ' Me.SplitContainer2.Location = New System.Drawing.Point(8, 309) Me.SplitContainer2.Name = "SplitContainer2" ' 'SplitContainer2.Panel1 ' Me.SplitContainer2.Panel1.Controls.Add(Me.lwDirCN) ' 'SplitContainer2.Panel2 ' Me.SplitContainer2.Panel2.Controls.Add(Me.lwFileCN) Me.SplitContainer2.Size = New System.Drawing.Size(765, 319) Me.SplitContainer2.SplitterDistance = 254 Me.SplitContainer2.TabIndex = 5 ' 'lwDirCN ' Me.lwDirCN.BackColor = System.Drawing.SystemColors.Window Me.lwDirCN.Dock = System.Windows.Forms.DockStyle.Fill Me.lwDirCN.Location = New System.Drawing.Point(0, 0) Me.lwDirCN.Name = "lwDirCN" Me.lwDirCN.Size = New System.Drawing.Size(254, 319) Me.lwDirCN.TabIndex = 4 Me.lwDirCN.UseCompatibleStateImageBehavior = False ' 'lwFileCN ' Me.lwFileCN.Dock = System.Windows.Forms.DockStyle.Fill Me.lwFileCN.Location = New System.Drawing.Point(0, 0) Me.lwFileCN.Name = "lwFileCN" Me.lwFileCN.Size = New System.Drawing.Size(507, 319) Me.lwFileCN.TabIndex = 3 Me.lwFileCN.UseCompatibleStateImageBehavior = False Me.lwFileCN.View = System.Windows.Forms.View.List ' 'btnReadActivePrg ' Me.btnReadActivePrg.Location = New System.Drawing.Point(779, 309) Me.btnReadActivePrg.Name = "btnReadActivePrg" Me.btnReadActivePrg.Size = New System.Drawing.Size(217, 34) Me.btnReadActivePrg.TabIndex = 0 Me.btnReadActivePrg.Text = "Leggi Programma Attivo" Me.btnReadActivePrg.UseVisualStyleBackColor = True ' 'GroupBox7 ' Me.GroupBox7.BackColor = System.Drawing.Color.LightSteelBlue Me.GroupBox7.Controls.Add(Me.TableLayoutPanel5) Me.GroupBox7.Location = New System.Drawing.Point(464, 6) Me.GroupBox7.Name = "GroupBox7" Me.GroupBox7.Size = New System.Drawing.Size(452, 103) Me.GroupBox7.TabIndex = 11 Me.GroupBox7.TabStop = False Me.GroupBox7.Text = "Variabili E" ' 'TableLayoutPanel5 ' Me.TableLayoutPanel5.BackColor = System.Drawing.Color.LightSteelBlue Me.TableLayoutPanel5.ColumnCount = 4 Me.TableLayoutPanel5.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel5.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel5.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel5.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel5.Controls.Add(Me.btnReadVarE, 0, 2) Me.TableLayoutPanel5.Controls.Add(Me.btnWriteVarE, 3, 2) Me.TableLayoutPanel5.Controls.Add(Me.Label17, 0, 1) Me.TableLayoutPanel5.Controls.Add(Me.txtVarE, 1, 1) Me.TableLayoutPanel5.Controls.Add(Me.txtVarERead, 2, 1) Me.TableLayoutPanel5.Controls.Add(Me.txtVarESend, 3, 1) Me.TableLayoutPanel5.Controls.Add(Me.Label18, 1, 0) Me.TableLayoutPanel5.Controls.Add(Me.Label19, 2, 0) Me.TableLayoutPanel5.Controls.Add(Me.Label20, 3, 0) Me.TableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill Me.TableLayoutPanel5.Location = New System.Drawing.Point(3, 16) Me.TableLayoutPanel5.Name = "TableLayoutPanel5" Me.TableLayoutPanel5.RowCount = 3 Me.TableLayoutPanel5.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel5.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel5.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel5.Size = New System.Drawing.Size(446, 84) Me.TableLayoutPanel5.TabIndex = 9 ' 'btnReadVarE ' Me.btnReadVarE.Location = New System.Drawing.Point(3, 59) Me.btnReadVarE.Name = "btnReadVarE" Me.btnReadVarE.Size = New System.Drawing.Size(105, 22) Me.btnReadVarE.TabIndex = 0 Me.btnReadVarE.Text = "Leggi Variabile" Me.btnReadVarE.UseVisualStyleBackColor = True ' 'btnWriteVarE ' Me.btnWriteVarE.Location = New System.Drawing.Point(336, 59) Me.btnWriteVarE.Name = "btnWriteVarE" Me.btnWriteVarE.Size = New System.Drawing.Size(107, 22) Me.btnWriteVarE.TabIndex = 10 Me.btnWriteVarE.Text = "Scrivi Variabile" Me.btnWriteVarE.UseVisualStyleBackColor = True ' 'Label17 ' Me.Label17.BackColor = System.Drawing.SystemColors.Control Me.Label17.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label17.Dock = System.Windows.Forms.DockStyle.Fill Me.Label17.Location = New System.Drawing.Point(3, 28) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(105, 28) Me.Label17.TabIndex = 6 Me.Label17.Text = "Variabile E" ' 'txtVarE ' Me.txtVarE.Dock = System.Windows.Forms.DockStyle.Fill Me.txtVarE.Location = New System.Drawing.Point(114, 31) Me.txtVarE.Name = "txtVarE" Me.txtVarE.Size = New System.Drawing.Size(105, 20) Me.txtVarE.TabIndex = 5 ' 'txtVarERead ' Me.txtVarERead.Dock = System.Windows.Forms.DockStyle.Fill Me.txtVarERead.Location = New System.Drawing.Point(225, 31) Me.txtVarERead.Name = "txtVarERead" Me.txtVarERead.Size = New System.Drawing.Size(105, 20) Me.txtVarERead.TabIndex = 8 ' 'txtVarESend ' Me.txtVarESend.Dock = System.Windows.Forms.DockStyle.Fill Me.txtVarESend.Location = New System.Drawing.Point(336, 31) Me.txtVarESend.Name = "txtVarESend" Me.txtVarESend.Size = New System.Drawing.Size(107, 20) Me.txtVarESend.TabIndex = 9 ' 'Label18 ' Me.Label18.BackColor = System.Drawing.SystemColors.Control Me.Label18.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label18.Dock = System.Windows.Forms.DockStyle.Fill Me.Label18.Location = New System.Drawing.Point(114, 0) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(105, 28) Me.Label18.TabIndex = 11 Me.Label18.Text = "Variabile iniziale" ' 'Label19 ' Me.Label19.BackColor = System.Drawing.SystemColors.Control Me.Label19.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label19.Dock = System.Windows.Forms.DockStyle.Fill Me.Label19.Location = New System.Drawing.Point(225, 0) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(105, 28) Me.Label19.TabIndex = 12 Me.Label19.Text = "Valore Letto" ' 'Label20 ' Me.Label20.BackColor = System.Drawing.SystemColors.Control Me.Label20.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label20.Dock = System.Windows.Forms.DockStyle.Fill Me.Label20.Location = New System.Drawing.Point(336, 0) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(107, 28) Me.Label20.TabIndex = 13 Me.Label20.Text = "Valore Da Scrivere" ' 'GroupBox8 ' Me.GroupBox8.BackColor = System.Drawing.Color.LightSteelBlue Me.GroupBox8.Controls.Add(Me.TableLayoutPanel6) Me.GroupBox8.Location = New System.Drawing.Point(467, 115) Me.GroupBox8.Name = "GroupBox8" Me.GroupBox8.Size = New System.Drawing.Size(452, 103) Me.GroupBox8.TabIndex = 12 Me.GroupBox8.TabStop = False Me.GroupBox8.Text = "Variabili SN" ' 'TableLayoutPanel6 ' Me.TableLayoutPanel6.BackColor = System.Drawing.Color.LightSteelBlue Me.TableLayoutPanel6.ColumnCount = 4 Me.TableLayoutPanel6.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel6.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel6.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel6.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel6.Controls.Add(Me.btnReadSN, 0, 2) Me.TableLayoutPanel6.Controls.Add(Me.btnWriteSN, 3, 2) Me.TableLayoutPanel6.Controls.Add(Me.Label21, 0, 1) Me.TableLayoutPanel6.Controls.Add(Me.txtVariabileSN, 1, 1) Me.TableLayoutPanel6.Controls.Add(Me.txtVariabileSNRead, 2, 1) Me.TableLayoutPanel6.Controls.Add(Me.txtVariabileSNWrite, 3, 1) Me.TableLayoutPanel6.Controls.Add(Me.Label22, 1, 0) Me.TableLayoutPanel6.Controls.Add(Me.Label23, 2, 0) Me.TableLayoutPanel6.Controls.Add(Me.Label24, 3, 0) Me.TableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill Me.TableLayoutPanel6.Location = New System.Drawing.Point(3, 16) Me.TableLayoutPanel6.Name = "TableLayoutPanel6" Me.TableLayoutPanel6.RowCount = 3 Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333!)) Me.TableLayoutPanel6.Size = New System.Drawing.Size(446, 84) Me.TableLayoutPanel6.TabIndex = 9 ' 'btnReadSN ' Me.btnReadSN.Location = New System.Drawing.Point(3, 59) Me.btnReadSN.Name = "btnReadSN" Me.btnReadSN.Size = New System.Drawing.Size(105, 22) Me.btnReadSN.TabIndex = 0 Me.btnReadSN.Text = "Leggi Variabile" Me.btnReadSN.UseVisualStyleBackColor = True ' 'btnWriteSN ' Me.btnWriteSN.Location = New System.Drawing.Point(336, 59) Me.btnWriteSN.Name = "btnWriteSN" Me.btnWriteSN.Size = New System.Drawing.Size(107, 22) Me.btnWriteSN.TabIndex = 10 Me.btnWriteSN.Text = "Scrivi Variabile" Me.btnWriteSN.UseVisualStyleBackColor = True ' 'Label21 ' Me.Label21.BackColor = System.Drawing.SystemColors.Control Me.Label21.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label21.Dock = System.Windows.Forms.DockStyle.Fill Me.Label21.Location = New System.Drawing.Point(3, 28) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(105, 28) Me.Label21.TabIndex = 6 Me.Label21.Text = "Variabile SN" ' 'txtVariabileSN ' Me.txtVariabileSN.Dock = System.Windows.Forms.DockStyle.Fill Me.txtVariabileSN.Location = New System.Drawing.Point(114, 31) Me.txtVariabileSN.Name = "txtVariabileSN" Me.txtVariabileSN.Size = New System.Drawing.Size(105, 20) Me.txtVariabileSN.TabIndex = 5 ' 'txtVariabileSNRead ' Me.txtVariabileSNRead.Dock = System.Windows.Forms.DockStyle.Fill Me.txtVariabileSNRead.Location = New System.Drawing.Point(225, 31) Me.txtVariabileSNRead.Name = "txtVariabileSNRead" Me.txtVariabileSNRead.Size = New System.Drawing.Size(105, 20) Me.txtVariabileSNRead.TabIndex = 8 ' 'txtVariabileSNWrite ' Me.txtVariabileSNWrite.Dock = System.Windows.Forms.DockStyle.Fill Me.txtVariabileSNWrite.Location = New System.Drawing.Point(336, 31) Me.txtVariabileSNWrite.Name = "txtVariabileSNWrite" Me.txtVariabileSNWrite.Size = New System.Drawing.Size(107, 20) Me.txtVariabileSNWrite.TabIndex = 9 ' 'Label22 ' Me.Label22.BackColor = System.Drawing.SystemColors.Control Me.Label22.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label22.Dock = System.Windows.Forms.DockStyle.Fill Me.Label22.Location = New System.Drawing.Point(114, 0) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(105, 28) Me.Label22.TabIndex = 11 Me.Label22.Text = "Variabile iniziale" ' 'Label23 ' Me.Label23.BackColor = System.Drawing.SystemColors.Control Me.Label23.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label23.Dock = System.Windows.Forms.DockStyle.Fill Me.Label23.Location = New System.Drawing.Point(225, 0) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(105, 28) Me.Label23.TabIndex = 12 Me.Label23.Text = "Valore Letto" ' 'Label24 ' Me.Label24.BackColor = System.Drawing.SystemColors.Control Me.Label24.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Label24.Dock = System.Windows.Forms.DockStyle.Fill Me.Label24.Location = New System.Drawing.Point(336, 0) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(107, 28) Me.Label24.TabIndex = 13 Me.Label24.Text = "Valore Da Scrivere" ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Controls.Add(Me.TabPage3) Me.TabControl1.Controls.Add(Me.TabPage4) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl1.Location = New System.Drawing.Point(0, 0) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(1014, 666) Me.TabControl1.TabIndex = 13 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.GroupBox1) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(1006, 640) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Connessione" Me.TabPage1.UseVisualStyleBackColor = True ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.GroupBox4) Me.TabPage2.Controls.Add(Me.GroupBox8) Me.TabPage2.Controls.Add(Me.GroupBox2) Me.TabPage2.Controls.Add(Me.GroupBox7) Me.TabPage2.Controls.Add(Me.GroupBox5) Me.TabPage2.Controls.Add(Me.GroupBox3) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(1006, 640) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Gestione Variabili" Me.TabPage2.UseVisualStyleBackColor = True ' 'TabPage3 ' Me.TabPage3.Controls.Add(Me.GroupBox6) Me.TabPage3.Location = New System.Drawing.Point(4, 22) Me.TabPage3.Name = "TabPage3" Me.TabPage3.Padding = New System.Windows.Forms.Padding(3) Me.TabPage3.Size = New System.Drawing.Size(1006, 640) Me.TabPage3.TabIndex = 2 Me.TabPage3.Text = "Gestione File" Me.TabPage3.UseVisualStyleBackColor = True ' 'TabPage4 ' Me.TabPage4.Controls.Add(Me.btnPLCAlarm) Me.TabPage4.Controls.Add(Me.btnErrMess) Me.TabPage4.Controls.Add(Me.txtMessErr04) Me.TabPage4.Controls.Add(Me.txtMessErr03) Me.TabPage4.Controls.Add(Me.txtMessErr02) Me.TabPage4.Controls.Add(Me.txtMessErr01) Me.TabPage4.Controls.Add(Me.btnMessaggioerrore) Me.TabPage4.Controls.Add(Me.txtMessaggioDis) Me.TabPage4.Controls.Add(Me.btnLeggiMsgPrg) Me.TabPage4.Location = New System.Drawing.Point(4, 22) Me.TabPage4.Name = "TabPage4" Me.TabPage4.Padding = New System.Windows.Forms.Padding(3) Me.TabPage4.Size = New System.Drawing.Size(1006, 640) Me.TabPage4.TabIndex = 3 Me.TabPage4.Text = "Gestione Allarmi" Me.TabPage4.UseVisualStyleBackColor = True ' 'btnPLCAlarm ' Me.btnPLCAlarm.Location = New System.Drawing.Point(306, 450) Me.btnPLCAlarm.Name = "btnPLCAlarm" Me.btnPLCAlarm.Size = New System.Drawing.Size(168, 28) Me.btnPLCAlarm.TabIndex = 8 Me.btnPLCAlarm.Text = "Leggi Allarme PLC" Me.btnPLCAlarm.UseVisualStyleBackColor = True ' 'btnErrMess ' Me.btnErrMess.Location = New System.Drawing.Point(294, 306) Me.btnErrMess.Name = "btnErrMess" Me.btnErrMess.Size = New System.Drawing.Size(168, 28) Me.btnErrMess.TabIndex = 7 Me.btnErrMess.Text = "Leggi Err Mess" Me.btnErrMess.UseVisualStyleBackColor = True ' 'txtMessErr04 ' Me.txtMessErr04.Location = New System.Drawing.Point(36, 163) Me.txtMessErr04.Name = "txtMessErr04" Me.txtMessErr04.Size = New System.Drawing.Size(243, 20) Me.txtMessErr04.TabIndex = 6 ' 'txtMessErr03 ' Me.txtMessErr03.Location = New System.Drawing.Point(36, 137) Me.txtMessErr03.Name = "txtMessErr03" Me.txtMessErr03.Size = New System.Drawing.Size(243, 20) Me.txtMessErr03.TabIndex = 5 ' 'txtMessErr02 ' Me.txtMessErr02.Location = New System.Drawing.Point(36, 111) Me.txtMessErr02.Name = "txtMessErr02" Me.txtMessErr02.Size = New System.Drawing.Size(243, 20) Me.txtMessErr02.TabIndex = 4 ' 'txtMessErr01 ' Me.txtMessErr01.Location = New System.Drawing.Point(36, 85) Me.txtMessErr01.Name = "txtMessErr01" Me.txtMessErr01.Size = New System.Drawing.Size(243, 20) Me.txtMessErr01.TabIndex = 3 ' 'btnMessaggioerrore ' Me.btnMessaggioerrore.Location = New System.Drawing.Point(294, 80) Me.btnMessaggioerrore.Name = "btnMessaggioerrore" Me.btnMessaggioerrore.Size = New System.Drawing.Size(168, 28) Me.btnMessaggioerrore.TabIndex = 2 Me.btnMessaggioerrore.Text = "Leggi Messaggio Errore" Me.btnMessaggioerrore.UseVisualStyleBackColor = True ' 'txtMessaggioDis ' Me.txtMessaggioDis.Location = New System.Drawing.Point(36, 21) Me.txtMessaggioDis.Name = "txtMessaggioDis" Me.txtMessaggioDis.Size = New System.Drawing.Size(243, 20) Me.txtMessaggioDis.TabIndex = 1 ' 'btnLeggiMsgPrg ' Me.btnLeggiMsgPrg.Location = New System.Drawing.Point(294, 16) Me.btnLeggiMsgPrg.Name = "btnLeggiMsgPrg" Me.btnLeggiMsgPrg.Size = New System.Drawing.Size(168, 28) Me.btnLeggiMsgPrg.TabIndex = 0 Me.btnLeggiMsgPrg.Text = "Leggi Messaggio Programma" Me.btnLeggiMsgPrg.UseVisualStyleBackColor = True ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1014, 666) Me.Controls.Add(Me.TabControl1) Me.Name = "Form1" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "OPEN Control" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() Me.GroupBox3.ResumeLayout(False) Me.TableLayoutPanel2.ResumeLayout(False) Me.TableLayoutPanel2.PerformLayout() Me.GroupBox4.ResumeLayout(False) Me.TableLayoutPanel3.ResumeLayout(False) Me.TableLayoutPanel3.PerformLayout() Me.GroupBox5.ResumeLayout(False) Me.TableLayoutPanel4.ResumeLayout(False) Me.TableLayoutPanel4.PerformLayout() Me.GroupBox6.ResumeLayout(False) Me.GroupBox6.PerformLayout() Me.SplitContainer2.Panel1.ResumeLayout(False) Me.SplitContainer2.Panel2.ResumeLayout(False) Me.SplitContainer2.ResumeLayout(False) Me.GroupBox7.ResumeLayout(False) Me.TableLayoutPanel5.ResumeLayout(False) Me.TableLayoutPanel5.PerformLayout() Me.GroupBox8.ResumeLayout(False) Me.TableLayoutPanel6.ResumeLayout(False) Me.TableLayoutPanel6.PerformLayout() Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage2.ResumeLayout(False) Me.TabPage3.ResumeLayout(False) Me.TabPage4.ResumeLayout(False) Me.TabPage4.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents btnConnetti As System.Windows.Forms.Button Friend WithEvents txtIndirizzoIP As System.Windows.Forms.TextBox Friend WithEvents lblIndirizzoIP As System.Windows.Forms.Label Friend WithEvents lblPhase As System.Windows.Forms.Label Friend WithEvents txtPhaseCN As System.Windows.Forms.TextBox Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents btnReadVariabile As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txtResultShort As System.Windows.Forms.TextBox Friend WithEvents txtVariabileShort As System.Windows.Forms.TextBox Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents txtSendShort As System.Windows.Forms.TextBox Friend WithEvents btnWriteVariabile As System.Windows.Forms.Button Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents txtProcesso As System.Windows.Forms.TextBox Friend WithEvents lblProcesso As System.Windows.Forms.Label Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox Friend WithEvents TableLayoutPanel2 As System.Windows.Forms.TableLayoutPanel Friend WithEvents btnLeggiVariabileTesto As System.Windows.Forms.Button Friend WithEvents btnScriviVariabileTesto As System.Windows.Forms.Button Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents txtStartLettura As System.Windows.Forms.TextBox Friend WithEvents txtValoreLetto As System.Windows.Forms.TextBox Friend WithEvents txtValoreScrivere As System.Windows.Forms.TextBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox Friend WithEvents TableLayoutPanel3 As System.Windows.Forms.TableLayoutPanel Friend WithEvents btnLeggiVarDouble As System.Windows.Forms.Button Friend WithEvents btnScriviVarDouble As System.Windows.Forms.Button Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents txtVarDoubleUsed As System.Windows.Forms.TextBox Friend WithEvents txtVarDoubleRead As System.Windows.Forms.TextBox Friend WithEvents txtVarDoubleWrite As System.Windows.Forms.TextBox Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox Friend WithEvents TableLayoutPanel4 As System.Windows.Forms.TableLayoutPanel Friend WithEvents btnLeggiVarBool As System.Windows.Forms.Button Friend WithEvents btnScriviVarBool As System.Windows.Forms.Button Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents txtVariabileBool As System.Windows.Forms.TextBox Friend WithEvents txtVariabileBoolLetta As System.Windows.Forms.TextBox Friend WithEvents txtVariabileBoolScritta As System.Windows.Forms.TextBox Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents Label15 As System.Windows.Forms.Label Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox Friend WithEvents btnReadActivePrg As System.Windows.Forms.Button Friend WithEvents cboDriveLogici As System.Windows.Forms.ComboBox Friend WithEvents lwFileCN As System.Windows.Forms.ListView Friend WithEvents GroupBox7 As System.Windows.Forms.GroupBox Friend WithEvents TableLayoutPanel5 As System.Windows.Forms.TableLayoutPanel Friend WithEvents btnReadVarE As System.Windows.Forms.Button Friend WithEvents btnWriteVarE As System.Windows.Forms.Button Friend WithEvents Label17 As System.Windows.Forms.Label Friend WithEvents txtVarE As System.Windows.Forms.TextBox Friend WithEvents txtVarERead As System.Windows.Forms.TextBox Friend WithEvents txtVarESend As System.Windows.Forms.TextBox Friend WithEvents Label18 As System.Windows.Forms.Label Friend WithEvents Label19 As System.Windows.Forms.Label Friend WithEvents Label20 As System.Windows.Forms.Label Friend WithEvents GroupBox8 As System.Windows.Forms.GroupBox Friend WithEvents TableLayoutPanel6 As System.Windows.Forms.TableLayoutPanel Friend WithEvents btnReadSN As System.Windows.Forms.Button Friend WithEvents btnWriteSN As System.Windows.Forms.Button Friend WithEvents Label21 As System.Windows.Forms.Label Friend WithEvents txtVariabileSN As System.Windows.Forms.TextBox Friend WithEvents txtVariabileSNRead As System.Windows.Forms.TextBox Friend WithEvents txtVariabileSNWrite As System.Windows.Forms.TextBox Friend WithEvents Label22 As System.Windows.Forms.Label Friend WithEvents Label23 As System.Windows.Forms.Label Friend WithEvents Label24 As System.Windows.Forms.Label Friend WithEvents SplitContainer2 As System.Windows.Forms.SplitContainer Friend WithEvents TabControl1 As System.Windows.Forms.TabControl Friend WithEvents TabPage1 As System.Windows.Forms.TabPage Friend WithEvents TabPage2 As System.Windows.Forms.TabPage Friend WithEvents TabPage3 As System.Windows.Forms.TabPage Friend WithEvents twPC As System.Windows.Forms.TreeView Friend WithEvents lwPC As System.Windows.Forms.ListView Friend WithEvents lwDirCN As System.Windows.Forms.ListView Friend WithEvents TabPage4 As System.Windows.Forms.TabPage Friend WithEvents btnLeggiMsgPrg As System.Windows.Forms.Button Friend WithEvents txtMessaggioDis As System.Windows.Forms.TextBox Friend WithEvents btnMessaggioerrore As System.Windows.Forms.Button Friend WithEvents txtProgrammaAttivo As System.Windows.Forms.TextBox Friend WithEvents btnActivePrg As System.Windows.Forms.Button Friend WithEvents txtMessErr04 As System.Windows.Forms.TextBox Friend WithEvents txtMessErr03 As System.Windows.Forms.TextBox Friend WithEvents txtMessErr02 As System.Windows.Forms.TextBox Friend WithEvents txtMessErr01 As System.Windows.Forms.TextBox Friend WithEvents btnErrMess As System.Windows.Forms.Button Friend WithEvents btnPLCAlarm As System.Windows.Forms.Button End Class