Übersetzungen ergänzt

This commit is contained in:
2023-12-07 14:00:59 +01:00
parent 2d49e4704d
commit cd7af973a1
18 changed files with 1975 additions and 1414 deletions

View File

@@ -53,11 +53,11 @@ Partial Class frmEnvelopeMainData
'
'LayoutControl1
'
resources.ApplyResources(Me.LayoutControl1, "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)
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
@@ -78,20 +78,21 @@ Partial Class frmEnvelopeMainData
'
'btOK
'
Me.btOK.DialogResult = System.Windows.Forms.DialogResult.OK
resources.ApplyResources(Me.btOK, "btOK")
Me.btOK.DialogResult = System.Windows.Forms.DialogResult.OK
Me.btOK.Name = "btOK"
Me.btOK.StyleController = Me.LayoutControl1
'
'btCancel
'
Me.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
resources.ApplyResources(Me.btCancel, "btCancel")
Me.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btCancel.Name = "btCancel"
Me.btCancel.StyleController = Me.LayoutControl1
'
'Root
'
resources.ApplyResources(Me.Root, "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})
@@ -101,30 +102,30 @@ Partial Class frmEnvelopeMainData
'
'LayoutControlItem1
'
resources.ApplyResources(Me.LayoutControlItem1, "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)
resources.ApplyResources(Me.LayoutControlItem1, "LayoutControlItem1")
Me.LayoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(57, 13)
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(69, 13)
'
'LayoutControlItem2
'
resources.ApplyResources(Me.LayoutControlItem2, "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)
resources.ApplyResources(Me.LayoutControlItem2, "LayoutControlItem2")
Me.LayoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(57, 13)
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(69, 13)
'
'LayoutControlItem3
'
Me.LayoutControlItem3.Control = Me.btOK
resources.ApplyResources(Me.LayoutControlItem3, "LayoutControlItem3")
Me.LayoutControlItem3.Control = Me.btOK
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)
@@ -137,8 +138,8 @@ Partial Class frmEnvelopeMainData
'
'LayoutControlItem4
'
Me.LayoutControlItem4.Control = Me.btCancel
resources.ApplyResources(Me.LayoutControlItem4, "LayoutControlItem4")
Me.LayoutControlItem4.Control = Me.btCancel
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)
@@ -151,8 +152,8 @@ Partial Class frmEnvelopeMainData
'
'emptySpaceItem1
'
Me.emptySpaceItem1.AllowHotTrack = False
resources.ApplyResources(Me.emptySpaceItem1, "emptySpaceItem1")
Me.emptySpaceItem1.AllowHotTrack = False
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)
@@ -163,8 +164,8 @@ Partial Class frmEnvelopeMainData
'
'emptySpaceItem2
'
Me.emptySpaceItem2.AllowHotTrack = False
resources.ApplyResources(Me.emptySpaceItem2, "emptySpaceItem2")
Me.emptySpaceItem2.AllowHotTrack = False
Me.emptySpaceItem2.Location = New System.Drawing.Point(0, 86)
Me.emptySpaceItem2.Name = "emptySpaceItem2"
Me.emptySpaceItem2.Size = New System.Drawing.Size(274, 30)
@@ -173,6 +174,9 @@ Partial Class frmEnvelopeMainData
'AdornerUIManager1
'
Me.AdornerUIManager1.Owner = Me
Me.AdornerUIManager1.ValidationHintProperties.IndeterminateState.Text = resources.GetString("AdornerUIManager1.ValidationHintProperties.IndeterminateState.Text")
Me.AdornerUIManager1.ValidationHintProperties.InvalidState.Text = resources.GetString("AdornerUIManager1.ValidationHintProperties.InvalidState.Text")
Me.AdornerUIManager1.ValidationHintProperties.ValidState.Text = resources.GetString("AdornerUIManager1.ValidationHintProperties.ValidState.Text")
'
'frmEnvelopeMainData
'