MS
This commit is contained in:
24
EnvelopeGenerator.Test/frmFinalizePDF.Designer.vb
generated
24
EnvelopeGenerator.Test/frmFinalizePDF.Designer.vb
generated
@@ -23,12 +23,12 @@ Partial Class frmFinalizePDF
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Me.txtReceiver = New System.Windows.Forms.TextBox()
|
||||
Me.txtEnvelope = New System.Windows.Forms.TextBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Me.txtResult = New System.Windows.Forms.TextBox()
|
||||
Me.txtEnvelope = New System.Windows.Forms.TextBox()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'txtReceiver
|
||||
@@ -37,15 +37,7 @@ Partial Class frmFinalizePDF
|
||||
Me.txtReceiver.Name = "txtReceiver"
|
||||
Me.txtReceiver.Size = New System.Drawing.Size(100, 20)
|
||||
Me.txtReceiver.TabIndex = 0
|
||||
Me.txtReceiver.Text = "11"
|
||||
'
|
||||
'txtEnvelope
|
||||
'
|
||||
Me.txtEnvelope.Location = New System.Drawing.Point(15, 23)
|
||||
Me.txtEnvelope.Name = "txtEnvelope"
|
||||
Me.txtEnvelope.Size = New System.Drawing.Size(100, 20)
|
||||
Me.txtEnvelope.TabIndex = 0
|
||||
Me.txtEnvelope.Text = "10"
|
||||
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
@@ -83,13 +75,21 @@ Partial Class frmFinalizePDF
|
||||
Me.Button2.Text = "Merge Json"
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'TextBox1
|
||||
'txtResult
|
||||
'
|
||||
Me.txtResult.Location = New System.Drawing.Point(333, 12)
|
||||
Me.txtResult.Multiline = True
|
||||
Me.txtResult.Name = "TextBox1"
|
||||
Me.txtResult.Name = "txtResult"
|
||||
Me.txtResult.Size = New System.Drawing.Size(455, 426)
|
||||
Me.txtResult.TabIndex = 4
|
||||
'
|
||||
'txtEnvelope
|
||||
'
|
||||
Me.txtEnvelope.Location = New System.Drawing.Point(15, 23)
|
||||
Me.txtEnvelope.Name = "txtEnvelope"
|
||||
Me.txtEnvelope.Size = New System.Drawing.Size(100, 20)
|
||||
Me.txtEnvelope.TabIndex = 0
|
||||
|
||||
'
|
||||
'frmFinalizePDF
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user