62 lines
2.4 KiB
VB.net
62 lines
2.4 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmTest_SubForm
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.DocumentViewer1 = New DigitalData.Controls.DocumentViewer.DocumentViewer()
|
|
Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton()
|
|
Me.SuspendLayout()
|
|
'
|
|
'DocumentViewer1
|
|
'
|
|
Me.DocumentViewer1.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.DocumentViewer1.FileLoaded = False
|
|
Me.DocumentViewer1.Location = New System.Drawing.Point(0, 56)
|
|
Me.DocumentViewer1.Name = "DocumentViewer1"
|
|
Me.DocumentViewer1.Size = New System.Drawing.Size(1056, 499)
|
|
Me.DocumentViewer1.TabIndex = 0
|
|
'
|
|
'SimpleButton1
|
|
'
|
|
Me.SimpleButton1.Location = New System.Drawing.Point(12, 12)
|
|
Me.SimpleButton1.Name = "SimpleButton1"
|
|
Me.SimpleButton1.Size = New System.Drawing.Size(75, 23)
|
|
Me.SimpleButton1.TabIndex = 1
|
|
Me.SimpleButton1.Text = "Load PDF"
|
|
'
|
|
'Form4
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1056, 555)
|
|
Me.Controls.Add(Me.SimpleButton1)
|
|
Me.Controls.Add(Me.DocumentViewer1)
|
|
Me.Name = "Form4"
|
|
Me.Text = "Form4"
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents DocumentViewer1 As DigitalData.Controls.DocumentViewer.DocumentViewer
|
|
Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton
|
|
End Class
|