Files
SmartLogistic/Terminalino/frmSettings.Designer.vb
2017-10-12 10:48:22 +02:00

169 lines
7.1 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class frmSettings
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.btSalva = New System.Windows.Forms.Button
Me.Panel1 = New System.Windows.Forms.Panel
Me.chk_manuale = New System.Windows.Forms.RadioButton
Me.Panel2 = New System.Windows.Forms.Panel
Me.chk_incremMode = New System.Windows.Forms.RadioButton
Me.chk_legacyMode = New System.Windows.Forms.RadioButton
Me.chk_freeRead = New System.Windows.Forms.CheckBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.radColli = New System.Windows.Forms.RadioButton
Me.radPezzi = New System.Windows.Forms.RadioButton
Me.Panel1.SuspendLayout()
Me.Panel2.SuspendLayout()
Me.SuspendLayout()
'
'btSalva
'
Me.btSalva.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Regular)
Me.btSalva.Location = New System.Drawing.Point(146, 5)
Me.btSalva.Name = "btSalva"
Me.btSalva.Size = New System.Drawing.Size(88, 39)
Me.btSalva.TabIndex = 2
Me.btSalva.Text = "Salva"
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.SystemColors.ScrollBar
Me.Panel1.Controls.Add(Me.btSalva)
Me.Panel1.Location = New System.Drawing.Point(-1, 220)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(241, 48)
'
'chk_manuale
'
Me.chk_manuale.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Regular)
Me.chk_manuale.Location = New System.Drawing.Point(4, 4)
Me.chk_manuale.Name = "chk_manuale"
Me.chk_manuale.Size = New System.Drawing.Size(205, 20)
Me.chk_manuale.TabIndex = 19
Me.chk_manuale.Text = "Manuale + Enter"
'
'Panel2
'
Me.Panel2.BackColor = System.Drawing.Color.White
Me.Panel2.Controls.Add(Me.chk_manuale)
Me.Panel2.Controls.Add(Me.chk_incremMode)
Me.Panel2.Controls.Add(Me.chk_legacyMode)
Me.Panel2.Location = New System.Drawing.Point(7, 35)
Me.Panel2.Name = "Panel2"
Me.Panel2.Size = New System.Drawing.Size(230, 75)
'
'chk_incremMode
'
Me.chk_incremMode.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Regular)
Me.chk_incremMode.Location = New System.Drawing.Point(3, 25)
Me.chk_incremMode.Name = "chk_incremMode"
Me.chk_incremMode.Size = New System.Drawing.Size(178, 22)
Me.chk_incremMode.TabIndex = 17
Me.chk_incremMode.Text = "Incrementale (+1)"
'
'chk_legacyMode
'
Me.chk_legacyMode.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Regular)
Me.chk_legacyMode.Location = New System.Drawing.Point(3, 47)
Me.chk_legacyMode.Name = "chk_legacyMode"
Me.chk_legacyMode.Size = New System.Drawing.Size(227, 22)
Me.chk_legacyMode.TabIndex = 18
Me.chk_legacyMode.Text = "Manuale + Lettura Barcode"
'
'chk_freeRead
'
Me.chk_freeRead.Font = New System.Drawing.Font("Tahoma", 14.0!, System.Drawing.FontStyle.Regular)
Me.chk_freeRead.Location = New System.Drawing.Point(3, 181)
Me.chk_freeRead.Name = "chk_freeRead"
Me.chk_freeRead.Size = New System.Drawing.Size(230, 33)
Me.chk_freeRead.TabIndex = 23
Me.chk_freeRead.Text = "Modalità lettura libera"
'
'Label1
'
Me.Label1.Font = New System.Drawing.Font("Tahoma", 14.0!, System.Drawing.FontStyle.Regular)
Me.Label1.Location = New System.Drawing.Point(7, 113)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(193, 27)
Me.Label1.Text = "Gestisci quantità in:"
'
'Label2
'
Me.Label2.Font = New System.Drawing.Font("Tahoma", 14.0!, System.Drawing.FontStyle.Regular)
Me.Label2.Location = New System.Drawing.Point(3, 5)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(166, 28)
Me.Label2.Text = "Input Quantità:"
'
'radColli
'
Me.radColli.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Regular)
Me.radColli.Location = New System.Drawing.Point(11, 160)
Me.radColli.Name = "radColli"
Me.radColli.Size = New System.Drawing.Size(213, 20)
Me.radColli.TabIndex = 22
Me.radColli.Text = "Colli"
'
'radPezzi
'
Me.radPezzi.Font = New System.Drawing.Font("Tahoma", 12.0!, System.Drawing.FontStyle.Regular)
Me.radPezzi.Location = New System.Drawing.Point(10, 139)
Me.radPezzi.Name = "radPezzi"
Me.radPezzi.Size = New System.Drawing.Size(213, 22)
Me.radPezzi.TabIndex = 21
Me.radPezzi.Text = "Pezzi/KG"
'
'frmSettings
'
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.White
Me.ClientSize = New System.Drawing.Size(240, 268)
Me.Controls.Add(Me.Panel2)
Me.Controls.Add(Me.chk_freeRead)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.radColli)
Me.Controls.Add(Me.radPezzi)
Me.Controls.Add(Me.Panel1)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmSettings"
Me.Text = "-"
Me.Panel1.ResumeLayout(False)
Me.Panel2.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents btSalva As System.Windows.Forms.Button
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents chk_manuale As System.Windows.Forms.RadioButton
Friend WithEvents Panel2 As System.Windows.Forms.Panel
Friend WithEvents chk_incremMode As System.Windows.Forms.RadioButton
Friend WithEvents chk_legacyMode As System.Windows.Forms.RadioButton
Friend WithEvents chk_freeRead As System.Windows.Forms.CheckBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents radColli As System.Windows.Forms.RadioButton
Friend WithEvents radPezzi As System.Windows.Forms.RadioButton
End Class