_ Partial Class frmChooseDocVariant Inherits DevExpress.XtraEditors.XtraForm 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmChooseDocVariant)) Me.LabelControl1 = New DevExpress.XtraEditors.LabelControl() Me.SimpleButton2 = New DevExpress.XtraEditors.SimpleButton() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.SuspendLayout() ' 'LabelControl1 ' Me.LabelControl1.Appearance.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LabelControl1.Appearance.Options.UseFont = True Me.LabelControl1.Location = New System.Drawing.Point(12, 26) Me.LabelControl1.Name = "LabelControl1" Me.LabelControl1.Size = New System.Drawing.Size(625, 17) Me.LabelControl1.TabIndex = 2 Me.LabelControl1.Text = "In diesem Dialog wählen Sie die Dokumente aus, welche dann zu einem Dokument verk" & "ettet werden!" ' 'SimpleButton2 ' Me.SimpleButton2.Appearance.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.SimpleButton2.Appearance.Options.UseFont = True Me.SimpleButton2.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.SimpleButton2.Location = New System.Drawing.Point(142, 85) Me.SimpleButton2.Name = "SimpleButton2" Me.SimpleButton2.Size = New System.Drawing.Size(343, 50) Me.SimpleButton2.TabIndex = 3 Me.SimpleButton2.Text = "Mehrere PDF auswählen und automatisch verketten" ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" Me.OpenFileDialog1.Filter = "PDF Files|*.pdf" ' 'frmChooseDocVariant ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(644, 189) Me.Controls.Add(Me.SimpleButton2) Me.Controls.Add(Me.LabelControl1) Me.IconOptions.SvgImage = CType(resources.GetObject("frmChooseDocVariant.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.Name = "frmChooseDocVariant" Me.Text = "Mehrere Dokumente" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents LabelControl1 As DevExpress.XtraEditors.LabelControl Friend WithEvents SimpleButton2 As DevExpress.XtraEditors.SimpleButton Friend WithEvents OpenFileDialog1 As OpenFileDialog End Class