Imports DevExpress.XtraEditors Imports DevExpress.XtraLayout Partial Public Class frmEnvelopeEditor Inherits DevExpress.XtraBars.Ribbon.RibbonForm ''' ''' Required designer variable. ''' Private components As System.ComponentModel.IContainer = Nothing ''' ''' Clean up any resources being used. ''' ''' true if managed resources should be disposed; otherwise, false. Protected Overrides Sub Dispose(ByVal disposing As Boolean) If disposing AndAlso (components IsNot Nothing) Then components.Dispose() End If MyBase.Dispose(disposing) End Sub #Region "Windows Form Designer generated code" ''' ''' Required method for Designer support - do not modify ''' the contents of this method with the code editor. ''' Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmEnvelopeEditor)) Dim TableColumnDefinition1 As DevExpress.XtraEditors.TableLayout.TableColumnDefinition = New DevExpress.XtraEditors.TableLayout.TableColumnDefinition() Dim TableRowDefinition1 As DevExpress.XtraEditors.TableLayout.TableRowDefinition = New DevExpress.XtraEditors.TableLayout.TableRowDefinition() Dim TableRowDefinition2 As DevExpress.XtraEditors.TableLayout.TableRowDefinition = New DevExpress.XtraEditors.TableLayout.TableRowDefinition() Dim TileViewItemElement1 As DevExpress.XtraGrid.Views.Tile.TileViewItemElement = New DevExpress.XtraGrid.Views.Tile.TileViewItemElement() Me.colFilename = New DevExpress.XtraGrid.Columns.TileViewColumn() Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() Me.btnSave = New DevExpress.XtraBars.BarButtonItem() Me.btnCancel = New DevExpress.XtraBars.BarButtonItem() Me.btnNewFile = New DevExpress.XtraBars.BarButtonItem() Me.btnDeleteFile = New DevExpress.XtraBars.BarButtonItem() Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem() Me.BarButtonItem2 = New DevExpress.XtraBars.BarButtonItem() Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonPageGroup3 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonPageGroup4 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.SplitContainerControl1 = New DevExpress.XtraEditors.SplitContainerControl() Me.GridDocuments = New DevExpress.XtraGrid.GridControl() Me.ViewDocuments = New DevExpress.XtraGrid.Views.Tile.TileView() 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.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem() Me.PanelControl1 = New DevExpress.XtraEditors.PanelControl() 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.FrmEditorBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.EnvelopeDocumentBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainerControl1.Panel1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainerControl1.Panel1.SuspendLayout() CType(Me.SplitContainerControl1.Panel2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainerControl1.Panel2.SuspendLayout() Me.SplitContainerControl1.SuspendLayout() CType(Me.GridDocuments, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ViewDocuments, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainerControl2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SplitContainerControl2.Panel1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainerControl2.Panel1.SuspendLayout() CType(Me.SplitContainerControl2.Panel2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainerControl2.Panel2.SuspendLayout() Me.SplitContainerControl2.SuspendLayout() CType(Me.PanelControl2, System.ComponentModel.ISupportInitialize).BeginInit() Me.PanelControl2.SuspendLayout() CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.LayoutControl1.SuspendLayout() 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.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.PanelControl1.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.FrmEditorBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.EnvelopeDocumentBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'colFilename ' Me.colFilename.Caption = "Dateiname" Me.colFilename.FieldName = "Filename" Me.colFilename.Name = "colFilename" Me.colFilename.Visible = True Me.colFilename.VisibleIndex = 0 ' 'RibbonControl1 ' Me.RibbonControl1.ExpandCollapseItem.Id = 0 Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.btnSave, Me.btnCancel, Me.btnNewFile, Me.btnDeleteFile, Me.BarButtonItem1, Me.BarButtonItem2}) Me.RibbonControl1.Location = New System.Drawing.Point(0, 0) Me.RibbonControl1.MaxItemId = 8 Me.RibbonControl1.Name = "RibbonControl1" Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1}) Me.RibbonControl1.Size = New System.Drawing.Size(1164, 158) ' 'btnSave ' Me.btnSave.Caption = "Save" Me.btnSave.Id = 1 Me.btnSave.ImageOptions.SvgImage = CType(resources.GetObject("btnSave.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.btnSave.Name = "btnSave" ' 'btnCancel ' Me.btnCancel.Caption = "Cancel" Me.btnCancel.Id = 2 Me.btnCancel.ImageOptions.SvgImage = CType(resources.GetObject("btnCancel.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.btnCancel.Name = "btnCancel" ' 'btnNewFile ' Me.btnNewFile.Caption = "New File" 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 = "Delete File" Me.btnDeleteFile.Id = 4 Me.btnDeleteFile.ImageOptions.SvgImage = CType(resources.GetObject("btnDeleteFile.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.btnDeleteFile.Name = "btnDeleteFile" ' 'BarButtonItem1 ' Me.BarButtonItem1.Caption = "Send Envelope" Me.BarButtonItem1.Id = 6 Me.BarButtonItem1.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.BarButtonItem1.Name = "BarButtonItem1" ' 'BarButtonItem2 ' Me.BarButtonItem2.Caption = "Edit Sign Fields" Me.BarButtonItem2.Id = 7 Me.BarButtonItem2.Name = "BarButtonItem2" ' 'RibbonPage1 ' Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup2, Me.RibbonPageGroup3, Me.RibbonPageGroup4}) Me.RibbonPage1.Name = "RibbonPage1" Me.RibbonPage1.Text = "RibbonPage1" ' 'RibbonPageGroup1 ' Me.RibbonPageGroup1.ItemLinks.Add(Me.btnSave) Me.RibbonPageGroup1.ItemLinks.Add(Me.btnCancel) Me.RibbonPageGroup1.Name = "RibbonPageGroup1" Me.RibbonPageGroup1.Text = "RibbonPageGroup1" ' 'RibbonPageGroup2 ' Me.RibbonPageGroup2.ItemLinks.Add(Me.btnNewFile) Me.RibbonPageGroup2.ItemLinks.Add(Me.btnDeleteFile) Me.RibbonPageGroup2.Name = "RibbonPageGroup2" Me.RibbonPageGroup2.Text = "RibbonPageGroup2" ' 'RibbonPageGroup3 ' Me.RibbonPageGroup3.Alignment = DevExpress.XtraBars.Ribbon.RibbonPageGroupAlignment.Far Me.RibbonPageGroup3.ItemLinks.Add(Me.BarButtonItem1) Me.RibbonPageGroup3.Name = "RibbonPageGroup3" Me.RibbonPageGroup3.Text = "RibbonPageGroup3" ' 'RibbonPageGroup4 ' Me.RibbonPageGroup4.ItemLinks.Add(Me.BarButtonItem2) Me.RibbonPageGroup4.Name = "RibbonPageGroup4" Me.RibbonPageGroup4.Text = "RibbonPageGroup4" ' '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.Text = "Panel1" ' 'SplitContainerControl1.Panel2 ' Me.SplitContainerControl1.Panel2.Controls.Add(Me.SplitContainerControl2) Me.SplitContainerControl1.Panel2.Text = "Panel2" Me.SplitContainerControl1.Size = New System.Drawing.Size(1164, 526) Me.SplitContainerControl1.SplitterPosition = 251 Me.SplitContainerControl1.TabIndex = 1 ' 'GridDocuments ' Me.GridDocuments.Dock = System.Windows.Forms.DockStyle.Fill Me.GridDocuments.Location = New System.Drawing.Point(0, 0) 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.TabIndex = 0 Me.GridDocuments.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.ViewDocuments}) ' 'ViewDocuments ' Me.ViewDocuments.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colFilename}) Me.ViewDocuments.GridControl = Me.GridDocuments Me.ViewDocuments.Name = "ViewDocuments" Me.ViewDocuments.OptionsTiles.ItemSize = New System.Drawing.Size(248, 202) Me.ViewDocuments.TileColumns.Add(TableColumnDefinition1) TableRowDefinition1.Length.Value = 152.0R TableRowDefinition2.Length.Value = 34.0R Me.ViewDocuments.TileRows.Add(TableRowDefinition1) Me.ViewDocuments.TileRows.Add(TableRowDefinition2) TileViewItemElement1.Column = Me.colFilename TileViewItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter TileViewItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze TileViewItemElement1.RowIndex = 1 TileViewItemElement1.Text = "colFilename" TileViewItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter Me.ViewDocuments.TileTemplate.Add(TileViewItemElement1) ' 'SplitContainerControl2 ' Me.SplitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill 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.Text = "Panel1" ' 'SplitContainerControl2.Panel2 ' Me.SplitContainerControl2.Panel2.Controls.Add(Me.PanelControl1) Me.SplitContainerControl2.Panel2.Text = "Panel2" Me.SplitContainerControl2.Size = New System.Drawing.Size(1164, 265) Me.SplitContainerControl2.SplitterPosition = 492 Me.SplitContainerControl2.TabIndex = 0 ' 'PanelControl2 ' 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.Name = "PanelControl2" Me.PanelControl2.Size = New System.Drawing.Size(492, 265) Me.PanelControl2.TabIndex = 1 ' 'LayoutControl1 ' Me.LayoutControl1.Controls.Add(Me.txtSubject) Me.LayoutControl1.Controls.Add(Me.txtMessage) Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill 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.TabIndex = 0 Me.LayoutControl1.Text = "LayoutControl1" ' 'txtSubject ' Me.txtSubject.Location = New System.Drawing.Point(67, 10) Me.txtSubject.MenuManager = Me.RibbonControl1 Me.txtSubject.Name = "txtSubject" Me.txtSubject.Size = New System.Drawing.Size(411, 20) Me.txtSubject.StyleController = Me.LayoutControl1 Me.txtSubject.TabIndex = 4 ' 'txtMessage ' Me.txtMessage.Location = New System.Drawing.Point(67, 40) Me.txtMessage.MenuManager = Me.RibbonControl1 Me.txtMessage.Name = "txtMessage" Me.txtMessage.Size = New System.Drawing.Size(411, 211) Me.txtMessage.StyleController = Me.LayoutControl1 Me.txtMessage.TabIndex = 6 ' '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.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.TextVisible = False ' '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.Text = "Betreff" 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.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.Text = "Nachricht" Me.LayoutControlItem3.TextSize = New System.Drawing.Size(45, 13) ' 'PanelControl1 ' Me.PanelControl1.Controls.Add(Me.GridReceivers) Me.PanelControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.PanelControl1.Location = New System.Drawing.Point(0, 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.TabIndex = 1 ' '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.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.TabIndex = 0 Me.GridReceivers.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.ViewReceivers}) ' 'EnvelopeReceiverBindingSource ' Me.EnvelopeReceiverBindingSource.DataMember = "Receivers" Me.EnvelopeReceiverBindingSource.DataSource = GetType(EnvelopeGenerator.Form.frmEnvelopeEditor) ' 'ViewReceivers ' Me.ViewReceivers.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colName, Me.colEmail}) Me.ViewReceivers.GridControl = Me.GridReceivers Me.ViewReceivers.Name = "ViewReceivers" Me.ViewReceivers.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom Me.ViewReceivers.OptionsView.ShowGroupPanel = False Me.ViewReceivers.OptionsView.ShowIndicator = False ' 'colName ' Me.colName.FieldName = "Name" Me.colName.Name = "colName" Me.colName.Visible = True Me.colName.VisibleIndex = 0 ' 'colEmail ' Me.colEmail.ColumnEdit = Me.RepositoryItemEmailEdit Me.colEmail.FieldName = "Email" Me.colEmail.Name = "colEmail" Me.colEmail.Visible = True Me.colEmail.VisibleIndex = 1 ' 'RepositoryItemEmailEdit ' Me.RepositoryItemEmailEdit.AutoHeight = False Me.RepositoryItemEmailEdit.MaskSettings.Set("MaskManagerType", GetType(DevExpress.Data.Mask.RegExpMaskManager)) Me.RepositoryItemEmailEdit.MaskSettings.Set("mask", "\w+@\w+\.\w+") Me.RepositoryItemEmailEdit.Name = "RepositoryItemEmailEdit" ' 'FrmEditorBindingSource ' Me.FrmEditorBindingSource.DataSource = GetType(EnvelopeGenerator.Form.frmEnvelopeEditor) ' 'EnvelopeDocumentBindingSource ' Me.EnvelopeDocumentBindingSource.DataMember = "Documents" Me.EnvelopeDocumentBindingSource.DataSource = GetType(EnvelopeGenerator.Form.frmEnvelopeEditor) ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" Me.OpenFileDialog1.Filter = "PDF Files|*.pdf" ' 'frmEnvelopeEditor ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1164, 684) Me.Controls.Add(Me.SplitContainerControl1) Me.Controls.Add(Me.RibbonControl1) Me.Name = "frmEnvelopeEditor" Me.Ribbon = Me.RibbonControl1 Me.Text = "Form1" CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SplitContainerControl1.Panel1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainerControl1.Panel1.ResumeLayout(False) CType(Me.SplitContainerControl1.Panel2, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainerControl1.Panel2.ResumeLayout(False) CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainerControl1.ResumeLayout(False) CType(Me.GridDocuments, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ViewDocuments, 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() Me.SplitContainerControl2.Panel2.ResumeLayout(False) CType(Me.SplitContainerControl2, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainerControl2.ResumeLayout(False) CType(Me.PanelControl2, System.ComponentModel.ISupportInitialize).EndInit() Me.PanelControl2.ResumeLayout(False) CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.LayoutControl1.ResumeLayout(False) 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.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.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.FrmEditorBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.EnvelopeDocumentBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents SplitContainerControl1 As SplitContainerControl Friend WithEvents GridDocuments As DevExpress.XtraGrid.GridControl Friend WithEvents ViewDocuments As DevExpress.XtraGrid.Views.Tile.TileView Friend WithEvents SplitContainerControl2 As SplitContainerControl Friend WithEvents LayoutControl1 As LayoutControl Friend WithEvents Root As LayoutControlGroup Friend WithEvents GridReceivers As DevExpress.XtraGrid.GridControl Friend WithEvents ViewReceivers As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents txtSubject As TextEdit Friend WithEvents txtMessage As MemoEdit Friend WithEvents LayoutControlItem1 As LayoutControlItem Friend WithEvents LayoutControlItem3 As LayoutControlItem Friend WithEvents colFilename As DevExpress.XtraGrid.Columns.TileViewColumn Friend WithEvents btnSave As DevExpress.XtraBars.BarButtonItem Friend WithEvents btnCancel As DevExpress.XtraBars.BarButtonItem Friend WithEvents btnNewFile As DevExpress.XtraBars.BarButtonItem Friend WithEvents RibbonPageGroup2 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents btnDeleteFile As DevExpress.XtraBars.BarButtonItem Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem Friend WithEvents RibbonPageGroup3 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents BarButtonItem2 As DevExpress.XtraBars.BarButtonItem Friend WithEvents RibbonPageGroup4 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents PanelControl1 As PanelControl Friend WithEvents PanelControl2 As PanelControl Friend WithEvents EnvelopeReceiverBindingSource As BindingSource Friend WithEvents colName As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colEmail As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents RepositoryItemEmailEdit As Repository.RepositoryItemTextEdit Friend WithEvents EnvelopeDocumentBindingSource As BindingSource Friend WithEvents FrmEditorBindingSource As BindingSource #End Region End Class