252 lines
9.9 KiB
VB.net
252 lines
9.9 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()
|
|
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.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.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 = "-"
|
|
'
|
|
'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.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.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
|
|
End Class
|