This commit is contained in:
2022-03-28 16:46:32 +02:00
parent 8de78f57bf
commit 5bf3523b7e
11 changed files with 140 additions and 28 deletions

View File

@@ -36,6 +36,8 @@ Partial Class frmtest
Me.Label1 = New System.Windows.Forms.Label()
Me.txtProfileId = New System.Windows.Forms.TextBox()
Me.txtIDB_OBJ_ID = New System.Windows.Forms.TextBox()
Me.txtDoctypeID = New System.Windows.Forms.TextBox()
Me.Label3 = New System.Windows.Forms.Label()
Me.SuspendLayout()
'
'Label2
@@ -154,11 +156,29 @@ Partial Class frmtest
Me.txtIDB_OBJ_ID.Size = New System.Drawing.Size(100, 20)
Me.txtIDB_OBJ_ID.TabIndex = 9
'
'txtDoctypeID
'
Me.txtDoctypeID.Location = New System.Drawing.Point(461, 67)
Me.txtDoctypeID.Name = "txtDoctypeID"
Me.txtDoctypeID.Size = New System.Drawing.Size(100, 20)
Me.txtDoctypeID.TabIndex = 22
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(397, 70)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(58, 13)
Me.Label3.TabIndex = 23
Me.Label3.Text = "DoctypeID"
'
'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.Label3)
Me.Controls.Add(Me.txtDoctypeID)
Me.Controls.Add(Me.txtProfileId)
Me.Controls.Add(Me.DateTimePicker1)
Me.Controls.Add(Me.cmbObjectStoreType)
@@ -192,4 +212,6 @@ Partial Class frmtest
Friend WithEvents btnImportFile As Button
Friend WithEvents Label1 As Label
Friend WithEvents txtProfileId As TextBox
Friend WithEvents txtDoctypeID As TextBox
Friend WithEvents Label3 As Label
End Class