This commit is contained in:
2022-04-28 16:27:55 +02:00
parent abc4d664a0
commit b8a3325c2f
12 changed files with 635 additions and 111 deletions

View File

@@ -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