847 lines
40 KiB
VB.net
847 lines
40 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Main
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form esegue l'override del metodo Dispose per pulire l'elenco dei componenti.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
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 mediante l'editor del codice.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Me.groupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.label1 = New System.Windows.Forms.Label()
|
|
Me.lblOpr = New System.Windows.Forms.Label()
|
|
Me.txtBCode = New System.Windows.Forms.TextBox()
|
|
Me.btnLogin = New System.Windows.Forms.Button()
|
|
Me.groupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.splitContainer1 = New System.Windows.Forms.SplitContainer()
|
|
Me.label3 = New System.Windows.Forms.Label()
|
|
Me.txtDTMatrix = New System.Windows.Forms.TextBox()
|
|
Me.btnLoad = New System.Windows.Forms.Button()
|
|
Me.splitContainer2 = New System.Windows.Forms.SplitContainer()
|
|
Me.lblArt = New System.Windows.Forms.Label()
|
|
Me.lblOutArt = New System.Windows.Forms.Label()
|
|
Me.Paginatore = New System.Windows.Forms.TabControl()
|
|
Me.tabPage1 = New System.Windows.Forms.TabPage()
|
|
Me.dgvOpr = New System.Windows.Forms.DataGridView()
|
|
Me.groupBox3 = New System.Windows.Forms.GroupBox()
|
|
Me.btnReloadOpr = New System.Windows.Forms.Button()
|
|
Me.lblOprOutMess = New System.Windows.Forms.Label()
|
|
Me.cbStato = New System.Windows.Forms.ComboBox()
|
|
Me.label6 = New System.Windows.Forms.Label()
|
|
Me.cbSottostazione = New System.Windows.Forms.ComboBox()
|
|
Me.label5 = New System.Windows.Forms.Label()
|
|
Me.cbStazione = New System.Windows.Forms.ComboBox()
|
|
Me.label4 = New System.Windows.Forms.Label()
|
|
Me.cbOperazione = New System.Windows.Forms.ComboBox()
|
|
Me.label2 = New System.Windows.Forms.Label()
|
|
Me.btnAddOpr = New System.Windows.Forms.Button()
|
|
Me.tabPage2 = New System.Windows.Forms.TabPage()
|
|
Me.splitContainer3 = New System.Windows.Forms.SplitContainer()
|
|
Me.dgvAlarmLog = New System.Windows.Forms.DataGridView()
|
|
Me.DtEventoDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.CodAllarmeDataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.AttivoDataGridViewCheckBoxColumn = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
|
Me.DescrizioneDataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.StoricoAllarmiExpDataTableBindingSource = New System.Windows.Forms.BindingSource()
|
|
Me.btnSendAlarms = New System.Windows.Forms.Button()
|
|
Me.lbAllarmi = New System.Windows.Forms.ListBox()
|
|
Me.label8 = New System.Windows.Forms.Label()
|
|
Me.dgvAnagAlarm = New System.Windows.Forms.DataGridView()
|
|
Me.CodAllarmeDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.DescrizioneDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.ReportAttivoDataGridViewCheckBoxColumn = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
|
Me.LastStartDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.LastEndDataGridViewTextBoxColumn = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.CurrStatusDataGridViewCheckBoxColumn = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
|
Me.AnagAllarmiDataTableBindingSource = New System.Windows.Forms.BindingSource()
|
|
Me.tabPage3 = New System.Windows.Forms.TabPage()
|
|
Me.label10 = New System.Windows.Forms.Label()
|
|
Me.txtAuthKey = New System.Windows.Forms.TextBox()
|
|
Me.label9 = New System.Windows.Forms.Label()
|
|
Me.label7 = New System.Windows.Forms.Label()
|
|
Me.btnPurgeOld = New System.Windows.Forms.Button()
|
|
Me.txtDay2keep = New System.Windows.Forms.TextBox()
|
|
Me.btnEmptyTabOpr = New System.Windows.Forms.Button()
|
|
Me.groupBox1.SuspendLayout()
|
|
Me.groupBox2.SuspendLayout()
|
|
CType(Me.splitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.splitContainer1.Panel1.SuspendLayout()
|
|
Me.splitContainer1.Panel2.SuspendLayout()
|
|
Me.splitContainer1.SuspendLayout()
|
|
CType(Me.splitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.splitContainer2.Panel1.SuspendLayout()
|
|
Me.splitContainer2.Panel2.SuspendLayout()
|
|
Me.splitContainer2.SuspendLayout()
|
|
Me.Paginatore.SuspendLayout()
|
|
Me.tabPage1.SuspendLayout()
|
|
CType(Me.dgvOpr, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.groupBox3.SuspendLayout()
|
|
Me.tabPage2.SuspendLayout()
|
|
CType(Me.splitContainer3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.splitContainer3.Panel1.SuspendLayout()
|
|
Me.splitContainer3.Panel2.SuspendLayout()
|
|
Me.splitContainer3.SuspendLayout()
|
|
CType(Me.dgvAlarmLog, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.StoricoAllarmiExpDataTableBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.dgvAnagAlarm, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.AnagAllarmiDataTableBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.tabPage3.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'groupBox1
|
|
'
|
|
Me.groupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.groupBox1.Controls.Add(Me.label1)
|
|
Me.groupBox1.Controls.Add(Me.lblOpr)
|
|
Me.groupBox1.Controls.Add(Me.txtBCode)
|
|
Me.groupBox1.Controls.Add(Me.btnLogin)
|
|
Me.groupBox1.Location = New System.Drawing.Point(12, 11)
|
|
Me.groupBox1.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.groupBox1.Name = "groupBox1"
|
|
Me.groupBox1.Padding = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.groupBox1.Size = New System.Drawing.Size(1100, 73)
|
|
Me.groupBox1.TabIndex = 5
|
|
Me.groupBox1.TabStop = False
|
|
Me.groupBox1.Text = "Operatore"
|
|
'
|
|
'label1
|
|
'
|
|
Me.label1.AutoSize = True
|
|
Me.label1.Location = New System.Drawing.Point(15, 30)
|
|
Me.label1.Name = "label1"
|
|
Me.label1.Size = New System.Drawing.Size(50, 17)
|
|
Me.label1.TabIndex = 1
|
|
Me.label1.Text = "BCode"
|
|
'
|
|
'lblOpr
|
|
'
|
|
Me.lblOpr.AutoSize = True
|
|
Me.lblOpr.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.lblOpr.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblOpr.Location = New System.Drawing.Point(970, 17)
|
|
Me.lblOpr.Name = "lblOpr"
|
|
Me.lblOpr.Size = New System.Drawing.Size(127, 29)
|
|
Me.lblOpr.TabIndex = 3
|
|
Me.lblOpr.Text = "NO USER"
|
|
Me.lblOpr.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
'
|
|
'txtBCode
|
|
'
|
|
Me.txtBCode.Location = New System.Drawing.Point(85, 28)
|
|
Me.txtBCode.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.txtBCode.Name = "txtBCode"
|
|
Me.txtBCode.Size = New System.Drawing.Size(201, 22)
|
|
Me.txtBCode.TabIndex = 0
|
|
Me.txtBCode.Text = "OPR001"
|
|
'
|
|
'btnLogin
|
|
'
|
|
Me.btnLogin.Location = New System.Drawing.Point(293, 25)
|
|
Me.btnLogin.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.btnLogin.Name = "btnLogin"
|
|
Me.btnLogin.Size = New System.Drawing.Size(75, 30)
|
|
Me.btnLogin.TabIndex = 2
|
|
Me.btnLogin.Text = "Login"
|
|
Me.btnLogin.UseVisualStyleBackColor = True
|
|
'
|
|
'groupBox2
|
|
'
|
|
Me.groupBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.groupBox2.Controls.Add(Me.splitContainer1)
|
|
Me.groupBox2.Location = New System.Drawing.Point(12, 98)
|
|
Me.groupBox2.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.groupBox2.Name = "groupBox2"
|
|
Me.groupBox2.Padding = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.groupBox2.Size = New System.Drawing.Size(1100, 112)
|
|
Me.groupBox2.TabIndex = 6
|
|
Me.groupBox2.TabStop = False
|
|
Me.groupBox2.Text = "Articolo"
|
|
'
|
|
'splitContainer1
|
|
'
|
|
Me.splitContainer1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.splitContainer1.Location = New System.Drawing.Point(5, 21)
|
|
Me.splitContainer1.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.splitContainer1.Name = "splitContainer1"
|
|
'
|
|
'splitContainer1.Panel1
|
|
'
|
|
Me.splitContainer1.Panel1.Controls.Add(Me.label3)
|
|
Me.splitContainer1.Panel1.Controls.Add(Me.txtDTMatrix)
|
|
Me.splitContainer1.Panel1.Controls.Add(Me.btnLoad)
|
|
'
|
|
'splitContainer1.Panel2
|
|
'
|
|
Me.splitContainer1.Panel2.Controls.Add(Me.splitContainer2)
|
|
Me.splitContainer1.Size = New System.Drawing.Size(1090, 82)
|
|
Me.splitContainer1.SplitterDistance = 524
|
|
Me.splitContainer1.TabIndex = 6
|
|
'
|
|
'label3
|
|
'
|
|
Me.label3.AutoSize = True
|
|
Me.label3.Location = New System.Drawing.Point(9, 17)
|
|
Me.label3.Name = "label3"
|
|
Me.label3.Size = New System.Drawing.Size(64, 17)
|
|
Me.label3.TabIndex = 4
|
|
Me.label3.Text = "DTMatrix"
|
|
'
|
|
'txtDTMatrix
|
|
'
|
|
Me.txtDTMatrix.Location = New System.Drawing.Point(80, 14)
|
|
Me.txtDTMatrix.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.txtDTMatrix.Name = "txtDTMatrix"
|
|
Me.txtDTMatrix.Size = New System.Drawing.Size(201, 22)
|
|
Me.txtDTMatrix.TabIndex = 3
|
|
Me.txtDTMatrix.Text = "164SX322761005740003128617"
|
|
'
|
|
'btnLoad
|
|
'
|
|
Me.btnLoad.Location = New System.Drawing.Point(288, 10)
|
|
Me.btnLoad.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.btnLoad.Name = "btnLoad"
|
|
Me.btnLoad.Size = New System.Drawing.Size(75, 30)
|
|
Me.btnLoad.TabIndex = 5
|
|
Me.btnLoad.Text = "Load"
|
|
Me.btnLoad.UseVisualStyleBackColor = True
|
|
'
|
|
'splitContainer2
|
|
'
|
|
Me.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.splitContainer2.Location = New System.Drawing.Point(0, 0)
|
|
Me.splitContainer2.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.splitContainer2.Name = "splitContainer2"
|
|
Me.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
|
|
'
|
|
'splitContainer2.Panel1
|
|
'
|
|
Me.splitContainer2.Panel1.Controls.Add(Me.lblArt)
|
|
'
|
|
'splitContainer2.Panel2
|
|
'
|
|
Me.splitContainer2.Panel2.Controls.Add(Me.lblOutArt)
|
|
Me.splitContainer2.Size = New System.Drawing.Size(562, 82)
|
|
Me.splitContainer2.SplitterDistance = 46
|
|
Me.splitContainer2.TabIndex = 0
|
|
'
|
|
'lblArt
|
|
'
|
|
Me.lblArt.AutoSize = True
|
|
Me.lblArt.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.lblArt.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblArt.Location = New System.Drawing.Point(446, 0)
|
|
Me.lblArt.Name = "lblArt"
|
|
Me.lblArt.Size = New System.Drawing.Size(116, 29)
|
|
Me.lblArt.TabIndex = 4
|
|
Me.lblArt.Text = "NO ITEM"
|
|
'
|
|
'lblOutArt
|
|
'
|
|
Me.lblOutArt.AutoSize = True
|
|
Me.lblOutArt.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.lblOutArt.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblOutArt.Location = New System.Drawing.Point(551, 0)
|
|
Me.lblOutArt.Name = "lblOutArt"
|
|
Me.lblOutArt.Size = New System.Drawing.Size(11, 15)
|
|
Me.lblOutArt.TabIndex = 5
|
|
Me.lblOutArt.Text = "-"
|
|
'
|
|
'Paginatore
|
|
'
|
|
Me.Paginatore.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Paginatore.Controls.Add(Me.tabPage1)
|
|
Me.Paginatore.Controls.Add(Me.tabPage2)
|
|
Me.Paginatore.Controls.Add(Me.tabPage3)
|
|
Me.Paginatore.Location = New System.Drawing.Point(10, 202)
|
|
Me.Paginatore.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.Paginatore.Name = "Paginatore"
|
|
Me.Paginatore.SelectedIndex = 0
|
|
Me.Paginatore.Size = New System.Drawing.Size(1100, 390)
|
|
Me.Paginatore.TabIndex = 7
|
|
'
|
|
'tabPage1
|
|
'
|
|
Me.tabPage1.Controls.Add(Me.dgvOpr)
|
|
Me.tabPage1.Controls.Add(Me.groupBox3)
|
|
Me.tabPage1.Location = New System.Drawing.Point(4, 25)
|
|
Me.tabPage1.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.tabPage1.Name = "tabPage1"
|
|
Me.tabPage1.Padding = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.tabPage1.Size = New System.Drawing.Size(1092, 361)
|
|
Me.tabPage1.TabIndex = 0
|
|
Me.tabPage1.Text = "Registro Operazioni"
|
|
Me.tabPage1.UseVisualStyleBackColor = True
|
|
'
|
|
'dgvOpr
|
|
'
|
|
Me.dgvOpr.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control
|
|
DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText
|
|
DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
Me.dgvOpr.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1
|
|
Me.dgvOpr.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window
|
|
DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText
|
|
DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
|
Me.dgvOpr.DefaultCellStyle = DataGridViewCellStyle2
|
|
Me.dgvOpr.Location = New System.Drawing.Point(8, 112)
|
|
Me.dgvOpr.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.dgvOpr.Name = "dgvOpr"
|
|
DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control
|
|
DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
|
|
DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
Me.dgvOpr.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
|
|
Me.dgvOpr.Size = New System.Drawing.Size(1077, 242)
|
|
Me.dgvOpr.TabIndex = 6
|
|
'
|
|
'groupBox3
|
|
'
|
|
Me.groupBox3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.groupBox3.Controls.Add(Me.btnReloadOpr)
|
|
Me.groupBox3.Controls.Add(Me.lblOprOutMess)
|
|
Me.groupBox3.Controls.Add(Me.cbStato)
|
|
Me.groupBox3.Controls.Add(Me.label6)
|
|
Me.groupBox3.Controls.Add(Me.cbSottostazione)
|
|
Me.groupBox3.Controls.Add(Me.label5)
|
|
Me.groupBox3.Controls.Add(Me.cbStazione)
|
|
Me.groupBox3.Controls.Add(Me.label4)
|
|
Me.groupBox3.Controls.Add(Me.cbOperazione)
|
|
Me.groupBox3.Controls.Add(Me.label2)
|
|
Me.groupBox3.Controls.Add(Me.btnAddOpr)
|
|
Me.groupBox3.Location = New System.Drawing.Point(3, 6)
|
|
Me.groupBox3.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.groupBox3.Name = "groupBox3"
|
|
Me.groupBox3.Padding = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.groupBox3.Size = New System.Drawing.Size(1086, 98)
|
|
Me.groupBox3.TabIndex = 5
|
|
Me.groupBox3.TabStop = False
|
|
Me.groupBox3.Text = "Registro Operazioni"
|
|
'
|
|
'btnReloadOpr
|
|
'
|
|
Me.btnReloadOpr.Location = New System.Drawing.Point(655, 64)
|
|
Me.btnReloadOpr.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.btnReloadOpr.Name = "btnReloadOpr"
|
|
Me.btnReloadOpr.Size = New System.Drawing.Size(196, 28)
|
|
Me.btnReloadOpr.TabIndex = 12
|
|
Me.btnReloadOpr.Text = "Reload"
|
|
Me.btnReloadOpr.UseVisualStyleBackColor = True
|
|
'
|
|
'lblOprOutMess
|
|
'
|
|
Me.lblOprOutMess.AutoSize = True
|
|
Me.lblOprOutMess.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblOprOutMess.ForeColor = System.Drawing.Color.Red
|
|
Me.lblOprOutMess.Location = New System.Drawing.Point(21, 78)
|
|
Me.lblOprOutMess.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
Me.lblOprOutMess.Name = "lblOprOutMess"
|
|
Me.lblOprOutMess.Size = New System.Drawing.Size(11, 15)
|
|
Me.lblOprOutMess.TabIndex = 11
|
|
Me.lblOprOutMess.Text = "-"
|
|
'
|
|
'cbStato
|
|
'
|
|
Me.cbStato.FormattingEnabled = True
|
|
Me.cbStato.Location = New System.Drawing.Point(392, 50)
|
|
Me.cbStato.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.cbStato.Name = "cbStato"
|
|
Me.cbStato.Size = New System.Drawing.Size(257, 24)
|
|
Me.cbStato.TabIndex = 10
|
|
'
|
|
'label6
|
|
'
|
|
Me.label6.AutoSize = True
|
|
Me.label6.Location = New System.Drawing.Point(304, 50)
|
|
Me.label6.Name = "label6"
|
|
Me.label6.Size = New System.Drawing.Size(41, 17)
|
|
Me.label6.TabIndex = 9
|
|
Me.label6.Text = "Stato"
|
|
'
|
|
'cbSottostazione
|
|
'
|
|
Me.cbSottostazione.FormattingEnabled = True
|
|
Me.cbSottostazione.Location = New System.Drawing.Point(85, 50)
|
|
Me.cbSottostazione.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.cbSottostazione.Name = "cbSottostazione"
|
|
Me.cbSottostazione.Size = New System.Drawing.Size(201, 24)
|
|
Me.cbSottostazione.TabIndex = 8
|
|
'
|
|
'label5
|
|
'
|
|
Me.label5.AutoSize = True
|
|
Me.label5.Location = New System.Drawing.Point(15, 50)
|
|
Me.label5.Name = "label5"
|
|
Me.label5.Size = New System.Drawing.Size(67, 17)
|
|
Me.label5.TabIndex = 7
|
|
Me.label5.Text = "Sottostaz"
|
|
'
|
|
'cbStazione
|
|
'
|
|
Me.cbStazione.FormattingEnabled = True
|
|
Me.cbStazione.Location = New System.Drawing.Point(85, 21)
|
|
Me.cbStazione.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.cbStazione.Name = "cbStazione"
|
|
Me.cbStazione.Size = New System.Drawing.Size(201, 24)
|
|
Me.cbStazione.TabIndex = 6
|
|
'
|
|
'label4
|
|
'
|
|
Me.label4.AutoSize = True
|
|
Me.label4.Location = New System.Drawing.Point(15, 21)
|
|
Me.label4.Name = "label4"
|
|
Me.label4.Size = New System.Drawing.Size(36, 17)
|
|
Me.label4.TabIndex = 5
|
|
Me.label4.Text = "Staz"
|
|
'
|
|
'cbOperazione
|
|
'
|
|
Me.cbOperazione.FormattingEnabled = True
|
|
Me.cbOperazione.Location = New System.Drawing.Point(392, 21)
|
|
Me.cbOperazione.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.cbOperazione.Name = "cbOperazione"
|
|
Me.cbOperazione.Size = New System.Drawing.Size(257, 24)
|
|
Me.cbOperazione.TabIndex = 4
|
|
'
|
|
'label2
|
|
'
|
|
Me.label2.AutoSize = True
|
|
Me.label2.Location = New System.Drawing.Point(304, 21)
|
|
Me.label2.Name = "label2"
|
|
Me.label2.Size = New System.Drawing.Size(82, 17)
|
|
Me.label2.TabIndex = 1
|
|
Me.label2.Text = "Operazione"
|
|
'
|
|
'btnAddOpr
|
|
'
|
|
Me.btnAddOpr.Location = New System.Drawing.Point(655, 18)
|
|
Me.btnAddOpr.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.btnAddOpr.Name = "btnAddOpr"
|
|
Me.btnAddOpr.Size = New System.Drawing.Size(196, 48)
|
|
Me.btnAddOpr.TabIndex = 2
|
|
Me.btnAddOpr.Text = "Aggiungi Record"
|
|
Me.btnAddOpr.UseVisualStyleBackColor = True
|
|
'
|
|
'tabPage2
|
|
'
|
|
Me.tabPage2.Controls.Add(Me.splitContainer3)
|
|
Me.tabPage2.Location = New System.Drawing.Point(4, 25)
|
|
Me.tabPage2.Margin = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.tabPage2.Name = "tabPage2"
|
|
Me.tabPage2.Padding = New System.Windows.Forms.Padding(3, 2, 3, 2)
|
|
Me.tabPage2.Size = New System.Drawing.Size(1092, 361)
|
|
Me.tabPage2.TabIndex = 1
|
|
Me.tabPage2.Text = "Allarmi"
|
|
Me.tabPage2.UseVisualStyleBackColor = True
|
|
'
|
|
'splitContainer3
|
|
'
|
|
Me.splitContainer3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.splitContainer3.Location = New System.Drawing.Point(4, 6)
|
|
Me.splitContainer3.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.splitContainer3.Name = "splitContainer3"
|
|
'
|
|
'splitContainer3.Panel1
|
|
'
|
|
Me.splitContainer3.Panel1.Controls.Add(Me.dgvAlarmLog)
|
|
Me.splitContainer3.Panel1.Controls.Add(Me.btnSendAlarms)
|
|
Me.splitContainer3.Panel1.Controls.Add(Me.lbAllarmi)
|
|
Me.splitContainer3.Panel1.Controls.Add(Me.label8)
|
|
'
|
|
'splitContainer3.Panel2
|
|
'
|
|
Me.splitContainer3.Panel2.Controls.Add(Me.dgvAnagAlarm)
|
|
Me.splitContainer3.Size = New System.Drawing.Size(849, 346)
|
|
Me.splitContainer3.SplitterDistance = 355
|
|
Me.splitContainer3.SplitterWidth = 5
|
|
Me.splitContainer3.TabIndex = 4
|
|
'
|
|
'dgvAlarmLog
|
|
'
|
|
Me.dgvAlarmLog.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.dgvAlarmLog.AutoGenerateColumns = False
|
|
DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control
|
|
DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
|
|
DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
Me.dgvAlarmLog.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4
|
|
Me.dgvAlarmLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvAlarmLog.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DtEventoDataGridViewTextBoxColumn, Me.CodAllarmeDataGridViewTextBoxColumn1, Me.AttivoDataGridViewCheckBoxColumn, Me.DescrizioneDataGridViewTextBoxColumn1})
|
|
Me.dgvAlarmLog.DataSource = Me.StoricoAllarmiExpDataTableBindingSource
|
|
DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window
|
|
DataGridViewCellStyle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText
|
|
DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
|
Me.dgvAlarmLog.DefaultCellStyle = DataGridViewCellStyle5
|
|
Me.dgvAlarmLog.Location = New System.Drawing.Point(9, 102)
|
|
Me.dgvAlarmLog.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.dgvAlarmLog.Name = "dgvAlarmLog"
|
|
Me.dgvAlarmLog.Size = New System.Drawing.Size(343, 240)
|
|
Me.dgvAlarmLog.TabIndex = 7
|
|
'
|
|
'DtEventoDataGridViewTextBoxColumn
|
|
'
|
|
Me.DtEventoDataGridViewTextBoxColumn.DataPropertyName = "DtEvento"
|
|
Me.DtEventoDataGridViewTextBoxColumn.HeaderText = "DtEvento"
|
|
Me.DtEventoDataGridViewTextBoxColumn.Name = "DtEventoDataGridViewTextBoxColumn"
|
|
'
|
|
'CodAllarmeDataGridViewTextBoxColumn1
|
|
'
|
|
Me.CodAllarmeDataGridViewTextBoxColumn1.DataPropertyName = "CodAllarme"
|
|
Me.CodAllarmeDataGridViewTextBoxColumn1.HeaderText = "CodAllarme"
|
|
Me.CodAllarmeDataGridViewTextBoxColumn1.Name = "CodAllarmeDataGridViewTextBoxColumn1"
|
|
'
|
|
'AttivoDataGridViewCheckBoxColumn
|
|
'
|
|
Me.AttivoDataGridViewCheckBoxColumn.DataPropertyName = "Attivo"
|
|
Me.AttivoDataGridViewCheckBoxColumn.HeaderText = "Attivo"
|
|
Me.AttivoDataGridViewCheckBoxColumn.Name = "AttivoDataGridViewCheckBoxColumn"
|
|
'
|
|
'DescrizioneDataGridViewTextBoxColumn1
|
|
'
|
|
Me.DescrizioneDataGridViewTextBoxColumn1.DataPropertyName = "Descrizione"
|
|
Me.DescrizioneDataGridViewTextBoxColumn1.HeaderText = "Descrizione"
|
|
Me.DescrizioneDataGridViewTextBoxColumn1.Name = "DescrizioneDataGridViewTextBoxColumn1"
|
|
'
|
|
'StoricoAllarmiExpDataTableBindingSource
|
|
'
|
|
Me.StoricoAllarmiExpDataTableBindingSource.DataSource = GetType(DB_proxy.DS_App.StoricoAllarmiExpDataTable)
|
|
'
|
|
'btnSendAlarms
|
|
'
|
|
Me.btnSendAlarms.Location = New System.Drawing.Point(10, 34)
|
|
Me.btnSendAlarms.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.btnSendAlarms.Name = "btnSendAlarms"
|
|
Me.btnSendAlarms.Size = New System.Drawing.Size(100, 60)
|
|
Me.btnSendAlarms.TabIndex = 6
|
|
Me.btnSendAlarms.Text = "Invio Allarmi"
|
|
Me.btnSendAlarms.UseVisualStyleBackColor = True
|
|
'
|
|
'lbAllarmi
|
|
'
|
|
Me.lbAllarmi.FormattingEnabled = True
|
|
Me.lbAllarmi.ItemHeight = 16
|
|
Me.lbAllarmi.Items.AddRange(New Object() {"00001", "00002", "00003", "00004", "00005"})
|
|
Me.lbAllarmi.Location = New System.Drawing.Point(142, 10)
|
|
Me.lbAllarmi.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.lbAllarmi.Name = "lbAllarmi"
|
|
Me.lbAllarmi.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended
|
|
Me.lbAllarmi.Size = New System.Drawing.Size(143, 84)
|
|
Me.lbAllarmi.TabIndex = 5
|
|
'
|
|
'label8
|
|
'
|
|
Me.label8.AutoSize = True
|
|
Me.label8.Location = New System.Drawing.Point(6, 13)
|
|
Me.label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
Me.label8.Name = "label8"
|
|
Me.label8.Size = New System.Drawing.Size(130, 17)
|
|
Me.label8.TabIndex = 4
|
|
Me.label8.Text = "Simulazione Allarmi"
|
|
'
|
|
'dgvAnagAlarm
|
|
'
|
|
Me.dgvAnagAlarm.AutoGenerateColumns = False
|
|
DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control
|
|
DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText
|
|
DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
Me.dgvAnagAlarm.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle6
|
|
Me.dgvAnagAlarm.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvAnagAlarm.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.CodAllarmeDataGridViewTextBoxColumn, Me.DescrizioneDataGridViewTextBoxColumn, Me.ReportAttivoDataGridViewCheckBoxColumn, Me.LastStartDataGridViewTextBoxColumn, Me.LastEndDataGridViewTextBoxColumn, Me.CurrStatusDataGridViewCheckBoxColumn})
|
|
Me.dgvAnagAlarm.DataSource = Me.AnagAllarmiDataTableBindingSource
|
|
DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
|
|
DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window
|
|
DataGridViewCellStyle7.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.8!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
|
|
DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
|
|
DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
|
|
DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
|
|
Me.dgvAnagAlarm.DefaultCellStyle = DataGridViewCellStyle7
|
|
Me.dgvAnagAlarm.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.dgvAnagAlarm.Location = New System.Drawing.Point(0, 0)
|
|
Me.dgvAnagAlarm.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.dgvAnagAlarm.Name = "dgvAnagAlarm"
|
|
Me.dgvAnagAlarm.Size = New System.Drawing.Size(489, 346)
|
|
Me.dgvAnagAlarm.TabIndex = 5
|
|
'
|
|
'CodAllarmeDataGridViewTextBoxColumn
|
|
'
|
|
Me.CodAllarmeDataGridViewTextBoxColumn.DataPropertyName = "CodAllarme"
|
|
Me.CodAllarmeDataGridViewTextBoxColumn.HeaderText = "CodAllarme"
|
|
Me.CodAllarmeDataGridViewTextBoxColumn.Name = "CodAllarmeDataGridViewTextBoxColumn"
|
|
'
|
|
'DescrizioneDataGridViewTextBoxColumn
|
|
'
|
|
Me.DescrizioneDataGridViewTextBoxColumn.DataPropertyName = "Descrizione"
|
|
Me.DescrizioneDataGridViewTextBoxColumn.HeaderText = "Descrizione"
|
|
Me.DescrizioneDataGridViewTextBoxColumn.Name = "DescrizioneDataGridViewTextBoxColumn"
|
|
'
|
|
'ReportAttivoDataGridViewCheckBoxColumn
|
|
'
|
|
Me.ReportAttivoDataGridViewCheckBoxColumn.DataPropertyName = "ReportAttivo"
|
|
Me.ReportAttivoDataGridViewCheckBoxColumn.HeaderText = "ReportAttivo"
|
|
Me.ReportAttivoDataGridViewCheckBoxColumn.Name = "ReportAttivoDataGridViewCheckBoxColumn"
|
|
'
|
|
'LastStartDataGridViewTextBoxColumn
|
|
'
|
|
Me.LastStartDataGridViewTextBoxColumn.DataPropertyName = "LastStart"
|
|
Me.LastStartDataGridViewTextBoxColumn.HeaderText = "LastStart"
|
|
Me.LastStartDataGridViewTextBoxColumn.Name = "LastStartDataGridViewTextBoxColumn"
|
|
'
|
|
'LastEndDataGridViewTextBoxColumn
|
|
'
|
|
Me.LastEndDataGridViewTextBoxColumn.DataPropertyName = "LastEnd"
|
|
Me.LastEndDataGridViewTextBoxColumn.HeaderText = "LastEnd"
|
|
Me.LastEndDataGridViewTextBoxColumn.Name = "LastEndDataGridViewTextBoxColumn"
|
|
'
|
|
'CurrStatusDataGridViewCheckBoxColumn
|
|
'
|
|
Me.CurrStatusDataGridViewCheckBoxColumn.DataPropertyName = "CurrStatus"
|
|
Me.CurrStatusDataGridViewCheckBoxColumn.HeaderText = "CurrStatus"
|
|
Me.CurrStatusDataGridViewCheckBoxColumn.Name = "CurrStatusDataGridViewCheckBoxColumn"
|
|
'
|
|
'AnagAllarmiDataTableBindingSource
|
|
'
|
|
Me.AnagAllarmiDataTableBindingSource.DataSource = GetType(DB_proxy.DS_App.AnagAllarmiDataTable)
|
|
'
|
|
'tabPage3
|
|
'
|
|
Me.tabPage3.Controls.Add(Me.label10)
|
|
Me.tabPage3.Controls.Add(Me.txtAuthKey)
|
|
Me.tabPage3.Controls.Add(Me.label9)
|
|
Me.tabPage3.Controls.Add(Me.label7)
|
|
Me.tabPage3.Controls.Add(Me.btnPurgeOld)
|
|
Me.tabPage3.Controls.Add(Me.txtDay2keep)
|
|
Me.tabPage3.Controls.Add(Me.btnEmptyTabOpr)
|
|
Me.tabPage3.Location = New System.Drawing.Point(4, 25)
|
|
Me.tabPage3.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.tabPage3.Name = "tabPage3"
|
|
Me.tabPage3.Size = New System.Drawing.Size(1092, 361)
|
|
Me.tabPage3.TabIndex = 2
|
|
Me.tabPage3.Text = "Utils"
|
|
Me.tabPage3.UseVisualStyleBackColor = True
|
|
'
|
|
'label10
|
|
'
|
|
Me.label10.AutoSize = True
|
|
Me.label10.Location = New System.Drawing.Point(11, 18)
|
|
Me.label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
Me.label10.Name = "label10"
|
|
Me.label10.Size = New System.Drawing.Size(65, 17)
|
|
Me.label10.TabIndex = 6
|
|
Me.label10.Text = "Auth Key"
|
|
'
|
|
'txtAuthKey
|
|
'
|
|
Me.txtAuthKey.Location = New System.Drawing.Point(14, 39)
|
|
Me.txtAuthKey.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.txtAuthKey.Name = "txtAuthKey"
|
|
Me.txtAuthKey.Size = New System.Drawing.Size(132, 22)
|
|
Me.txtAuthKey.TabIndex = 5
|
|
Me.txtAuthKey.Text = "digheDelBu"
|
|
'
|
|
'label9
|
|
'
|
|
Me.label9.AutoSize = True
|
|
Me.label9.Location = New System.Drawing.Point(11, 145)
|
|
Me.label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
Me.label9.Name = "label9"
|
|
Me.label9.Size = New System.Drawing.Size(249, 17)
|
|
Me.label9.TabIndex = 4
|
|
Me.label9.Text = "Reset DB (Storico allarmi, operazioni)"
|
|
'
|
|
'label7
|
|
'
|
|
Me.label7.AutoSize = True
|
|
Me.label7.Location = New System.Drawing.Point(720, 18)
|
|
Me.label7.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
|
Me.label7.Name = "label7"
|
|
Me.label7.Size = New System.Drawing.Size(128, 17)
|
|
Me.label7.TabIndex = 3
|
|
Me.label7.Text = "# gg da mantenere"
|
|
'
|
|
'btnPurgeOld
|
|
'
|
|
Me.btnPurgeOld.Location = New System.Drawing.Point(619, 66)
|
|
Me.btnPurgeOld.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.btnPurgeOld.Name = "btnPurgeOld"
|
|
Me.btnPurgeOld.Size = New System.Drawing.Size(229, 64)
|
|
Me.btnPurgeOld.TabIndex = 2
|
|
Me.btnPurgeOld.Text = "SVECCHIAMENTO DataBase"
|
|
Me.btnPurgeOld.UseVisualStyleBackColor = True
|
|
'
|
|
'txtDay2keep
|
|
'
|
|
Me.txtDay2keep.Location = New System.Drawing.Point(716, 39)
|
|
Me.txtDay2keep.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.txtDay2keep.Name = "txtDay2keep"
|
|
Me.txtDay2keep.Size = New System.Drawing.Size(132, 22)
|
|
Me.txtDay2keep.TabIndex = 1
|
|
Me.txtDay2keep.Text = "365"
|
|
'
|
|
'btnEmptyTabOpr
|
|
'
|
|
Me.btnEmptyTabOpr.Location = New System.Drawing.Point(13, 66)
|
|
Me.btnEmptyTabOpr.Margin = New System.Windows.Forms.Padding(4)
|
|
Me.btnEmptyTabOpr.Name = "btnEmptyTabOpr"
|
|
Me.btnEmptyTabOpr.Size = New System.Drawing.Size(229, 64)
|
|
Me.btnEmptyTabOpr.TabIndex = 0
|
|
Me.btnEmptyTabOpr.Text = "ELIMINA Tabelle"
|
|
Me.btnEmptyTabOpr.UseVisualStyleBackColor = True
|
|
'
|
|
'Main
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1118, 602)
|
|
Me.Controls.Add(Me.Paginatore)
|
|
Me.Controls.Add(Me.groupBox2)
|
|
Me.Controls.Add(Me.groupBox1)
|
|
Me.Name = "Main"
|
|
Me.Text = "Main"
|
|
Me.groupBox1.ResumeLayout(False)
|
|
Me.groupBox1.PerformLayout()
|
|
Me.groupBox2.ResumeLayout(False)
|
|
Me.splitContainer1.Panel1.ResumeLayout(False)
|
|
Me.splitContainer1.Panel1.PerformLayout()
|
|
Me.splitContainer1.Panel2.ResumeLayout(False)
|
|
CType(Me.splitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.splitContainer1.ResumeLayout(False)
|
|
Me.splitContainer2.Panel1.ResumeLayout(False)
|
|
Me.splitContainer2.Panel1.PerformLayout()
|
|
Me.splitContainer2.Panel2.ResumeLayout(False)
|
|
Me.splitContainer2.Panel2.PerformLayout()
|
|
CType(Me.splitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.splitContainer2.ResumeLayout(False)
|
|
Me.Paginatore.ResumeLayout(False)
|
|
Me.tabPage1.ResumeLayout(False)
|
|
CType(Me.dgvOpr, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.groupBox3.ResumeLayout(False)
|
|
Me.groupBox3.PerformLayout()
|
|
Me.tabPage2.ResumeLayout(False)
|
|
Me.splitContainer3.Panel1.ResumeLayout(False)
|
|
Me.splitContainer3.Panel1.PerformLayout()
|
|
Me.splitContainer3.Panel2.ResumeLayout(False)
|
|
CType(Me.splitContainer3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.splitContainer3.ResumeLayout(False)
|
|
CType(Me.dgvAlarmLog, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.StoricoAllarmiExpDataTableBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.dgvAnagAlarm, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.AnagAllarmiDataTableBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.tabPage3.ResumeLayout(False)
|
|
Me.tabPage3.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Private WithEvents groupBox1 As GroupBox
|
|
Private WithEvents label1 As Label
|
|
Private WithEvents lblOpr As Label
|
|
Private WithEvents txtBCode As TextBox
|
|
Private WithEvents btnLogin As Button
|
|
Private WithEvents groupBox2 As GroupBox
|
|
Private WithEvents splitContainer1 As SplitContainer
|
|
Private WithEvents label3 As Label
|
|
Private WithEvents txtDTMatrix As TextBox
|
|
Private WithEvents btnLoad As Button
|
|
Private WithEvents splitContainer2 As SplitContainer
|
|
Private WithEvents lblArt As Label
|
|
Private WithEvents lblOutArt As Label
|
|
Private WithEvents Paginatore As TabControl
|
|
Private WithEvents tabPage1 As TabPage
|
|
Private WithEvents dgvOpr As DataGridView
|
|
Private WithEvents groupBox3 As GroupBox
|
|
Private WithEvents btnReloadOpr As Button
|
|
Private WithEvents lblOprOutMess As Label
|
|
Private WithEvents cbStato As ComboBox
|
|
Private WithEvents label6 As Label
|
|
Private WithEvents cbSottostazione As ComboBox
|
|
Private WithEvents label5 As Label
|
|
Private WithEvents cbStazione As ComboBox
|
|
Private WithEvents label4 As Label
|
|
Private WithEvents cbOperazione As ComboBox
|
|
Private WithEvents label2 As Label
|
|
Private WithEvents btnAddOpr As Button
|
|
Private WithEvents tabPage2 As TabPage
|
|
Private WithEvents splitContainer3 As SplitContainer
|
|
Private WithEvents dgvAlarmLog As DataGridView
|
|
Private WithEvents btnSendAlarms As Button
|
|
Private WithEvents lbAllarmi As ListBox
|
|
Private WithEvents label8 As Label
|
|
Private WithEvents dgvAnagAlarm As DataGridView
|
|
Private WithEvents tabPage3 As TabPage
|
|
Private WithEvents label10 As Label
|
|
Private WithEvents txtAuthKey As TextBox
|
|
Private WithEvents label9 As Label
|
|
Private WithEvents label7 As Label
|
|
Private WithEvents btnPurgeOld As Button
|
|
Private WithEvents txtDay2keep As TextBox
|
|
Private WithEvents btnEmptyTabOpr As Button
|
|
Friend WithEvents AnagAllarmiDataTableBindingSource As BindingSource
|
|
Friend WithEvents DtEventoDataGridViewTextBoxColumn As DataGridViewTextBoxColumn
|
|
Friend WithEvents CodAllarmeDataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
|
|
Friend WithEvents AttivoDataGridViewCheckBoxColumn As DataGridViewCheckBoxColumn
|
|
Friend WithEvents DescrizioneDataGridViewTextBoxColumn1 As DataGridViewTextBoxColumn
|
|
Friend WithEvents StoricoAllarmiExpDataTableBindingSource As BindingSource
|
|
Friend WithEvents CodAllarmeDataGridViewTextBoxColumn As DataGridViewTextBoxColumn
|
|
Friend WithEvents DescrizioneDataGridViewTextBoxColumn As DataGridViewTextBoxColumn
|
|
Friend WithEvents ReportAttivoDataGridViewCheckBoxColumn As DataGridViewCheckBoxColumn
|
|
Friend WithEvents LastStartDataGridViewTextBoxColumn As DataGridViewTextBoxColumn
|
|
Friend WithEvents LastEndDataGridViewTextBoxColumn As DataGridViewTextBoxColumn
|
|
Friend WithEvents CurrStatusDataGridViewCheckBoxColumn As DataGridViewCheckBoxColumn
|
|
End Class
|