828 lines
48 KiB
VB.net
828 lines
48 KiB
VB.net
Imports DevExpress.XtraEditors
|
|
Imports DevExpress.XtraLayout
|
|
|
|
Partial Public Class frmEnvelopeEditor
|
|
Inherits DevExpress.XtraBars.Ribbon.RibbonForm
|
|
|
|
''' <summary>
|
|
''' Required designer variable.
|
|
''' </summary>
|
|
Private components As System.ComponentModel.IContainer = Nothing
|
|
|
|
''' <summary>
|
|
''' Clean up any resources being used.
|
|
''' </summary>
|
|
''' <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
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"
|
|
|
|
''' <summary>
|
|
''' Required method for Designer support - do not modify
|
|
''' the contents of this method with the code editor.
|
|
''' </summary>
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim SplashScreenManager1 As DevExpress.XtraSplashScreen.SplashScreenManager = New DevExpress.XtraSplashScreen.SplashScreenManager(Me, Nothing, True, True)
|
|
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 TableRowDefinition3 As DevExpress.XtraEditors.TableLayout.TableRowDefinition = New DevExpress.XtraEditors.TableLayout.TableRowDefinition()
|
|
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()
|
|
Dim TileViewItemElement3 As DevExpress.XtraGrid.Views.Tile.TileViewItemElement = New DevExpress.XtraGrid.Views.Tile.TileViewItemElement()
|
|
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.colFilename = New DevExpress.XtraGrid.Columns.TileViewColumn()
|
|
Me.colThumbnail = New DevExpress.XtraGrid.Columns.TileViewColumn()
|
|
Me.colPageCount = 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.btnSendEnvelope = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.btnEditFields = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.btnDeleteReceiver = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.btnEditData = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.txtCreatorEmailLabel = New DevExpress.XtraBars.BarStaticItem()
|
|
Me.txtEnvelopeIdLabel2 = New DevExpress.XtraBars.BarStaticItem()
|
|
Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.bsitm_info = New DevExpress.XtraBars.BarStaticItem()
|
|
Me.BarButtonItem2 = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.BarButtonItem3 = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.bbtnitm_ConcatFiles = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.btnShowFile = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonPageGroupDocuments = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonPageGroupInvitation = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonPageGroupAddSignature = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonPageGroupReceiver = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
|
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.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.colColor = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.RepositoryItemColorEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemColorEdit()
|
|
Me.colEmail = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.RepositoryItemComboBox1 = New DevExpress.XtraEditors.Repository.RepositoryItemComboBox()
|
|
Me.colName = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colAccessCode = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colPhoneNumber = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.RepositoryItemEmailEdit = New DevExpress.XtraEditors.Repository.RepositoryItemTextEdit()
|
|
Me.RepositoryItemPictureEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit()
|
|
Me.RepositoryItemColorPickEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit()
|
|
Me.RepositoryItemImageEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemImageEdit()
|
|
Me.RepositoryItemPictureEdit2 = New DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit()
|
|
Me.LayoutControlGroup2 = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.LayoutControlGroup3 = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.PanelControl2 = New DevExpress.XtraEditors.PanelControl()
|
|
Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
|
|
Me.txtMessage = New DevExpress.XtraEditors.MemoEdit()
|
|
Me.Root = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.LayoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.LayoutControlItem3 = 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.txtEnvelopeIdLabel = New DevExpress.XtraBars.BarStaticItem()
|
|
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.LayoutControl3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.LayoutControl3.SuspendLayout()
|
|
CType(Me.GridDocuments, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.ViewDocuments, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RibbonControl1, 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()
|
|
CType(Me.SplitContainerControl2.Panel2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerControl2.Panel2.SuspendLayout()
|
|
Me.SplitContainerControl2.SuspendLayout()
|
|
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.RepositoryItemColorEdit1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RepositoryItemComboBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RepositoryItemEmailEdit, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RepositoryItemPictureEdit1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RepositoryItemColorPickEdit1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RepositoryItemImageEdit1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RepositoryItemPictureEdit2, 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.PanelControl2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.PanelControl2.SuspendLayout()
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.LayoutControl1.SuspendLayout()
|
|
CType(Me.txtMessage.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.FrmEditorBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.EnvelopeDocumentBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'SplashScreenManager1
|
|
'
|
|
SplashScreenManager1.ClosingDelay = 500
|
|
'
|
|
'SplitContainerControl1
|
|
'
|
|
resources.ApplyResources(Me.SplitContainerControl1, "SplitContainerControl1")
|
|
Me.SplitContainerControl1.Name = "SplitContainerControl1"
|
|
'
|
|
'SplitContainerControl1.Panel1
|
|
'
|
|
Me.SplitContainerControl1.Panel1.Controls.Add(Me.LayoutControl3)
|
|
resources.ApplyResources(Me.SplitContainerControl1.Panel1, "SplitContainerControl1.Panel1")
|
|
'
|
|
'SplitContainerControl1.Panel2
|
|
'
|
|
Me.SplitContainerControl1.Panel2.Controls.Add(Me.SplitContainerControl2)
|
|
resources.ApplyResources(Me.SplitContainerControl1.Panel2, "SplitContainerControl1.Panel2")
|
|
Me.SplitContainerControl1.SplitterPosition = 251
|
|
'
|
|
'LayoutControl3
|
|
'
|
|
Me.LayoutControl3.Controls.Add(Me.GridDocuments)
|
|
resources.ApplyResources(Me.LayoutControl3, "LayoutControl3")
|
|
Me.LayoutControl3.Name = "LayoutControl3"
|
|
Me.LayoutControl3.Root = Me.LayoutControlGroup4
|
|
'
|
|
'GridDocuments
|
|
'
|
|
resources.ApplyResources(Me.GridDocuments, "GridDocuments")
|
|
Me.GridDocuments.MainView = Me.ViewDocuments
|
|
Me.GridDocuments.MenuManager = Me.RibbonControl1
|
|
Me.GridDocuments.Name = "GridDocuments"
|
|
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.colThumbnail, Me.colPageCount})
|
|
Me.ViewDocuments.GridControl = Me.GridDocuments
|
|
Me.ViewDocuments.Name = "ViewDocuments"
|
|
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 = 226.0R
|
|
TableRowDefinition2.Length.Value = 25.0R
|
|
TableRowDefinition3.Length.Value = 25.0R
|
|
Me.ViewDocuments.TileRows.Add(TableRowDefinition1)
|
|
Me.ViewDocuments.TileRows.Add(TableRowDefinition2)
|
|
Me.ViewDocuments.TileRows.Add(TableRowDefinition3)
|
|
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
|
|
TileViewItemElement1.RowIndex = 1
|
|
resources.ApplyResources(TileViewItemElement1, "TileViewItemElement1")
|
|
TileViewItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
TileViewItemElement2.Column = Me.colThumbnail
|
|
TileViewItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
TileViewItemElement2.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze
|
|
resources.ApplyResources(TileViewItemElement2, "TileViewItemElement2")
|
|
TileViewItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
TileViewItemElement3.Column = Me.colPageCount
|
|
TileViewItemElement3.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
TileViewItemElement3.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.Squeeze
|
|
TileViewItemElement3.RowIndex = 2
|
|
resources.ApplyResources(TileViewItemElement3, "TileViewItemElement3")
|
|
TileViewItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter
|
|
Me.ViewDocuments.TileTemplate.Add(TileViewItemElement1)
|
|
Me.ViewDocuments.TileTemplate.Add(TileViewItemElement2)
|
|
Me.ViewDocuments.TileTemplate.Add(TileViewItemElement3)
|
|
'
|
|
'colFilename
|
|
'
|
|
resources.ApplyResources(Me.colFilename, "colFilename")
|
|
Me.colFilename.FieldName = "FileNameOriginal"
|
|
Me.colFilename.Name = "colFilename"
|
|
'
|
|
'colThumbnail
|
|
'
|
|
resources.ApplyResources(Me.colThumbnail, "colThumbnail")
|
|
Me.colThumbnail.FieldName = "Thumbnail"
|
|
Me.colThumbnail.Name = "colThumbnail"
|
|
'
|
|
'colPageCount
|
|
'
|
|
resources.ApplyResources(Me.colPageCount, "colPageCount")
|
|
Me.colPageCount.FieldName = "PageCountTranslated"
|
|
Me.colPageCount.Name = "colPageCount"
|
|
'
|
|
'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.btnSendEnvelope, Me.btnEditFields, Me.btnDeleteReceiver, Me.btnEditData, Me.txtCreatorEmailLabel, Me.txtEnvelopeIdLabel2, Me.BarButtonItem1, Me.bsitm_info, Me.BarButtonItem2, Me.BarButtonItem3, Me.bbtnitm_ConcatFiles, Me.btnShowFile})
|
|
resources.ApplyResources(Me.RibbonControl1, "RibbonControl1")
|
|
Me.RibbonControl1.MaxItemId = 18
|
|
Me.RibbonControl1.Name = "RibbonControl1"
|
|
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
|
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.RibbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide
|
|
Me.RibbonControl1.ShowToolbarCustomizeItem = False
|
|
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
|
Me.RibbonControl1.Toolbar.ShowCustomizeItem = False
|
|
'
|
|
'btnSave
|
|
'
|
|
resources.ApplyResources(Me.btnSave, "btnSave")
|
|
Me.btnSave.Id = 1
|
|
Me.btnSave.ImageOptions.SvgImage = CType(resources.GetObject("btnSave.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.btnSave.Name = "btnSave"
|
|
'
|
|
'btnCancel
|
|
'
|
|
resources.ApplyResources(Me.btnCancel, "btnCancel")
|
|
Me.btnCancel.Id = 2
|
|
Me.btnCancel.ImageOptions.SvgImage = CType(resources.GetObject("btnCancel.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.btnCancel.Name = "btnCancel"
|
|
'
|
|
'btnNewFile
|
|
'
|
|
resources.ApplyResources(Me.btnNewFile, "btnNewFile")
|
|
Me.btnNewFile.Id = 3
|
|
Me.btnNewFile.ImageOptions.SvgImage = CType(resources.GetObject("btnNewFile.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.btnNewFile.Name = "btnNewFile"
|
|
'
|
|
'btnDeleteFile
|
|
'
|
|
resources.ApplyResources(Me.btnDeleteFile, "btnDeleteFile")
|
|
Me.btnDeleteFile.Id = 4
|
|
Me.btnDeleteFile.ImageOptions.SvgImage = CType(resources.GetObject("btnDeleteFile.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.btnDeleteFile.Name = "btnDeleteFile"
|
|
'
|
|
'btnSendEnvelope
|
|
'
|
|
resources.ApplyResources(Me.btnSendEnvelope, "btnSendEnvelope")
|
|
Me.btnSendEnvelope.Id = 6
|
|
Me.btnSendEnvelope.ImageOptions.SvgImage = CType(resources.GetObject("btnSendEnvelope.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.btnSendEnvelope.Name = "btnSendEnvelope"
|
|
'
|
|
'btnEditFields
|
|
'
|
|
resources.ApplyResources(Me.btnEditFields, "btnEditFields")
|
|
Me.btnEditFields.Id = 7
|
|
Me.btnEditFields.ImageOptions.SvgImage = CType(resources.GetObject("btnEditFields.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.btnEditFields.Name = "btnEditFields"
|
|
'
|
|
'btnDeleteReceiver
|
|
'
|
|
resources.ApplyResources(Me.btnDeleteReceiver, "btnDeleteReceiver")
|
|
Me.btnDeleteReceiver.Id = 8
|
|
Me.btnDeleteReceiver.ImageOptions.SvgImage = CType(resources.GetObject("btnDeleteReceiver.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.btnDeleteReceiver.Name = "btnDeleteReceiver"
|
|
'
|
|
'btnEditData
|
|
'
|
|
resources.ApplyResources(Me.btnEditData, "btnEditData")
|
|
Me.btnEditData.Id = 9
|
|
Me.btnEditData.ImageOptions.SvgImage = CType(resources.GetObject("btnEditData.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.btnEditData.Name = "btnEditData"
|
|
'
|
|
'txtCreatorEmailLabel
|
|
'
|
|
resources.ApplyResources(Me.txtCreatorEmailLabel, "txtCreatorEmailLabel")
|
|
Me.txtCreatorEmailLabel.Id = 10
|
|
Me.txtCreatorEmailLabel.ImageOptions.SvgImage = CType(resources.GetObject("txtCreatorEmailLabel.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.txtCreatorEmailLabel.Name = "txtCreatorEmailLabel"
|
|
Me.txtCreatorEmailLabel.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph
|
|
Me.txtCreatorEmailLabel.Tag = "Absender Email: {0}"
|
|
'
|
|
'txtEnvelopeIdLabel2
|
|
'
|
|
resources.ApplyResources(Me.txtEnvelopeIdLabel2, "txtEnvelopeIdLabel2")
|
|
Me.txtEnvelopeIdLabel2.Id = 11
|
|
Me.txtEnvelopeIdLabel2.ImageOptions.SvgImage = CType(resources.GetObject("txtEnvelopeIdLabel2.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.txtEnvelopeIdLabel2.Name = "txtEnvelopeIdLabel2"
|
|
Me.txtEnvelopeIdLabel2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph
|
|
Me.txtEnvelopeIdLabel2.Tag = "Umschlag-ID: {0}"
|
|
'
|
|
'BarButtonItem1
|
|
'
|
|
resources.ApplyResources(Me.BarButtonItem1, "BarButtonItem1")
|
|
Me.BarButtonItem1.Id = 12
|
|
Me.BarButtonItem1.Name = "BarButtonItem1"
|
|
'
|
|
'bsitm_info
|
|
'
|
|
Me.bsitm_info.Id = 13
|
|
Me.bsitm_info.Name = "bsitm_info"
|
|
'
|
|
'BarButtonItem2
|
|
'
|
|
resources.ApplyResources(Me.BarButtonItem2, "BarButtonItem2")
|
|
Me.BarButtonItem2.Id = 14
|
|
Me.BarButtonItem2.Name = "BarButtonItem2"
|
|
'
|
|
'BarButtonItem3
|
|
'
|
|
resources.ApplyResources(Me.BarButtonItem3, "BarButtonItem3")
|
|
Me.BarButtonItem3.Id = 15
|
|
Me.BarButtonItem3.Name = "BarButtonItem3"
|
|
'
|
|
'bbtnitm_ConcatFiles
|
|
'
|
|
resources.ApplyResources(Me.bbtnitm_ConcatFiles, "bbtnitm_ConcatFiles")
|
|
Me.bbtnitm_ConcatFiles.Id = 16
|
|
Me.bbtnitm_ConcatFiles.ImageOptions.SvgImage = CType(resources.GetObject("bbtnitm_ConcatFiles.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.bbtnitm_ConcatFiles.Name = "bbtnitm_ConcatFiles"
|
|
'
|
|
'btnShowFile
|
|
'
|
|
resources.ApplyResources(Me.btnShowFile, "btnShowFile")
|
|
Me.btnShowFile.Id = 17
|
|
Me.btnShowFile.ImageOptions.SvgImage = CType(resources.GetObject("btnShowFile.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.btnShowFile.Name = "btnShowFile"
|
|
'
|
|
'RibbonPage1
|
|
'
|
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroupDocuments, Me.RibbonPageGroupInvitation, Me.RibbonPageGroupAddSignature, Me.RibbonPageGroupReceiver})
|
|
Me.RibbonPage1.Name = "RibbonPage1"
|
|
resources.ApplyResources(Me.RibbonPage1, "RibbonPage1")
|
|
'
|
|
'RibbonPageGroup1
|
|
'
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.btnSave)
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.btnCancel)
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.btnEditData)
|
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
|
resources.ApplyResources(Me.RibbonPageGroup1, "RibbonPageGroup1")
|
|
'
|
|
'RibbonPageGroupDocuments
|
|
'
|
|
Me.RibbonPageGroupDocuments.ItemLinks.Add(Me.btnNewFile)
|
|
Me.RibbonPageGroupDocuments.ItemLinks.Add(Me.bbtnitm_ConcatFiles)
|
|
Me.RibbonPageGroupDocuments.ItemLinks.Add(Me.btnDeleteFile)
|
|
Me.RibbonPageGroupDocuments.ItemLinks.Add(Me.btnShowFile)
|
|
Me.RibbonPageGroupDocuments.Name = "RibbonPageGroupDocuments"
|
|
resources.ApplyResources(Me.RibbonPageGroupDocuments, "RibbonPageGroupDocuments")
|
|
'
|
|
'RibbonPageGroupInvitation
|
|
'
|
|
Me.RibbonPageGroupInvitation.Alignment = DevExpress.XtraBars.Ribbon.RibbonPageGroupAlignment.Far
|
|
Me.RibbonPageGroupInvitation.ItemLinks.Add(Me.btnSendEnvelope)
|
|
Me.RibbonPageGroupInvitation.Name = "RibbonPageGroupInvitation"
|
|
resources.ApplyResources(Me.RibbonPageGroupInvitation, "RibbonPageGroupInvitation")
|
|
'
|
|
'RibbonPageGroupAddSignature
|
|
'
|
|
Me.RibbonPageGroupAddSignature.ItemLinks.Add(Me.btnEditFields)
|
|
Me.RibbonPageGroupAddSignature.Name = "RibbonPageGroupAddSignature"
|
|
resources.ApplyResources(Me.RibbonPageGroupAddSignature, "RibbonPageGroupAddSignature")
|
|
'
|
|
'RibbonPageGroupReceiver
|
|
'
|
|
Me.RibbonPageGroupReceiver.ItemLinks.Add(Me.btnDeleteReceiver)
|
|
Me.RibbonPageGroupReceiver.Name = "RibbonPageGroupReceiver"
|
|
resources.ApplyResources(Me.RibbonPageGroupReceiver, "RibbonPageGroupReceiver")
|
|
'
|
|
'RibbonStatusBar1
|
|
'
|
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.txtCreatorEmailLabel)
|
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.txtEnvelopeIdLabel2)
|
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.bsitm_info)
|
|
resources.ApplyResources(Me.RibbonStatusBar1, "RibbonStatusBar1")
|
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
|
'
|
|
'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, 530)
|
|
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, 530)
|
|
resources.ApplyResources(Me.LayoutControlGroup5, "LayoutControlGroup5")
|
|
'
|
|
'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, 485)
|
|
Me.LayoutControlItem5.TextSize = New System.Drawing.Size(0, 0)
|
|
Me.LayoutControlItem5.TextVisible = False
|
|
'
|
|
'SplitContainerControl2
|
|
'
|
|
resources.ApplyResources(Me.SplitContainerControl2, "SplitContainerControl2")
|
|
Me.SplitContainerControl2.Horizontal = False
|
|
Me.SplitContainerControl2.Name = "SplitContainerControl2"
|
|
'
|
|
'SplitContainerControl2.Panel1
|
|
'
|
|
Me.SplitContainerControl2.Panel1.Controls.Add(Me.PanelControl1)
|
|
resources.ApplyResources(Me.SplitContainerControl2.Panel1, "SplitContainerControl2.Panel1")
|
|
'
|
|
'SplitContainerControl2.Panel2
|
|
'
|
|
Me.SplitContainerControl2.Panel2.Controls.Add(Me.PanelControl2)
|
|
resources.ApplyResources(Me.SplitContainerControl2.Panel2, "SplitContainerControl2.Panel2")
|
|
Me.SplitContainerControl2.SplitterPosition = 253
|
|
'
|
|
'PanelControl1
|
|
'
|
|
Me.PanelControl1.Controls.Add(Me.LayoutControl2)
|
|
resources.ApplyResources(Me.PanelControl1, "PanelControl1")
|
|
Me.PanelControl1.Name = "PanelControl1"
|
|
'
|
|
'LayoutControl2
|
|
'
|
|
Me.LayoutControl2.Controls.Add(Me.GridReceivers)
|
|
resources.ApplyResources(Me.LayoutControl2, "LayoutControl2")
|
|
Me.LayoutControl2.Name = "LayoutControl2"
|
|
Me.LayoutControl2.Root = Me.LayoutControlGroup2
|
|
'
|
|
'GridReceivers
|
|
'
|
|
Me.GridReceivers.DataSource = Me.EnvelopeReceiverBindingSource
|
|
resources.ApplyResources(Me.GridReceivers, "GridReceivers")
|
|
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.RepositoryItemPictureEdit1, Me.RepositoryItemColorPickEdit1, Me.RepositoryItemColorEdit1, Me.RepositoryItemImageEdit1, Me.RepositoryItemPictureEdit2, Me.RepositoryItemComboBox1})
|
|
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.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple
|
|
Me.ViewReceivers.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colColor, Me.colEmail, Me.colName, Me.colAccessCode, Me.colPhoneNumber})
|
|
Me.ViewReceivers.GridControl = Me.GridReceivers
|
|
Me.ViewReceivers.Name = "ViewReceivers"
|
|
Me.ViewReceivers.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[True]
|
|
Me.ViewReceivers.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom
|
|
Me.ViewReceivers.OptionsView.ShowGroupPanel = False
|
|
Me.ViewReceivers.OptionsView.ShowIndicator = False
|
|
'
|
|
'colColor
|
|
'
|
|
resources.ApplyResources(Me.colColor, "colColor")
|
|
Me.colColor.ColumnEdit = Me.RepositoryItemColorEdit1
|
|
Me.colColor.FieldName = "Color"
|
|
Me.colColor.ImageOptions.SvgImage = CType(resources.GetObject("colColor.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.colColor.ImageOptions.SvgImageSize = New System.Drawing.Size(14, 14)
|
|
Me.colColor.MaxWidth = 40
|
|
Me.colColor.MinWidth = 25
|
|
Me.colColor.Name = "colColor"
|
|
Me.colColor.OptionsColumn.AllowEdit = False
|
|
Me.colColor.OptionsColumn.AllowFocus = False
|
|
Me.colColor.OptionsColumn.AllowMove = False
|
|
Me.colColor.OptionsColumn.AllowShowHide = False
|
|
Me.colColor.OptionsColumn.AllowSize = False
|
|
Me.colColor.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.[False]
|
|
'
|
|
'RepositoryItemColorEdit1
|
|
'
|
|
resources.ApplyResources(Me.RepositoryItemColorEdit1, "RepositoryItemColorEdit1")
|
|
Me.RepositoryItemColorEdit1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("RepositoryItemColorEdit1.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
|
Me.RepositoryItemColorEdit1.Name = "RepositoryItemColorEdit1"
|
|
'
|
|
'colEmail
|
|
'
|
|
Me.colEmail.ColumnEdit = Me.RepositoryItemComboBox1
|
|
Me.colEmail.FieldName = "Email"
|
|
Me.colEmail.Name = "colEmail"
|
|
Me.colEmail.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.[False]
|
|
resources.ApplyResources(Me.colEmail, "colEmail")
|
|
'
|
|
'RepositoryItemComboBox1
|
|
'
|
|
resources.ApplyResources(Me.RepositoryItemComboBox1, "RepositoryItemComboBox1")
|
|
Me.RepositoryItemComboBox1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("RepositoryItemComboBox1.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
|
Me.RepositoryItemComboBox1.Name = "RepositoryItemComboBox1"
|
|
'
|
|
'colName
|
|
'
|
|
resources.ApplyResources(Me.colName, "colName")
|
|
Me.colName.FieldName = "Name"
|
|
Me.colName.Name = "colName"
|
|
Me.colName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.[False]
|
|
'
|
|
'colAccessCode
|
|
'
|
|
resources.ApplyResources(Me.colAccessCode, "colAccessCode")
|
|
Me.colAccessCode.FieldName = "AccessCode"
|
|
Me.colAccessCode.Name = "colAccessCode"
|
|
Me.colAccessCode.OptionsColumn.AllowEdit = False
|
|
Me.colAccessCode.OptionsColumn.ReadOnly = True
|
|
'
|
|
'colPhoneNumber
|
|
'
|
|
resources.ApplyResources(Me.colPhoneNumber, "colPhoneNumber")
|
|
Me.colPhoneNumber.FieldName = "PhoneNumber"
|
|
Me.colPhoneNumber.Name = "colPhoneNumber"
|
|
'
|
|
'RepositoryItemEmailEdit
|
|
'
|
|
resources.ApplyResources(Me.RepositoryItemEmailEdit, "RepositoryItemEmailEdit")
|
|
Me.RepositoryItemEmailEdit.Name = "RepositoryItemEmailEdit"
|
|
'
|
|
'RepositoryItemPictureEdit1
|
|
'
|
|
Me.RepositoryItemPictureEdit1.Name = "RepositoryItemPictureEdit1"
|
|
'
|
|
'RepositoryItemColorPickEdit1
|
|
'
|
|
resources.ApplyResources(Me.RepositoryItemColorPickEdit1, "RepositoryItemColorPickEdit1")
|
|
Me.RepositoryItemColorPickEdit1.AutomaticColor = System.Drawing.Color.Black
|
|
Me.RepositoryItemColorPickEdit1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("RepositoryItemColorPickEdit1.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
|
Me.RepositoryItemColorPickEdit1.Name = "RepositoryItemColorPickEdit1"
|
|
Me.RepositoryItemColorPickEdit1.ReadOnly = True
|
|
Me.RepositoryItemColorPickEdit1.ShowDropDown = DevExpress.XtraEditors.Controls.ShowDropDown.Never
|
|
'
|
|
'RepositoryItemImageEdit1
|
|
'
|
|
resources.ApplyResources(Me.RepositoryItemImageEdit1, "RepositoryItemImageEdit1")
|
|
Me.RepositoryItemImageEdit1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("RepositoryItemImageEdit1.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))})
|
|
Me.RepositoryItemImageEdit1.Name = "RepositoryItemImageEdit1"
|
|
'
|
|
'RepositoryItemPictureEdit2
|
|
'
|
|
Me.RepositoryItemPictureEdit2.Name = "RepositoryItemPictureEdit2"
|
|
Me.RepositoryItemPictureEdit2.SvgImageSize = New System.Drawing.Size(16, 16)
|
|
'
|
|
'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)
|
|
resources.ApplyResources(Me.LayoutControlGroup3, "LayoutControlGroup3")
|
|
'
|
|
'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
|
|
'
|
|
'PanelControl2
|
|
'
|
|
Me.PanelControl2.Controls.Add(Me.LayoutControl1)
|
|
resources.ApplyResources(Me.PanelControl2, "PanelControl2")
|
|
Me.PanelControl2.Name = "PanelControl2"
|
|
'
|
|
'LayoutControl1
|
|
'
|
|
Me.LayoutControl1.Controls.Add(Me.txtMessage)
|
|
resources.ApplyResources(Me.LayoutControl1, "LayoutControl1")
|
|
Me.LayoutControl1.Name = "LayoutControl1"
|
|
Me.LayoutControl1.Root = Me.Root
|
|
'
|
|
'txtMessage
|
|
'
|
|
resources.ApplyResources(Me.txtMessage, "txtMessage")
|
|
Me.txtMessage.MenuManager = Me.RibbonControl1
|
|
Me.txtMessage.Name = "txtMessage"
|
|
Me.txtMessage.Properties.AcceptsTab = True
|
|
Me.txtMessage.Properties.Appearance.Font = CType(resources.GetObject("txtMessage.Properties.Appearance.Font"), System.Drawing.Font)
|
|
Me.txtMessage.Properties.Appearance.Options.UseFont = True
|
|
Me.txtMessage.StyleController = Me.LayoutControl1
|
|
'
|
|
'Root
|
|
'
|
|
Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
|
Me.Root.GroupBordersVisible = False
|
|
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(899, 263)
|
|
Me.Root.TextVisible = False
|
|
'
|
|
'LayoutControlGroup1
|
|
'
|
|
Me.LayoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {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, 263)
|
|
resources.ApplyResources(Me.LayoutControlGroup1, "LayoutControlGroup1")
|
|
'
|
|
'LayoutControlItem3
|
|
'
|
|
Me.LayoutControlItem3.Control = Me.txtMessage
|
|
Me.LayoutControlItem3.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControlItem3.Name = "LayoutControlItem3"
|
|
Me.LayoutControlItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
|
Me.LayoutControlItem3.Size = New System.Drawing.Size(873, 216)
|
|
resources.ApplyResources(Me.LayoutControlItem3, "LayoutControlItem3")
|
|
Me.LayoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top
|
|
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(46, 13)
|
|
'
|
|
'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"
|
|
resources.ApplyResources(Me.OpenFileDialog1, "OpenFileDialog1")
|
|
'
|
|
'txtEnvelopeIdLabel
|
|
'
|
|
resources.ApplyResources(Me.txtEnvelopeIdLabel, "txtEnvelopeIdLabel")
|
|
Me.txtEnvelopeIdLabel.Id = 9
|
|
Me.txtEnvelopeIdLabel.ImageOptions.ImageIndex = CType(resources.GetObject("txtEnvelopeIdLabel.ImageOptions.ImageIndex"), Integer)
|
|
Me.txtEnvelopeIdLabel.ImageOptions.LargeImageIndex = CType(resources.GetObject("txtEnvelopeIdLabel.ImageOptions.LargeImageIndex"), Integer)
|
|
Me.txtEnvelopeIdLabel.ImageOptions.SvgImage = CType(resources.GetObject("txtEnvelopeIdLabel.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.txtEnvelopeIdLabel.Name = "txtEnvelopeIdLabel"
|
|
Me.txtEnvelopeIdLabel.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph
|
|
Me.txtEnvelopeIdLabel.Tag = "Envelope-ID: {0}"
|
|
'
|
|
'frmEnvelopeEditor
|
|
'
|
|
Me.AllowDrop = True
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.SplitContainerControl1)
|
|
Me.Controls.Add(Me.RibbonStatusBar1)
|
|
Me.Controls.Add(Me.RibbonControl1)
|
|
Me.IconOptions.SvgImage = CType(resources.GetObject("frmEnvelopeEditor.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.Name = "frmEnvelopeEditor"
|
|
Me.Ribbon = Me.RibbonControl1
|
|
Me.StatusBar = Me.RibbonStatusBar1
|
|
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.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.RibbonControl1, 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()
|
|
Me.SplitContainerControl2.Panel2.ResumeLayout(False)
|
|
CType(Me.SplitContainerControl2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerControl2.ResumeLayout(False)
|
|
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.RepositoryItemColorEdit1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RepositoryItemComboBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RepositoryItemEmailEdit, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RepositoryItemPictureEdit1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RepositoryItemColorPickEdit1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RepositoryItemImageEdit1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RepositoryItemPictureEdit2, 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.PanelControl2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.PanelControl2.ResumeLayout(False)
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.LayoutControl1.ResumeLayout(False)
|
|
CType(Me.txtMessage.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem3, 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 txtMessage As MemoEdit
|
|
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 RibbonPageGroupDocuments As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
Friend WithEvents btnDeleteFile As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents OpenFileDialog1 As OpenFileDialog
|
|
Friend WithEvents btnSendEnvelope As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents RibbonPageGroupInvitation As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
Friend WithEvents btnEditFields As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents RibbonPageGroupAddSignature 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
|
|
Friend WithEvents btnDeleteReceiver As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents RibbonPageGroupReceiver 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
|
|
Friend WithEvents colColor As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents RepositoryItemColorPickEdit1 As Repository.RepositoryItemColorPickEdit
|
|
Friend WithEvents RepositoryItemPictureEdit1 As Repository.RepositoryItemPictureEdit
|
|
Friend WithEvents RepositoryItemColorEdit1 As Repository.RepositoryItemColorEdit
|
|
Friend WithEvents RepositoryItemImageEdit1 As Repository.RepositoryItemImageEdit
|
|
Friend WithEvents RepositoryItemPictureEdit2 As Repository.RepositoryItemPictureEdit
|
|
Friend WithEvents RepositoryItemComboBox1 As Repository.RepositoryItemComboBox
|
|
Friend WithEvents colAccessCode As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
|
Friend WithEvents txtCreatorEmailLabel As DevExpress.XtraBars.BarStaticItem
|
|
Friend WithEvents txtEnvelopeIdLabel As DevExpress.XtraBars.BarStaticItem
|
|
Friend WithEvents txtEnvelopeIdLabel2 As DevExpress.XtraBars.BarStaticItem
|
|
Friend WithEvents colPageCount As DevExpress.XtraGrid.Columns.TileViewColumn
|
|
Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents bsitm_info As DevExpress.XtraBars.BarStaticItem
|
|
Friend WithEvents BarButtonItem2 As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents BarButtonItem3 As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents bbtnitm_ConcatFiles As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents colPhoneNumber As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents btnShowFile As DevExpress.XtraBars.BarButtonItem
|
|
|
|
#End Region
|
|
|
|
End Class
|