318 lines
16 KiB
VB.net
318 lines
16 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmExportMain
|
|
Inherits DevExpress.XtraBars.Ribbon.RibbonForm
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmExportMain))
|
|
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
|
Me.BarStaticItem1 = New DevExpress.XtraBars.BarStaticItem()
|
|
Me.BarStaticItem2 = New DevExpress.XtraBars.BarStaticItem()
|
|
Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
|
Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.GridControlDocuments = New DevExpress.XtraGrid.GridControl()
|
|
Me.GridViewDocuments = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.colNumber = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colAccount = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colDate = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.SplitContainerControl1 = New DevExpress.XtraEditors.SplitContainerControl()
|
|
Me.PanelControl1 = New DevExpress.XtraEditors.PanelControl()
|
|
Me.LabelControl1 = New DevExpress.XtraEditors.LabelControl()
|
|
Me.lookupMandator = New DevExpress.XtraEditors.GridLookUpEdit()
|
|
Me.GridLookUpEdit1View = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.colId = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colName = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.LabelControl2 = New DevExpress.XtraEditors.LabelControl()
|
|
Me.colSelected = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridControlDocuments, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridViewDocuments, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.SplitContainerControl1.Panel1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerControl1.Panel1.SuspendLayout()
|
|
CType(Me.SplitContainerControl1.Panel2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerControl1.Panel2.SuspendLayout()
|
|
Me.SplitContainerControl1.SuspendLayout()
|
|
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.PanelControl1.SuspendLayout()
|
|
CType(Me.lookupMandator.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridLookUpEdit1View, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'RibbonControl1
|
|
'
|
|
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarStaticItem1, Me.BarStaticItem2, Me.BarButtonItem1})
|
|
Me.RibbonControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.RibbonControl1.MaxItemId = 4
|
|
Me.RibbonControl1.Name = "RibbonControl1"
|
|
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
|
Me.RibbonControl1.Size = New System.Drawing.Size(1107, 158)
|
|
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
|
'
|
|
'BarStaticItem1
|
|
'
|
|
Me.BarStaticItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right
|
|
Me.BarStaticItem1.Caption = "BarStaticItem1"
|
|
Me.BarStaticItem1.Id = 1
|
|
Me.BarStaticItem1.Name = "BarStaticItem1"
|
|
'
|
|
'BarStaticItem2
|
|
'
|
|
Me.BarStaticItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right
|
|
Me.BarStaticItem2.Caption = "BarStaticItem2"
|
|
Me.BarStaticItem2.Id = 2
|
|
Me.BarStaticItem2.Name = "BarStaticItem2"
|
|
'
|
|
'BarButtonItem1
|
|
'
|
|
Me.BarButtonItem1.Caption = "Daten einlesen"
|
|
Me.BarButtonItem1.Id = 3
|
|
Me.BarButtonItem1.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.icon_export
|
|
Me.BarButtonItem1.Name = "BarButtonItem1"
|
|
'
|
|
'RibbonPage1
|
|
'
|
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1})
|
|
Me.RibbonPage1.Name = "RibbonPage1"
|
|
Me.RibbonPage1.Text = "RibbonPage1"
|
|
'
|
|
'RibbonPageGroup1
|
|
'
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem1)
|
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
|
Me.RibbonPageGroup1.Text = "Start"
|
|
'
|
|
'RibbonStatusBar1
|
|
'
|
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.BarStaticItem1)
|
|
Me.RibbonStatusBar1.ItemLinks.Add(Me.BarStaticItem2)
|
|
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 696)
|
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
|
Me.RibbonStatusBar1.Size = New System.Drawing.Size(1107, 24)
|
|
'
|
|
'RibbonPage2
|
|
'
|
|
Me.RibbonPage2.Name = "RibbonPage2"
|
|
Me.RibbonPage2.Text = "RibbonPage2"
|
|
'
|
|
'GridControlDocuments
|
|
'
|
|
Me.GridControlDocuments.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GridControlDocuments.Location = New System.Drawing.Point(0, 33)
|
|
Me.GridControlDocuments.MainView = Me.GridViewDocuments
|
|
Me.GridControlDocuments.MenuManager = Me.RibbonControl1
|
|
Me.GridControlDocuments.Name = "GridControlDocuments"
|
|
Me.GridControlDocuments.Size = New System.Drawing.Size(385, 505)
|
|
Me.GridControlDocuments.TabIndex = 2
|
|
Me.GridControlDocuments.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewDocuments})
|
|
'
|
|
'GridViewDocuments
|
|
'
|
|
Me.GridViewDocuments.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colSelected, Me.colNumber, Me.colAccount, Me.colDate})
|
|
Me.GridViewDocuments.GridControl = Me.GridControlDocuments
|
|
Me.GridViewDocuments.Name = "GridViewDocuments"
|
|
'
|
|
'colNumber
|
|
'
|
|
Me.colNumber.Caption = "Belegnummer"
|
|
Me.colNumber.FieldName = "Number"
|
|
Me.colNumber.Name = "colNumber"
|
|
Me.colNumber.Visible = True
|
|
Me.colNumber.VisibleIndex = 1
|
|
Me.colNumber.Width = 110
|
|
'
|
|
'colAccount
|
|
'
|
|
Me.colAccount.Caption = "Konto"
|
|
Me.colAccount.FieldName = "Account"
|
|
Me.colAccount.Name = "colAccount"
|
|
Me.colAccount.Visible = True
|
|
Me.colAccount.VisibleIndex = 2
|
|
Me.colAccount.Width = 110
|
|
'
|
|
'colDate
|
|
'
|
|
Me.colDate.Caption = "Datum"
|
|
Me.colDate.FieldName = "Date"
|
|
Me.colDate.Name = "colDate"
|
|
Me.colDate.Visible = True
|
|
Me.colDate.VisibleIndex = 3
|
|
Me.colDate.Width = 110
|
|
'
|
|
'SplitContainerControl1
|
|
'
|
|
Me.SplitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainerControl1.Location = New System.Drawing.Point(0, 158)
|
|
Me.SplitContainerControl1.Name = "SplitContainerControl1"
|
|
'
|
|
'SplitContainerControl1.Panel1
|
|
'
|
|
Me.SplitContainerControl1.Panel1.Controls.Add(Me.GridControlDocuments)
|
|
Me.SplitContainerControl1.Panel1.Controls.Add(Me.PanelControl1)
|
|
Me.SplitContainerControl1.Panel1.Text = "Panel1"
|
|
'
|
|
'SplitContainerControl1.Panel2
|
|
'
|
|
Me.SplitContainerControl1.Panel2.Controls.Add(Me.LabelControl2)
|
|
Me.SplitContainerControl1.Panel2.Text = "Panel2"
|
|
Me.SplitContainerControl1.Size = New System.Drawing.Size(1107, 538)
|
|
Me.SplitContainerControl1.SplitterPosition = 385
|
|
Me.SplitContainerControl1.TabIndex = 5
|
|
'
|
|
'PanelControl1
|
|
'
|
|
Me.PanelControl1.Controls.Add(Me.LabelControl1)
|
|
Me.PanelControl1.Controls.Add(Me.lookupMandator)
|
|
Me.PanelControl1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.PanelControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.PanelControl1.Name = "PanelControl1"
|
|
Me.PanelControl1.Size = New System.Drawing.Size(385, 33)
|
|
Me.PanelControl1.TabIndex = 0
|
|
'
|
|
'LabelControl1
|
|
'
|
|
Me.LabelControl1.Appearance.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.LabelControl1.Appearance.Options.UseFont = True
|
|
Me.LabelControl1.Location = New System.Drawing.Point(5, 9)
|
|
Me.LabelControl1.Name = "LabelControl1"
|
|
Me.LabelControl1.Size = New System.Drawing.Size(50, 13)
|
|
Me.LabelControl1.TabIndex = 4
|
|
Me.LabelControl1.Text = "Mandant"
|
|
'
|
|
'lookupMandator
|
|
'
|
|
Me.lookupMandator.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.lookupMandator.Location = New System.Drawing.Point(75, 6)
|
|
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.PopupView = Me.GridLookUpEdit1View
|
|
Me.lookupMandator.Size = New System.Drawing.Size(305, 20)
|
|
Me.lookupMandator.TabIndex = 3
|
|
'
|
|
'GridLookUpEdit1View
|
|
'
|
|
Me.GridLookUpEdit1View.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colId, Me.colName})
|
|
Me.GridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus
|
|
Me.GridLookUpEdit1View.Name = "GridLookUpEdit1View"
|
|
Me.GridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = False
|
|
Me.GridLookUpEdit1View.OptionsView.ShowGroupPanel = False
|
|
'
|
|
'colId
|
|
'
|
|
Me.colId.Caption = "Id"
|
|
Me.colId.FieldName = "Id"
|
|
Me.colId.Name = "colId"
|
|
Me.colId.Visible = True
|
|
Me.colId.VisibleIndex = 0
|
|
'
|
|
'colName
|
|
'
|
|
Me.colName.Caption = "Name"
|
|
Me.colName.FieldName = "Name"
|
|
Me.colName.Name = "colName"
|
|
Me.colName.Visible = True
|
|
Me.colName.VisibleIndex = 1
|
|
'
|
|
'LabelControl2
|
|
'
|
|
Me.LabelControl2.Appearance.Font = New System.Drawing.Font("Tahoma", 48.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.LabelControl2.Appearance.ForeColor = System.Drawing.Color.Silver
|
|
Me.LabelControl2.Appearance.Options.UseFont = True
|
|
Me.LabelControl2.Appearance.Options.UseForeColor = True
|
|
Me.LabelControl2.Location = New System.Drawing.Point(165, 221)
|
|
Me.LabelControl2.Name = "LabelControl2"
|
|
Me.LabelControl2.Size = New System.Drawing.Size(452, 77)
|
|
Me.LabelControl2.TabIndex = 0
|
|
Me.LabelControl2.Text = "Nothing to see.."
|
|
'
|
|
'colSelected
|
|
'
|
|
Me.colSelected.FieldName = "colSelected"
|
|
Me.colSelected.ImageOptions.SvgImage = CType(resources.GetObject("colSelected.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.colSelected.ImageOptions.SvgImageSize = New System.Drawing.Size(16, 16)
|
|
Me.colSelected.Name = "colSelected"
|
|
Me.colSelected.UnboundDataType = GetType(Boolean)
|
|
Me.colSelected.Visible = True
|
|
Me.colSelected.VisibleIndex = 0
|
|
Me.colSelected.Width = 112
|
|
'
|
|
'frmExportMain
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1107, 720)
|
|
Me.Controls.Add(Me.SplitContainerControl1)
|
|
Me.Controls.Add(Me.RibbonStatusBar1)
|
|
Me.Controls.Add(Me.RibbonControl1)
|
|
Me.Name = "frmExportMain"
|
|
Me.Ribbon = Me.RibbonControl1
|
|
Me.StatusBar = Me.RibbonStatusBar1
|
|
Me.Text = "frmExportMain"
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridControlDocuments, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridViewDocuments, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.SplitContainerControl1.Panel1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerControl1.Panel1.ResumeLayout(False)
|
|
CType(Me.SplitContainerControl1.Panel2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerControl1.Panel2.ResumeLayout(False)
|
|
Me.SplitContainerControl1.Panel2.PerformLayout()
|
|
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerControl1.ResumeLayout(False)
|
|
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.PanelControl1.ResumeLayout(False)
|
|
Me.PanelControl1.PerformLayout()
|
|
CType(Me.lookupMandator.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridLookUpEdit1View, 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 RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
|
Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage
|
|
Friend WithEvents BarStaticItem1 As DevExpress.XtraBars.BarStaticItem
|
|
Friend WithEvents BarStaticItem2 As DevExpress.XtraBars.BarStaticItem
|
|
Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents GridControlDocuments As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents GridViewDocuments As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents SplitContainerControl1 As DevExpress.XtraEditors.SplitContainerControl
|
|
Friend WithEvents PanelControl1 As DevExpress.XtraEditors.PanelControl
|
|
Friend WithEvents LabelControl1 As DevExpress.XtraEditors.LabelControl
|
|
Friend WithEvents lookupMandator As DevExpress.XtraEditors.GridLookUpEdit
|
|
Friend WithEvents GridLookUpEdit1View As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents colId As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colName As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents LabelControl2 As DevExpress.XtraEditors.LabelControl
|
|
Friend WithEvents colNumber As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colAccount As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colDate As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colSelected As DevExpress.XtraGrid.Columns.GridColumn
|
|
End Class
|