First Version with Template Config from Database
This commit is contained in:
306
MultiTool.Form/frmConfig.Designer.vb
generated
306
MultiTool.Form/frmConfig.Designer.vb
generated
@@ -31,30 +31,53 @@ Partial Class frmConfig
|
||||
Me.barDockControlLeft = New DevExpress.XtraBars.BarDockControl()
|
||||
Me.barDockControlRight = New DevExpress.XtraBars.BarDockControl()
|
||||
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
|
||||
Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage()
|
||||
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.XtraTabPage1.SuspendLayout()
|
||||
Me.tabPageBasic.SuspendLayout()
|
||||
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.LayoutControl1.SuspendLayout()
|
||||
CType(Me.txtBaseURL.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -62,13 +85,26 @@ Partial Class frmConfig
|
||||
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()
|
||||
'
|
||||
@@ -117,17 +153,17 @@ Partial Class frmConfig
|
||||
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.XtraTabPage1
|
||||
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.XtraTabPage1})
|
||||
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.tabPageBasic, Me.tabPageSchema})
|
||||
'
|
||||
'XtraTabPage1
|
||||
'tabPageBasic
|
||||
'
|
||||
Me.XtraTabPage1.Controls.Add(Me.LayoutControl1)
|
||||
Me.XtraTabPage1.Name = "XtraTabPage1"
|
||||
Me.XtraTabPage1.Size = New System.Drawing.Size(830, 397)
|
||||
Me.XtraTabPage1.Text = "Basis"
|
||||
Me.tabPageBasic.Controls.Add(Me.LayoutControl1)
|
||||
Me.tabPageBasic.Name = "tabPageBasic"
|
||||
Me.tabPageBasic.Size = New System.Drawing.Size(830, 397)
|
||||
Me.tabPageBasic.Text = "Basis"
|
||||
'
|
||||
'LayoutControl1
|
||||
'
|
||||
@@ -136,6 +172,9 @@ Partial Class frmConfig
|
||||
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"
|
||||
@@ -146,7 +185,7 @@ Partial Class frmConfig
|
||||
'
|
||||
'txtBaseURL
|
||||
'
|
||||
Me.txtBaseURL.Location = New System.Drawing.Point(133, 48)
|
||||
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)
|
||||
@@ -155,7 +194,7 @@ Partial Class frmConfig
|
||||
'
|
||||
'txtUsername
|
||||
'
|
||||
Me.txtUsername.Location = New System.Drawing.Point(133, 78)
|
||||
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)
|
||||
@@ -164,7 +203,7 @@ Partial Class frmConfig
|
||||
'
|
||||
'txtPassword
|
||||
'
|
||||
Me.txtPassword.Location = New System.Drawing.Point(526, 78)
|
||||
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)
|
||||
@@ -173,7 +212,7 @@ Partial Class frmConfig
|
||||
'
|
||||
'txtImportBasePath
|
||||
'
|
||||
Me.txtImportBasePath.Location = New System.Drawing.Point(133, 108)
|
||||
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)
|
||||
@@ -182,28 +221,101 @@ Partial Class frmConfig
|
||||
'
|
||||
'txtImportRelativePath
|
||||
'
|
||||
Me.txtImportRelativePath.Location = New System.Drawing.Point(133, 138)
|
||||
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.LayoutControlGroup1})
|
||||
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(810, 377)
|
||||
Me.LayoutControlGroup1.Size = New System.Drawing.Size(786, 330)
|
||||
Me.LayoutControlGroup1.Text = "WebService"
|
||||
'
|
||||
'LayoutControlItem6
|
||||
@@ -212,7 +324,7 @@ Partial Class frmConfig
|
||||
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, 242)
|
||||
Me.LayoutControlItem6.Size = New System.Drawing.Size(786, 240)
|
||||
Me.LayoutControlItem6.Text = "Import Relativer Pfad"
|
||||
Me.LayoutControlItem6.TextSize = New System.Drawing.Size(103, 13)
|
||||
'
|
||||
@@ -256,6 +368,110 @@ Partial Class frmConfig
|
||||
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
|
||||
@@ -301,6 +517,10 @@ Partial Class frmConfig
|
||||
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!)
|
||||
@@ -321,7 +541,7 @@ Partial Class frmConfig
|
||||
CType(Me.ToolbarFormManager1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.XtraTabControl1.ResumeLayout(False)
|
||||
Me.XtraTabPage1.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()
|
||||
@@ -329,13 +549,26 @@ Partial Class frmConfig
|
||||
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()
|
||||
@@ -347,7 +580,7 @@ Partial Class frmConfig
|
||||
Friend WithEvents barDockControlLeft As DevExpress.XtraBars.BarDockControl
|
||||
Friend WithEvents barDockControlRight As DevExpress.XtraBars.BarDockControl
|
||||
Friend WithEvents XtraTabControl1 As XtraTabControl
|
||||
Friend WithEvents XtraTabPage1 As XtraTabPage
|
||||
Friend WithEvents tabPageBasic As XtraTabPage
|
||||
Friend WithEvents LayoutControl1 As LayoutControl
|
||||
Friend WithEvents Root As LayoutControlGroup
|
||||
Friend WithEvents txtBaseURL As TextEdit
|
||||
@@ -355,16 +588,39 @@ Partial Class frmConfig
|
||||
Friend WithEvents txtPassword As TextEdit
|
||||
Friend WithEvents txtImportBasePath As TextEdit
|
||||
Friend WithEvents txtImportRelativePath As TextEdit
|
||||
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 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
|
||||
|
||||
Reference in New Issue
Block a user