627 lines
32 KiB
VB.net
627 lines
32 KiB
VB.net
Imports DevExpress.XtraEditors
|
|
Imports DevExpress.XtraLayout
|
|
Imports DevExpress.XtraTab
|
|
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmConfig
|
|
Inherits DevExpress.XtraBars.Ribbon.RibbonForm
|
|
|
|
'Form overrides dispose to clean up the component list.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
MyBase.Dispose(disposing)
|
|
End Sub
|
|
|
|
'Required by the Windows Form Designer
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'NOTE: The following procedure is required by the Windows Form Designer
|
|
'It can be modified using the Windows Form Designer.
|
|
'Do not modify it using the code editor.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConfig))
|
|
Me.ToolbarFormManager1 = New DevExpress.XtraBars.ToolbarForm.ToolbarFormManager(Me.components)
|
|
Me.barDockControlTop = New DevExpress.XtraBars.BarDockControl()
|
|
Me.barDockControlBottom = New DevExpress.XtraBars.BarDockControl()
|
|
Me.barDockControlLeft = New DevExpress.XtraBars.BarDockControl()
|
|
Me.barDockControlRight = New DevExpress.XtraBars.BarDockControl()
|
|
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
|
|
Me.tabPageBasic = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
|
|
Me.txtBaseURL = New DevExpress.XtraEditors.TextEdit()
|
|
Me.txtUsername = New DevExpress.XtraEditors.TextEdit()
|
|
Me.txtPassword = New DevExpress.XtraEditors.TextEdit()
|
|
Me.txtImportBasePath = New DevExpress.XtraEditors.TextEdit()
|
|
Me.txtImportRelativePath = New DevExpress.XtraEditors.TextEdit()
|
|
Me.txtInputDir = New DevExpress.XtraEditors.TextEdit()
|
|
Me.txtOutputDir = New DevExpress.XtraEditors.TextEdit()
|
|
Me.txtSchemaDir = New DevExpress.XtraEditors.TextEdit()
|
|
Me.Root = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.TabbedControlGroup1 = New DevExpress.XtraLayout.TabbedControlGroup()
|
|
Me.LayoutControlGroup2 = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.LayoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem7 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem8 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.LayoutControlItem6 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem5 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem()
|
|
Me.tabPageSchema = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
|
|
Me.TBEDIXMLITEMSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.DS_DD_ECM = New MultiTool.Form.DS_DD_ECM()
|
|
Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colXML_NAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colXML_NODE_ID = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colXML_TYPE_ID = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colORDER_KEY = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colFUNCTION_ID = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colIS_VISIBLE = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colIS_READ_ONLY = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colIS_REQUIRED = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
|
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.TBEDI_XML_ITEMSTableAdapter = New MultiTool.Form.DS_DD_ECMTableAdapters.TBEDI_XML_ITEMSTableAdapter()
|
|
CType(Me.ToolbarFormManager1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.XtraTabControl1.SuspendLayout()
|
|
Me.tabPageBasic.SuspendLayout()
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.LayoutControl1.SuspendLayout()
|
|
CType(Me.txtBaseURL.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtUsername.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtPassword.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtImportBasePath.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtImportRelativePath.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtInputDir.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtOutputDir.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.txtSchemaDir.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TabbedControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlGroup2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.tabPageSchema.SuspendLayout()
|
|
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TBEDIXMLITEMSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.DS_DD_ECM, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ToolbarFormManager1
|
|
'
|
|
Me.ToolbarFormManager1.DockControls.Add(Me.barDockControlTop)
|
|
Me.ToolbarFormManager1.DockControls.Add(Me.barDockControlBottom)
|
|
Me.ToolbarFormManager1.DockControls.Add(Me.barDockControlLeft)
|
|
Me.ToolbarFormManager1.DockControls.Add(Me.barDockControlRight)
|
|
Me.ToolbarFormManager1.Form = Me
|
|
'
|
|
'barDockControlTop
|
|
'
|
|
Me.barDockControlTop.CausesValidation = False
|
|
Me.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.barDockControlTop.Location = New System.Drawing.Point(0, 0)
|
|
Me.barDockControlTop.Manager = Me.ToolbarFormManager1
|
|
Me.barDockControlTop.Size = New System.Drawing.Size(832, 0)
|
|
'
|
|
'barDockControlBottom
|
|
'
|
|
Me.barDockControlBottom.CausesValidation = False
|
|
Me.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.barDockControlBottom.Location = New System.Drawing.Point(0, 509)
|
|
Me.barDockControlBottom.Manager = Me.ToolbarFormManager1
|
|
Me.barDockControlBottom.Size = New System.Drawing.Size(832, 0)
|
|
'
|
|
'barDockControlLeft
|
|
'
|
|
Me.barDockControlLeft.CausesValidation = False
|
|
Me.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.barDockControlLeft.Location = New System.Drawing.Point(0, 0)
|
|
Me.barDockControlLeft.Manager = Me.ToolbarFormManager1
|
|
Me.barDockControlLeft.Size = New System.Drawing.Size(0, 509)
|
|
'
|
|
'barDockControlRight
|
|
'
|
|
Me.barDockControlRight.CausesValidation = False
|
|
Me.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.barDockControlRight.Location = New System.Drawing.Point(832, 0)
|
|
Me.barDockControlRight.Manager = Me.ToolbarFormManager1
|
|
Me.barDockControlRight.Size = New System.Drawing.Size(0, 509)
|
|
'
|
|
'XtraTabControl1
|
|
'
|
|
Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 63)
|
|
Me.XtraTabControl1.Name = "XtraTabControl1"
|
|
Me.XtraTabControl1.SelectedTabPage = Me.tabPageBasic
|
|
Me.XtraTabControl1.Size = New System.Drawing.Size(832, 422)
|
|
Me.XtraTabControl1.TabIndex = 1
|
|
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.tabPageBasic, Me.tabPageSchema})
|
|
'
|
|
'tabPageBasic
|
|
'
|
|
Me.tabPageBasic.Controls.Add(Me.LayoutControl1)
|
|
Me.tabPageBasic.Name = "tabPageBasic"
|
|
Me.tabPageBasic.Size = New System.Drawing.Size(830, 397)
|
|
Me.tabPageBasic.Text = "Basis"
|
|
'
|
|
'LayoutControl1
|
|
'
|
|
Me.LayoutControl1.Controls.Add(Me.txtBaseURL)
|
|
Me.LayoutControl1.Controls.Add(Me.txtUsername)
|
|
Me.LayoutControl1.Controls.Add(Me.txtPassword)
|
|
Me.LayoutControl1.Controls.Add(Me.txtImportBasePath)
|
|
Me.LayoutControl1.Controls.Add(Me.txtImportRelativePath)
|
|
Me.LayoutControl1.Controls.Add(Me.txtInputDir)
|
|
Me.LayoutControl1.Controls.Add(Me.txtOutputDir)
|
|
Me.LayoutControl1.Controls.Add(Me.txtSchemaDir)
|
|
Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.LayoutControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControl1.Name = "LayoutControl1"
|
|
Me.LayoutControl1.Root = Me.Root
|
|
Me.LayoutControl1.Size = New System.Drawing.Size(830, 397)
|
|
Me.LayoutControl1.TabIndex = 0
|
|
Me.LayoutControl1.Text = "LayoutControl1"
|
|
'
|
|
'txtBaseURL
|
|
'
|
|
Me.txtBaseURL.Location = New System.Drawing.Point(133, 50)
|
|
Me.txtBaseURL.MenuManager = Me.ToolbarFormManager1
|
|
Me.txtBaseURL.Name = "txtBaseURL"
|
|
Me.txtBaseURL.Size = New System.Drawing.Size(670, 20)
|
|
Me.txtBaseURL.StyleController = Me.LayoutControl1
|
|
Me.txtBaseURL.TabIndex = 4
|
|
'
|
|
'txtUsername
|
|
'
|
|
Me.txtUsername.Location = New System.Drawing.Point(133, 80)
|
|
Me.txtUsername.MenuManager = Me.ToolbarFormManager1
|
|
Me.txtUsername.Name = "txtUsername"
|
|
Me.txtUsername.Size = New System.Drawing.Size(277, 20)
|
|
Me.txtUsername.StyleController = Me.LayoutControl1
|
|
Me.txtUsername.TabIndex = 5
|
|
'
|
|
'txtPassword
|
|
'
|
|
Me.txtPassword.Location = New System.Drawing.Point(526, 80)
|
|
Me.txtPassword.MenuManager = Me.ToolbarFormManager1
|
|
Me.txtPassword.Name = "txtPassword"
|
|
Me.txtPassword.Size = New System.Drawing.Size(277, 20)
|
|
Me.txtPassword.StyleController = Me.LayoutControl1
|
|
Me.txtPassword.TabIndex = 6
|
|
'
|
|
'txtImportBasePath
|
|
'
|
|
Me.txtImportBasePath.Location = New System.Drawing.Point(133, 110)
|
|
Me.txtImportBasePath.MenuManager = Me.ToolbarFormManager1
|
|
Me.txtImportBasePath.Name = "txtImportBasePath"
|
|
Me.txtImportBasePath.Size = New System.Drawing.Size(670, 20)
|
|
Me.txtImportBasePath.StyleController = Me.LayoutControl1
|
|
Me.txtImportBasePath.TabIndex = 7
|
|
'
|
|
'txtImportRelativePath
|
|
'
|
|
Me.txtImportRelativePath.Location = New System.Drawing.Point(133, 140)
|
|
Me.txtImportRelativePath.MenuManager = Me.ToolbarFormManager1
|
|
Me.txtImportRelativePath.Name = "txtImportRelativePath"
|
|
Me.txtImportRelativePath.Size = New System.Drawing.Size(670, 20)
|
|
Me.txtImportRelativePath.StyleController = Me.LayoutControl1
|
|
Me.txtImportRelativePath.TabIndex = 8
|
|
'
|
|
'txtInputDir
|
|
'
|
|
Me.txtInputDir.Location = New System.Drawing.Point(133, 50)
|
|
Me.txtInputDir.MenuManager = Me.ToolbarFormManager1
|
|
Me.txtInputDir.Name = "txtInputDir"
|
|
Me.txtInputDir.Size = New System.Drawing.Size(670, 20)
|
|
Me.txtInputDir.StyleController = Me.LayoutControl1
|
|
Me.txtInputDir.TabIndex = 9
|
|
'
|
|
'txtOutputDir
|
|
'
|
|
Me.txtOutputDir.Location = New System.Drawing.Point(133, 80)
|
|
Me.txtOutputDir.MenuManager = Me.ToolbarFormManager1
|
|
Me.txtOutputDir.Name = "txtOutputDir"
|
|
Me.txtOutputDir.Size = New System.Drawing.Size(670, 20)
|
|
Me.txtOutputDir.StyleController = Me.LayoutControl1
|
|
Me.txtOutputDir.TabIndex = 10
|
|
'
|
|
'txtSchemaDir
|
|
'
|
|
Me.txtSchemaDir.Location = New System.Drawing.Point(133, 110)
|
|
Me.txtSchemaDir.MenuManager = Me.ToolbarFormManager1
|
|
Me.txtSchemaDir.Name = "txtSchemaDir"
|
|
Me.txtSchemaDir.Size = New System.Drawing.Size(670, 20)
|
|
Me.txtSchemaDir.StyleController = Me.LayoutControl1
|
|
Me.txtSchemaDir.TabIndex = 11
|
|
'
|
|
'Root
|
|
'
|
|
Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
|
Me.Root.GroupBordersVisible = False
|
|
Me.Root.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.TabbedControlGroup1})
|
|
Me.Root.Name = "Root"
|
|
Me.Root.Size = New System.Drawing.Size(830, 397)
|
|
Me.Root.TextVisible = False
|
|
'
|
|
'TabbedControlGroup1
|
|
'
|
|
Me.TabbedControlGroup1.Location = New System.Drawing.Point(0, 0)
|
|
Me.TabbedControlGroup1.Name = "TabbedControlGroup1"
|
|
Me.TabbedControlGroup1.SelectedTabPage = Me.LayoutControlGroup2
|
|
Me.TabbedControlGroup1.Size = New System.Drawing.Size(810, 377)
|
|
Me.TabbedControlGroup1.TabPages.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlGroup2, Me.LayoutControlGroup1})
|
|
'
|
|
'LayoutControlGroup2
|
|
'
|
|
Me.LayoutControlGroup2.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem4, Me.LayoutControlItem7, Me.LayoutControlItem8})
|
|
Me.LayoutControlGroup2.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControlGroup2.Name = "LayoutControlGroup2"
|
|
Me.LayoutControlGroup2.Size = New System.Drawing.Size(786, 330)
|
|
Me.LayoutControlGroup2.Text = "Verzeichnisse"
|
|
'
|
|
'LayoutControlItem4
|
|
'
|
|
Me.LayoutControlItem4.Control = Me.txtInputDir
|
|
Me.LayoutControlItem4.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControlItem4.Name = "LayoutControlItem4"
|
|
Me.LayoutControlItem4.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem4.Size = New System.Drawing.Size(786, 30)
|
|
Me.LayoutControlItem4.Text = "Eingangsverzeichnis"
|
|
Me.LayoutControlItem4.TextSize = New System.Drawing.Size(103, 13)
|
|
'
|
|
'LayoutControlItem7
|
|
'
|
|
Me.LayoutControlItem7.Control = Me.txtOutputDir
|
|
Me.LayoutControlItem7.Location = New System.Drawing.Point(0, 30)
|
|
Me.LayoutControlItem7.Name = "LayoutControlItem7"
|
|
Me.LayoutControlItem7.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem7.Size = New System.Drawing.Size(786, 30)
|
|
Me.LayoutControlItem7.Text = "Ausgangsverzeichnis"
|
|
Me.LayoutControlItem7.TextSize = New System.Drawing.Size(103, 13)
|
|
'
|
|
'LayoutControlItem8
|
|
'
|
|
Me.LayoutControlItem8.Control = Me.txtSchemaDir
|
|
Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 60)
|
|
Me.LayoutControlItem8.Name = "LayoutControlItem8"
|
|
Me.LayoutControlItem8.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem8.Size = New System.Drawing.Size(786, 270)
|
|
Me.LayoutControlItem8.Text = "Vorlagenverzeichnis"
|
|
Me.LayoutControlItem8.TextSize = New System.Drawing.Size(103, 13)
|
|
'
|
|
'LayoutControlGroup1
|
|
'
|
|
Me.LayoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem6, Me.LayoutControlItem5, Me.LayoutControlItem2, Me.LayoutControlItem1, Me.LayoutControlItem3})
|
|
Me.LayoutControlGroup1.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControlGroup1.Name = "LayoutControlGroup1"
|
|
Me.LayoutControlGroup1.Size = New System.Drawing.Size(786, 330)
|
|
Me.LayoutControlGroup1.Text = "WebService"
|
|
'
|
|
'LayoutControlItem6
|
|
'
|
|
Me.LayoutControlItem6.Control = Me.txtImportRelativePath
|
|
Me.LayoutControlItem6.Location = New System.Drawing.Point(0, 90)
|
|
Me.LayoutControlItem6.Name = "LayoutControlItem6"
|
|
Me.LayoutControlItem6.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem6.Size = New System.Drawing.Size(786, 240)
|
|
Me.LayoutControlItem6.Text = "Import Relativer Pfad"
|
|
Me.LayoutControlItem6.TextSize = New System.Drawing.Size(103, 13)
|
|
'
|
|
'LayoutControlItem5
|
|
'
|
|
Me.LayoutControlItem5.Control = Me.txtImportBasePath
|
|
Me.LayoutControlItem5.Location = New System.Drawing.Point(0, 60)
|
|
Me.LayoutControlItem5.Name = "LayoutControlItem5"
|
|
Me.LayoutControlItem5.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem5.Size = New System.Drawing.Size(786, 30)
|
|
Me.LayoutControlItem5.Text = "Import Basis Pfad"
|
|
Me.LayoutControlItem5.TextSize = New System.Drawing.Size(103, 13)
|
|
'
|
|
'LayoutControlItem2
|
|
'
|
|
Me.LayoutControlItem2.Control = Me.txtUsername
|
|
Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 30)
|
|
Me.LayoutControlItem2.Name = "LayoutControlItem2"
|
|
Me.LayoutControlItem2.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem2.Size = New System.Drawing.Size(393, 30)
|
|
Me.LayoutControlItem2.Text = "Username"
|
|
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(103, 13)
|
|
'
|
|
'LayoutControlItem1
|
|
'
|
|
Me.LayoutControlItem1.Control = Me.txtBaseURL
|
|
Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControlItem1.Name = "LayoutControlItem1"
|
|
Me.LayoutControlItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem1.Size = New System.Drawing.Size(786, 30)
|
|
Me.LayoutControlItem1.Text = "BaseURL"
|
|
Me.LayoutControlItem1.TextSize = New System.Drawing.Size(103, 13)
|
|
'
|
|
'LayoutControlItem3
|
|
'
|
|
Me.LayoutControlItem3.Control = Me.txtPassword
|
|
Me.LayoutControlItem3.Location = New System.Drawing.Point(393, 30)
|
|
Me.LayoutControlItem3.Name = "LayoutControlItem3"
|
|
Me.LayoutControlItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5)
|
|
Me.LayoutControlItem3.Size = New System.Drawing.Size(393, 30)
|
|
Me.LayoutControlItem3.Text = "Password"
|
|
Me.LayoutControlItem3.TextSize = New System.Drawing.Size(103, 13)
|
|
'
|
|
'tabPageSchema
|
|
'
|
|
Me.tabPageSchema.Controls.Add(Me.GridControl1)
|
|
Me.tabPageSchema.Name = "tabPageSchema"
|
|
Me.tabPageSchema.Size = New System.Drawing.Size(830, 397)
|
|
Me.tabPageSchema.Text = "Schema"
|
|
'
|
|
'GridControl1
|
|
'
|
|
Me.GridControl1.DataSource = Me.TBEDIXMLITEMSBindingSource
|
|
Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GridControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.GridControl1.MainView = Me.GridView1
|
|
Me.GridControl1.MenuManager = Me.ToolbarFormManager1
|
|
Me.GridControl1.Name = "GridControl1"
|
|
Me.GridControl1.Size = New System.Drawing.Size(830, 397)
|
|
Me.GridControl1.TabIndex = 0
|
|
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1})
|
|
'
|
|
'TBEDIXMLITEMSBindingSource
|
|
'
|
|
Me.TBEDIXMLITEMSBindingSource.DataMember = "TBEDI_XML_ITEMS"
|
|
Me.TBEDIXMLITEMSBindingSource.DataSource = Me.DS_DD_ECM
|
|
'
|
|
'DS_DD_ECM
|
|
'
|
|
Me.DS_DD_ECM.DataSetName = "DS_DD_ECM"
|
|
Me.DS_DD_ECM.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'GridView1
|
|
'
|
|
Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colXML_NAME, Me.colXML_NODE_ID, Me.colXML_TYPE_ID, Me.colORDER_KEY, Me.colFUNCTION_ID, Me.colIS_VISIBLE, Me.colIS_READ_ONLY, Me.colIS_REQUIRED})
|
|
Me.GridView1.GridControl = Me.GridControl1
|
|
Me.GridView1.GroupCount = 1
|
|
Me.GridView1.Name = "GridView1"
|
|
Me.GridView1.SortInfo.AddRange(New DevExpress.XtraGrid.Columns.GridColumnSortInfo() {New DevExpress.XtraGrid.Columns.GridColumnSortInfo(Me.colXML_NODE_ID, DevExpress.Data.ColumnSortOrder.Ascending)})
|
|
'
|
|
'colGUID
|
|
'
|
|
Me.colGUID.FieldName = "GUID"
|
|
Me.colGUID.Name = "colGUID"
|
|
Me.colGUID.Visible = True
|
|
Me.colGUID.VisibleIndex = 0
|
|
'
|
|
'colXML_NAME
|
|
'
|
|
Me.colXML_NAME.FieldName = "XML_NAME"
|
|
Me.colXML_NAME.Name = "colXML_NAME"
|
|
Me.colXML_NAME.Visible = True
|
|
Me.colXML_NAME.VisibleIndex = 1
|
|
'
|
|
'colXML_NODE_ID
|
|
'
|
|
Me.colXML_NODE_ID.Caption = "Tabelle"
|
|
Me.colXML_NODE_ID.FieldName = "XML_NODE_ID"
|
|
Me.colXML_NODE_ID.Name = "colXML_NODE_ID"
|
|
Me.colXML_NODE_ID.Visible = True
|
|
Me.colXML_NODE_ID.VisibleIndex = 2
|
|
'
|
|
'colXML_TYPE_ID
|
|
'
|
|
Me.colXML_TYPE_ID.FieldName = "XML_TYPE_ID"
|
|
Me.colXML_TYPE_ID.Name = "colXML_TYPE_ID"
|
|
Me.colXML_TYPE_ID.Visible = True
|
|
Me.colXML_TYPE_ID.VisibleIndex = 2
|
|
'
|
|
'colORDER_KEY
|
|
'
|
|
Me.colORDER_KEY.FieldName = "ORDER_KEY"
|
|
Me.colORDER_KEY.Name = "colORDER_KEY"
|
|
Me.colORDER_KEY.Visible = True
|
|
Me.colORDER_KEY.VisibleIndex = 3
|
|
'
|
|
'colFUNCTION_ID
|
|
'
|
|
Me.colFUNCTION_ID.FieldName = "FUNCTION_ID"
|
|
Me.colFUNCTION_ID.Name = "colFUNCTION_ID"
|
|
Me.colFUNCTION_ID.Visible = True
|
|
Me.colFUNCTION_ID.VisibleIndex = 4
|
|
'
|
|
'colIS_VISIBLE
|
|
'
|
|
Me.colIS_VISIBLE.Caption = "Visible?"
|
|
Me.colIS_VISIBLE.FieldName = "IS_VISIBLE"
|
|
Me.colIS_VISIBLE.Name = "colIS_VISIBLE"
|
|
Me.colIS_VISIBLE.Visible = True
|
|
Me.colIS_VISIBLE.VisibleIndex = 6
|
|
'
|
|
'colIS_READ_ONLY
|
|
'
|
|
Me.colIS_READ_ONLY.Caption = "ReadOnly?"
|
|
Me.colIS_READ_ONLY.FieldName = "IS_READ_ONLY"
|
|
Me.colIS_READ_ONLY.Name = "colIS_READ_ONLY"
|
|
Me.colIS_READ_ONLY.Visible = True
|
|
Me.colIS_READ_ONLY.VisibleIndex = 5
|
|
'
|
|
'colIS_REQUIRED
|
|
'
|
|
Me.colIS_REQUIRED.Caption = "Required?"
|
|
Me.colIS_REQUIRED.FieldName = "IS_REQUIRED"
|
|
Me.colIS_REQUIRED.Name = "colIS_REQUIRED"
|
|
Me.colIS_REQUIRED.Visible = True
|
|
Me.colIS_REQUIRED.VisibleIndex = 7
|
|
'
|
|
'RibbonControl1
|
|
'
|
|
Me.RibbonControl1.CommandLayout = DevExpress.XtraBars.Ribbon.CommandLayout.Simplified
|
|
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.RibbonControl1.SearchEditItem, Me.BarButtonItem1})
|
|
Me.RibbonControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.RibbonControl1.MaxItemId = 2
|
|
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.Size = New System.Drawing.Size(832, 63)
|
|
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
|
'
|
|
'BarButtonItem1
|
|
'
|
|
Me.BarButtonItem1.Caption = "Speichern"
|
|
Me.BarButtonItem1.Id = 1
|
|
Me.BarButtonItem1.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.BarButtonItem1.Name = "BarButtonItem1"
|
|
'
|
|
'RibbonPage1
|
|
'
|
|
Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1})
|
|
Me.RibbonPage1.Name = "RibbonPage1"
|
|
Me.RibbonPage1.Text = "Start"
|
|
'
|
|
'RibbonPageGroup1
|
|
'
|
|
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem1)
|
|
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
|
Me.RibbonPageGroup1.Text = "RibbonPageGroup1"
|
|
'
|
|
'RibbonStatusBar1
|
|
'
|
|
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 485)
|
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
|
Me.RibbonStatusBar1.Size = New System.Drawing.Size(832, 24)
|
|
'
|
|
'RibbonPage2
|
|
'
|
|
Me.RibbonPage2.Name = "RibbonPage2"
|
|
Me.RibbonPage2.Text = "RibbonPage2"
|
|
'
|
|
'TBEDI_XML_ITEMSTableAdapter
|
|
'
|
|
Me.TBEDI_XML_ITEMSTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'frmConfig
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(832, 509)
|
|
Me.Controls.Add(Me.XtraTabControl1)
|
|
Me.Controls.Add(Me.RibbonControl1)
|
|
Me.Controls.Add(Me.RibbonStatusBar1)
|
|
Me.Controls.Add(Me.barDockControlLeft)
|
|
Me.Controls.Add(Me.barDockControlRight)
|
|
Me.Controls.Add(Me.barDockControlBottom)
|
|
Me.Controls.Add(Me.barDockControlTop)
|
|
Me.IconOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.bo_unknown1
|
|
Me.Name = "frmConfig"
|
|
Me.Ribbon = Me.RibbonControl1
|
|
Me.StatusBar = Me.RibbonStatusBar1
|
|
Me.Text = "Konfiguration"
|
|
CType(Me.ToolbarFormManager1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.XtraTabControl1.ResumeLayout(False)
|
|
Me.tabPageBasic.ResumeLayout(False)
|
|
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.LayoutControl1.ResumeLayout(False)
|
|
CType(Me.txtBaseURL.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtUsername.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtPassword.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtImportBasePath.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtImportRelativePath.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtInputDir.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtOutputDir.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.txtSchemaDir.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TabbedControlGroup1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlGroup2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.tabPageSchema.ResumeLayout(False)
|
|
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TBEDIXMLITEMSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.DS_DD_ECM, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents ToolbarFormManager1 As DevExpress.XtraBars.ToolbarForm.ToolbarFormManager
|
|
Friend WithEvents barDockControlTop As DevExpress.XtraBars.BarDockControl
|
|
Friend WithEvents barDockControlBottom As DevExpress.XtraBars.BarDockControl
|
|
Friend WithEvents barDockControlLeft As DevExpress.XtraBars.BarDockControl
|
|
Friend WithEvents barDockControlRight As DevExpress.XtraBars.BarDockControl
|
|
Friend WithEvents XtraTabControl1 As XtraTabControl
|
|
Friend WithEvents tabPageBasic As XtraTabPage
|
|
Friend WithEvents LayoutControl1 As LayoutControl
|
|
Friend WithEvents Root As LayoutControlGroup
|
|
Friend WithEvents txtBaseURL As TextEdit
|
|
Friend WithEvents txtUsername As TextEdit
|
|
Friend WithEvents txtPassword As TextEdit
|
|
Friend WithEvents txtImportBasePath As TextEdit
|
|
Friend WithEvents txtImportRelativePath As TextEdit
|
|
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 BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
|
|
Friend WithEvents tabPageSchema As XtraTabPage
|
|
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents DS_DD_ECM As DS_DD_ECM
|
|
Friend WithEvents TBEDIXMLITEMSBindingSource As BindingSource
|
|
Friend WithEvents TBEDI_XML_ITEMSTableAdapter As DS_DD_ECMTableAdapters.TBEDI_XML_ITEMSTableAdapter
|
|
Friend WithEvents TabbedControlGroup1 As TabbedControlGroup
|
|
Friend WithEvents LayoutControlGroup1 As LayoutControlGroup
|
|
Friend WithEvents LayoutControlItem6 As LayoutControlItem
|
|
Friend WithEvents LayoutControlItem5 As LayoutControlItem
|
|
Friend WithEvents LayoutControlItem2 As LayoutControlItem
|
|
Friend WithEvents LayoutControlItem1 As LayoutControlItem
|
|
Friend WithEvents LayoutControlItem3 As LayoutControlItem
|
|
Friend WithEvents txtInputDir As TextEdit
|
|
Friend WithEvents txtOutputDir As TextEdit
|
|
Friend WithEvents txtSchemaDir As TextEdit
|
|
Friend WithEvents LayoutControlGroup2 As LayoutControlGroup
|
|
Friend WithEvents LayoutControlItem4 As LayoutControlItem
|
|
Friend WithEvents LayoutControlItem7 As LayoutControlItem
|
|
Friend WithEvents LayoutControlItem8 As LayoutControlItem
|
|
Friend WithEvents colGUID As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colXML_NAME As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colXML_NODE_ID As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colXML_TYPE_ID As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colORDER_KEY As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colFUNCTION_ID As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colIS_VISIBLE As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colIS_READ_ONLY As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colIS_REQUIRED As DevExpress.XtraGrid.Columns.GridColumn
|
|
End Class
|