MS
This commit is contained in:
12
GUIs.Test.DocumentViewerTest/Form1.Designer.vb
generated
12
GUIs.Test.DocumentViewerTest/Form1.Designer.vb
generated
@@ -51,20 +51,20 @@ Partial Class Form1
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.Location = New System.Drawing.Point(711, 9)
|
||||
Me.Button2.Location = New System.Drawing.Point(12, 38)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(77, 23)
|
||||
Me.Button2.Size = New System.Drawing.Size(637, 23)
|
||||
Me.Button2.TabIndex = 2
|
||||
Me.Button2.Text = "Load Path"
|
||||
Me.Button2.Text = "Load Form3 which loads Form4"
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Button3
|
||||
'
|
||||
Me.Button3.Location = New System.Drawing.Point(711, 38)
|
||||
Me.Button3.Location = New System.Drawing.Point(12, 67)
|
||||
Me.Button3.Name = "Button3"
|
||||
Me.Button3.Size = New System.Drawing.Size(77, 23)
|
||||
Me.Button3.Size = New System.Drawing.Size(637, 23)
|
||||
Me.Button3.TabIndex = 2
|
||||
Me.Button3.Text = "Load Path"
|
||||
Me.Button3.Text = "Load Form4"
|
||||
Me.Button3.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Form1
|
||||
|
||||
@@ -23,7 +23,7 @@ Public Class Form3
|
||||
Logger.Info("DocumentViewer Form Loaded")
|
||||
DocumentViewer1.Init(LogConfig, Key)
|
||||
DocumentViewer1.LoadFile(FilePath)
|
||||
DocumentViewer1.SetViewOnly(True)
|
||||
DocumentViewer1.RightOnlyView(True)
|
||||
|
||||
Logger.Info("File Loaded")
|
||||
End Sub
|
||||
|
||||
Reference in New Issue
Block a user