Common: small changes to frmDialog
This commit is contained in:
11
GUIs.Test.TestGUI/frmMsgBox.Designer.vb
generated
11
GUIs.Test.TestGUI/frmMsgBox.Designer.vb
generated
@@ -24,6 +24,7 @@ Partial Class frmMsgBox
|
||||
Private Sub InitializeComponent()
|
||||
Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton()
|
||||
Me.SimpleButton2 = New DevExpress.XtraEditors.SimpleButton()
|
||||
Me.SimpleButton3 = New DevExpress.XtraEditors.SimpleButton()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'SimpleButton1
|
||||
@@ -42,11 +43,20 @@ Partial Class frmMsgBox
|
||||
Me.SimpleButton2.TabIndex = 0
|
||||
Me.SimpleButton2.Text = "SimpleButton1"
|
||||
'
|
||||
'SimpleButton3
|
||||
'
|
||||
Me.SimpleButton3.Location = New System.Drawing.Point(350, 12)
|
||||
Me.SimpleButton3.Name = "SimpleButton3"
|
||||
Me.SimpleButton3.Size = New System.Drawing.Size(163, 23)
|
||||
Me.SimpleButton3.TabIndex = 0
|
||||
Me.SimpleButton3.Text = "SimpleButton1"
|
||||
'
|
||||
'frmMsgBox
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(800, 450)
|
||||
Me.Controls.Add(Me.SimpleButton3)
|
||||
Me.Controls.Add(Me.SimpleButton2)
|
||||
Me.Controls.Add(Me.SimpleButton1)
|
||||
Me.Name = "frmMsgBox"
|
||||
@@ -57,4 +67,5 @@ Partial Class frmMsgBox
|
||||
|
||||
Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton
|
||||
Friend WithEvents SimpleButton2 As DevExpress.XtraEditors.SimpleButton
|
||||
Friend WithEvents SimpleButton3 As DevExpress.XtraEditors.SimpleButton
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user