MS
This commit is contained in:
12
GUIs.ZooFlow/frmtest.Designer.vb
generated
12
GUIs.ZooFlow/frmtest.Designer.vb
generated
@@ -38,6 +38,7 @@ Partial Class frmtest
|
||||
Me.txtIDB_OBJ_ID = New System.Windows.Forms.TextBox()
|
||||
Me.txtDoctypeID = New System.Windows.Forms.TextBox()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'Label2
|
||||
@@ -172,11 +173,21 @@ Partial Class frmtest
|
||||
Me.Label3.TabIndex = 23
|
||||
Me.Label3.Text = "DoctypeID"
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Location = New System.Drawing.Point(12, 191)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(154, 23)
|
||||
Me.Button1.TabIndex = 24
|
||||
Me.Button1.Text = "AdhocWorkflow"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'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.Button1)
|
||||
Me.Controls.Add(Me.Label3)
|
||||
Me.Controls.Add(Me.txtDoctypeID)
|
||||
Me.Controls.Add(Me.txtProfileId)
|
||||
@@ -214,4 +225,5 @@ Partial Class frmtest
|
||||
Friend WithEvents txtProfileId As TextBox
|
||||
Friend WithEvents txtDoctypeID As TextBox
|
||||
Friend WithEvents Label3 As Label
|
||||
Friend WithEvents Button1 As Button
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user