2023-09-13
This commit is contained in:
@@ -23,6 +23,7 @@ Partial Class frmEnvelopeMainData
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmEnvelopeMainData))
|
||||
Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
|
||||
Me.txtTitle = New DevExpress.XtraEditors.TextEdit()
|
||||
Me.cmbContractType = New DevExpress.XtraEditors.ComboBoxEdit()
|
||||
@@ -56,54 +57,38 @@ Partial Class frmEnvelopeMainData
|
||||
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)
|
||||
resources.ApplyResources(Me.LayoutControl1, "LayoutControl1")
|
||||
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)
|
||||
resources.ApplyResources(Me.txtTitle, "txtTitle")
|
||||
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)
|
||||
resources.ApplyResources(Me.cmbContractType, "cmbContractType")
|
||||
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.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("cmbContractType.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
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)
|
||||
resources.ApplyResources(Me.btOK, "btOK")
|
||||
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)
|
||||
resources.ApplyResources(Me.btCancel, "btCancel")
|
||||
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
|
||||
'
|
||||
@@ -121,7 +106,7 @@ Partial Class frmEnvelopeMainData
|
||||
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"
|
||||
resources.ApplyResources(Me.LayoutControlItem1, "LayoutControlItem1")
|
||||
Me.LayoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top
|
||||
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(57, 13)
|
||||
'
|
||||
@@ -132,22 +117,20 @@ Partial Class frmEnvelopeMainData
|
||||
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"
|
||||
resources.ApplyResources(Me.LayoutControlItem2, "LayoutControlItem2")
|
||||
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"
|
||||
resources.ApplyResources(Me.LayoutControlItem3, "LayoutControlItem3")
|
||||
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
|
||||
@@ -155,15 +138,13 @@ Partial Class frmEnvelopeMainData
|
||||
'LayoutControlItem4
|
||||
'
|
||||
Me.LayoutControlItem4.Control = Me.btCancel
|
||||
Me.LayoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft
|
||||
Me.LayoutControlItem4.CustomizationFormText = "layoutControlItem2"
|
||||
resources.ApplyResources(Me.LayoutControlItem4, "LayoutControlItem4")
|
||||
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
|
||||
@@ -171,7 +152,7 @@ Partial Class frmEnvelopeMainData
|
||||
'emptySpaceItem1
|
||||
'
|
||||
Me.emptySpaceItem1.AllowHotTrack = False
|
||||
Me.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1"
|
||||
resources.ApplyResources(Me.emptySpaceItem1, "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)
|
||||
@@ -183,7 +164,7 @@ Partial Class frmEnvelopeMainData
|
||||
'emptySpaceItem2
|
||||
'
|
||||
Me.emptySpaceItem2.AllowHotTrack = False
|
||||
Me.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2"
|
||||
resources.ApplyResources(Me.emptySpaceItem2, "emptySpaceItem2")
|
||||
Me.emptySpaceItem2.Location = New System.Drawing.Point(0, 86)
|
||||
Me.emptySpaceItem2.Name = "emptySpaceItem2"
|
||||
Me.emptySpaceItem2.Size = New System.Drawing.Size(274, 30)
|
||||
@@ -196,17 +177,14 @@ Partial Class frmEnvelopeMainData
|
||||
'frmEnvelopeMainData
|
||||
'
|
||||
Me.AcceptButton = Me.btOK
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
resources.ApplyResources(Me, "$this")
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user