TestEIn 1.6g3 :
- aggiunto dialogo per componenti definiti con script lua - piccole migliorie varie.
This commit is contained in:
Generated
+33
-12
@@ -22,26 +22,46 @@ Partial Class SelectMulti
|
||||
'Non modificarla nell'editor del codice.
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel()
|
||||
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
||||
Me.OK_Button = New System.Windows.Forms.Button()
|
||||
Me.TableLayoutPanel1.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'TableLayoutPanel1
|
||||
'
|
||||
Me.TableLayoutPanel1.CausesValidation = False
|
||||
Me.TableLayoutPanel1.ColumnCount = 1
|
||||
Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
||||
Me.TableLayoutPanel1.Controls.Add(Me.ListBox1, 0, 0)
|
||||
Me.TableLayoutPanel1.Controls.Add(Me.OK_Button, 0, 1)
|
||||
Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.TableLayoutPanel1.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.TableLayoutPanel1.Name = "TableLayoutPanel1"
|
||||
Me.TableLayoutPanel1.RowCount = 2
|
||||
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100.0!))
|
||||
Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24.0!))
|
||||
Me.TableLayoutPanel1.Size = New System.Drawing.Size(94, 121)
|
||||
Me.TableLayoutPanel1.TabIndex = 1
|
||||
'
|
||||
'ListBox1
|
||||
'
|
||||
Me.ListBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.ListBox1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.ListBox1.FormattingEnabled = True
|
||||
Me.ListBox1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.ListBox1.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.ListBox1.Location = New System.Drawing.Point(1, 1)
|
||||
Me.ListBox1.Margin = New System.Windows.Forms.Padding(1)
|
||||
Me.ListBox1.Name = "ListBox1"
|
||||
Me.ListBox1.Size = New System.Drawing.Size(98, 108)
|
||||
Me.ListBox1.TabIndex = 1
|
||||
Me.ListBox1.Size = New System.Drawing.Size(92, 95)
|
||||
Me.ListBox1.TabIndex = 3
|
||||
'
|
||||
'OK_Button
|
||||
'
|
||||
Me.OK_Button.Location = New System.Drawing.Point(23, 109)
|
||||
Me.OK_Button.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.OK_Button.Location = New System.Drawing.Point(20, 99)
|
||||
Me.OK_Button.Margin = New System.Windows.Forms.Padding(20, 2, 20, 2)
|
||||
Me.OK_Button.Name = "OK_Button"
|
||||
Me.OK_Button.Size = New System.Drawing.Size(52, 20)
|
||||
Me.OK_Button.Size = New System.Drawing.Size(54, 20)
|
||||
Me.OK_Button.TabIndex = 2
|
||||
Me.OK_Button.Text = "OK"
|
||||
Me.OK_Button.UseVisualStyleBackColor = True
|
||||
@@ -50,10 +70,9 @@ Partial Class SelectMulti
|
||||
'
|
||||
Me.AcceptButton = Me.OK_Button
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None
|
||||
Me.ClientSize = New System.Drawing.Size(104, 131)
|
||||
Me.ClientSize = New System.Drawing.Size(94, 121)
|
||||
Me.ControlBox = False
|
||||
Me.Controls.Add(Me.OK_Button)
|
||||
Me.Controls.Add(Me.ListBox1)
|
||||
Me.Controls.Add(Me.TableLayoutPanel1)
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
||||
Me.KeyPreview = True
|
||||
Me.MaximizeBox = False
|
||||
@@ -66,10 +85,12 @@ Partial Class SelectMulti
|
||||
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
||||
Me.Text = "MultiSel"
|
||||
Me.TableLayoutPanel1.ResumeLayout(False)
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
|
||||
Friend WithEvents OK_Button As System.Windows.Forms.Button
|
||||
Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel
|
||||
Friend WithEvents ListBox1 As System.Windows.Forms.ListBox
|
||||
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user