134 lines
5.4 KiB
VB.net
134 lines
5.4 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Public Class SelectFiltroInv
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
MyBase.Dispose(disposing)
|
|
End Sub
|
|
|
|
'Required by the Windows Form Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Windows Form Designer
|
|
'It can be modified using the Windows Form Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.txtNumInv = New System.Windows.Forms.TextBox
|
|
Me.Panel1 = New System.Windows.Forms.Panel
|
|
Me.Button1 = New System.Windows.Forms.Button
|
|
Me.Label2 = New System.Windows.Forms.Label
|
|
Me.txtZona = New System.Windows.Forms.TextBox
|
|
Me.Label3 = New System.Windows.Forms.Label
|
|
Me.btCancel = New System.Windows.Forms.Button
|
|
Me.Label1 = New System.Windows.Forms.Label
|
|
Me.Panel1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'txtNumInv
|
|
'
|
|
Me.txtNumInv.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Regular)
|
|
Me.txtNumInv.Location = New System.Drawing.Point(3, 30)
|
|
Me.txtNumInv.Name = "txtNumInv"
|
|
Me.txtNumInv.Size = New System.Drawing.Size(147, 26)
|
|
Me.txtNumInv.TabIndex = 1
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BackColor = System.Drawing.Color.White
|
|
Me.Panel1.Controls.Add(Me.Button1)
|
|
Me.Panel1.Controls.Add(Me.Label2)
|
|
Me.Panel1.Controls.Add(Me.txtZona)
|
|
Me.Panel1.Controls.Add(Me.Label3)
|
|
Me.Panel1.Controls.Add(Me.txtNumInv)
|
|
Me.Panel1.Controls.Add(Me.btCancel)
|
|
Me.Panel1.Location = New System.Drawing.Point(2, 2)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(157, 150)
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(78, 124)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(72, 20)
|
|
Me.Button1.TabIndex = 3
|
|
Me.Button1.Text = "Ok"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.BackColor = System.Drawing.Color.White
|
|
Me.Label2.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Regular)
|
|
Me.Label2.Location = New System.Drawing.Point(6, 61)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(144, 25)
|
|
Me.Label2.Text = "Zona"
|
|
Me.Label2.TextAlign = System.Drawing.ContentAlignment.TopCenter
|
|
'
|
|
'txtZona
|
|
'
|
|
Me.txtZona.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Regular)
|
|
Me.txtZona.Location = New System.Drawing.Point(3, 89)
|
|
Me.txtZona.Name = "txtZona"
|
|
Me.txtZona.Size = New System.Drawing.Size(147, 26)
|
|
Me.txtZona.TabIndex = 6
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.BackColor = System.Drawing.Color.White
|
|
Me.Label3.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Regular)
|
|
Me.Label3.Location = New System.Drawing.Point(6, 6)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(144, 21)
|
|
Me.Label3.Text = "Cod. inventario"
|
|
Me.Label3.TextAlign = System.Drawing.ContentAlignment.TopCenter
|
|
'
|
|
'btCancel
|
|
'
|
|
Me.btCancel.Location = New System.Drawing.Point(4, 124)
|
|
Me.btCancel.Name = "btCancel"
|
|
Me.btCancel.Size = New System.Drawing.Size(72, 20)
|
|
Me.btCancel.TabIndex = 2
|
|
Me.btCancel.Text = "Annulla"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.BackColor = System.Drawing.Color.White
|
|
Me.Label1.Font = New System.Drawing.Font("Tahoma", 11.0!, System.Drawing.FontStyle.Regular)
|
|
Me.Label1.Location = New System.Drawing.Point(-2, -18)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(144, 37)
|
|
Me.Label1.Text = "Leggi codice consegna"
|
|
Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopCenter
|
|
'
|
|
'SelectFiltroInv
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
|
|
Me.AutoScroll = True
|
|
Me.BackColor = System.Drawing.Color.Gainsboro
|
|
Me.ClientSize = New System.Drawing.Size(160, 154)
|
|
Me.ControlBox = False
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
Me.Name = "SelectFiltroInv"
|
|
Me.Text = "SelectFiltroInv"
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents txtNumInv As System.Windows.Forms.TextBox
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents btCancel As System.Windows.Forms.Button
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents txtZona As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
End Class
|