|
|
|
|
@@ -43,6 +43,7 @@ Partial Class frmExportMain
|
|
|
|
|
Me.RepositoryItemImageComboBox1 = New DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox()
|
|
|
|
|
Me.BooleanImages = New DevExpress.Utils.SvgImageCollection(Me.components)
|
|
|
|
|
Me.colNumber = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
|
|
|
Me.colDocumentKind = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
|
|
|
Me.colAccount = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
|
|
|
Me.GridColumn7 = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
|
|
|
Me.colDate = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
|
|
|
@@ -63,27 +64,24 @@ Partial Class frmExportMain
|
|
|
|
|
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
|
|
|
Me.GridColumn1 = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
|
|
|
Me.GridColumn2 = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
|
|
|
Me.lookupDocumentKind = New DevExpress.XtraEditors.GridLookUpEdit()
|
|
|
|
|
Me.GridView2 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
|
|
|
Me.GridColumn3 = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
|
|
|
Me.GridColumn4 = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
|
|
|
Me.chkShowExported = New DevExpress.XtraEditors.CheckEdit()
|
|
|
|
|
Me.txtDocumentFrom = New DevExpress.XtraEditors.TextEdit()
|
|
|
|
|
Me.txtDocumentTo = New DevExpress.XtraEditors.TextEdit()
|
|
|
|
|
Me.dateDocDateTo = New DevExpress.XtraEditors.DateEdit()
|
|
|
|
|
Me.comboDocumentType = New DevExpress.XtraEditors.GridLookUpEdit()
|
|
|
|
|
Me.GridView3 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
|
|
|
Me.comboDocumentKind = New DevExpress.XtraEditors.CheckedComboBoxEdit()
|
|
|
|
|
Me.Root = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
|
|
|
Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
|
|
|
Me.EmptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem()
|
|
|
|
|
Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
|
|
|
Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
|
|
|
Me.LayoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
|
|
|
Me.LayoutControlItem5 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
|
|
|
Me.LayoutControlItem6 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
|
|
|
Me.LayoutControlItem7 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
|
|
|
Me.LayoutControlItem8 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
|
|
|
Me.LayoutControlItem9 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
|
|
|
Me.LayoutControlItem10 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
|
|
|
Me.LabelControl2 = New DevExpress.XtraEditors.LabelControl()
|
|
|
|
|
Me.colName2 = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
|
|
|
Me.colId2 = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
|
|
|
@@ -109,8 +107,6 @@ Partial Class frmExportMain
|
|
|
|
|
CType(Me.dateDocDateFrom.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.lookupAccount.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.lookupDocumentKind.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.GridView2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.chkShowExported.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.txtDocumentFrom.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.txtDocumentTo.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
@@ -118,17 +114,18 @@ Partial Class frmExportMain
|
|
|
|
|
CType(Me.dateDocDateTo.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.comboDocumentType.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.GridView3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.comboDocumentKind.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.LayoutControlItem9, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
CType(Me.LayoutControlItem10, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
|
|
|
Me.SuspendLayout()
|
|
|
|
|
'
|
|
|
|
|
'RibbonControl1
|
|
|
|
|
@@ -248,7 +245,7 @@ Partial Class frmExportMain
|
|
|
|
|
'
|
|
|
|
|
'GridViewDocuments
|
|
|
|
|
'
|
|
|
|
|
Me.GridViewDocuments.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colImported, Me.colNumber, Me.colAccount, Me.GridColumn7, Me.colDate, Me.GridColumn5, Me.GridColumn6, Me.GridColumn8, Me.GridColumn9, Me.GridColumn10})
|
|
|
|
|
Me.GridViewDocuments.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colImported, Me.colNumber, Me.colDocumentKind, Me.colAccount, Me.GridColumn7, Me.colDate, Me.GridColumn5, Me.GridColumn6, Me.GridColumn8, Me.GridColumn9, Me.GridColumn10})
|
|
|
|
|
Me.GridViewDocuments.GridControl = Me.GridControlDocuments
|
|
|
|
|
Me.GridViewDocuments.Name = "GridViewDocuments"
|
|
|
|
|
Me.GridViewDocuments.OptionsSelection.CheckBoxSelectorField = "IsSelected"
|
|
|
|
|
@@ -297,13 +294,21 @@ Partial Class frmExportMain
|
|
|
|
|
Me.colNumber.VisibleIndex = 2
|
|
|
|
|
Me.colNumber.Width = 138
|
|
|
|
|
'
|
|
|
|
|
'colDocumentKind
|
|
|
|
|
'
|
|
|
|
|
Me.colDocumentKind.Caption = "Belegart"
|
|
|
|
|
Me.colDocumentKind.FieldName = "DOCUMENT_KIND"
|
|
|
|
|
Me.colDocumentKind.Name = "colDocumentKind"
|
|
|
|
|
Me.colDocumentKind.Visible = True
|
|
|
|
|
Me.colDocumentKind.VisibleIndex = 3
|
|
|
|
|
'
|
|
|
|
|
'colAccount
|
|
|
|
|
'
|
|
|
|
|
Me.colAccount.Caption = "Konto"
|
|
|
|
|
Me.colAccount.FieldName = "AccountName"
|
|
|
|
|
Me.colAccount.Name = "colAccount"
|
|
|
|
|
Me.colAccount.Visible = True
|
|
|
|
|
Me.colAccount.VisibleIndex = 3
|
|
|
|
|
Me.colAccount.VisibleIndex = 4
|
|
|
|
|
Me.colAccount.Width = 138
|
|
|
|
|
'
|
|
|
|
|
'GridColumn7
|
|
|
|
|
@@ -312,7 +317,7 @@ Partial Class frmExportMain
|
|
|
|
|
Me.GridColumn7.FieldName = "RunningNumber"
|
|
|
|
|
Me.GridColumn7.Name = "GridColumn7"
|
|
|
|
|
Me.GridColumn7.Visible = True
|
|
|
|
|
Me.GridColumn7.VisibleIndex = 4
|
|
|
|
|
Me.GridColumn7.VisibleIndex = 5
|
|
|
|
|
Me.GridColumn7.Width = 94
|
|
|
|
|
'
|
|
|
|
|
'colDate
|
|
|
|
|
@@ -321,7 +326,7 @@ Partial Class frmExportMain
|
|
|
|
|
Me.colDate.FieldName = "Date"
|
|
|
|
|
Me.colDate.Name = "colDate"
|
|
|
|
|
Me.colDate.Visible = True
|
|
|
|
|
Me.colDate.VisibleIndex = 5
|
|
|
|
|
Me.colDate.VisibleIndex = 6
|
|
|
|
|
Me.colDate.Width = 138
|
|
|
|
|
'
|
|
|
|
|
'GridColumn5
|
|
|
|
|
@@ -330,7 +335,7 @@ Partial Class frmExportMain
|
|
|
|
|
Me.GridColumn5.FieldName = "NetAmount"
|
|
|
|
|
Me.GridColumn5.Name = "GridColumn5"
|
|
|
|
|
Me.GridColumn5.Visible = True
|
|
|
|
|
Me.GridColumn5.VisibleIndex = 6
|
|
|
|
|
Me.GridColumn5.VisibleIndex = 7
|
|
|
|
|
Me.GridColumn5.Width = 94
|
|
|
|
|
'
|
|
|
|
|
'GridColumn6
|
|
|
|
|
@@ -339,7 +344,7 @@ Partial Class frmExportMain
|
|
|
|
|
Me.GridColumn6.FieldName = "GrossAmount"
|
|
|
|
|
Me.GridColumn6.Name = "GridColumn6"
|
|
|
|
|
Me.GridColumn6.Visible = True
|
|
|
|
|
Me.GridColumn6.VisibleIndex = 7
|
|
|
|
|
Me.GridColumn6.VisibleIndex = 8
|
|
|
|
|
Me.GridColumn6.Width = 118
|
|
|
|
|
'
|
|
|
|
|
'GridColumn8
|
|
|
|
|
@@ -350,7 +355,7 @@ Partial Class frmExportMain
|
|
|
|
|
Me.GridColumn8.Name = "GridColumn8"
|
|
|
|
|
Me.GridColumn8.UnboundDataType = GetType(Date)
|
|
|
|
|
Me.GridColumn8.Visible = True
|
|
|
|
|
Me.GridColumn8.VisibleIndex = 9
|
|
|
|
|
Me.GridColumn8.VisibleIndex = 10
|
|
|
|
|
'
|
|
|
|
|
'RepositoryItemDateEdit1
|
|
|
|
|
'
|
|
|
|
|
@@ -366,7 +371,7 @@ Partial Class frmExportMain
|
|
|
|
|
Me.GridColumn9.FieldName = "ExportedWho"
|
|
|
|
|
Me.GridColumn9.Name = "GridColumn9"
|
|
|
|
|
Me.GridColumn9.Visible = True
|
|
|
|
|
Me.GridColumn9.VisibleIndex = 8
|
|
|
|
|
Me.GridColumn9.VisibleIndex = 9
|
|
|
|
|
'
|
|
|
|
|
'GridColumn10
|
|
|
|
|
'
|
|
|
|
|
@@ -374,7 +379,7 @@ Partial Class frmExportMain
|
|
|
|
|
Me.GridColumn10.FieldName = "FilenameExport"
|
|
|
|
|
Me.GridColumn10.Name = "GridColumn10"
|
|
|
|
|
Me.GridColumn10.Visible = True
|
|
|
|
|
Me.GridColumn10.VisibleIndex = 10
|
|
|
|
|
Me.GridColumn10.VisibleIndex = 11
|
|
|
|
|
'
|
|
|
|
|
'SplitContainerControl1
|
|
|
|
|
'
|
|
|
|
|
@@ -401,12 +406,12 @@ Partial Class frmExportMain
|
|
|
|
|
Me.LayoutControl1.Controls.Add(Me.lookupMandator)
|
|
|
|
|
Me.LayoutControl1.Controls.Add(Me.dateDocDateFrom)
|
|
|
|
|
Me.LayoutControl1.Controls.Add(Me.lookupAccount)
|
|
|
|
|
Me.LayoutControl1.Controls.Add(Me.lookupDocumentKind)
|
|
|
|
|
Me.LayoutControl1.Controls.Add(Me.chkShowExported)
|
|
|
|
|
Me.LayoutControl1.Controls.Add(Me.txtDocumentFrom)
|
|
|
|
|
Me.LayoutControl1.Controls.Add(Me.txtDocumentTo)
|
|
|
|
|
Me.LayoutControl1.Controls.Add(Me.dateDocDateTo)
|
|
|
|
|
Me.LayoutControl1.Controls.Add(Me.comboDocumentType)
|
|
|
|
|
Me.LayoutControl1.Controls.Add(Me.comboDocumentKind)
|
|
|
|
|
Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
|
|
|
Me.LayoutControl1.Location = New System.Drawing.Point(0, 0)
|
|
|
|
|
Me.LayoutControl1.Name = "LayoutControl1"
|
|
|
|
|
@@ -503,43 +508,6 @@ Partial Class frmExportMain
|
|
|
|
|
Me.GridColumn2.Visible = True
|
|
|
|
|
Me.GridColumn2.VisibleIndex = 1
|
|
|
|
|
'
|
|
|
|
|
'lookupDocumentKind
|
|
|
|
|
'
|
|
|
|
|
Me.lookupDocumentKind.Location = New System.Drawing.Point(104, 45)
|
|
|
|
|
Me.lookupDocumentKind.MenuManager = Me.RibbonControl1
|
|
|
|
|
Me.lookupDocumentKind.Name = "lookupDocumentKind"
|
|
|
|
|
Me.lookupDocumentKind.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo), New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Clear)})
|
|
|
|
|
Me.lookupDocumentKind.Properties.NullText = ""
|
|
|
|
|
Me.lookupDocumentKind.Properties.PopupSizeable = False
|
|
|
|
|
Me.lookupDocumentKind.Properties.PopupView = Me.GridView2
|
|
|
|
|
Me.lookupDocumentKind.Size = New System.Drawing.Size(179, 20)
|
|
|
|
|
Me.lookupDocumentKind.StyleController = Me.LayoutControl1
|
|
|
|
|
Me.lookupDocumentKind.TabIndex = 8
|
|
|
|
|
'
|
|
|
|
|
'GridView2
|
|
|
|
|
'
|
|
|
|
|
Me.GridView2.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.GridColumn3, Me.GridColumn4})
|
|
|
|
|
Me.GridView2.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus
|
|
|
|
|
Me.GridView2.Name = "GridView2"
|
|
|
|
|
Me.GridView2.OptionsSelection.EnableAppearanceFocusedCell = False
|
|
|
|
|
Me.GridView2.OptionsView.ShowGroupPanel = False
|
|
|
|
|
'
|
|
|
|
|
'GridColumn3
|
|
|
|
|
'
|
|
|
|
|
Me.GridColumn3.Caption = "Name"
|
|
|
|
|
Me.GridColumn3.FieldName = "Name"
|
|
|
|
|
Me.GridColumn3.Name = "GridColumn3"
|
|
|
|
|
Me.GridColumn3.Visible = True
|
|
|
|
|
Me.GridColumn3.VisibleIndex = 0
|
|
|
|
|
'
|
|
|
|
|
'GridColumn4
|
|
|
|
|
'
|
|
|
|
|
Me.GridColumn4.Caption = "Nummer"
|
|
|
|
|
Me.GridColumn4.FieldName = "Id"
|
|
|
|
|
Me.GridColumn4.Name = "GridColumn4"
|
|
|
|
|
Me.GridColumn4.Visible = True
|
|
|
|
|
Me.GridColumn4.VisibleIndex = 1
|
|
|
|
|
'
|
|
|
|
|
'chkShowExported
|
|
|
|
|
'
|
|
|
|
|
Me.chkShowExported.Location = New System.Drawing.Point(12, 252)
|
|
|
|
|
@@ -600,11 +568,22 @@ Partial Class frmExportMain
|
|
|
|
|
Me.GridView3.OptionsSelection.EnableAppearanceFocusedCell = False
|
|
|
|
|
Me.GridView3.OptionsView.ShowGroupPanel = False
|
|
|
|
|
'
|
|
|
|
|
'comboDocumentKind
|
|
|
|
|
'
|
|
|
|
|
Me.comboDocumentKind.Location = New System.Drawing.Point(104, 45)
|
|
|
|
|
Me.comboDocumentKind.MenuManager = Me.RibbonControl1
|
|
|
|
|
Me.comboDocumentKind.Name = "comboDocumentKind"
|
|
|
|
|
Me.comboDocumentKind.Properties.AllowMultiSelect = True
|
|
|
|
|
Me.comboDocumentKind.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo), New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Clear)})
|
|
|
|
|
Me.comboDocumentKind.Size = New System.Drawing.Size(179, 20)
|
|
|
|
|
Me.comboDocumentKind.StyleController = Me.LayoutControl1
|
|
|
|
|
Me.comboDocumentKind.TabIndex = 14
|
|
|
|
|
'
|
|
|
|
|
'Root
|
|
|
|
|
'
|
|
|
|
|
Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
|
|
|
|
Me.Root.GroupBordersVisible = False
|
|
|
|
|
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem1, Me.EmptySpaceItem1, Me.LayoutControlItem3, Me.LayoutControlItem2, Me.LayoutControlItem4, Me.LayoutControlItem5, Me.LayoutControlItem6, Me.LayoutControlItem7, Me.LayoutControlItem8, Me.LayoutControlItem9})
|
|
|
|
|
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem1, Me.EmptySpaceItem1, Me.LayoutControlItem3, Me.LayoutControlItem2, Me.LayoutControlItem5, Me.LayoutControlItem6, Me.LayoutControlItem7, Me.LayoutControlItem8, Me.LayoutControlItem9, Me.LayoutControlItem10})
|
|
|
|
|
Me.Root.Name = "Root"
|
|
|
|
|
Me.Root.Size = New System.Drawing.Size(298, 538)
|
|
|
|
|
Me.Root.TextVisible = False
|
|
|
|
|
@@ -647,16 +626,6 @@ Partial Class frmExportMain
|
|
|
|
|
Me.LayoutControlItem2.Text = "Belegdatum Von"
|
|
|
|
|
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(77, 13)
|
|
|
|
|
'
|
|
|
|
|
'LayoutControlItem4
|
|
|
|
|
'
|
|
|
|
|
Me.LayoutControlItem4.Control = Me.lookupDocumentKind
|
|
|
|
|
Me.LayoutControlItem4.Location = New System.Drawing.Point(0, 30)
|
|
|
|
|
Me.LayoutControlItem4.Name = "LayoutControlItem4"
|
|
|
|
|
Me.LayoutControlItem4.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
|
|
|
Me.LayoutControlItem4.Size = New System.Drawing.Size(278, 30)
|
|
|
|
|
Me.LayoutControlItem4.Text = "Belegart"
|
|
|
|
|
Me.LayoutControlItem4.TextSize = New System.Drawing.Size(77, 13)
|
|
|
|
|
'
|
|
|
|
|
'LayoutControlItem5
|
|
|
|
|
'
|
|
|
|
|
Me.LayoutControlItem5.Control = Me.chkShowExported
|
|
|
|
|
@@ -706,6 +675,16 @@ Partial Class frmExportMain
|
|
|
|
|
Me.LayoutControlItem9.Text = "Belegtyp"
|
|
|
|
|
Me.LayoutControlItem9.TextSize = New System.Drawing.Size(77, 13)
|
|
|
|
|
'
|
|
|
|
|
'LayoutControlItem10
|
|
|
|
|
'
|
|
|
|
|
Me.LayoutControlItem10.Control = Me.comboDocumentKind
|
|
|
|
|
Me.LayoutControlItem10.Location = New System.Drawing.Point(0, 30)
|
|
|
|
|
Me.LayoutControlItem10.Name = "LayoutControlItem10"
|
|
|
|
|
Me.LayoutControlItem10.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
|
|
|
Me.LayoutControlItem10.Size = New System.Drawing.Size(278, 30)
|
|
|
|
|
Me.LayoutControlItem10.Text = "Belegart"
|
|
|
|
|
Me.LayoutControlItem10.TextSize = New System.Drawing.Size(77, 13)
|
|
|
|
|
'
|
|
|
|
|
'LabelControl2
|
|
|
|
|
'
|
|
|
|
|
Me.LabelControl2.Appearance.Font = New System.Drawing.Font("Tahoma", 48.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
|
|
|
@@ -774,8 +753,6 @@ Partial Class frmExportMain
|
|
|
|
|
CType(Me.dateDocDateFrom.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.lookupAccount.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.lookupDocumentKind.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.GridView2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.chkShowExported.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.txtDocumentFrom.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.txtDocumentTo.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
@@ -783,17 +760,18 @@ Partial Class frmExportMain
|
|
|
|
|
CType(Me.dateDocDateTo.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.comboDocumentType.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.GridView3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.comboDocumentKind.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.LayoutControlItem9, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
CType(Me.LayoutControlItem10, System.ComponentModel.ISupportInitialize).EndInit()
|
|
|
|
|
Me.ResumeLayout(False)
|
|
|
|
|
Me.PerformLayout()
|
|
|
|
|
|
|
|
|
|
@@ -829,11 +807,6 @@ Partial Class frmExportMain
|
|
|
|
|
Friend WithEvents colId2 As DevExpress.XtraGrid.Columns.GridColumn
|
|
|
|
|
Friend WithEvents GridColumn1 As DevExpress.XtraGrid.Columns.GridColumn
|
|
|
|
|
Friend WithEvents GridColumn2 As DevExpress.XtraGrid.Columns.GridColumn
|
|
|
|
|
Friend WithEvents LayoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem
|
|
|
|
|
Friend WithEvents lookupDocumentKind As DevExpress.XtraEditors.GridLookUpEdit
|
|
|
|
|
Friend WithEvents GridView2 As DevExpress.XtraGrid.Views.Grid.GridView
|
|
|
|
|
Friend WithEvents GridColumn3 As DevExpress.XtraGrid.Columns.GridColumn
|
|
|
|
|
Friend WithEvents GridColumn4 As DevExpress.XtraGrid.Columns.GridColumn
|
|
|
|
|
Friend WithEvents GridColumn5 As DevExpress.XtraGrid.Columns.GridColumn
|
|
|
|
|
Friend WithEvents GridColumn6 As DevExpress.XtraGrid.Columns.GridColumn
|
|
|
|
|
Friend WithEvents colImported As DevExpress.XtraGrid.Columns.GridColumn
|
|
|
|
|
@@ -864,4 +837,7 @@ Partial Class frmExportMain
|
|
|
|
|
Friend WithEvents LayoutControlItem9 As DevExpress.XtraLayout.LayoutControlItem
|
|
|
|
|
Friend WithEvents comboDocumentType As DevExpress.XtraEditors.GridLookUpEdit
|
|
|
|
|
Friend WithEvents GridView3 As DevExpress.XtraGrid.Views.Grid.GridView
|
|
|
|
|
Friend WithEvents colDocumentKind As DevExpress.XtraGrid.Columns.GridColumn
|
|
|
|
|
Friend WithEvents comboDocumentKind As DevExpress.XtraEditors.CheckedComboBoxEdit
|
|
|
|
|
Friend WithEvents LayoutControlItem10 As DevExpress.XtraLayout.LayoutControlItem
|
|
|
|
|
End Class
|
|
|
|
|
|