From 2b7d797c3e157c9bb935948b85ac86d845379e8e Mon Sep 17 00:00:00 2001 From: Developer01 Date: Tue, 10 Feb 2026 08:38:45 +0100 Subject: [PATCH] 2.9.1 --- .../My Project/AssemblyInfo.vb | 2 +- EnvelopeGenerator.Form/frmEnvelopeEditor.resx | 8 +- .../frmEnvelopeMainData.Designer.vb | 31 ++- .../frmEnvelopeMainData.resx | 94 ++++--- EnvelopeGenerator.Form/frmMain.Designer.vb | 53 +--- EnvelopeGenerator.Form/frmMain.resx | 238 +++++------------- 6 files changed, 148 insertions(+), 278 deletions(-) diff --git a/EnvelopeGenerator.Form/My Project/AssemblyInfo.vb b/EnvelopeGenerator.Form/My Project/AssemblyInfo.vb index 48e683a0..6132c604 100644 --- a/EnvelopeGenerator.Form/My Project/AssemblyInfo.vb +++ b/EnvelopeGenerator.Form/My Project/AssemblyInfo.vb @@ -32,5 +32,5 @@ Imports System.Runtime.InteropServices ' You can specify all the values or you can default the Build and Revision Numbers ' by using the '*' as shown below: ' [assembly: AssemblyVersion("1.0.*")] - + diff --git a/EnvelopeGenerator.Form/frmEnvelopeEditor.resx b/EnvelopeGenerator.Form/frmEnvelopeEditor.resx index 9a09f5bf..6209e15b 100644 --- a/EnvelopeGenerator.Form/frmEnvelopeEditor.resx +++ b/EnvelopeGenerator.Form/frmEnvelopeEditor.resx @@ -587,7 +587,7 @@ 0, 0 - 334, 17 + 17, 91 14, 35 @@ -939,13 +939,13 @@ 0 - 792, 17 + 17, 165 - 557, 17 + 17, 128 - 193, 17 + 17, 54 PDF Files|*.pdf diff --git a/EnvelopeGenerator.Form/frmEnvelopeMainData.Designer.vb b/EnvelopeGenerator.Form/frmEnvelopeMainData.Designer.vb index f7c56e9c..20236b50 100644 --- a/EnvelopeGenerator.Form/frmEnvelopeMainData.Designer.vb +++ b/EnvelopeGenerator.Form/frmEnvelopeMainData.Designer.vb @@ -142,12 +142,16 @@ Partial Class frmEnvelopeMainData ' resources.ApplyResources(Me.txtTitle, "txtTitle") Me.txtTitle.Name = "txtTitle" + Me.txtTitle.Properties.Appearance.Font = CType(resources.GetObject("txtTitle.Properties.Appearance.Font"), System.Drawing.Font) + Me.txtTitle.Properties.Appearance.Options.UseFont = True Me.txtTitle.StyleController = Me.LayoutControl1 ' 'cmbEnvelopeType ' resources.ApplyResources(Me.cmbEnvelopeType, "cmbEnvelopeType") Me.cmbEnvelopeType.Name = "cmbEnvelopeType" + Me.cmbEnvelopeType.Properties.Appearance.Font = CType(resources.GetObject("cmbEnvelopeType.Properties.Appearance.Font"), System.Drawing.Font) + Me.cmbEnvelopeType.Properties.Appearance.Options.UseFont = True Me.cmbEnvelopeType.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("cmbEnvelopeType.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))}) Me.cmbEnvelopeType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor Me.cmbEnvelopeType.StyleController = Me.LayoutControl1 @@ -170,6 +174,8 @@ Partial Class frmEnvelopeMainData ' resources.ApplyResources(Me.cmbCertificationType, "cmbCertificationType") Me.cmbCertificationType.Name = "cmbCertificationType" + Me.cmbCertificationType.Properties.Appearance.Font = CType(resources.GetObject("cmbCertificationType.Properties.Appearance.Font"), System.Drawing.Font) + Me.cmbCertificationType.Properties.Appearance.Options.UseFont = True Me.cmbCertificationType.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("cmbCertificationType.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))}) Me.cmbCertificationType.StyleController = Me.LayoutControl1 ' @@ -212,6 +218,8 @@ Partial Class frmEnvelopeMainData ' resources.ApplyResources(Me.cmbLanguage, "cmbLanguage") Me.cmbLanguage.Name = "cmbLanguage" + Me.cmbLanguage.Properties.Appearance.Font = CType(resources.GetObject("cmbLanguage.Properties.Appearance.Font"), System.Drawing.Font) + Me.cmbLanguage.Properties.Appearance.Options.UseFont = True Me.cmbLanguage.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("cmbLanguage.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))}) Me.cmbLanguage.StyleController = Me.LayoutControl1 ' @@ -219,6 +227,8 @@ Partial Class frmEnvelopeMainData ' resources.ApplyResources(Me.chkUseAccessCode, "chkUseAccessCode") Me.chkUseAccessCode.Name = "chkUseAccessCode" + Me.chkUseAccessCode.Properties.Appearance.Font = CType(resources.GetObject("chkUseAccessCode.Properties.Appearance.Font"), System.Drawing.Font) + Me.chkUseAccessCode.Properties.Appearance.Options.UseFont = True Me.chkUseAccessCode.Properties.Caption = resources.GetString("chkUseAccessCode.Properties.Caption") Me.chkUseAccessCode.StyleController = Me.LayoutControl1 ' @@ -274,7 +284,7 @@ Partial Class frmEnvelopeMainData Me.LayoutControlItem1.Name = "LayoutControlItem1" Me.LayoutControlItem1.Size = New System.Drawing.Size(547, 24) resources.ApplyResources(Me.LayoutControlItem1, "LayoutControlItem1") - Me.LayoutControlItem1.TextSize = New System.Drawing.Size(168, 13) + Me.LayoutControlItem1.TextSize = New System.Drawing.Size(153, 13) ' 'LayoutControlItem2 ' @@ -283,7 +293,7 @@ Partial Class frmEnvelopeMainData Me.LayoutControlItem2.Name = "LayoutControlItem2" Me.LayoutControlItem2.Size = New System.Drawing.Size(547, 24) resources.ApplyResources(Me.LayoutControlItem2, "LayoutControlItem2") - Me.LayoutControlItem2.TextSize = New System.Drawing.Size(168, 13) + Me.LayoutControlItem2.TextSize = New System.Drawing.Size(153, 13) ' 'LayoutControlItem4 ' @@ -346,7 +356,7 @@ Partial Class frmEnvelopeMainData Me.LayoutControlItem9.Name = "LayoutControlItem9" Me.LayoutControlItem9.Size = New System.Drawing.Size(541, 24) resources.ApplyResources(Me.LayoutControlItem9, "LayoutControlItem9") - Me.LayoutControlItem9.TextSize = New System.Drawing.Size(168, 13) + Me.LayoutControlItem9.TextSize = New System.Drawing.Size(153, 13) ' 'LayoutControlItem14 ' @@ -355,7 +365,7 @@ Partial Class frmEnvelopeMainData Me.LayoutControlItem14.Name = "LayoutControlItem14" Me.LayoutControlItem14.Size = New System.Drawing.Size(541, 24) resources.ApplyResources(Me.LayoutControlItem14, "LayoutControlItem14") - Me.LayoutControlItem14.TextSize = New System.Drawing.Size(168, 13) + Me.LayoutControlItem14.TextSize = New System.Drawing.Size(153, 13) ' 'groupExpiration ' @@ -374,7 +384,7 @@ Partial Class frmEnvelopeMainData Me.LayoutControlItem10.Name = "LayoutControlItem10" Me.LayoutControlItem10.Size = New System.Drawing.Size(541, 24) resources.ApplyResources(Me.LayoutControlItem10, "LayoutControlItem10") - Me.LayoutControlItem10.TextSize = New System.Drawing.Size(168, 13) + Me.LayoutControlItem10.TextSize = New System.Drawing.Size(153, 13) ' 'LayoutControlItem11 ' @@ -383,7 +393,7 @@ Partial Class frmEnvelopeMainData Me.LayoutControlItem11.Name = "LayoutControlItem11" Me.LayoutControlItem11.Size = New System.Drawing.Size(541, 24) resources.ApplyResources(Me.LayoutControlItem11, "LayoutControlItem11") - Me.LayoutControlItem11.TextSize = New System.Drawing.Size(168, 13) + Me.LayoutControlItem11.TextSize = New System.Drawing.Size(153, 13) ' 'groupReminders ' @@ -411,7 +421,7 @@ Partial Class frmEnvelopeMainData Me.LayoutControlItem6.Name = "LayoutControlItem6" Me.LayoutControlItem6.Size = New System.Drawing.Size(541, 24) resources.ApplyResources(Me.LayoutControlItem6, "LayoutControlItem6") - Me.LayoutControlItem6.TextSize = New System.Drawing.Size(168, 13) + Me.LayoutControlItem6.TextSize = New System.Drawing.Size(153, 13) ' 'LayoutControlItem7 ' @@ -420,7 +430,7 @@ Partial Class frmEnvelopeMainData Me.LayoutControlItem7.Name = "LayoutControlItem7" Me.LayoutControlItem7.Size = New System.Drawing.Size(541, 24) resources.ApplyResources(Me.LayoutControlItem7, "LayoutControlItem7") - Me.LayoutControlItem7.TextSize = New System.Drawing.Size(168, 13) + Me.LayoutControlItem7.TextSize = New System.Drawing.Size(153, 13) ' 'groupOptions ' @@ -438,7 +448,7 @@ Partial Class frmEnvelopeMainData Me.LayoutControlItem8.Name = "LayoutControlItem8" Me.LayoutControlItem8.Size = New System.Drawing.Size(541, 24) resources.ApplyResources(Me.LayoutControlItem8, "LayoutControlItem8") - Me.LayoutControlItem8.TextSize = New System.Drawing.Size(168, 13) + Me.LayoutControlItem8.TextSize = New System.Drawing.Size(153, 13) ' 'LayoutControlItem12 ' @@ -447,7 +457,7 @@ Partial Class frmEnvelopeMainData Me.LayoutControlItem12.Name = "LayoutControlItem12" Me.LayoutControlItem12.Size = New System.Drawing.Size(541, 24) resources.ApplyResources(Me.LayoutControlItem12, "LayoutControlItem12") - Me.LayoutControlItem12.TextSize = New System.Drawing.Size(168, 13) + Me.LayoutControlItem12.TextSize = New System.Drawing.Size(153, 13) ' 'LayoutControlItem13 ' @@ -474,6 +484,7 @@ Partial Class frmEnvelopeMainData 'frmEnvelopeMainData ' Me.AcceptButton = Me.btOK + Me.Appearance.Options.UseFont = True resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.CancelButton = Me.btCancel diff --git a/EnvelopeGenerator.Form/frmEnvelopeMainData.resx b/EnvelopeGenerator.Form/frmEnvelopeMainData.resx index f54cf116..b8e3de54 100644 --- a/EnvelopeGenerator.Form/frmEnvelopeMainData.resx +++ b/EnvelopeGenerator.Form/frmEnvelopeMainData.resx @@ -147,10 +147,13 @@ 4 - 204, 45 + 189, 45 + + + Segoe UI, 8.25pt - 363, 20 + 378, 20 4 @@ -168,14 +171,17 @@ 5 - 204, 69 + 189, 69 + + + Segoe UI, 8.25pt Combo - 363, 20 + 378, 20 5 @@ -251,13 +257,16 @@ False - 207, 162 + 192, 162 + + + Segoe UI, 8.25pt Combo - 357, 20 + 372, 20 10 @@ -302,13 +311,13 @@ 0 - 207, 324 + 192, 324 Combo - 357, 20 + 372, 20 12 @@ -329,13 +338,13 @@ 0 - 207, 348 + 192, 348 Combo - 357, 20 + 372, 20 13 @@ -356,13 +365,13 @@ 0 - 207, 417 + 192, 417 Combo - 357, 20 + 372, 20 15 @@ -383,13 +392,13 @@ 0 - 207, 441 + 192, 441 Combo - 357, 20 + 372, 20 16 @@ -407,13 +416,16 @@ 14 - 207, 186 + 192, 186 + + + Segoe UI, 8.25pt Combo - 357, 20 + 372, 20 17 @@ -433,6 +445,9 @@ 27, 235 + + Segoe UI, 8.25pt + Verwende Zugriffscode @@ -455,13 +470,13 @@ 16 - 207, 510 + 192, 510 Combo - 357, 20 + 372, 20 19 @@ -479,13 +494,13 @@ 17 - 207, 534 + 192, 534 Combo - 357, 20 + 372, 20 20 @@ -538,30 +553,12 @@ emptySpaceItem1 - - An Ersteller - - - An Empfänger - Abschluss Email - - Gültig bis (in Tagen) - - - Erinnerung vor Ablauf (in Tagen) - Gültigkeit - - Erste Erinnerung (in Tagen) - - - Erinnerungsintervall (in Tagen) - Erinnerungen @@ -598,6 +595,24 @@ 0 + + An Ersteller + + + An Empfänger + + + Gültig bis (in Tagen) + + + Erinnerung vor Ablauf (in Tagen) + + + Erste Erinnerung (in Tagen) + + + Erinnerungsintervall (in Tagen) + 17, 17 @@ -610,6 +625,9 @@ 591, 671 + + Segoe UI, 8.25pt + CenterScreen diff --git a/EnvelopeGenerator.Form/frmMain.Designer.vb b/EnvelopeGenerator.Form/frmMain.Designer.vb index 89309357..8d54cadc 100644 --- a/EnvelopeGenerator.Form/frmMain.Designer.vb +++ b/EnvelopeGenerator.Form/frmMain.Designer.vb @@ -169,7 +169,7 @@ Partial Class frmMain 'SplitContainerControl1.Panel2 ' resources.ApplyResources(Me.SplitContainerControl1.Panel2, "SplitContainerControl1.Panel2") - Me.SplitContainerControl1.SplitterPosition = 335 + Me.SplitContainerControl1.SplitterPosition = 272 ' 'XtraTabControlMain ' @@ -181,8 +181,8 @@ Partial Class frmMain 'XtraTabPage1 ' Me.XtraTabPage1.Controls.Add(Me.GridEnvelopes) - resources.ApplyResources(Me.XtraTabPage1, "XtraTabPage1") Me.XtraTabPage1.Name = "XtraTabPage1" + resources.ApplyResources(Me.XtraTabPage1, "XtraTabPage1") ' 'GridEnvelopes ' @@ -191,7 +191,6 @@ Partial Class frmMain Me.GridEnvelopes.EmbeddedNavigator.Anchor = CType(resources.GetObject("GridEnvelopes.EmbeddedNavigator.Anchor"), System.Windows.Forms.AnchorStyles) Me.GridEnvelopes.EmbeddedNavigator.BackgroundImageLayout = CType(resources.GetObject("GridEnvelopes.EmbeddedNavigator.BackgroundImageLayout"), System.Windows.Forms.ImageLayout) Me.GridEnvelopes.EmbeddedNavigator.ImeMode = CType(resources.GetObject("GridEnvelopes.EmbeddedNavigator.ImeMode"), System.Windows.Forms.ImeMode) - Me.GridEnvelopes.EmbeddedNavigator.Margin = CType(resources.GetObject("GridEnvelopes.EmbeddedNavigator.Margin"), System.Windows.Forms.Padding) Me.GridEnvelopes.EmbeddedNavigator.TextLocation = CType(resources.GetObject("GridEnvelopes.EmbeddedNavigator.TextLocation"), DevExpress.XtraEditors.NavigatorButtonsTextLocation) Me.GridEnvelopes.EmbeddedNavigator.ToolTipIconType = CType(resources.GetObject("GridEnvelopes.EmbeddedNavigator.ToolTipIconType"), DevExpress.Utils.ToolTipIconType) GridLevelNode1.LevelTemplate = Me.ViewReceivers @@ -208,7 +207,6 @@ Partial Class frmMain 'ViewReceivers ' Me.ViewReceivers.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.ColReceiverStatus, Me.ColName, Me.ColEmail, Me.ColSignedDate, Me.colAccessCode, Me.ColStatusReceiver}) - Me.ViewReceivers.DetailHeight = 431 Me.ViewReceivers.GridControl = Me.GridEnvelopes Me.ViewReceivers.Name = "ViewReceivers" Me.ViewReceivers.OptionsBehavior.Editable = False @@ -223,7 +221,6 @@ Partial Class frmMain ' resources.ApplyResources(Me.ColReceiverStatus, "ColReceiverStatus") Me.ColReceiverStatus.FieldName = "StatusTranslated" - Me.ColReceiverStatus.MinWidth = 27 Me.ColReceiverStatus.Name = "ColReceiverStatus" Me.ColReceiverStatus.OptionsColumn.AllowEdit = False ' @@ -231,7 +228,6 @@ Partial Class frmMain ' resources.ApplyResources(Me.ColName, "ColName") Me.ColName.FieldName = "Name" - Me.ColName.MinWidth = 27 Me.ColName.Name = "ColName" Me.ColName.OptionsColumn.AllowEdit = False ' @@ -239,7 +235,6 @@ Partial Class frmMain ' resources.ApplyResources(Me.ColEmail, "ColEmail") Me.ColEmail.FieldName = "EmailAddress" - Me.ColEmail.MinWidth = 27 Me.ColEmail.Name = "ColEmail" Me.ColEmail.OptionsColumn.AllowEdit = False ' @@ -247,7 +242,6 @@ Partial Class frmMain ' resources.ApplyResources(Me.ColSignedDate, "ColSignedDate") Me.ColSignedDate.FieldName = "SignedDateDisplayValue" - Me.ColSignedDate.MinWidth = 27 Me.ColSignedDate.Name = "ColSignedDate" Me.ColSignedDate.OptionsColumn.AllowEdit = False ' @@ -255,20 +249,17 @@ Partial Class frmMain ' resources.ApplyResources(Me.colAccessCode, "colAccessCode") Me.colAccessCode.FieldName = "AccessCode" - Me.colAccessCode.MinWidth = 27 Me.colAccessCode.Name = "colAccessCode" ' 'ColStatusReceiver ' resources.ApplyResources(Me.ColStatusReceiver, "ColStatusReceiver") Me.ColStatusReceiver.FieldName = "Status" - Me.ColStatusReceiver.MinWidth = 27 Me.ColStatusReceiver.Name = "ColStatusReceiver" ' 'ViewHistory ' Me.ViewHistory.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.ColHistoryStatus, Me.ColHistoryUserReference, Me.ColHistoryDate}) - Me.ViewHistory.DetailHeight = 431 Me.ViewHistory.GridControl = Me.GridEnvelopes Me.ViewHistory.Name = "ViewHistory" Me.ViewHistory.OptionsBehavior.Editable = False @@ -281,14 +272,12 @@ Partial Class frmMain ' resources.ApplyResources(Me.ColHistoryStatus, "ColHistoryStatus") Me.ColHistoryStatus.FieldName = "StatusTranslated" - Me.ColHistoryStatus.MinWidth = 27 Me.ColHistoryStatus.Name = "ColHistoryStatus" ' 'ColHistoryUserReference ' resources.ApplyResources(Me.ColHistoryUserReference, "ColHistoryUserReference") Me.ColHistoryUserReference.FieldName = "UserReference" - Me.ColHistoryUserReference.MinWidth = 27 Me.ColHistoryUserReference.Name = "ColHistoryUserReference" ' 'ColHistoryDate @@ -297,13 +286,11 @@ Partial Class frmMain Me.ColHistoryDate.DisplayFormat.FormatString = "G" Me.ColHistoryDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime Me.ColHistoryDate.FieldName = "ActionDate" - Me.ColHistoryDate.MinWidth = 27 Me.ColHistoryDate.Name = "ColHistoryDate" ' 'ViewEnvelopes ' Me.ViewEnvelopes.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colEnvelopeId, Me.colContractType, Me.colStatus, Me.colTitle, Me.colAddedWhen, Me.GridColumn2}) - Me.ViewEnvelopes.DetailHeight = 431 Me.ViewEnvelopes.GridControl = Me.GridEnvelopes Me.ViewEnvelopes.Name = "ViewEnvelopes" Me.ViewEnvelopes.OptionsBehavior.Editable = False @@ -315,28 +302,24 @@ Partial Class frmMain ' resources.ApplyResources(Me.colEnvelopeId, "colEnvelopeId") Me.colEnvelopeId.FieldName = "Id" - Me.colEnvelopeId.MinWidth = 27 Me.colEnvelopeId.Name = "colEnvelopeId" ' 'colContractType ' resources.ApplyResources(Me.colContractType, "colContractType") Me.colContractType.FieldName = "EnvelopeTypeTitle" - Me.colContractType.MinWidth = 27 Me.colContractType.Name = "colContractType" ' 'colStatus ' resources.ApplyResources(Me.colStatus, "colStatus") Me.colStatus.FieldName = "StatusTranslated" - Me.colStatus.MinWidth = 27 Me.colStatus.Name = "colStatus" ' 'colTitle ' resources.ApplyResources(Me.colTitle, "colTitle") Me.colTitle.FieldName = "Title" - Me.colTitle.MinWidth = 27 Me.colTitle.Name = "colTitle" ' 'colAddedWhen @@ -345,7 +328,6 @@ Partial Class frmMain Me.colAddedWhen.DisplayFormat.FormatString = "G" Me.colAddedWhen.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime Me.colAddedWhen.FieldName = "AddedWhen" - Me.colAddedWhen.MinWidth = 27 Me.colAddedWhen.Name = "colAddedWhen" ' 'GridColumn2 @@ -354,12 +336,10 @@ Partial Class frmMain Me.GridColumn2.DisplayFormat.FormatString = "G" Me.GridColumn2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime Me.GridColumn2.FieldName = "ChangedWhen" - Me.GridColumn2.MinWidth = 27 Me.GridColumn2.Name = "GridColumn2" ' 'RibbonControl ' - Me.RibbonControl.EmptyAreaImageOptions.ImagePadding = New System.Windows.Forms.Padding(40, 37, 40, 37) Me.RibbonControl.ExpandCollapseItem.Id = 0 Me.RibbonControl.ExpandCollapseItem.ImageOptions.ImageIndex = CType(resources.GetObject("RibbonControl.ExpandCollapseItem.ImageOptions.ImageIndex"), Integer) Me.RibbonControl.ExpandCollapseItem.ImageOptions.LargeImageIndex = CType(resources.GetObject("RibbonControl.ExpandCollapseItem.ImageOptions.LargeImageIndex"), Integer) @@ -367,7 +347,6 @@ Partial Class frmMain resources.ApplyResources(Me.RibbonControl, "RibbonControl") Me.RibbonControl.MaxItemId = 22 Me.RibbonControl.Name = "RibbonControl" - Me.RibbonControl.OptionsMenuMinWidth = 440 Me.RibbonControl.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1, Me.RibbonPage2}) Me.RibbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False] Me.RibbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Show @@ -605,8 +584,8 @@ Partial Class frmMain 'XtraTabPage2 ' Me.XtraTabPage2.Controls.Add(Me.GridCompleted) - resources.ApplyResources(Me.XtraTabPage2, "XtraTabPage2") Me.XtraTabPage2.Name = "XtraTabPage2" + resources.ApplyResources(Me.XtraTabPage2, "XtraTabPage2") ' 'GridCompleted ' @@ -615,7 +594,6 @@ Partial Class frmMain Me.GridCompleted.EmbeddedNavigator.Anchor = CType(resources.GetObject("GridCompleted.EmbeddedNavigator.Anchor"), System.Windows.Forms.AnchorStyles) Me.GridCompleted.EmbeddedNavigator.BackgroundImageLayout = CType(resources.GetObject("GridCompleted.EmbeddedNavigator.BackgroundImageLayout"), System.Windows.Forms.ImageLayout) Me.GridCompleted.EmbeddedNavigator.ImeMode = CType(resources.GetObject("GridCompleted.EmbeddedNavigator.ImeMode"), System.Windows.Forms.ImeMode) - Me.GridCompleted.EmbeddedNavigator.Margin = CType(resources.GetObject("GridCompleted.EmbeddedNavigator.Margin"), System.Windows.Forms.Padding) Me.GridCompleted.EmbeddedNavigator.TextLocation = CType(resources.GetObject("GridCompleted.EmbeddedNavigator.TextLocation"), DevExpress.XtraEditors.NavigatorButtonsTextLocation) Me.GridCompleted.EmbeddedNavigator.ToolTipIconType = CType(resources.GetObject("GridCompleted.EmbeddedNavigator.ToolTipIconType"), DevExpress.Utils.ToolTipIconType) GridLevelNode3.LevelTemplate = Me.ViewReceiversCompleted @@ -632,7 +610,6 @@ Partial Class frmMain 'ViewReceiversCompleted ' Me.ViewReceiversCompleted.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.ColStatusCompleted, Me.ColNameCompleted, Me.ColEmailCompleted, Me.ColSignedDateCompleted}) - Me.ViewReceiversCompleted.DetailHeight = 431 Me.ViewReceiversCompleted.GridControl = Me.GridCompleted Me.ViewReceiversCompleted.Name = "ViewReceiversCompleted" Me.ViewReceiversCompleted.OptionsBehavior.Editable = False @@ -647,34 +624,29 @@ Partial Class frmMain ' resources.ApplyResources(Me.ColStatusCompleted, "ColStatusCompleted") Me.ColStatusCompleted.FieldName = "StatusTranslated" - Me.ColStatusCompleted.MinWidth = 27 Me.ColStatusCompleted.Name = "ColStatusCompleted" ' 'ColNameCompleted ' resources.ApplyResources(Me.ColNameCompleted, "ColNameCompleted") Me.ColNameCompleted.FieldName = "Name" - Me.ColNameCompleted.MinWidth = 27 Me.ColNameCompleted.Name = "ColNameCompleted" ' 'ColEmailCompleted ' resources.ApplyResources(Me.ColEmailCompleted, "ColEmailCompleted") Me.ColEmailCompleted.FieldName = "EmailAddress" - Me.ColEmailCompleted.MinWidth = 27 Me.ColEmailCompleted.Name = "ColEmailCompleted" ' 'ColSignedDateCompleted ' resources.ApplyResources(Me.ColSignedDateCompleted, "ColSignedDateCompleted") Me.ColSignedDateCompleted.FieldName = "SignedDateDisplayValue" - Me.ColSignedDateCompleted.MinWidth = 27 Me.ColSignedDateCompleted.Name = "ColSignedDateCompleted" ' 'ViewHistoryCompleted ' Me.ViewHistoryCompleted.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.ColHistoryStatusCompleted, Me.ColHistoryUserReferenceCompleted, Me.ColHistoryDateCompleted}) - Me.ViewHistoryCompleted.DetailHeight = 431 Me.ViewHistoryCompleted.GridControl = Me.GridCompleted Me.ViewHistoryCompleted.Name = "ViewHistoryCompleted" Me.ViewHistoryCompleted.OptionsBehavior.Editable = False @@ -689,14 +661,12 @@ Partial Class frmMain ' resources.ApplyResources(Me.ColHistoryStatusCompleted, "ColHistoryStatusCompleted") Me.ColHistoryStatusCompleted.FieldName = "StatusTranslated" - Me.ColHistoryStatusCompleted.MinWidth = 27 Me.ColHistoryStatusCompleted.Name = "ColHistoryStatusCompleted" ' 'ColHistoryUserReferenceCompleted ' resources.ApplyResources(Me.ColHistoryUserReferenceCompleted, "ColHistoryUserReferenceCompleted") Me.ColHistoryUserReferenceCompleted.FieldName = "UserReference" - Me.ColHistoryUserReferenceCompleted.MinWidth = 27 Me.ColHistoryUserReferenceCompleted.Name = "ColHistoryUserReferenceCompleted" ' 'ColHistoryDateCompleted @@ -705,13 +675,11 @@ Partial Class frmMain Me.ColHistoryDateCompleted.DisplayFormat.FormatString = "G" Me.ColHistoryDateCompleted.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime Me.ColHistoryDateCompleted.FieldName = "ActionDate" - Me.ColHistoryDateCompleted.MinWidth = 27 Me.ColHistoryDateCompleted.Name = "ColHistoryDateCompleted" ' 'ViewCompleted ' Me.ViewCompleted.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.GridColumn3, Me.GridColumn6, Me.GridColumn4, Me.GridColumn5, Me.GridColumn7, Me.GridColumn1}) - Me.ViewCompleted.DetailHeight = 431 Me.ViewCompleted.GridControl = Me.GridCompleted Me.ViewCompleted.Name = "ViewCompleted" Me.ViewCompleted.OptionsBehavior.Editable = False @@ -723,28 +691,25 @@ Partial Class frmMain ' resources.ApplyResources(Me.GridColumn3, "GridColumn3") Me.GridColumn3.FieldName = "EnvelopeTypeTitle" - Me.GridColumn3.MinWidth = 27 Me.GridColumn3.Name = "GridColumn3" ' 'GridColumn6 ' resources.ApplyResources(Me.GridColumn6, "GridColumn6") Me.GridColumn6.FieldName = "Comment" - Me.GridColumn6.MinWidth = 107 + Me.GridColumn6.MinWidth = 80 Me.GridColumn6.Name = "GridColumn6" ' 'GridColumn4 ' resources.ApplyResources(Me.GridColumn4, "GridColumn4") Me.GridColumn4.FieldName = "StatusTranslated" - Me.GridColumn4.MinWidth = 27 Me.GridColumn4.Name = "GridColumn4" ' 'GridColumn5 ' resources.ApplyResources(Me.GridColumn5, "GridColumn5") Me.GridColumn5.FieldName = "Title" - Me.GridColumn5.MinWidth = 27 Me.GridColumn5.Name = "GridColumn5" ' 'GridColumn7 @@ -753,7 +718,6 @@ Partial Class frmMain Me.GridColumn7.DisplayFormat.FormatString = "G" Me.GridColumn7.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime Me.GridColumn7.FieldName = "AddedWhen" - Me.GridColumn7.MinWidth = 27 Me.GridColumn7.Name = "GridColumn7" ' 'GridColumn1 @@ -762,15 +726,14 @@ Partial Class frmMain Me.GridColumn1.DisplayFormat.FormatString = "G" Me.GridColumn1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime Me.GridColumn1.FieldName = "ChangedWhen" - Me.GridColumn1.MinWidth = 27 Me.GridColumn1.Name = "GridColumn1" ' 'XtraTabPageAdmin ' Me.XtraTabPageAdmin.Controls.Add(Me.SplitContainerControl2) Me.XtraTabPageAdmin.Controls.Add(Me.PanelControl1) - resources.ApplyResources(Me.XtraTabPageAdmin, "XtraTabPageAdmin") Me.XtraTabPageAdmin.Name = "XtraTabPageAdmin" + resources.ApplyResources(Me.XtraTabPageAdmin, "XtraTabPageAdmin") ' 'SplitContainerControl2 ' @@ -785,12 +748,11 @@ Partial Class frmMain 'SplitContainerControl2.Panel2 ' resources.ApplyResources(Me.SplitContainerControl2.Panel2, "SplitContainerControl2.Panel2") - Me.SplitContainerControl2.SplitterPosition = 1209 + Me.SplitContainerControl2.SplitterPosition = 907 ' 'GridControlData ' resources.ApplyResources(Me.GridControlData, "GridControlData") - Me.GridControlData.EmbeddedNavigator.Margin = CType(resources.GetObject("GridControlData.EmbeddedNavigator.Margin"), System.Windows.Forms.Padding) Me.GridControlData.MainView = Me.GridViewData Me.GridControlData.MenuManager = Me.RibbonControl Me.GridControlData.Name = "GridControlData" @@ -798,7 +760,6 @@ Partial Class frmMain ' 'GridViewData ' - Me.GridViewData.DetailHeight = 431 Me.GridViewData.GridControl = Me.GridControlData Me.GridViewData.Name = "GridViewData" Me.GridViewData.OptionsView.ShowAutoFilterRow = True @@ -873,8 +834,8 @@ Partial Class frmMain Me.XtraTabPage3.Controls.Add(Me.Label1) Me.XtraTabPage3.Controls.Add(Me.Button1) Me.XtraTabPage3.Controls.Add(Me.txtEnvID) - resources.ApplyResources(Me.XtraTabPage3, "XtraTabPage3") Me.XtraTabPage3.Name = "XtraTabPage3" + resources.ApplyResources(Me.XtraTabPage3, "XtraTabPage3") ' 'Label1 ' diff --git a/EnvelopeGenerator.Form/frmMain.resx b/EnvelopeGenerator.Form/frmMain.resx index 38b19f9f..c461dad5 100644 --- a/EnvelopeGenerator.Form/frmMain.resx +++ b/EnvelopeGenerator.Form/frmMain.resx @@ -123,10 +123,7 @@ - 0, 194 - - - 4, 4, 4, 4 + 0, 158 Fill @@ -134,9 +131,6 @@ 0, 0 - - 4, 4, 4, 4 - Fill @@ -153,9 +147,6 @@ NoControl - - 4, 4, 4, 4 - None @@ -175,7 +166,7 @@ 0 - 172 + 129 Email Anrede @@ -187,7 +178,7 @@ 1 - 541 + 406 Email @@ -199,7 +190,7 @@ 2 - 443 + 332 Unterschrieben wann @@ -211,7 +202,7 @@ 4 - 147 + 110 Zugangscode @@ -223,14 +214,11 @@ 3 - 143 + 107 Status - - 100 - Empfänger @@ -243,9 +231,6 @@ 0 - - 100 - Benutzer @@ -255,9 +240,6 @@ 1 - - 100 - Datum @@ -267,18 +249,12 @@ 2 - - 100 - 0, 0 GridColumn1 - - 100 - Typ @@ -289,7 +265,7 @@ 2 - 149 + 112 Status @@ -301,7 +277,7 @@ 1 - 240 + 180 Titel @@ -313,7 +289,7 @@ 0 - 717 + 538 Erstellt am @@ -325,7 +301,7 @@ 3 - 173 + 130 Zuletzt geändert am @@ -337,10 +313,7 @@ 4 - 173 - - - 4, 4, 4, 4 + 130 0 @@ -958,9 +931,6 @@ 0, 0 - - 4, 4, 4, 4 - Start @@ -983,16 +953,13 @@ Einstellungen - 1356, 194 + 1017, 158 - 0, 605 - - - 4, 4, 4, 4 + 0, 492 - 1356, 28 + 1017, 22 RibbonStatusBar @@ -1019,7 +986,7 @@ 2 - 1354, 371 + 677, 201 2 @@ -1036,11 +1003,8 @@ 0 - - 4, 4, 4, 4 - - 1354, 371 + 1015, 301 Offene Umschläge @@ -1058,7 +1022,7 @@ 0 - 1356, 399 + 1017, 324 3 @@ -1078,9 +1042,6 @@ NoControl - - 4, 4, 4, 4 - None @@ -1096,9 +1057,6 @@ 0 - - 100 - Email Anrede @@ -1108,9 +1066,6 @@ 1 - - 100 - Email @@ -1120,9 +1075,6 @@ 2 - - 100 - Unterschrieben wann @@ -1132,9 +1084,6 @@ 3 - - 100 - Empfänger @@ -1147,9 +1096,6 @@ 0 - - 100 - Benutzer @@ -1159,9 +1105,6 @@ 1 - - 100 - Datum @@ -1171,9 +1114,6 @@ 2 - - 100 - 0, 0 @@ -1187,7 +1127,7 @@ 3 - 133 + 100 Kommentar @@ -1199,7 +1139,7 @@ 1 - 107 + 80 Status @@ -1211,7 +1151,7 @@ 2 - 217 + 163 Titel @@ -1223,7 +1163,7 @@ 0 - 643 + 482 Erstellt am @@ -1235,7 +1175,7 @@ 4 - 160 + 120 Zuletzt geändert am @@ -1247,13 +1187,10 @@ 5 - 160 - - - 4, 4, 4, 4 + 120 - 1354, 371 + 677, 202 3 @@ -1270,11 +1207,8 @@ 0 - - 4, 4, 4, 4 - - 1354, 371 + 1015, 303 Abgeschlossene Umschläge @@ -1295,25 +1229,16 @@ Fill - 0, 79 - - - 4, 4, 4, 4 + 0, 43 Fill - - 4, 4, 4, 4 - 0, 0 - - 4, 4, 4, 4 - - 840, 203 + 667, 159 1 @@ -1361,7 +1286,7 @@ 1 - 1354, 292 + 677, 159 2 @@ -1379,13 +1304,10 @@ 0 - 145, 32 - - - 4, 4, 4, 4 + 109, 26 - 131, 43 + 98, 35 5 @@ -1406,13 +1328,10 @@ 0 - 7, 32 - - - 4, 4, 4, 4 + 5, 26 - 131, 43 + 98, 35 4 @@ -1433,13 +1352,10 @@ 1 - 632, 6 - - - 4, 4, 4, 4 + 474, 5 - 424, 84 + 318, 68 2 @@ -1460,13 +1376,10 @@ 0 - 452, 32 - - - 4, 4, 4, 4 + 339, 26 - 139, 43 + 104, 35 3 @@ -1487,13 +1400,10 @@ 0 - 305, 32 - - - 4, 4, 4, 4 + 229, 26 - 139, 43 + 104, 35 2 @@ -1514,13 +1424,10 @@ 1 - 159, 32 - - - 4, 4, 4, 4 + 119, 26 - 139, 43 + 104, 35 1 @@ -1541,13 +1448,10 @@ 2 - 12, 32 - - - 4, 4, 4, 4 + 9, 26 - 139, 43 + 104, 35 0 @@ -1568,13 +1472,10 @@ 3 - 15, 6 - - - 4, 4, 4, 4 + 11, 5 - 609, 84 + 457, 68 1 @@ -1600,11 +1501,8 @@ 0, 0 - - 4, 4, 4, 4 - - 1354, 79 + 677, 64 0 @@ -1621,11 +1519,8 @@ 1 - - 4, 4, 4, 4 - - 1354, 371 + 1015, 303 Auswertungen (Admin) - BETA @@ -1646,13 +1541,10 @@ True - 12, 10 - - - 4, 0, 4, 0 + 6, 5 - 82, 16 + 44, 9 2 @@ -1673,13 +1565,10 @@ 0 - 87, 284 - - - 4, 4, 4, 4 + 98, 346 - 719, 78 + 809, 95 1 @@ -1700,13 +1589,10 @@ 1 - 87, 114 - - - 4, 4, 4, 4 + 98, 139 - 359, 26 + 405, 30 0 @@ -1723,11 +1609,8 @@ 2 - - 4, 4, 4, 4 - - 1354, 371 + 1015, 303 Admin Test @@ -1787,7 +1670,7 @@ 1 - 1356, 411 + 1017, 334 5 @@ -1805,16 +1688,16 @@ 0 - 231, 17 + 17, 54 - 378, 17 + 17, 91 PDF Files|*.pdf - 545, 17 + 17, 128 True @@ -1823,10 +1706,10 @@ 108 - 8, 16 + 6, 13 - 1356, 633 + 1017, 514 @@ -1906,9 +1789,6 @@ +qXqgBdTIMhSQTYXyYmTiijBAO/kGpVrVa5ZuXblGnYz4Ev/A4y2+8cnCiQpAAAAAElFTkSuQmCC - - 4, 4, 4, 4 - CenterScreen