08.01.2024
This commit is contained in:
262
EnvelopeGenerator.Form/frmEnvelopeMainData.Designer.vb
generated
262
EnvelopeGenerator.Form/frmEnvelopeMainData.Designer.vb
generated
@@ -26,19 +26,19 @@ Partial Class frmEnvelopeMainData
|
||||
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()
|
||||
Me.cmbEnvelopeType = New DevExpress.XtraEditors.ComboBoxEdit()
|
||||
Me.btOK = New DevExpress.XtraEditors.SimpleButton()
|
||||
Me.btCancel = New DevExpress.XtraEditors.SimpleButton()
|
||||
Me.ComboBoxEdit2 = New DevExpress.XtraEditors.ComboBoxEdit()
|
||||
Me.CheckEdit1 = New DevExpress.XtraEditors.CheckEdit()
|
||||
Me.SpinEdit1 = New DevExpress.XtraEditors.SpinEdit()
|
||||
Me.SpinEdit2 = New DevExpress.XtraEditors.SpinEdit()
|
||||
Me.SpinEdit3 = New DevExpress.XtraEditors.SpinEdit()
|
||||
Me.SpinEdit4 = New DevExpress.XtraEditors.SpinEdit()
|
||||
Me.ComboBoxEdit1 = New DevExpress.XtraEditors.ComboBoxEdit()
|
||||
Me.CheckEdit3 = New DevExpress.XtraEditors.CheckEdit()
|
||||
Me.ComboBoxEdit3 = New DevExpress.XtraEditors.ComboBoxEdit()
|
||||
Me.ComboBoxEdit4 = New DevExpress.XtraEditors.ComboBoxEdit()
|
||||
Me.cmbCertificationType = New DevExpress.XtraEditors.ComboBoxEdit()
|
||||
Me.chkSendReminderEmails = New DevExpress.XtraEditors.CheckEdit()
|
||||
Me.spnFirstReminderDays = New DevExpress.XtraEditors.SpinEdit()
|
||||
Me.spnReminderIntervalDays = New DevExpress.XtraEditors.SpinEdit()
|
||||
Me.spnExpiresDays = New DevExpress.XtraEditors.SpinEdit()
|
||||
Me.spnExpiresWarningDays = New DevExpress.XtraEditors.SpinEdit()
|
||||
Me.cmbLanguage = New DevExpress.XtraEditors.ComboBoxEdit()
|
||||
Me.chkUseAccessCode = New DevExpress.XtraEditors.CheckEdit()
|
||||
Me.cmbEmailToCreator = New DevExpress.XtraEditors.ComboBoxEdit()
|
||||
Me.cmbEmailToReceivers = New DevExpress.XtraEditors.ComboBoxEdit()
|
||||
Me.Root = New DevExpress.XtraLayout.LayoutControlGroup()
|
||||
Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.LayoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup()
|
||||
@@ -66,17 +66,17 @@ Partial Class frmEnvelopeMainData
|
||||
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.ComboBoxEdit2.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.CheckEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.SpinEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.SpinEdit2.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.SpinEdit3.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.SpinEdit4.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.CheckEdit3.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.ComboBoxEdit3.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.ComboBoxEdit4.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.cmbEnvelopeType.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.cmbCertificationType.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.chkSendReminderEmails.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.spnFirstReminderDays.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.spnReminderIntervalDays.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.spnExpiresDays.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.spnExpiresWarningDays.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.cmbLanguage.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.chkUseAccessCode.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.cmbEmailToCreator.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.cmbEmailToReceivers.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -106,19 +106,19 @@ Partial Class frmEnvelopeMainData
|
||||
'LayoutControl1
|
||||
'
|
||||
Me.LayoutControl1.Controls.Add(Me.txtTitle)
|
||||
Me.LayoutControl1.Controls.Add(Me.cmbContractType)
|
||||
Me.LayoutControl1.Controls.Add(Me.cmbEnvelopeType)
|
||||
Me.LayoutControl1.Controls.Add(Me.btOK)
|
||||
Me.LayoutControl1.Controls.Add(Me.btCancel)
|
||||
Me.LayoutControl1.Controls.Add(Me.ComboBoxEdit2)
|
||||
Me.LayoutControl1.Controls.Add(Me.CheckEdit1)
|
||||
Me.LayoutControl1.Controls.Add(Me.SpinEdit1)
|
||||
Me.LayoutControl1.Controls.Add(Me.SpinEdit2)
|
||||
Me.LayoutControl1.Controls.Add(Me.SpinEdit3)
|
||||
Me.LayoutControl1.Controls.Add(Me.SpinEdit4)
|
||||
Me.LayoutControl1.Controls.Add(Me.ComboBoxEdit1)
|
||||
Me.LayoutControl1.Controls.Add(Me.CheckEdit3)
|
||||
Me.LayoutControl1.Controls.Add(Me.ComboBoxEdit3)
|
||||
Me.LayoutControl1.Controls.Add(Me.ComboBoxEdit4)
|
||||
Me.LayoutControl1.Controls.Add(Me.cmbCertificationType)
|
||||
Me.LayoutControl1.Controls.Add(Me.chkSendReminderEmails)
|
||||
Me.LayoutControl1.Controls.Add(Me.spnFirstReminderDays)
|
||||
Me.LayoutControl1.Controls.Add(Me.spnReminderIntervalDays)
|
||||
Me.LayoutControl1.Controls.Add(Me.spnExpiresDays)
|
||||
Me.LayoutControl1.Controls.Add(Me.spnExpiresWarningDays)
|
||||
Me.LayoutControl1.Controls.Add(Me.cmbLanguage)
|
||||
Me.LayoutControl1.Controls.Add(Me.chkUseAccessCode)
|
||||
Me.LayoutControl1.Controls.Add(Me.cmbEmailToCreator)
|
||||
Me.LayoutControl1.Controls.Add(Me.cmbEmailToReceivers)
|
||||
resources.ApplyResources(Me.LayoutControl1, "LayoutControl1")
|
||||
Me.LayoutControl1.Name = "LayoutControl1"
|
||||
Me.LayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(855, 189, 650, 400)
|
||||
@@ -130,13 +130,13 @@ Partial Class frmEnvelopeMainData
|
||||
Me.txtTitle.Name = "txtTitle"
|
||||
Me.txtTitle.StyleController = Me.LayoutControl1
|
||||
'
|
||||
'cmbContractType
|
||||
'cmbEnvelopeType
|
||||
'
|
||||
resources.ApplyResources(Me.cmbContractType, "cmbContractType")
|
||||
Me.cmbContractType.Name = "cmbContractType"
|
||||
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.StyleController = Me.LayoutControl1
|
||||
resources.ApplyResources(Me.cmbEnvelopeType, "cmbEnvelopeType")
|
||||
Me.cmbEnvelopeType.Name = "cmbEnvelopeType"
|
||||
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
|
||||
'
|
||||
'btOK
|
||||
'
|
||||
@@ -152,75 +152,75 @@ Partial Class frmEnvelopeMainData
|
||||
Me.btCancel.Name = "btCancel"
|
||||
Me.btCancel.StyleController = Me.LayoutControl1
|
||||
'
|
||||
'ComboBoxEdit2
|
||||
'cmbCertificationType
|
||||
'
|
||||
resources.ApplyResources(Me.ComboBoxEdit2, "ComboBoxEdit2")
|
||||
Me.ComboBoxEdit2.Name = "ComboBoxEdit2"
|
||||
Me.ComboBoxEdit2.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("ComboBoxEdit2.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
Me.ComboBoxEdit2.StyleController = Me.LayoutControl1
|
||||
resources.ApplyResources(Me.cmbCertificationType, "cmbCertificationType")
|
||||
Me.cmbCertificationType.Name = "cmbCertificationType"
|
||||
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
|
||||
'
|
||||
'CheckEdit1
|
||||
'chkSendReminderEmails
|
||||
'
|
||||
resources.ApplyResources(Me.CheckEdit1, "CheckEdit1")
|
||||
Me.CheckEdit1.Name = "CheckEdit1"
|
||||
Me.CheckEdit1.Properties.Caption = resources.GetString("CheckEdit1.Properties.Caption")
|
||||
Me.CheckEdit1.StyleController = Me.LayoutControl1
|
||||
resources.ApplyResources(Me.chkSendReminderEmails, "chkSendReminderEmails")
|
||||
Me.chkSendReminderEmails.Name = "chkSendReminderEmails"
|
||||
Me.chkSendReminderEmails.Properties.Caption = resources.GetString("chkSendReminderEmails.Properties.Caption")
|
||||
Me.chkSendReminderEmails.StyleController = Me.LayoutControl1
|
||||
'
|
||||
'SpinEdit1
|
||||
'spnFirstReminderDays
|
||||
'
|
||||
resources.ApplyResources(Me.SpinEdit1, "SpinEdit1")
|
||||
Me.SpinEdit1.Name = "SpinEdit1"
|
||||
Me.SpinEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("SpinEdit1.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
Me.SpinEdit1.StyleController = Me.LayoutControl1
|
||||
resources.ApplyResources(Me.spnFirstReminderDays, "spnFirstReminderDays")
|
||||
Me.spnFirstReminderDays.Name = "spnFirstReminderDays"
|
||||
Me.spnFirstReminderDays.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("spnFirstReminderDays.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
Me.spnFirstReminderDays.StyleController = Me.LayoutControl1
|
||||
'
|
||||
'SpinEdit2
|
||||
'spnReminderIntervalDays
|
||||
'
|
||||
resources.ApplyResources(Me.SpinEdit2, "SpinEdit2")
|
||||
Me.SpinEdit2.Name = "SpinEdit2"
|
||||
Me.SpinEdit2.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("SpinEdit2.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
Me.SpinEdit2.StyleController = Me.LayoutControl1
|
||||
resources.ApplyResources(Me.spnReminderIntervalDays, "spnReminderIntervalDays")
|
||||
Me.spnReminderIntervalDays.Name = "spnReminderIntervalDays"
|
||||
Me.spnReminderIntervalDays.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("spnReminderIntervalDays.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
Me.spnReminderIntervalDays.StyleController = Me.LayoutControl1
|
||||
'
|
||||
'SpinEdit3
|
||||
'spnExpiresDays
|
||||
'
|
||||
resources.ApplyResources(Me.SpinEdit3, "SpinEdit3")
|
||||
Me.SpinEdit3.Name = "SpinEdit3"
|
||||
Me.SpinEdit3.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("SpinEdit3.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
Me.SpinEdit3.StyleController = Me.LayoutControl1
|
||||
resources.ApplyResources(Me.spnExpiresDays, "spnExpiresDays")
|
||||
Me.spnExpiresDays.Name = "spnExpiresDays"
|
||||
Me.spnExpiresDays.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("spnExpiresDays.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
Me.spnExpiresDays.StyleController = Me.LayoutControl1
|
||||
'
|
||||
'SpinEdit4
|
||||
'spnExpiresWarningDays
|
||||
'
|
||||
resources.ApplyResources(Me.SpinEdit4, "SpinEdit4")
|
||||
Me.SpinEdit4.Name = "SpinEdit4"
|
||||
Me.SpinEdit4.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("SpinEdit4.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
Me.SpinEdit4.StyleController = Me.LayoutControl1
|
||||
resources.ApplyResources(Me.spnExpiresWarningDays, "spnExpiresWarningDays")
|
||||
Me.spnExpiresWarningDays.Name = "spnExpiresWarningDays"
|
||||
Me.spnExpiresWarningDays.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("spnExpiresWarningDays.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
Me.spnExpiresWarningDays.StyleController = Me.LayoutControl1
|
||||
'
|
||||
'ComboBoxEdit1
|
||||
'cmbLanguage
|
||||
'
|
||||
resources.ApplyResources(Me.ComboBoxEdit1, "ComboBoxEdit1")
|
||||
Me.ComboBoxEdit1.Name = "ComboBoxEdit1"
|
||||
Me.ComboBoxEdit1.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("ComboBoxEdit1.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
Me.ComboBoxEdit1.StyleController = Me.LayoutControl1
|
||||
resources.ApplyResources(Me.cmbLanguage, "cmbLanguage")
|
||||
Me.cmbLanguage.Name = "cmbLanguage"
|
||||
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
|
||||
'
|
||||
'CheckEdit3
|
||||
'chkUseAccessCode
|
||||
'
|
||||
resources.ApplyResources(Me.CheckEdit3, "CheckEdit3")
|
||||
Me.CheckEdit3.Name = "CheckEdit3"
|
||||
Me.CheckEdit3.Properties.Caption = resources.GetString("CheckEdit3.Properties.Caption")
|
||||
Me.CheckEdit3.StyleController = Me.LayoutControl1
|
||||
resources.ApplyResources(Me.chkUseAccessCode, "chkUseAccessCode")
|
||||
Me.chkUseAccessCode.Name = "chkUseAccessCode"
|
||||
Me.chkUseAccessCode.Properties.Caption = resources.GetString("chkUseAccessCode.Properties.Caption")
|
||||
Me.chkUseAccessCode.StyleController = Me.LayoutControl1
|
||||
'
|
||||
'ComboBoxEdit3
|
||||
'cmbEmailToCreator
|
||||
'
|
||||
resources.ApplyResources(Me.ComboBoxEdit3, "ComboBoxEdit3")
|
||||
Me.ComboBoxEdit3.Name = "ComboBoxEdit3"
|
||||
Me.ComboBoxEdit3.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("ComboBoxEdit3.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
Me.ComboBoxEdit3.StyleController = Me.LayoutControl1
|
||||
resources.ApplyResources(Me.cmbEmailToCreator, "cmbEmailToCreator")
|
||||
Me.cmbEmailToCreator.Name = "cmbEmailToCreator"
|
||||
Me.cmbEmailToCreator.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("cmbEmailToCreator.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
Me.cmbEmailToCreator.StyleController = Me.LayoutControl1
|
||||
'
|
||||
'ComboBoxEdit4
|
||||
'cmbEmailToReceivers
|
||||
'
|
||||
resources.ApplyResources(Me.ComboBoxEdit4, "ComboBoxEdit4")
|
||||
Me.ComboBoxEdit4.Name = "ComboBoxEdit4"
|
||||
Me.ComboBoxEdit4.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("ComboBoxEdit4.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
Me.ComboBoxEdit4.StyleController = Me.LayoutControl1
|
||||
resources.ApplyResources(Me.cmbEmailToReceivers, "cmbEmailToReceivers")
|
||||
Me.cmbEmailToReceivers.Name = "cmbEmailToReceivers"
|
||||
Me.cmbEmailToReceivers.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("cmbEmailToReceivers.Properties.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
||||
Me.cmbEmailToReceivers.StyleController = Me.LayoutControl1
|
||||
'
|
||||
'Root
|
||||
'
|
||||
@@ -250,7 +250,7 @@ Partial Class frmEnvelopeMainData
|
||||
Me.LayoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem1, Me.LayoutControlItem2})
|
||||
Me.LayoutControlGroup1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControlGroup1.Name = "LayoutControlGroup1"
|
||||
Me.LayoutControlGroup1.Size = New System.Drawing.Size(571, 131)
|
||||
Me.LayoutControlGroup1.Size = New System.Drawing.Size(571, 93)
|
||||
resources.ApplyResources(Me.LayoutControlGroup1, "LayoutControlGroup1")
|
||||
'
|
||||
'LayoutControlItem1
|
||||
@@ -258,21 +258,17 @@ Partial Class frmEnvelopeMainData
|
||||
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(547, 43)
|
||||
Me.LayoutControlItem1.Size = New System.Drawing.Size(547, 24)
|
||||
resources.ApplyResources(Me.LayoutControlItem1, "LayoutControlItem1")
|
||||
Me.LayoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top
|
||||
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(168, 13)
|
||||
'
|
||||
'LayoutControlItem2
|
||||
'
|
||||
Me.LayoutControlItem2.Control = Me.cmbContractType
|
||||
Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 43)
|
||||
Me.LayoutControlItem2.Control = Me.cmbEnvelopeType
|
||||
Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 24)
|
||||
Me.LayoutControlItem2.Name = "LayoutControlItem2"
|
||||
Me.LayoutControlItem2.Padding = New DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 5)
|
||||
Me.LayoutControlItem2.Size = New System.Drawing.Size(547, 43)
|
||||
Me.LayoutControlItem2.Size = New System.Drawing.Size(547, 24)
|
||||
resources.ApplyResources(Me.LayoutControlItem2, "LayoutControlItem2")
|
||||
Me.LayoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top
|
||||
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(168, 13)
|
||||
'
|
||||
'LayoutControlItem4
|
||||
@@ -306,10 +302,10 @@ Partial Class frmEnvelopeMainData
|
||||
Me.groupAllOptions.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[False]
|
||||
Me.groupAllOptions.ExpandButtonVisible = True
|
||||
Me.groupAllOptions.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.EmptySpaceItem2, Me.groupFinalEmail, Me.groupExpiration, Me.groupReminders, Me.groupOptions})
|
||||
Me.groupAllOptions.Location = New System.Drawing.Point(0, 131)
|
||||
Me.groupAllOptions.Location = New System.Drawing.Point(0, 93)
|
||||
Me.groupAllOptions.Name = "groupAllOptions"
|
||||
Me.groupAllOptions.Padding = New DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0)
|
||||
Me.groupAllOptions.Size = New System.Drawing.Size(571, 493)
|
||||
Me.groupAllOptions.Size = New System.Drawing.Size(571, 531)
|
||||
resources.ApplyResources(Me.groupAllOptions, "groupAllOptions")
|
||||
'
|
||||
'EmptySpaceItem2
|
||||
@@ -317,7 +313,7 @@ Partial Class frmEnvelopeMainData
|
||||
Me.EmptySpaceItem2.AllowHotTrack = False
|
||||
Me.EmptySpaceItem2.Location = New System.Drawing.Point(0, 416)
|
||||
Me.EmptySpaceItem2.Name = "EmptySpaceItem2"
|
||||
Me.EmptySpaceItem2.Size = New System.Drawing.Size(565, 50)
|
||||
Me.EmptySpaceItem2.Size = New System.Drawing.Size(565, 88)
|
||||
Me.EmptySpaceItem2.TextSize = New System.Drawing.Size(0, 0)
|
||||
'
|
||||
'groupFinalEmail
|
||||
@@ -331,7 +327,7 @@ Partial Class frmEnvelopeMainData
|
||||
'
|
||||
'LayoutControlItem9
|
||||
'
|
||||
Me.LayoutControlItem9.Control = Me.ComboBoxEdit3
|
||||
Me.LayoutControlItem9.Control = Me.cmbEmailToCreator
|
||||
Me.LayoutControlItem9.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControlItem9.Name = "LayoutControlItem9"
|
||||
Me.LayoutControlItem9.Size = New System.Drawing.Size(541, 24)
|
||||
@@ -340,7 +336,7 @@ Partial Class frmEnvelopeMainData
|
||||
'
|
||||
'LayoutControlItem14
|
||||
'
|
||||
Me.LayoutControlItem14.Control = Me.ComboBoxEdit4
|
||||
Me.LayoutControlItem14.Control = Me.cmbEmailToReceivers
|
||||
Me.LayoutControlItem14.Location = New System.Drawing.Point(0, 24)
|
||||
Me.LayoutControlItem14.Name = "LayoutControlItem14"
|
||||
Me.LayoutControlItem14.Size = New System.Drawing.Size(541, 24)
|
||||
@@ -358,7 +354,7 @@ Partial Class frmEnvelopeMainData
|
||||
'
|
||||
'LayoutControlItem10
|
||||
'
|
||||
Me.LayoutControlItem10.Control = Me.SpinEdit3
|
||||
Me.LayoutControlItem10.Control = Me.spnExpiresDays
|
||||
Me.LayoutControlItem10.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControlItem10.Name = "LayoutControlItem10"
|
||||
Me.LayoutControlItem10.Size = New System.Drawing.Size(541, 24)
|
||||
@@ -367,7 +363,7 @@ Partial Class frmEnvelopeMainData
|
||||
'
|
||||
'LayoutControlItem11
|
||||
'
|
||||
Me.LayoutControlItem11.Control = Me.SpinEdit4
|
||||
Me.LayoutControlItem11.Control = Me.spnExpiresWarningDays
|
||||
Me.LayoutControlItem11.Location = New System.Drawing.Point(0, 24)
|
||||
Me.LayoutControlItem11.Name = "LayoutControlItem11"
|
||||
Me.LayoutControlItem11.Size = New System.Drawing.Size(541, 24)
|
||||
@@ -385,7 +381,7 @@ Partial Class frmEnvelopeMainData
|
||||
'
|
||||
'LayoutControlItem5
|
||||
'
|
||||
Me.LayoutControlItem5.Control = Me.CheckEdit1
|
||||
Me.LayoutControlItem5.Control = Me.chkSendReminderEmails
|
||||
Me.LayoutControlItem5.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControlItem5.Name = "LayoutControlItem5"
|
||||
Me.LayoutControlItem5.Size = New System.Drawing.Size(541, 22)
|
||||
@@ -394,7 +390,7 @@ Partial Class frmEnvelopeMainData
|
||||
'
|
||||
'LayoutControlItem6
|
||||
'
|
||||
Me.LayoutControlItem6.Control = Me.SpinEdit1
|
||||
Me.LayoutControlItem6.Control = Me.spnFirstReminderDays
|
||||
Me.LayoutControlItem6.Location = New System.Drawing.Point(0, 22)
|
||||
Me.LayoutControlItem6.Name = "LayoutControlItem6"
|
||||
Me.LayoutControlItem6.Size = New System.Drawing.Size(541, 24)
|
||||
@@ -403,7 +399,7 @@ Partial Class frmEnvelopeMainData
|
||||
'
|
||||
'LayoutControlItem7
|
||||
'
|
||||
Me.LayoutControlItem7.Control = Me.SpinEdit2
|
||||
Me.LayoutControlItem7.Control = Me.spnReminderIntervalDays
|
||||
Me.LayoutControlItem7.Location = New System.Drawing.Point(0, 46)
|
||||
Me.LayoutControlItem7.Name = "LayoutControlItem7"
|
||||
Me.LayoutControlItem7.Size = New System.Drawing.Size(541, 24)
|
||||
@@ -421,7 +417,7 @@ Partial Class frmEnvelopeMainData
|
||||
'
|
||||
'LayoutControlItem8
|
||||
'
|
||||
Me.LayoutControlItem8.Control = Me.ComboBoxEdit2
|
||||
Me.LayoutControlItem8.Control = Me.cmbCertificationType
|
||||
Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControlItem8.Name = "LayoutControlItem8"
|
||||
Me.LayoutControlItem8.Size = New System.Drawing.Size(541, 24)
|
||||
@@ -430,7 +426,7 @@ Partial Class frmEnvelopeMainData
|
||||
'
|
||||
'LayoutControlItem12
|
||||
'
|
||||
Me.LayoutControlItem12.Control = Me.ComboBoxEdit1
|
||||
Me.LayoutControlItem12.Control = Me.cmbLanguage
|
||||
Me.LayoutControlItem12.Location = New System.Drawing.Point(0, 24)
|
||||
Me.LayoutControlItem12.Name = "LayoutControlItem12"
|
||||
Me.LayoutControlItem12.Size = New System.Drawing.Size(541, 24)
|
||||
@@ -439,7 +435,7 @@ Partial Class frmEnvelopeMainData
|
||||
'
|
||||
'LayoutControlItem13
|
||||
'
|
||||
Me.LayoutControlItem13.Control = Me.CheckEdit3
|
||||
Me.LayoutControlItem13.Control = Me.chkUseAccessCode
|
||||
Me.LayoutControlItem13.Location = New System.Drawing.Point(0, 48)
|
||||
Me.LayoutControlItem13.Name = "LayoutControlItem13"
|
||||
Me.LayoutControlItem13.Size = New System.Drawing.Size(541, 22)
|
||||
@@ -464,17 +460,17 @@ Partial Class frmEnvelopeMainData
|
||||
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.ComboBoxEdit2.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.CheckEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.SpinEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.SpinEdit2.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.SpinEdit3.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.SpinEdit4.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.ComboBoxEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.CheckEdit3.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.ComboBoxEdit3.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.ComboBoxEdit4.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.cmbEnvelopeType.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.cmbCertificationType.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.chkSendReminderEmails.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.spnFirstReminderDays.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.spnReminderIntervalDays.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.spnExpiresDays.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.spnExpiresWarningDays.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.cmbLanguage.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.chkUseAccessCode.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.cmbEmailToCreator.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.cmbEmailToReceivers.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@@ -505,7 +501,7 @@ Partial Class frmEnvelopeMainData
|
||||
|
||||
Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl
|
||||
Friend WithEvents txtTitle As DevExpress.XtraEditors.TextEdit
|
||||
Friend WithEvents cmbContractType As DevExpress.XtraEditors.ComboBoxEdit
|
||||
Friend WithEvents cmbEnvelopeType 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
|
||||
@@ -515,14 +511,14 @@ Partial Class frmEnvelopeMainData
|
||||
Friend WithEvents LayoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem
|
||||
Friend WithEvents emptySpaceItem1 As DevExpress.XtraLayout.EmptySpaceItem
|
||||
Friend WithEvents AdornerUIManager1 As DevExpress.Utils.VisualEffects.AdornerUIManager
|
||||
Friend WithEvents ComboBoxEdit2 As DevExpress.XtraEditors.ComboBoxEdit
|
||||
Friend WithEvents CheckEdit1 As DevExpress.XtraEditors.CheckEdit
|
||||
Friend WithEvents SpinEdit1 As DevExpress.XtraEditors.SpinEdit
|
||||
Friend WithEvents SpinEdit2 As DevExpress.XtraEditors.SpinEdit
|
||||
Friend WithEvents SpinEdit3 As DevExpress.XtraEditors.SpinEdit
|
||||
Friend WithEvents SpinEdit4 As DevExpress.XtraEditors.SpinEdit
|
||||
Friend WithEvents ComboBoxEdit1 As DevExpress.XtraEditors.ComboBoxEdit
|
||||
Friend WithEvents CheckEdit3 As DevExpress.XtraEditors.CheckEdit
|
||||
Friend WithEvents cmbCertificationType As DevExpress.XtraEditors.ComboBoxEdit
|
||||
Friend WithEvents chkSendReminderEmails As DevExpress.XtraEditors.CheckEdit
|
||||
Friend WithEvents spnFirstReminderDays As DevExpress.XtraEditors.SpinEdit
|
||||
Friend WithEvents spnReminderIntervalDays As DevExpress.XtraEditors.SpinEdit
|
||||
Friend WithEvents spnExpiresDays As DevExpress.XtraEditors.SpinEdit
|
||||
Friend WithEvents spnExpiresWarningDays As DevExpress.XtraEditors.SpinEdit
|
||||
Friend WithEvents cmbLanguage As DevExpress.XtraEditors.ComboBoxEdit
|
||||
Friend WithEvents chkUseAccessCode As DevExpress.XtraEditors.CheckEdit
|
||||
Friend WithEvents LayoutControlGroup1 As DevExpress.XtraLayout.LayoutControlGroup
|
||||
Friend WithEvents groupOptions As DevExpress.XtraLayout.LayoutControlGroup
|
||||
Friend WithEvents LayoutControlItem8 As DevExpress.XtraLayout.LayoutControlItem
|
||||
@@ -535,8 +531,8 @@ Partial Class frmEnvelopeMainData
|
||||
Friend WithEvents groupExpiration As DevExpress.XtraLayout.LayoutControlGroup
|
||||
Friend WithEvents LayoutControlItem10 As DevExpress.XtraLayout.LayoutControlItem
|
||||
Friend WithEvents LayoutControlItem11 As DevExpress.XtraLayout.LayoutControlItem
|
||||
Friend WithEvents ComboBoxEdit3 As DevExpress.XtraEditors.ComboBoxEdit
|
||||
Friend WithEvents ComboBoxEdit4 As DevExpress.XtraEditors.ComboBoxEdit
|
||||
Friend WithEvents cmbEmailToCreator As DevExpress.XtraEditors.ComboBoxEdit
|
||||
Friend WithEvents cmbEmailToReceivers As DevExpress.XtraEditors.ComboBoxEdit
|
||||
Friend WithEvents groupFinalEmail As DevExpress.XtraLayout.LayoutControlGroup
|
||||
Friend WithEvents LayoutControlItem9 As DevExpress.XtraLayout.LayoutControlItem
|
||||
Friend WithEvents LayoutControlItem14 As DevExpress.XtraLayout.LayoutControlItem
|
||||
|
||||
Reference in New Issue
Block a user