EnvelopeGenerator/EnvelopeGenerator.Form/frmEnvelopeMainData.Designer.vb
Jonathan Jenne 5fb92fa5c8 2023-09-13
2023-09-13 10:23:50 +02:00

240 lines
13 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class frmEnvelopeMainData
Inherits DevExpress.XtraEditors.XtraForm
'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.components = New System.ComponentModel.Container()
Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
Me.txtTitle = New DevExpress.XtraEditors.TextEdit()
Me.cmbContractType = New DevExpress.XtraEditors.ComboBoxEdit()
Me.btOK = New DevExpress.XtraEditors.SimpleButton()
Me.btCancel = New DevExpress.XtraEditors.SimpleButton()
Me.Root = New DevExpress.XtraLayout.LayoutControlGroup()
Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem()
Me.LayoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem()
Me.emptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem()
Me.emptySpaceItem2 = New DevExpress.XtraLayout.EmptySpaceItem()
Me.AdornerUIManager1 = New DevExpress.Utils.VisualEffects.AdornerUIManager(Me.components)
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.LayoutControl1.SuspendLayout()
CType(Me.txtTitle.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.cmbContractType.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.emptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.emptySpaceItem2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.AdornerUIManager1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'LayoutControl1
'
Me.LayoutControl1.Controls.Add(Me.txtTitle)
Me.LayoutControl1.Controls.Add(Me.cmbContractType)
Me.LayoutControl1.Controls.Add(Me.btOK)
Me.LayoutControl1.Controls.Add(Me.btCancel)
Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.LayoutControl1.Location = New System.Drawing.Point(0, 0)
Me.LayoutControl1.Name = "LayoutControl1"
Me.LayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(855, 189, 650, 400)
Me.LayoutControl1.Root = Me.Root
Me.LayoutControl1.Size = New System.Drawing.Size(444, 136)
Me.LayoutControl1.TabIndex = 0
Me.LayoutControl1.Text = "LayoutControl1"
'
'txtTitle
'
Me.txtTitle.Location = New System.Drawing.Point(12, 28)
Me.txtTitle.Name = "txtTitle"
Me.txtTitle.Size = New System.Drawing.Size(420, 20)
Me.txtTitle.StyleController = Me.LayoutControl1
Me.txtTitle.TabIndex = 4
'
'cmbContractType
'
Me.cmbContractType.Location = New System.Drawing.Point(12, 71)
Me.cmbContractType.Name = "cmbContractType"
Me.cmbContractType.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
Me.cmbContractType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor
Me.cmbContractType.Size = New System.Drawing.Size(420, 20)
Me.cmbContractType.StyleController = Me.LayoutControl1
Me.cmbContractType.TabIndex = 5
'
'btOK
'
Me.btOK.DialogResult = System.Windows.Forms.DialogResult.OK
Me.btOK.Location = New System.Drawing.Point(286, 98)
Me.btOK.Margin = New System.Windows.Forms.Padding(3, 10, 3, 3)
Me.btOK.Name = "btOK"
Me.btOK.Size = New System.Drawing.Size(66, 23)
Me.btOK.StyleController = Me.LayoutControl1
Me.btOK.TabIndex = 5
Me.btOK.Text = "OK"
'
'btCancel
'
Me.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btCancel.Location = New System.Drawing.Point(366, 98)
Me.btCancel.Margin = New System.Windows.Forms.Padding(3, 10, 3, 3)
Me.btCancel.Name = "btCancel"
Me.btCancel.Size = New System.Drawing.Size(66, 23)
Me.btCancel.StyleController = Me.LayoutControl1
Me.btCancel.TabIndex = 6
Me.btCancel.Text = "Cancel"
'
'Root
'
Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
Me.Root.GroupBordersVisible = False
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem1, Me.LayoutControlItem2, Me.LayoutControlItem3, Me.LayoutControlItem4, Me.emptySpaceItem1, Me.emptySpaceItem2})
Me.Root.Name = "Root"
Me.Root.Size = New System.Drawing.Size(444, 136)
Me.Root.TextVisible = False
'
'LayoutControlItem1
'
Me.LayoutControlItem1.Control = Me.txtTitle
Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 0)
Me.LayoutControlItem1.Name = "LayoutControlItem1"
Me.LayoutControlItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 5)
Me.LayoutControlItem1.Size = New System.Drawing.Size(424, 43)
Me.LayoutControlItem1.Text = "Titel"
Me.LayoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(57, 13)
'
'LayoutControlItem2
'
Me.LayoutControlItem2.Control = Me.cmbContractType
Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 43)
Me.LayoutControlItem2.Name = "LayoutControlItem2"
Me.LayoutControlItem2.Padding = New DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 5)
Me.LayoutControlItem2.Size = New System.Drawing.Size(424, 43)
Me.LayoutControlItem2.Text = "Vertragstyp"
Me.LayoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(57, 13)
'
'LayoutControlItem3
'
Me.LayoutControlItem3.Control = Me.btOK
Me.LayoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft
Me.LayoutControlItem3.CustomizationFormText = "layoutControlItem1"
Me.LayoutControlItem3.Location = New System.Drawing.Point(274, 86)
Me.LayoutControlItem3.MaxSize = New System.Drawing.Size(70, 27)
Me.LayoutControlItem3.MinSize = New System.Drawing.Size(70, 27)
Me.LayoutControlItem3.Name = "LayoutControlItem3"
Me.LayoutControlItem3.Size = New System.Drawing.Size(70, 30)
Me.LayoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom
Me.LayoutControlItem3.Text = "layoutControlItem1"
Me.LayoutControlItem3.TextLocation = DevExpress.Utils.Locations.Left
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem3.TextVisible = False
'
'LayoutControlItem4
'
Me.LayoutControlItem4.Control = Me.btCancel
Me.LayoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft
Me.LayoutControlItem4.CustomizationFormText = "layoutControlItem2"
Me.LayoutControlItem4.Location = New System.Drawing.Point(354, 86)
Me.LayoutControlItem4.MaxSize = New System.Drawing.Size(70, 27)
Me.LayoutControlItem4.MinSize = New System.Drawing.Size(70, 27)
Me.LayoutControlItem4.Name = "LayoutControlItem4"
Me.LayoutControlItem4.Size = New System.Drawing.Size(70, 30)
Me.LayoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom
Me.LayoutControlItem4.Text = "layoutControlItem2"
Me.LayoutControlItem4.TextLocation = DevExpress.Utils.Locations.Left
Me.LayoutControlItem4.TextSize = New System.Drawing.Size(0, 0)
Me.LayoutControlItem4.TextVisible = False
'
'emptySpaceItem1
'
Me.emptySpaceItem1.AllowHotTrack = False
Me.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1"
Me.emptySpaceItem1.Location = New System.Drawing.Point(344, 86)
Me.emptySpaceItem1.MaxSize = New System.Drawing.Size(10, 27)
Me.emptySpaceItem1.MinSize = New System.Drawing.Size(10, 27)
Me.emptySpaceItem1.Name = "emptySpaceItem1"
Me.emptySpaceItem1.Size = New System.Drawing.Size(10, 30)
Me.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom
Me.emptySpaceItem1.TextSize = New System.Drawing.Size(0, 0)
'
'emptySpaceItem2
'
Me.emptySpaceItem2.AllowHotTrack = False
Me.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2"
Me.emptySpaceItem2.Location = New System.Drawing.Point(0, 86)
Me.emptySpaceItem2.Name = "emptySpaceItem2"
Me.emptySpaceItem2.Size = New System.Drawing.Size(274, 30)
Me.emptySpaceItem2.TextSize = New System.Drawing.Size(0, 0)
'
'AdornerUIManager1
'
Me.AdornerUIManager1.Owner = Me
'
'frmEnvelopeMainData
'
Me.AcceptButton = Me.btOK
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.btCancel
Me.ClientSize = New System.Drawing.Size(444, 136)
Me.Controls.Add(Me.LayoutControl1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.IconOptions.ShowIcon = False
Me.Name = "frmEnvelopeMainData"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Neuer Umschlag"
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.LayoutControl1.ResumeLayout(False)
CType(Me.txtTitle.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.cmbContractType.Properties, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.emptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.emptySpaceItem2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.AdornerUIManager1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl
Friend WithEvents txtTitle As DevExpress.XtraEditors.TextEdit
Friend WithEvents cmbContractType As DevExpress.XtraEditors.ComboBoxEdit
Friend WithEvents btOK As DevExpress.XtraEditors.SimpleButton
Friend WithEvents btCancel As DevExpress.XtraEditors.SimpleButton
Friend WithEvents Root As DevExpress.XtraLayout.LayoutControlGroup
Friend WithEvents LayoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents LayoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents LayoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents LayoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem
Friend WithEvents emptySpaceItem1 As DevExpress.XtraLayout.EmptySpaceItem
Friend WithEvents emptySpaceItem2 As DevExpress.XtraLayout.EmptySpaceItem
Friend WithEvents AdornerUIManager1 As DevExpress.Utils.VisualEffects.AdornerUIManager
End Class