TestEIn :
- modifiche e correzioni a Scene per touch - modifiche a dialogo input variabili componenti.
This commit is contained in:
Generated
+22
-8
@@ -25,12 +25,15 @@ Partial Class VarInput
|
||||
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(3, 2)
|
||||
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)
|
||||
@@ -39,7 +42,7 @@ Partial Class VarInput
|
||||
'btnCancel
|
||||
'
|
||||
Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
||||
Me.btnCancel.Location = New System.Drawing.Point(89, 28)
|
||||
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
|
||||
@@ -48,24 +51,33 @@ Partial Class VarInput
|
||||
'
|
||||
'btnOk
|
||||
'
|
||||
Me.btnOk.Location = New System.Drawing.Point(12, 28)
|
||||
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(164, 55)
|
||||
Me.ClientSize = New System.Drawing.Size(156, 58)
|
||||
Me.ControlBox = False
|
||||
Me.Controls.Add(Me.btnOk)
|
||||
Me.Controls.Add(Me.btnCancel)
|
||||
Me.Controls.Add(Me.tbVariable)
|
||||
Me.Controls.Add(Me.Panel1)
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D
|
||||
Me.KeyPreview = True
|
||||
Me.Name = "VarInput"
|
||||
@@ -73,11 +85,13 @@ Partial Class VarInput
|
||||
Me.ShowIcon = False
|
||||
Me.ShowInTaskbar = False
|
||||
Me.TopMost = True
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.Panel1.PerformLayout()
|
||||
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
|
||||
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user