MS
This commit is contained in:
10
GUIs.ZooFlow/frmtest.Designer.vb
generated
10
GUIs.ZooFlow/frmtest.Designer.vb
generated
@@ -39,6 +39,7 @@ Partial Class frmtest
|
||||
Me.txtDoctypeID = New System.Windows.Forms.TextBox()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.txtObjectID = New System.Windows.Forms.TextBox()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'Label2
|
||||
@@ -182,11 +183,19 @@ Partial Class frmtest
|
||||
Me.Button1.Text = "AdhocWorkflow"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtObjectID
|
||||
'
|
||||
Me.txtObjectID.Location = New System.Drawing.Point(174, 193)
|
||||
Me.txtObjectID.Name = "txtObjectID"
|
||||
Me.txtObjectID.Size = New System.Drawing.Size(118, 20)
|
||||
Me.txtObjectID.TabIndex = 25
|
||||
'
|
||||
'frmtest
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(865, 450)
|
||||
Me.Controls.Add(Me.txtObjectID)
|
||||
Me.Controls.Add(Me.Button1)
|
||||
Me.Controls.Add(Me.Label3)
|
||||
Me.Controls.Add(Me.txtDoctypeID)
|
||||
@@ -226,4 +235,5 @@ Partial Class frmtest
|
||||
Friend WithEvents txtDoctypeID As TextBox
|
||||
Friend WithEvents Label3 As Label
|
||||
Friend WithEvents Button1 As Button
|
||||
Friend WithEvents txtObjectID As TextBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user