2023-09-13
This commit is contained in:
217
EnvelopeGenerator.Form/frmEnvelopeEditor.Designer.vb
generated
217
EnvelopeGenerator.Form/frmEnvelopeEditor.Designer.vb
generated
@@ -36,6 +36,7 @@ Partial Public Class frmEnvelopeEditor
|
||||
Dim TileViewItemElement1 As DevExpress.XtraGrid.Views.Tile.TileViewItemElement = New DevExpress.XtraGrid.Views.Tile.TileViewItemElement()
|
||||
Dim TileViewItemElement2 As DevExpress.XtraGrid.Views.Tile.TileViewItemElement = New DevExpress.XtraGrid.Views.Tile.TileViewItemElement()
|
||||
Me.colFilename = New DevExpress.XtraGrid.Columns.TileViewColumn()
|
||||
Me.colThumbnail = New DevExpress.XtraGrid.Columns.TileViewColumn()
|
||||
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
||||
Me.btnSave = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.btnCancel = New DevExpress.XtraBars.BarButtonItem()
|
||||
@@ -52,27 +53,35 @@ Partial Public Class frmEnvelopeEditor
|
||||
Me.RibbonPageGroup4 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||
Me.RibbonPageGroup5 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
||||
Me.SplitContainerControl1 = New DevExpress.XtraEditors.SplitContainerControl()
|
||||
Me.LayoutControl3 = New DevExpress.XtraLayout.LayoutControl()
|
||||
Me.GridDocuments = New DevExpress.XtraGrid.GridControl()
|
||||
Me.ViewDocuments = New DevExpress.XtraGrid.Views.Tile.TileView()
|
||||
Me.LayoutControlGroup4 = New DevExpress.XtraLayout.LayoutControlGroup()
|
||||
Me.LayoutControlGroup5 = New DevExpress.XtraLayout.LayoutControlGroup()
|
||||
Me.LayoutControlItem5 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.SplitContainerControl2 = New DevExpress.XtraEditors.SplitContainerControl()
|
||||
Me.PanelControl2 = New DevExpress.XtraEditors.PanelControl()
|
||||
Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
|
||||
Me.txtSubject = New DevExpress.XtraEditors.TextEdit()
|
||||
Me.txtMessage = New DevExpress.XtraEditors.MemoEdit()
|
||||
Me.Root = New DevExpress.XtraLayout.LayoutControlGroup()
|
||||
Me.LayoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup()
|
||||
Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.PanelControl1 = New DevExpress.XtraEditors.PanelControl()
|
||||
Me.LayoutControl2 = New DevExpress.XtraLayout.LayoutControl()
|
||||
Me.GridReceivers = New DevExpress.XtraGrid.GridControl()
|
||||
Me.EnvelopeReceiverBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.ViewReceivers = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.colName = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colEmail = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.RepositoryItemEmailEdit = New DevExpress.XtraEditors.Repository.RepositoryItemTextEdit()
|
||||
Me.LayoutControlGroup2 = New DevExpress.XtraLayout.LayoutControlGroup()
|
||||
Me.LayoutControlGroup3 = New DevExpress.XtraLayout.LayoutControlGroup()
|
||||
Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.FrmEditorBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.EnvelopeDocumentBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
||||
Me.colThumbnail = New DevExpress.XtraGrid.Columns.TileViewColumn()
|
||||
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.SplitContainerControl1.Panel1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -80,8 +89,13 @@ Partial Public Class frmEnvelopeEditor
|
||||
CType(Me.SplitContainerControl1.Panel2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainerControl1.Panel2.SuspendLayout()
|
||||
Me.SplitContainerControl1.SuspendLayout()
|
||||
CType(Me.LayoutControl3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.LayoutControl3.SuspendLayout()
|
||||
CType(Me.GridDocuments, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.ViewDocuments, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlGroup4, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlGroup5, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.SplitContainerControl2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.SplitContainerControl2.Panel1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SplitContainerControl2.Panel1.SuspendLayout()
|
||||
@@ -95,14 +109,20 @@ Partial Public Class frmEnvelopeEditor
|
||||
CType(Me.txtSubject.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtMessage.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.PanelControl1.SuspendLayout()
|
||||
CType(Me.LayoutControl2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.LayoutControl2.SuspendLayout()
|
||||
CType(Me.GridReceivers, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.EnvelopeReceiverBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.ViewReceivers, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.RepositoryItemEmailEdit, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlGroup2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.FrmEditorBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.EnvelopeDocumentBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
@@ -119,6 +139,14 @@ Partial Public Class frmEnvelopeEditor
|
||||
Me.colFilename.Visible = True
|
||||
Me.colFilename.VisibleIndex = 0
|
||||
'
|
||||
'colThumbnail
|
||||
'
|
||||
Me.colThumbnail.Caption = "Thumbnail"
|
||||
Me.colThumbnail.FieldName = "Thumbnail"
|
||||
Me.colThumbnail.Name = "colThumbnail"
|
||||
Me.colThumbnail.Visible = True
|
||||
Me.colThumbnail.VisibleIndex = 1
|
||||
'
|
||||
'RibbonControl1
|
||||
'
|
||||
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
||||
@@ -145,14 +173,14 @@ Partial Public Class frmEnvelopeEditor
|
||||
'
|
||||
'btnNewFile
|
||||
'
|
||||
Me.btnNewFile.Caption = "Neue Datei"
|
||||
Me.btnNewFile.Caption = "Neues Dokument"
|
||||
Me.btnNewFile.Id = 3
|
||||
Me.btnNewFile.ImageOptions.SvgImage = CType(resources.GetObject("btnNewFile.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.btnNewFile.Name = "btnNewFile"
|
||||
'
|
||||
'btnDeleteFile
|
||||
'
|
||||
Me.btnDeleteFile.Caption = "Datei löschen"
|
||||
Me.btnDeleteFile.Caption = "Dokument löschen"
|
||||
Me.btnDeleteFile.Id = 4
|
||||
Me.btnDeleteFile.ImageOptions.SvgImage = CType(resources.GetObject("btnDeleteFile.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.btnDeleteFile.Name = "btnDeleteFile"
|
||||
@@ -228,13 +256,12 @@ Partial Public Class frmEnvelopeEditor
|
||||
'SplitContainerControl1
|
||||
'
|
||||
Me.SplitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.SplitContainerControl1.Horizontal = False
|
||||
Me.SplitContainerControl1.Location = New System.Drawing.Point(0, 158)
|
||||
Me.SplitContainerControl1.Name = "SplitContainerControl1"
|
||||
'
|
||||
'SplitContainerControl1.Panel1
|
||||
'
|
||||
Me.SplitContainerControl1.Panel1.Controls.Add(Me.GridDocuments)
|
||||
Me.SplitContainerControl1.Panel1.Controls.Add(Me.LayoutControl3)
|
||||
Me.SplitContainerControl1.Panel1.Text = "Panel1"
|
||||
'
|
||||
'SplitContainerControl1.Panel2
|
||||
@@ -245,14 +272,24 @@ Partial Public Class frmEnvelopeEditor
|
||||
Me.SplitContainerControl1.SplitterPosition = 251
|
||||
Me.SplitContainerControl1.TabIndex = 1
|
||||
'
|
||||
'LayoutControl3
|
||||
'
|
||||
Me.LayoutControl3.Controls.Add(Me.GridDocuments)
|
||||
Me.LayoutControl3.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.LayoutControl3.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControl3.Name = "LayoutControl3"
|
||||
Me.LayoutControl3.Root = Me.LayoutControlGroup4
|
||||
Me.LayoutControl3.Size = New System.Drawing.Size(251, 526)
|
||||
Me.LayoutControl3.TabIndex = 1
|
||||
Me.LayoutControl3.Text = "LayoutControl3"
|
||||
'
|
||||
'GridDocuments
|
||||
'
|
||||
Me.GridDocuments.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.GridDocuments.Location = New System.Drawing.Point(0, 0)
|
||||
Me.GridDocuments.Location = New System.Drawing.Point(14, 35)
|
||||
Me.GridDocuments.MainView = Me.ViewDocuments
|
||||
Me.GridDocuments.MenuManager = Me.RibbonControl1
|
||||
Me.GridDocuments.Name = "GridDocuments"
|
||||
Me.GridDocuments.Size = New System.Drawing.Size(1164, 251)
|
||||
Me.GridDocuments.Size = New System.Drawing.Size(223, 477)
|
||||
Me.GridDocuments.TabIndex = 0
|
||||
Me.GridDocuments.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.ViewDocuments})
|
||||
'
|
||||
@@ -261,12 +298,15 @@ Partial Public Class frmEnvelopeEditor
|
||||
Me.ViewDocuments.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colFilename, Me.colThumbnail})
|
||||
Me.ViewDocuments.GridControl = Me.GridDocuments
|
||||
Me.ViewDocuments.Name = "ViewDocuments"
|
||||
Me.ViewDocuments.OptionsTiles.ItemSize = New System.Drawing.Size(248, 202)
|
||||
Me.ViewDocuments.OptionsTiles.ItemSize = New System.Drawing.Size(200, 290)
|
||||
Me.ViewDocuments.OptionsTiles.Orientation = System.Windows.Forms.Orientation.Vertical
|
||||
Me.ViewDocuments.TileColumns.Add(TableColumnDefinition1)
|
||||
TableRowDefinition1.Length.Value = 152.0R
|
||||
TableRowDefinition2.Length.Value = 34.0R
|
||||
TableRowDefinition2.Length.Value = 20.0R
|
||||
Me.ViewDocuments.TileRows.Add(TableRowDefinition1)
|
||||
Me.ViewDocuments.TileRows.Add(TableRowDefinition2)
|
||||
TileViewItemElement1.Appearance.Normal.Options.UseTextOptions = True
|
||||
TileViewItemElement1.Appearance.Normal.TextOptions.Trimming = DevExpress.Utils.Trimming.EllipsisCharacter
|
||||
TileViewItemElement1.Column = Me.colFilename
|
||||
TileViewItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
||||
TileViewItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze
|
||||
@@ -281,23 +321,51 @@ Partial Public Class frmEnvelopeEditor
|
||||
Me.ViewDocuments.TileTemplate.Add(TileViewItemElement1)
|
||||
Me.ViewDocuments.TileTemplate.Add(TileViewItemElement2)
|
||||
'
|
||||
'LayoutControlGroup4
|
||||
'
|
||||
Me.LayoutControlGroup4.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
||||
Me.LayoutControlGroup4.GroupBordersVisible = False
|
||||
Me.LayoutControlGroup4.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlGroup5})
|
||||
Me.LayoutControlGroup4.Name = "LayoutControlGroup4"
|
||||
Me.LayoutControlGroup4.Padding = New DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0)
|
||||
Me.LayoutControlGroup4.Size = New System.Drawing.Size(251, 526)
|
||||
Me.LayoutControlGroup4.TextVisible = False
|
||||
'
|
||||
'LayoutControlGroup5
|
||||
'
|
||||
Me.LayoutControlGroup5.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem5})
|
||||
Me.LayoutControlGroup5.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControlGroup5.Name = "LayoutControlGroup5"
|
||||
Me.LayoutControlGroup5.Size = New System.Drawing.Size(251, 526)
|
||||
Me.LayoutControlGroup5.Text = "Ihre Dokumente"
|
||||
'
|
||||
'LayoutControlItem5
|
||||
'
|
||||
Me.LayoutControlItem5.Control = Me.GridDocuments
|
||||
Me.LayoutControlItem5.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControlItem5.Name = "LayoutControlItem5"
|
||||
Me.LayoutControlItem5.Size = New System.Drawing.Size(227, 481)
|
||||
Me.LayoutControlItem5.TextSize = New System.Drawing.Size(0, 0)
|
||||
Me.LayoutControlItem5.TextVisible = False
|
||||
'
|
||||
'SplitContainerControl2
|
||||
'
|
||||
Me.SplitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.SplitContainerControl2.Horizontal = False
|
||||
Me.SplitContainerControl2.Location = New System.Drawing.Point(0, 0)
|
||||
Me.SplitContainerControl2.Name = "SplitContainerControl2"
|
||||
'
|
||||
'SplitContainerControl2.Panel1
|
||||
'
|
||||
Me.SplitContainerControl2.Panel1.Controls.Add(Me.PanelControl2)
|
||||
Me.SplitContainerControl2.Panel1.Controls.Add(Me.PanelControl1)
|
||||
Me.SplitContainerControl2.Panel1.Text = "Panel1"
|
||||
'
|
||||
'SplitContainerControl2.Panel2
|
||||
'
|
||||
Me.SplitContainerControl2.Panel2.Controls.Add(Me.PanelControl1)
|
||||
Me.SplitContainerControl2.Panel2.Controls.Add(Me.PanelControl2)
|
||||
Me.SplitContainerControl2.Panel2.Text = "Panel2"
|
||||
Me.SplitContainerControl2.Size = New System.Drawing.Size(1164, 265)
|
||||
Me.SplitContainerControl2.SplitterPosition = 492
|
||||
Me.SplitContainerControl2.Size = New System.Drawing.Size(903, 526)
|
||||
Me.SplitContainerControl2.SplitterPosition = 253
|
||||
Me.SplitContainerControl2.TabIndex = 0
|
||||
'
|
||||
'PanelControl2
|
||||
@@ -305,8 +373,9 @@ Partial Public Class frmEnvelopeEditor
|
||||
Me.PanelControl2.Controls.Add(Me.LayoutControl1)
|
||||
Me.PanelControl2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.PanelControl2.Location = New System.Drawing.Point(0, 0)
|
||||
Me.PanelControl2.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.PanelControl2.Name = "PanelControl2"
|
||||
Me.PanelControl2.Size = New System.Drawing.Size(492, 265)
|
||||
Me.PanelControl2.Size = New System.Drawing.Size(903, 263)
|
||||
Me.PanelControl2.TabIndex = 1
|
||||
'
|
||||
'LayoutControl1
|
||||
@@ -317,78 +386,100 @@ Partial Public Class frmEnvelopeEditor
|
||||
Me.LayoutControl1.Location = New System.Drawing.Point(2, 2)
|
||||
Me.LayoutControl1.Name = "LayoutControl1"
|
||||
Me.LayoutControl1.Root = Me.Root
|
||||
Me.LayoutControl1.Size = New System.Drawing.Size(488, 261)
|
||||
Me.LayoutControl1.Size = New System.Drawing.Size(899, 259)
|
||||
Me.LayoutControl1.TabIndex = 0
|
||||
Me.LayoutControl1.Text = "LayoutControl1"
|
||||
'
|
||||
'txtSubject
|
||||
'
|
||||
Me.txtSubject.Location = New System.Drawing.Point(67, 10)
|
||||
Me.txtSubject.Location = New System.Drawing.Point(23, 69)
|
||||
Me.txtSubject.MenuManager = Me.RibbonControl1
|
||||
Me.txtSubject.Name = "txtSubject"
|
||||
Me.txtSubject.Size = New System.Drawing.Size(411, 20)
|
||||
Me.txtSubject.Size = New System.Drawing.Size(853, 20)
|
||||
Me.txtSubject.StyleController = Me.LayoutControl1
|
||||
Me.txtSubject.TabIndex = 4
|
||||
Me.txtSubject.TabIndex = 0
|
||||
'
|
||||
'txtMessage
|
||||
'
|
||||
Me.txtMessage.Location = New System.Drawing.Point(67, 40)
|
||||
Me.txtMessage.Location = New System.Drawing.Point(23, 134)
|
||||
Me.txtMessage.MenuManager = Me.RibbonControl1
|
||||
Me.txtMessage.Name = "txtMessage"
|
||||
Me.txtMessage.Size = New System.Drawing.Size(411, 211)
|
||||
Me.txtMessage.Size = New System.Drawing.Size(853, 102)
|
||||
Me.txtMessage.StyleController = Me.LayoutControl1
|
||||
Me.txtMessage.TabIndex = 6
|
||||
Me.txtMessage.TabIndex = 2
|
||||
'
|
||||
'Root
|
||||
'
|
||||
Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
||||
Me.Root.GroupBordersVisible = False
|
||||
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem1, Me.LayoutControlItem3})
|
||||
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlGroup1})
|
||||
Me.Root.Name = "Root"
|
||||
Me.Root.Padding = New DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0)
|
||||
Me.Root.Size = New System.Drawing.Size(488, 261)
|
||||
Me.Root.Size = New System.Drawing.Size(899, 259)
|
||||
Me.Root.TextVisible = False
|
||||
'
|
||||
'LayoutControlGroup1
|
||||
'
|
||||
Me.LayoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem1, Me.LayoutControlItem3})
|
||||
Me.LayoutControlGroup1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControlGroup1.Name = "LayoutControlGroup1"
|
||||
Me.LayoutControlGroup1.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlGroup1.Size = New System.Drawing.Size(899, 259)
|
||||
Me.LayoutControlGroup1.Text = "Ihre Nachricht"
|
||||
'
|
||||
'LayoutControlItem1
|
||||
'
|
||||
Me.LayoutControlItem1.Control = Me.txtSubject
|
||||
Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControlItem1.Name = "LayoutControlItem1"
|
||||
Me.LayoutControlItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 5)
|
||||
Me.LayoutControlItem1.Size = New System.Drawing.Size(488, 35)
|
||||
Me.LayoutControlItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlItem1.Size = New System.Drawing.Size(873, 65)
|
||||
Me.LayoutControlItem1.Text = "Betreff"
|
||||
Me.LayoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top
|
||||
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(45, 13)
|
||||
'
|
||||
'LayoutControlItem3
|
||||
'
|
||||
Me.LayoutControlItem3.Control = Me.txtMessage
|
||||
Me.LayoutControlItem3.Location = New System.Drawing.Point(0, 35)
|
||||
Me.LayoutControlItem3.Location = New System.Drawing.Point(0, 65)
|
||||
Me.LayoutControlItem3.Name = "LayoutControlItem3"
|
||||
Me.LayoutControlItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 5, 10)
|
||||
Me.LayoutControlItem3.Size = New System.Drawing.Size(488, 226)
|
||||
Me.LayoutControlItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlItem3.Size = New System.Drawing.Size(873, 147)
|
||||
Me.LayoutControlItem3.Text = "Nachricht"
|
||||
Me.LayoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top
|
||||
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(45, 13)
|
||||
'
|
||||
'PanelControl1
|
||||
'
|
||||
Me.PanelControl1.Controls.Add(Me.GridReceivers)
|
||||
Me.PanelControl1.Controls.Add(Me.LayoutControl2)
|
||||
Me.PanelControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.PanelControl1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.PanelControl1.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.PanelControl1.Name = "PanelControl1"
|
||||
Me.PanelControl1.Padding = New System.Windows.Forms.Padding(10)
|
||||
Me.PanelControl1.Size = New System.Drawing.Size(662, 265)
|
||||
Me.PanelControl1.Size = New System.Drawing.Size(903, 253)
|
||||
Me.PanelControl1.TabIndex = 1
|
||||
'
|
||||
'LayoutControl2
|
||||
'
|
||||
Me.LayoutControl2.Controls.Add(Me.GridReceivers)
|
||||
Me.LayoutControl2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.LayoutControl2.Location = New System.Drawing.Point(2, 2)
|
||||
Me.LayoutControl2.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.LayoutControl2.Name = "LayoutControl2"
|
||||
Me.LayoutControl2.Root = Me.LayoutControlGroup2
|
||||
Me.LayoutControl2.Size = New System.Drawing.Size(899, 249)
|
||||
Me.LayoutControl2.TabIndex = 1
|
||||
Me.LayoutControl2.Text = "LayoutControl2"
|
||||
'
|
||||
'GridReceivers
|
||||
'
|
||||
Me.GridReceivers.DataSource = Me.EnvelopeReceiverBindingSource
|
||||
Me.GridReceivers.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.GridReceivers.Location = New System.Drawing.Point(12, 12)
|
||||
Me.GridReceivers.Location = New System.Drawing.Point(14, 35)
|
||||
Me.GridReceivers.MainView = Me.ViewReceivers
|
||||
Me.GridReceivers.MenuManager = Me.RibbonControl1
|
||||
Me.GridReceivers.Name = "GridReceivers"
|
||||
Me.GridReceivers.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemEmailEdit})
|
||||
Me.GridReceivers.Size = New System.Drawing.Size(638, 241)
|
||||
Me.GridReceivers.Size = New System.Drawing.Size(871, 200)
|
||||
Me.GridReceivers.TabIndex = 0
|
||||
Me.GridReceivers.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.ViewReceivers})
|
||||
'
|
||||
@@ -399,6 +490,7 @@ Partial Public Class frmEnvelopeEditor
|
||||
'
|
||||
'ViewReceivers
|
||||
'
|
||||
Me.ViewReceivers.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple
|
||||
Me.ViewReceivers.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colName, Me.colEmail})
|
||||
Me.ViewReceivers.GridControl = Me.GridReceivers
|
||||
Me.ViewReceivers.Name = "ViewReceivers"
|
||||
@@ -426,6 +518,33 @@ Partial Public Class frmEnvelopeEditor
|
||||
Me.RepositoryItemEmailEdit.AutoHeight = False
|
||||
Me.RepositoryItemEmailEdit.Name = "RepositoryItemEmailEdit"
|
||||
'
|
||||
'LayoutControlGroup2
|
||||
'
|
||||
Me.LayoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
||||
Me.LayoutControlGroup2.GroupBordersVisible = False
|
||||
Me.LayoutControlGroup2.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlGroup3})
|
||||
Me.LayoutControlGroup2.Name = "LayoutControlGroup2"
|
||||
Me.LayoutControlGroup2.Padding = New DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0)
|
||||
Me.LayoutControlGroup2.Size = New System.Drawing.Size(899, 249)
|
||||
Me.LayoutControlGroup2.TextVisible = False
|
||||
'
|
||||
'LayoutControlGroup3
|
||||
'
|
||||
Me.LayoutControlGroup3.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem2})
|
||||
Me.LayoutControlGroup3.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControlGroup3.Name = "LayoutControlGroup3"
|
||||
Me.LayoutControlGroup3.Size = New System.Drawing.Size(899, 249)
|
||||
Me.LayoutControlGroup3.Text = "Empfänger"
|
||||
'
|
||||
'LayoutControlItem2
|
||||
'
|
||||
Me.LayoutControlItem2.Control = Me.GridReceivers
|
||||
Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControlItem2.Name = "LayoutControlItem2"
|
||||
Me.LayoutControlItem2.Size = New System.Drawing.Size(875, 204)
|
||||
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(0, 0)
|
||||
Me.LayoutControlItem2.TextVisible = False
|
||||
'
|
||||
'FrmEditorBindingSource
|
||||
'
|
||||
Me.FrmEditorBindingSource.DataSource = GetType(EnvelopeGenerator.Form.frmEnvelopeEditor)
|
||||
@@ -440,14 +559,6 @@ Partial Public Class frmEnvelopeEditor
|
||||
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
||||
Me.OpenFileDialog1.Filter = "PDF Files|*.pdf"
|
||||
'
|
||||
'colThumbnail
|
||||
'
|
||||
Me.colThumbnail.Caption = "Thumbnail"
|
||||
Me.colThumbnail.FieldName = "Thumbnail"
|
||||
Me.colThumbnail.Name = "colThumbnail"
|
||||
Me.colThumbnail.Visible = True
|
||||
Me.colThumbnail.VisibleIndex = 1
|
||||
'
|
||||
'frmEnvelopeEditor
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -466,8 +577,13 @@ Partial Public Class frmEnvelopeEditor
|
||||
Me.SplitContainerControl1.Panel2.ResumeLayout(False)
|
||||
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainerControl1.ResumeLayout(False)
|
||||
CType(Me.LayoutControl3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.LayoutControl3.ResumeLayout(False)
|
||||
CType(Me.GridDocuments, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.ViewDocuments, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlGroup4, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlGroup5, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.SplitContainerControl2.Panel1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainerControl2.Panel1.ResumeLayout(False)
|
||||
CType(Me.SplitContainerControl2.Panel2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@@ -481,14 +597,20 @@ Partial Public Class frmEnvelopeEditor
|
||||
CType(Me.txtSubject.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtMessage.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.PanelControl1.ResumeLayout(False)
|
||||
CType(Me.LayoutControl2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.LayoutControl2.ResumeLayout(False)
|
||||
CType(Me.GridReceivers, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.EnvelopeReceiverBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.ViewReceivers, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.RepositoryItemEmailEdit, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlGroup2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.FrmEditorBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.EnvelopeDocumentBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
@@ -534,6 +656,15 @@ Partial Public Class frmEnvelopeEditor
|
||||
Friend WithEvents RibbonPageGroup5 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||
Friend WithEvents btnEditData As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents colThumbnail As DevExpress.XtraGrid.Columns.TileViewColumn
|
||||
Friend WithEvents LayoutControlGroup1 As LayoutControlGroup
|
||||
Friend WithEvents LayoutControl2 As LayoutControl
|
||||
Friend WithEvents LayoutControlGroup2 As LayoutControlGroup
|
||||
Friend WithEvents LayoutControlGroup3 As LayoutControlGroup
|
||||
Friend WithEvents LayoutControlItem2 As LayoutControlItem
|
||||
Friend WithEvents LayoutControl3 As LayoutControl
|
||||
Friend WithEvents LayoutControlGroup4 As LayoutControlGroup
|
||||
Friend WithEvents LayoutControlGroup5 As LayoutControlGroup
|
||||
Friend WithEvents LayoutControlItem5 As LayoutControlItem
|
||||
|
||||
#End Region
|
||||
|
||||
|
||||
Reference in New Issue
Block a user