fa6fd31152
- adattamenti vari - aggiunto input diretto parametri a componenti.
84 lines
3.1 KiB
VB.net
84 lines
3.1 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.SuspendLayout()
|
|
'
|
|
'tbVariable
|
|
'
|
|
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(3, 2)
|
|
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(89, 28)
|
|
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, 28)
|
|
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
|
|
'
|
|
'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(164, 55)
|
|
Me.ControlBox = False
|
|
Me.Controls.Add(Me.btnOk)
|
|
Me.Controls.Add(Me.btnCancel)
|
|
Me.Controls.Add(Me.tbVariable)
|
|
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.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
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
|
|
End Class
|