Files
TestEIn/VarInput.Designer.vb
Dario Sassi bd1ca260d0 TestEIn :
- modifiche e correzioni a Scene per touch
- modifiche a dialogo input variabili componenti.
2015-09-06 17:06:42 +00:00

98 lines
3.7 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class VarInput
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.tbVariable = New System.Windows.Forms.TextBox()
Me.btnCancel = New System.Windows.Forms.Button()
Me.btnOk = New System.Windows.Forms.Button()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'tbVariable
'
Me.tbVariable.Dock = System.Windows.Forms.DockStyle.Top
Me.tbVariable.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.tbVariable.Location = New System.Drawing.Point(0, 0)
Me.tbVariable.Margin = New System.Windows.Forms.Padding(0)
Me.tbVariable.Name = "tbVariable"
Me.tbVariable.Size = New System.Drawing.Size(156, 22)
Me.tbVariable.TabIndex = 0
'
'btnCancel
'
Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnCancel.Location = New System.Drawing.Point(84, 31)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(60, 22)
Me.btnCancel.TabIndex = 2
Me.btnCancel.Text = "Cancel"
Me.btnCancel.UseVisualStyleBackColor = True
'
'btnOk
'
Me.btnOk.Location = New System.Drawing.Point(12, 31)
Me.btnOk.Name = "btnOk"
Me.btnOk.Size = New System.Drawing.Size(60, 22)
Me.btnOk.TabIndex = 1
Me.btnOk.Text = "Ok"
Me.btnOk.UseVisualStyleBackColor = True
'
'Panel1
'
Me.Panel1.Controls.Add(Me.tbVariable)
Me.Panel1.Controls.Add(Me.btnCancel)
Me.Panel1.Controls.Add(Me.btnOk)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(156, 58)
Me.Panel1.TabIndex = 3
'
'VarInput
'
Me.AcceptButton = Me.btnOk
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.btnCancel
Me.ClientSize = New System.Drawing.Size(156, 58)
Me.ControlBox = False
Me.Controls.Add(Me.Panel1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
Me.KeyPreview = True
Me.Name = "VarInput"
Me.RightToLeftLayout = True
Me.ShowIcon = False
Me.ShowInTaskbar = False
Me.TopMost = True
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents tbVariable As System.Windows.Forms.TextBox
Friend WithEvents btnCancel As System.Windows.Forms.Button
Friend WithEvents btnOk As System.Windows.Forms.Button
Friend WithEvents Panel1 As System.Windows.Forms.Panel
End Class