Constraints for search export documents
This commit is contained in:
215
MultiTool.Form/frmExportMain.Designer.vb
generated
215
MultiTool.Form/frmExportMain.Designer.vb
generated
@@ -58,7 +58,7 @@ Partial Class frmExportMain
|
||||
Me.GridLookUpEdit1View = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.colName = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colId = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.dateDocDate = New DevExpress.XtraEditors.DateEdit()
|
||||
Me.dateDocDateFrom = New DevExpress.XtraEditors.DateEdit()
|
||||
Me.lookupAccount = New DevExpress.XtraEditors.GridLookUpEdit()
|
||||
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.GridColumn1 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
@@ -68,8 +68,9 @@ Partial Class frmExportMain
|
||||
Me.GridColumn3 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.GridColumn4 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.chkShowExported = New DevExpress.XtraEditors.CheckEdit()
|
||||
Me.TextEdit1 = New DevExpress.XtraEditors.TextEdit()
|
||||
Me.TextEdit2 = New DevExpress.XtraEditors.TextEdit()
|
||||
Me.txtDocumentFrom = New DevExpress.XtraEditors.TextEdit()
|
||||
Me.txtDocumentTo = New DevExpress.XtraEditors.TextEdit()
|
||||
Me.dateDocDateTo = New DevExpress.XtraEditors.DateEdit()
|
||||
Me.Root = New DevExpress.XtraLayout.LayoutControlGroup()
|
||||
Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.EmptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem()
|
||||
@@ -79,10 +80,14 @@ Partial Class frmExportMain
|
||||
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.LabelControl2 = New DevExpress.XtraEditors.LabelControl()
|
||||
Me.colName2 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colId2 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.SplashScreenManager = New DevExpress.XtraSplashScreen.SplashScreenManager(Me, GetType(Global.MultiTool.Form.frmWaitForm), True, True)
|
||||
Me.comboDocumentType = New DevExpress.XtraEditors.GridLookUpEdit()
|
||||
Me.GridView3 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridControlDocuments, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridViewDocuments, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -100,15 +105,17 @@ Partial Class frmExportMain
|
||||
Me.LayoutControl1.SuspendLayout()
|
||||
CType(Me.lookupMandator.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridLookUpEdit1View, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.dateDocDate.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.dateDocDate.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.dateDocDateFrom.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
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.TextEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TextEdit2.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtDocumentFrom.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.txtDocumentTo.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.dateDocDateTo.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.dateDocDateTo.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()
|
||||
@@ -118,6 +125,10 @@ Partial Class frmExportMain
|
||||
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.comboDocumentType.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridView3, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'RibbonControl1
|
||||
@@ -388,12 +399,14 @@ Partial Class frmExportMain
|
||||
'LayoutControl1
|
||||
'
|
||||
Me.LayoutControl1.Controls.Add(Me.lookupMandator)
|
||||
Me.LayoutControl1.Controls.Add(Me.dateDocDate)
|
||||
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.TextEdit1)
|
||||
Me.LayoutControl1.Controls.Add(Me.TextEdit2)
|
||||
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.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.LayoutControl1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControl1.Name = "LayoutControl1"
|
||||
@@ -404,14 +417,14 @@ Partial Class frmExportMain
|
||||
'
|
||||
'lookupMandator
|
||||
'
|
||||
Me.lookupMandator.Location = New System.Drawing.Point(85, 15)
|
||||
Me.lookupMandator.Location = New System.Drawing.Point(104, 15)
|
||||
Me.lookupMandator.MenuManager = Me.RibbonControl1
|
||||
Me.lookupMandator.Name = "lookupMandator"
|
||||
Me.lookupMandator.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
||||
Me.lookupMandator.Properties.NullText = ""
|
||||
Me.lookupMandator.Properties.PopupSizeable = False
|
||||
Me.lookupMandator.Properties.PopupView = Me.GridLookUpEdit1View
|
||||
Me.lookupMandator.Size = New System.Drawing.Size(198, 20)
|
||||
Me.lookupMandator.Size = New System.Drawing.Size(179, 20)
|
||||
Me.lookupMandator.StyleController = Me.LayoutControl1
|
||||
Me.lookupMandator.TabIndex = 4
|
||||
'
|
||||
@@ -439,30 +452,30 @@ Partial Class frmExportMain
|
||||
Me.colId.Visible = True
|
||||
Me.colId.VisibleIndex = 1
|
||||
'
|
||||
'dateDocDate
|
||||
'dateDocDateFrom
|
||||
'
|
||||
Me.dateDocDate.EditValue = Nothing
|
||||
Me.dateDocDate.Location = New System.Drawing.Point(85, 165)
|
||||
Me.dateDocDate.MenuManager = Me.RibbonControl1
|
||||
Me.dateDocDate.Name = "dateDocDate"
|
||||
Me.dateDocDate.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
||||
Me.dateDocDate.Properties.CalendarTimeProperties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
||||
Me.dateDocDate.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower
|
||||
Me.dateDocDate.Properties.SelectionMode = DevExpress.XtraEditors.Repository.CalendarSelectionMode.Multiple
|
||||
Me.dateDocDate.Size = New System.Drawing.Size(198, 20)
|
||||
Me.dateDocDate.StyleController = Me.LayoutControl1
|
||||
Me.dateDocDate.TabIndex = 5
|
||||
Me.dateDocDateFrom.EditValue = Nothing
|
||||
Me.dateDocDateFrom.Location = New System.Drawing.Point(104, 195)
|
||||
Me.dateDocDateFrom.MenuManager = Me.RibbonControl1
|
||||
Me.dateDocDateFrom.Name = "dateDocDateFrom"
|
||||
Me.dateDocDateFrom.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
||||
Me.dateDocDateFrom.Properties.CalendarTimeProperties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
||||
Me.dateDocDateFrom.Properties.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower
|
||||
Me.dateDocDateFrom.Properties.SelectionMode = DevExpress.XtraEditors.Repository.CalendarSelectionMode.Multiple
|
||||
Me.dateDocDateFrom.Size = New System.Drawing.Size(179, 20)
|
||||
Me.dateDocDateFrom.StyleController = Me.LayoutControl1
|
||||
Me.dateDocDateFrom.TabIndex = 5
|
||||
'
|
||||
'lookupAccount
|
||||
'
|
||||
Me.lookupAccount.Location = New System.Drawing.Point(85, 75)
|
||||
Me.lookupAccount.Location = New System.Drawing.Point(104, 105)
|
||||
Me.lookupAccount.MenuManager = Me.RibbonControl1
|
||||
Me.lookupAccount.Name = "lookupAccount"
|
||||
Me.lookupAccount.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.lookupAccount.Properties.NullText = ""
|
||||
Me.lookupAccount.Properties.PopupSizeable = False
|
||||
Me.lookupAccount.Properties.PopupView = Me.GridView1
|
||||
Me.lookupAccount.Size = New System.Drawing.Size(198, 20)
|
||||
Me.lookupAccount.Size = New System.Drawing.Size(179, 20)
|
||||
Me.lookupAccount.StyleController = Me.LayoutControl1
|
||||
Me.lookupAccount.TabIndex = 7
|
||||
'
|
||||
@@ -492,14 +505,14 @@ Partial Class frmExportMain
|
||||
'
|
||||
'lookupDocumentKind
|
||||
'
|
||||
Me.lookupDocumentKind.Location = New System.Drawing.Point(85, 45)
|
||||
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(198, 20)
|
||||
Me.lookupDocumentKind.Size = New System.Drawing.Size(179, 20)
|
||||
Me.lookupDocumentKind.StyleController = Me.LayoutControl1
|
||||
Me.lookupDocumentKind.TabIndex = 8
|
||||
'
|
||||
@@ -529,7 +542,7 @@ Partial Class frmExportMain
|
||||
'
|
||||
'chkShowExported
|
||||
'
|
||||
Me.chkShowExported.Location = New System.Drawing.Point(12, 192)
|
||||
Me.chkShowExported.Location = New System.Drawing.Point(12, 252)
|
||||
Me.chkShowExported.MenuManager = Me.RibbonControl1
|
||||
Me.chkShowExported.Name = "chkShowExported"
|
||||
Me.chkShowExported.Properties.Caption = "Bereits exportierte Belege anzeigen"
|
||||
@@ -537,29 +550,41 @@ Partial Class frmExportMain
|
||||
Me.chkShowExported.StyleController = Me.LayoutControl1
|
||||
Me.chkShowExported.TabIndex = 9
|
||||
'
|
||||
'TextEdit1
|
||||
'txtDocumentFrom
|
||||
'
|
||||
Me.TextEdit1.Location = New System.Drawing.Point(85, 105)
|
||||
Me.TextEdit1.MenuManager = Me.RibbonControl1
|
||||
Me.TextEdit1.Name = "TextEdit1"
|
||||
Me.TextEdit1.Size = New System.Drawing.Size(198, 20)
|
||||
Me.TextEdit1.StyleController = Me.LayoutControl1
|
||||
Me.TextEdit1.TabIndex = 10
|
||||
Me.txtDocumentFrom.Location = New System.Drawing.Point(104, 135)
|
||||
Me.txtDocumentFrom.MenuManager = Me.RibbonControl1
|
||||
Me.txtDocumentFrom.Name = "txtDocumentFrom"
|
||||
Me.txtDocumentFrom.Size = New System.Drawing.Size(179, 20)
|
||||
Me.txtDocumentFrom.StyleController = Me.LayoutControl1
|
||||
Me.txtDocumentFrom.TabIndex = 10
|
||||
'
|
||||
'TextEdit2
|
||||
'txtDocumentTo
|
||||
'
|
||||
Me.TextEdit2.Location = New System.Drawing.Point(85, 135)
|
||||
Me.TextEdit2.MenuManager = Me.RibbonControl1
|
||||
Me.TextEdit2.Name = "TextEdit2"
|
||||
Me.TextEdit2.Size = New System.Drawing.Size(198, 20)
|
||||
Me.TextEdit2.StyleController = Me.LayoutControl1
|
||||
Me.TextEdit2.TabIndex = 11
|
||||
Me.txtDocumentTo.Location = New System.Drawing.Point(104, 165)
|
||||
Me.txtDocumentTo.MenuManager = Me.RibbonControl1
|
||||
Me.txtDocumentTo.Name = "txtDocumentTo"
|
||||
Me.txtDocumentTo.Size = New System.Drawing.Size(179, 20)
|
||||
Me.txtDocumentTo.StyleController = Me.LayoutControl1
|
||||
Me.txtDocumentTo.TabIndex = 11
|
||||
'
|
||||
'dateDocDateTo
|
||||
'
|
||||
Me.dateDocDateTo.EditValue = Nothing
|
||||
Me.dateDocDateTo.Location = New System.Drawing.Point(104, 225)
|
||||
Me.dateDocDateTo.MenuManager = Me.RibbonControl1
|
||||
Me.dateDocDateTo.Name = "dateDocDateTo"
|
||||
Me.dateDocDateTo.Properties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
||||
Me.dateDocDateTo.Properties.CalendarTimeProperties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
||||
Me.dateDocDateTo.Size = New System.Drawing.Size(179, 20)
|
||||
Me.dateDocDateTo.StyleController = Me.LayoutControl1
|
||||
Me.dateDocDateTo.TabIndex = 12
|
||||
'
|
||||
'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.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.Name = "Root"
|
||||
Me.Root.Size = New System.Drawing.Size(298, 538)
|
||||
Me.Root.TextVisible = False
|
||||
@@ -572,36 +597,35 @@ Partial Class frmExportMain
|
||||
Me.LayoutControlItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
||||
Me.LayoutControlItem1.Size = New System.Drawing.Size(278, 30)
|
||||
Me.LayoutControlItem1.Text = "Mandant"
|
||||
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(58, 13)
|
||||
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(77, 13)
|
||||
'
|
||||
'EmptySpaceItem1
|
||||
'
|
||||
Me.EmptySpaceItem1.AllowHotTrack = False
|
||||
Me.EmptySpaceItem1.Location = New System.Drawing.Point(0, 204)
|
||||
Me.EmptySpaceItem1.Location = New System.Drawing.Point(0, 264)
|
||||
Me.EmptySpaceItem1.Name = "EmptySpaceItem1"
|
||||
Me.EmptySpaceItem1.Size = New System.Drawing.Size(278, 314)
|
||||
Me.EmptySpaceItem1.Size = New System.Drawing.Size(278, 254)
|
||||
Me.EmptySpaceItem1.TextSize = New System.Drawing.Size(0, 0)
|
||||
'
|
||||
'LayoutControlItem3
|
||||
'
|
||||
Me.LayoutControlItem3.Control = Me.lookupAccount
|
||||
Me.LayoutControlItem3.Location = New System.Drawing.Point(0, 60)
|
||||
Me.LayoutControlItem3.Location = New System.Drawing.Point(0, 90)
|
||||
Me.LayoutControlItem3.Name = "LayoutControlItem3"
|
||||
Me.LayoutControlItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
||||
Me.LayoutControlItem3.Size = New System.Drawing.Size(278, 30)
|
||||
Me.LayoutControlItem3.Text = "Konto"
|
||||
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(58, 13)
|
||||
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(77, 13)
|
||||
'
|
||||
'LayoutControlItem2
|
||||
'
|
||||
Me.LayoutControlItem2.Control = Me.dateDocDate
|
||||
Me.LayoutControlItem2.Enabled = False
|
||||
Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 150)
|
||||
Me.LayoutControlItem2.Control = Me.dateDocDateFrom
|
||||
Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 180)
|
||||
Me.LayoutControlItem2.Name = "LayoutControlItem2"
|
||||
Me.LayoutControlItem2.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
||||
Me.LayoutControlItem2.Size = New System.Drawing.Size(278, 30)
|
||||
Me.LayoutControlItem2.Text = "Belegdatum"
|
||||
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(58, 13)
|
||||
Me.LayoutControlItem2.Text = "Belegdatum Von"
|
||||
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(77, 13)
|
||||
'
|
||||
'LayoutControlItem4
|
||||
'
|
||||
@@ -611,12 +635,12 @@ Partial Class frmExportMain
|
||||
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(58, 13)
|
||||
Me.LayoutControlItem4.TextSize = New System.Drawing.Size(77, 13)
|
||||
'
|
||||
'LayoutControlItem5
|
||||
'
|
||||
Me.LayoutControlItem5.Control = Me.chkShowExported
|
||||
Me.LayoutControlItem5.Location = New System.Drawing.Point(0, 180)
|
||||
Me.LayoutControlItem5.Location = New System.Drawing.Point(0, 240)
|
||||
Me.LayoutControlItem5.Name = "LayoutControlItem5"
|
||||
Me.LayoutControlItem5.Size = New System.Drawing.Size(278, 24)
|
||||
Me.LayoutControlItem5.TextSize = New System.Drawing.Size(0, 0)
|
||||
@@ -624,25 +648,43 @@ Partial Class frmExportMain
|
||||
'
|
||||
'LayoutControlItem6
|
||||
'
|
||||
Me.LayoutControlItem6.Control = Me.TextEdit1
|
||||
Me.LayoutControlItem6.Enabled = False
|
||||
Me.LayoutControlItem6.Location = New System.Drawing.Point(0, 90)
|
||||
Me.LayoutControlItem6.Control = Me.txtDocumentFrom
|
||||
Me.LayoutControlItem6.Location = New System.Drawing.Point(0, 120)
|
||||
Me.LayoutControlItem6.Name = "LayoutControlItem6"
|
||||
Me.LayoutControlItem6.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
||||
Me.LayoutControlItem6.Size = New System.Drawing.Size(278, 30)
|
||||
Me.LayoutControlItem6.Text = "BelegNr Von"
|
||||
Me.LayoutControlItem6.TextSize = New System.Drawing.Size(58, 13)
|
||||
Me.LayoutControlItem6.TextSize = New System.Drawing.Size(77, 13)
|
||||
'
|
||||
'LayoutControlItem7
|
||||
'
|
||||
Me.LayoutControlItem7.Control = Me.TextEdit2
|
||||
Me.LayoutControlItem7.Enabled = False
|
||||
Me.LayoutControlItem7.Location = New System.Drawing.Point(0, 120)
|
||||
Me.LayoutControlItem7.Control = Me.txtDocumentTo
|
||||
Me.LayoutControlItem7.Location = New System.Drawing.Point(0, 150)
|
||||
Me.LayoutControlItem7.Name = "LayoutControlItem7"
|
||||
Me.LayoutControlItem7.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
||||
Me.LayoutControlItem7.Size = New System.Drawing.Size(278, 30)
|
||||
Me.LayoutControlItem7.Text = "BelegNr Bis"
|
||||
Me.LayoutControlItem7.TextSize = New System.Drawing.Size(58, 13)
|
||||
Me.LayoutControlItem7.TextSize = New System.Drawing.Size(77, 13)
|
||||
'
|
||||
'LayoutControlItem8
|
||||
'
|
||||
Me.LayoutControlItem8.Control = Me.dateDocDateTo
|
||||
Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 210)
|
||||
Me.LayoutControlItem8.Name = "LayoutControlItem8"
|
||||
Me.LayoutControlItem8.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
||||
Me.LayoutControlItem8.Size = New System.Drawing.Size(278, 30)
|
||||
Me.LayoutControlItem8.Text = "Belegdatum Bis"
|
||||
Me.LayoutControlItem8.TextSize = New System.Drawing.Size(77, 13)
|
||||
'
|
||||
'LayoutControlItem9
|
||||
'
|
||||
Me.LayoutControlItem9.Control = Me.comboDocumentType
|
||||
Me.LayoutControlItem9.Location = New System.Drawing.Point(0, 60)
|
||||
Me.LayoutControlItem9.Name = "LayoutControlItem9"
|
||||
Me.LayoutControlItem9.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
||||
Me.LayoutControlItem9.Size = New System.Drawing.Size(278, 30)
|
||||
Me.LayoutControlItem9.Text = "Belegtyp"
|
||||
Me.LayoutControlItem9.TextSize = New System.Drawing.Size(77, 13)
|
||||
'
|
||||
'LabelControl2
|
||||
'
|
||||
@@ -676,6 +718,26 @@ Partial Class frmExportMain
|
||||
'
|
||||
Me.SplashScreenManager.ClosingDelay = 500
|
||||
'
|
||||
'comboDocumentType
|
||||
'
|
||||
Me.comboDocumentType.Location = New System.Drawing.Point(104, 75)
|
||||
Me.comboDocumentType.MenuManager = Me.RibbonControl1
|
||||
Me.comboDocumentType.Name = "comboDocumentType"
|
||||
Me.comboDocumentType.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.comboDocumentType.Properties.NullText = ""
|
||||
Me.comboDocumentType.Properties.PopupSizeable = False
|
||||
Me.comboDocumentType.Properties.PopupView = Me.GridView3
|
||||
Me.comboDocumentType.Size = New System.Drawing.Size(179, 20)
|
||||
Me.comboDocumentType.StyleController = Me.LayoutControl1
|
||||
Me.comboDocumentType.TabIndex = 13
|
||||
'
|
||||
'GridView3
|
||||
'
|
||||
Me.GridView3.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus
|
||||
Me.GridView3.Name = "GridView3"
|
||||
Me.GridView3.OptionsSelection.EnableAppearanceFocusedCell = False
|
||||
Me.GridView3.OptionsView.ShowGroupPanel = False
|
||||
'
|
||||
'frmExportMain
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -708,15 +770,17 @@ Partial Class frmExportMain
|
||||
Me.LayoutControl1.ResumeLayout(False)
|
||||
CType(Me.lookupMandator.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridLookUpEdit1View, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.dateDocDate.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.dateDocDate.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.dateDocDateFrom.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
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.TextEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TextEdit2.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtDocumentFrom.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.txtDocumentTo.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.dateDocDateTo.Properties.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.dateDocDateTo.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()
|
||||
@@ -726,6 +790,10 @@ Partial Class frmExportMain
|
||||
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.comboDocumentType.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridView3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@@ -751,7 +819,7 @@ Partial Class frmExportMain
|
||||
Friend WithEvents GridLookUpEdit1View As DevExpress.XtraGrid.Views.Grid.GridView
|
||||
Friend WithEvents colName As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colId As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents dateDocDate As DevExpress.XtraEditors.DateEdit
|
||||
Friend WithEvents dateDocDateFrom As DevExpress.XtraEditors.DateEdit
|
||||
Friend WithEvents LayoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem
|
||||
Friend WithEvents EmptySpaceItem1 As DevExpress.XtraLayout.EmptySpaceItem
|
||||
Friend WithEvents lookupAccount As DevExpress.XtraEditors.GridLookUpEdit
|
||||
@@ -771,8 +839,8 @@ Partial Class frmExportMain
|
||||
Friend WithEvents colImported As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents chkShowExported As DevExpress.XtraEditors.CheckEdit
|
||||
Friend WithEvents LayoutControlItem5 As DevExpress.XtraLayout.LayoutControlItem
|
||||
Friend WithEvents TextEdit1 As DevExpress.XtraEditors.TextEdit
|
||||
Friend WithEvents TextEdit2 As DevExpress.XtraEditors.TextEdit
|
||||
Friend WithEvents txtDocumentFrom As DevExpress.XtraEditors.TextEdit
|
||||
Friend WithEvents txtDocumentTo As DevExpress.XtraEditors.TextEdit
|
||||
Friend WithEvents LayoutControlItem6 As DevExpress.XtraLayout.LayoutControlItem
|
||||
Friend WithEvents LayoutControlItem7 As DevExpress.XtraLayout.LayoutControlItem
|
||||
Friend WithEvents GridColumn7 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
@@ -791,4 +859,9 @@ Partial Class frmExportMain
|
||||
Friend WithEvents GridColumn9 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents GridColumn10 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents RepositoryItemDateEdit1 As DevExpress.XtraEditors.Repository.RepositoryItemDateEdit
|
||||
Friend WithEvents dateDocDateTo As DevExpress.XtraEditors.DateEdit
|
||||
Friend WithEvents LayoutControlItem8 As DevExpress.XtraLayout.LayoutControlItem
|
||||
Friend WithEvents LayoutControlItem9 As DevExpress.XtraLayout.LayoutControlItem
|
||||
Friend WithEvents comboDocumentType As DevExpress.XtraEditors.GridLookUpEdit
|
||||
Friend WithEvents GridView3 As DevExpress.XtraGrid.Views.Grid.GridView
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user