b329d5081e
- nuovo git per evitare problemi con bin e obj.
77 lines
3.0 KiB
VB.net
77 lines
3.0 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class FrmScelta
|
|
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)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
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.BtnOk = New System.Windows.Forms.Button()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.LbSpessLastra = New System.Windows.Forms.Label()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'BtnOk
|
|
'
|
|
Me.BtnOk.Location = New System.Drawing.Point(171, 124)
|
|
Me.BtnOk.Name = "BtnOk"
|
|
Me.BtnOk.Size = New System.Drawing.Size(73, 34)
|
|
Me.BtnOk.TabIndex = 0
|
|
Me.BtnOk.Text = "OK"
|
|
Me.BtnOk.UseVisualStyleBackColor = True
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.Image = Global.My.Resources.Resources.Spessore
|
|
Me.PictureBox1.Location = New System.Drawing.Point(96, 73)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(59, 27)
|
|
Me.PictureBox1.TabIndex = 3
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'LbSpessLastra
|
|
'
|
|
Me.LbSpessLastra.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
Me.LbSpessLastra.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LbSpessLastra.Location = New System.Drawing.Point(161, 73)
|
|
Me.LbSpessLastra.Name = "LbSpessLastra"
|
|
Me.LbSpessLastra.Size = New System.Drawing.Size(70, 21)
|
|
Me.LbSpessLastra.TabIndex = 4
|
|
'
|
|
'FrmScelta
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(333, 234)
|
|
Me.Controls.Add(Me.LbSpessLastra)
|
|
Me.Controls.Add(Me.PictureBox1)
|
|
Me.Controls.Add(Me.BtnOk)
|
|
Me.Name = "FrmScelta"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Choose Output Image Type"
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents BtnOk As System.Windows.Forms.Button
|
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
|
Friend WithEvents LbSpessLastra As System.Windows.Forms.Label
|
|
End Class
|