Autoload template, ask for reload on selecting mandator
This commit is contained in:
419
MultiTool.Form/frmConfig.Designer.vb
generated
419
MultiTool.Form/frmConfig.Designer.vb
generated
@@ -32,6 +32,7 @@ Partial Class frmConfig
|
||||
Me.DS_DD_ECM = New MultiTool.Form.DS_DD_ECM()
|
||||
Me.GridViewSchema = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colACTIVE2 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colXML_NAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colXML_TYPE_ID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colIS_READ_ONLY = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
@@ -43,6 +44,7 @@ Partial Class frmConfig
|
||||
Me.colFUNCTION_ID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colFUNCTION_PARAMETERS = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.RepositoryItemMemoExEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit()
|
||||
Me.colPREFER_EXTERNAL = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colXML_TABLE_ID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colADDED_WHO1 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colADDED_WHEN1 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
@@ -51,6 +53,26 @@ Partial Class frmConfig
|
||||
Me.colTABLE_NAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colTEMPLATE_NAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.RepositoryItemMemoEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit()
|
||||
Me.SidePanel1 = New DevExpress.XtraEditors.SidePanel()
|
||||
Me.LayoutControl2 = New DevExpress.XtraLayout.LayoutControl()
|
||||
Me.CheckEdit1 = New DevExpress.XtraEditors.CheckEdit()
|
||||
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
||||
Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.BarButtonItem2 = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.BarButtonItem3 = 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.CheckEdit2 = New DevExpress.XtraEditors.CheckEdit()
|
||||
Me.CheckEdit3 = New DevExpress.XtraEditors.CheckEdit()
|
||||
Me.CheckEdit4 = New DevExpress.XtraEditors.CheckEdit()
|
||||
Me.CheckEdit5 = New DevExpress.XtraEditors.CheckEdit()
|
||||
Me.LayoutControlGroup4 = New DevExpress.XtraLayout.LayoutControlGroup()
|
||||
Me.LayoutControlItem7 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.LayoutControlItem8 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.LayoutControlItem9 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.LayoutControlItem10 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.LayoutControlItem11 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.tabPageConfig = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.GridConfig = New DevExpress.XtraGrid.GridControl()
|
||||
Me.TBMT_CONFIGBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
@@ -65,13 +87,6 @@ Partial Class frmConfig
|
||||
Me.colCOMMENT = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colACTIVE = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colTEMPLATE_ID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
||||
Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.BarButtonItem2 = New DevExpress.XtraBars.BarButtonItem()
|
||||
Me.BarButtonItem3 = 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.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl()
|
||||
Me.txtYearOverride = New DevExpress.XtraEditors.TextEdit()
|
||||
Me.txtWebserviceBaseurl = New DevExpress.XtraEditors.TextEdit()
|
||||
@@ -94,6 +109,9 @@ Partial Class frmConfig
|
||||
Me.TBMT_TEMPLATE_ITEMSTableAdapter = New MultiTool.Form.DS_DD_ECMTableAdapters.TBMT_TEMPLATE_ITEMSTableAdapter()
|
||||
Me.TBMT_CONFIGTableAdapter = New MultiTool.Form.DS_DD_ECMTableAdapters.TBMT_CONFIGTableAdapter()
|
||||
Me.TableAdapterManager = New MultiTool.Form.DS_DD_ECMTableAdapters.TableAdapterManager()
|
||||
Me.CheckEdit6 = New DevExpress.XtraEditors.CheckEdit()
|
||||
Me.LayoutControlItem12 = New DevExpress.XtraLayout.LayoutControlItem()
|
||||
Me.SimpleLabelItem1 = New DevExpress.XtraLayout.SimpleLabelItem()
|
||||
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.XtraTabControl1.SuspendLayout()
|
||||
Me.tabPageSchema.SuspendLayout()
|
||||
@@ -104,11 +122,25 @@ Partial Class frmConfig
|
||||
CType(Me.RepositoryItemSpinEdit1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.RepositoryItemMemoExEdit1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.RepositoryItemMemoEdit1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SidePanel1.SuspendLayout()
|
||||
CType(Me.LayoutControl2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.LayoutControl2.SuspendLayout()
|
||||
CType(Me.CheckEdit1.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.CheckEdit2.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.CheckEdit3.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.CheckEdit4.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.CheckEdit5.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlGroup4, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem9, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem10, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem11, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.tabPageConfig.SuspendLayout()
|
||||
CType(Me.GridConfig, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBMT_CONFIGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridViewConfig, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.LayoutControl1.SuspendLayout()
|
||||
CType(Me.txtYearOverride.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -128,6 +160,9 @@ Partial Class frmConfig
|
||||
CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.CheckEdit6.Properties, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.LayoutControlItem12, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.SimpleLabelItem1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'XtraTabControl1
|
||||
@@ -143,6 +178,7 @@ Partial Class frmConfig
|
||||
'tabPageSchema
|
||||
'
|
||||
Me.tabPageSchema.Controls.Add(Me.GridSchema)
|
||||
Me.tabPageSchema.Controls.Add(Me.SidePanel1)
|
||||
Me.tabPageSchema.Name = "tabPageSchema"
|
||||
Me.tabPageSchema.Size = New System.Drawing.Size(1130, 582)
|
||||
Me.tabPageSchema.Text = "Schema"
|
||||
@@ -155,7 +191,7 @@ Partial Class frmConfig
|
||||
Me.GridSchema.MainView = Me.GridViewSchema
|
||||
Me.GridSchema.Name = "GridSchema"
|
||||
Me.GridSchema.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemMemoEdit1, Me.RepositoryItemSpinEdit1, Me.RepositoryItemMemoExEdit1})
|
||||
Me.GridSchema.Size = New System.Drawing.Size(1130, 582)
|
||||
Me.GridSchema.Size = New System.Drawing.Size(796, 582)
|
||||
Me.GridSchema.TabIndex = 0
|
||||
Me.GridSchema.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewSchema})
|
||||
'
|
||||
@@ -171,7 +207,7 @@ Partial Class frmConfig
|
||||
'
|
||||
'GridViewSchema
|
||||
'
|
||||
Me.GridViewSchema.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colXML_NAME, Me.colXML_TYPE_ID, Me.colIS_READ_ONLY, Me.colIS_VISIBLE, Me.colORDER_KEY, Me.colIS_REQUIRED, Me.colIS_VIRTUAL, Me.colFUNCTION_ID, Me.colFUNCTION_PARAMETERS, Me.colXML_TABLE_ID, Me.colADDED_WHO1, Me.colADDED_WHEN1, Me.colCHANGED_WHO1, Me.colCHANGED_WHEN1, Me.colTABLE_NAME, Me.colTEMPLATE_NAME})
|
||||
Me.GridViewSchema.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colACTIVE2, Me.colXML_NAME, Me.colXML_TYPE_ID, Me.colIS_READ_ONLY, Me.colIS_VISIBLE, Me.colORDER_KEY, Me.colIS_REQUIRED, Me.colIS_VIRTUAL, Me.colFUNCTION_ID, Me.colFUNCTION_PARAMETERS, Me.colPREFER_EXTERNAL, Me.colXML_TABLE_ID, Me.colADDED_WHO1, Me.colADDED_WHEN1, Me.colCHANGED_WHO1, Me.colCHANGED_WHEN1, Me.colTABLE_NAME, Me.colTEMPLATE_NAME})
|
||||
Me.GridViewSchema.GridControl = Me.GridSchema
|
||||
Me.GridViewSchema.GroupCount = 2
|
||||
Me.GridViewSchema.Name = "GridViewSchema"
|
||||
@@ -182,12 +218,17 @@ Partial Class frmConfig
|
||||
Me.colGUID.FieldName = "GUID"
|
||||
Me.colGUID.Name = "colGUID"
|
||||
'
|
||||
'colACTIVE2
|
||||
'
|
||||
Me.colACTIVE2.Caption = "Aktiv"
|
||||
Me.colACTIVE2.FieldName = "ACTIVE"
|
||||
Me.colACTIVE2.Name = "colACTIVE2"
|
||||
'
|
||||
'colXML_NAME
|
||||
'
|
||||
Me.colXML_NAME.Caption = "Name"
|
||||
Me.colXML_NAME.FieldName = "XML_NAME"
|
||||
Me.colXML_NAME.MaxWidth = 120
|
||||
Me.colXML_NAME.MinWidth = 100
|
||||
Me.colXML_NAME.MinWidth = 10
|
||||
Me.colXML_NAME.Name = "colXML_NAME"
|
||||
Me.colXML_NAME.Visible = True
|
||||
Me.colXML_NAME.VisibleIndex = 0
|
||||
@@ -197,30 +238,23 @@ Partial Class frmConfig
|
||||
'
|
||||
Me.colXML_TYPE_ID.Caption = "Typ"
|
||||
Me.colXML_TYPE_ID.FieldName = "XML_TYPE_ID"
|
||||
Me.colXML_TYPE_ID.MaxWidth = 80
|
||||
Me.colXML_TYPE_ID.Name = "colXML_TYPE_ID"
|
||||
Me.colXML_TYPE_ID.Visible = True
|
||||
Me.colXML_TYPE_ID.VisibleIndex = 1
|
||||
Me.colXML_TYPE_ID.VisibleIndex = 2
|
||||
Me.colXML_TYPE_ID.Width = 55
|
||||
'
|
||||
'colIS_READ_ONLY
|
||||
'
|
||||
Me.colIS_READ_ONLY.Caption = "Read Only"
|
||||
Me.colIS_READ_ONLY.FieldName = "IS_READ_ONLY"
|
||||
Me.colIS_READ_ONLY.MaxWidth = 80
|
||||
Me.colIS_READ_ONLY.Name = "colIS_READ_ONLY"
|
||||
Me.colIS_READ_ONLY.Visible = True
|
||||
Me.colIS_READ_ONLY.VisibleIndex = 2
|
||||
Me.colIS_READ_ONLY.Width = 80
|
||||
'
|
||||
'colIS_VISIBLE
|
||||
'
|
||||
Me.colIS_VISIBLE.Caption = "Sichtbar"
|
||||
Me.colIS_VISIBLE.FieldName = "IS_VISIBLE"
|
||||
Me.colIS_VISIBLE.MaxWidth = 80
|
||||
Me.colIS_VISIBLE.Name = "colIS_VISIBLE"
|
||||
Me.colIS_VISIBLE.Visible = True
|
||||
Me.colIS_VISIBLE.VisibleIndex = 3
|
||||
Me.colIS_VISIBLE.Width = 80
|
||||
'
|
||||
'colORDER_KEY
|
||||
@@ -228,10 +262,9 @@ Partial Class frmConfig
|
||||
Me.colORDER_KEY.Caption = "Sortierung"
|
||||
Me.colORDER_KEY.ColumnEdit = Me.RepositoryItemSpinEdit1
|
||||
Me.colORDER_KEY.FieldName = "ORDER_KEY"
|
||||
Me.colORDER_KEY.MaxWidth = 80
|
||||
Me.colORDER_KEY.Name = "colORDER_KEY"
|
||||
Me.colORDER_KEY.Visible = True
|
||||
Me.colORDER_KEY.VisibleIndex = 6
|
||||
Me.colORDER_KEY.VisibleIndex = 2
|
||||
Me.colORDER_KEY.Width = 80
|
||||
'
|
||||
'RepositoryItemSpinEdit1
|
||||
@@ -244,30 +277,23 @@ Partial Class frmConfig
|
||||
'
|
||||
Me.colIS_REQUIRED.Caption = "Pflichtfeld"
|
||||
Me.colIS_REQUIRED.FieldName = "IS_REQUIRED"
|
||||
Me.colIS_REQUIRED.MaxWidth = 80
|
||||
Me.colIS_REQUIRED.Name = "colIS_REQUIRED"
|
||||
Me.colIS_REQUIRED.Visible = True
|
||||
Me.colIS_REQUIRED.VisibleIndex = 4
|
||||
Me.colIS_REQUIRED.Width = 80
|
||||
'
|
||||
'colIS_VIRTUAL
|
||||
'
|
||||
Me.colIS_VIRTUAL.Caption = "Virtuell"
|
||||
Me.colIS_VIRTUAL.FieldName = "IS_VIRTUAL"
|
||||
Me.colIS_VIRTUAL.MaxWidth = 80
|
||||
Me.colIS_VIRTUAL.Name = "colIS_VIRTUAL"
|
||||
Me.colIS_VIRTUAL.Visible = True
|
||||
Me.colIS_VIRTUAL.VisibleIndex = 5
|
||||
Me.colIS_VIRTUAL.Width = 80
|
||||
'
|
||||
'colFUNCTION_ID
|
||||
'
|
||||
Me.colFUNCTION_ID.Caption = "Funktion"
|
||||
Me.colFUNCTION_ID.FieldName = "FUNCTION_ID"
|
||||
Me.colFUNCTION_ID.MaxWidth = 80
|
||||
Me.colFUNCTION_ID.Name = "colFUNCTION_ID"
|
||||
Me.colFUNCTION_ID.Visible = True
|
||||
Me.colFUNCTION_ID.VisibleIndex = 7
|
||||
Me.colFUNCTION_ID.VisibleIndex = 9
|
||||
Me.colFUNCTION_ID.Width = 80
|
||||
'
|
||||
'colFUNCTION_PARAMETERS
|
||||
@@ -277,7 +303,7 @@ Partial Class frmConfig
|
||||
Me.colFUNCTION_PARAMETERS.FieldName = "FUNCTION_PARAMETERS"
|
||||
Me.colFUNCTION_PARAMETERS.Name = "colFUNCTION_PARAMETERS"
|
||||
Me.colFUNCTION_PARAMETERS.Visible = True
|
||||
Me.colFUNCTION_PARAMETERS.VisibleIndex = 8
|
||||
Me.colFUNCTION_PARAMETERS.VisibleIndex = 5
|
||||
Me.colFUNCTION_PARAMETERS.Width = 401
|
||||
'
|
||||
'RepositoryItemMemoExEdit1
|
||||
@@ -286,6 +312,14 @@ Partial Class frmConfig
|
||||
Me.RepositoryItemMemoExEdit1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
||||
Me.RepositoryItemMemoExEdit1.Name = "RepositoryItemMemoExEdit1"
|
||||
'
|
||||
'colPREFER_EXTERNAL
|
||||
'
|
||||
Me.colPREFER_EXTERNAL.Caption = "Extern Bevorzugen"
|
||||
Me.colPREFER_EXTERNAL.FieldName = "PREFER_EXTERNAL"
|
||||
Me.colPREFER_EXTERNAL.Name = "colPREFER_EXTERNAL"
|
||||
Me.colPREFER_EXTERNAL.Visible = True
|
||||
Me.colPREFER_EXTERNAL.VisibleIndex = 8
|
||||
'
|
||||
'colXML_TABLE_ID
|
||||
'
|
||||
Me.colXML_TABLE_ID.FieldName = "XML_TABLE_ID"
|
||||
@@ -332,6 +366,204 @@ Partial Class frmConfig
|
||||
Me.RepositoryItemMemoEdit1.LinesCount = 5
|
||||
Me.RepositoryItemMemoEdit1.Name = "RepositoryItemMemoEdit1"
|
||||
'
|
||||
'SidePanel1
|
||||
'
|
||||
Me.SidePanel1.Controls.Add(Me.LayoutControl2)
|
||||
Me.SidePanel1.Dock = System.Windows.Forms.DockStyle.Right
|
||||
Me.SidePanel1.Location = New System.Drawing.Point(796, 0)
|
||||
Me.SidePanel1.Name = "SidePanel1"
|
||||
Me.SidePanel1.Size = New System.Drawing.Size(334, 582)
|
||||
Me.SidePanel1.TabIndex = 2
|
||||
Me.SidePanel1.Text = "SidePanel1"
|
||||
'
|
||||
'LayoutControl2
|
||||
'
|
||||
Me.LayoutControl2.Controls.Add(Me.CheckEdit1)
|
||||
Me.LayoutControl2.Controls.Add(Me.CheckEdit2)
|
||||
Me.LayoutControl2.Controls.Add(Me.CheckEdit3)
|
||||
Me.LayoutControl2.Controls.Add(Me.CheckEdit4)
|
||||
Me.LayoutControl2.Controls.Add(Me.CheckEdit5)
|
||||
Me.LayoutControl2.Controls.Add(Me.CheckEdit6)
|
||||
Me.LayoutControl2.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.LayoutControl2.Location = New System.Drawing.Point(1, 0)
|
||||
Me.LayoutControl2.Name = "LayoutControl2"
|
||||
Me.LayoutControl2.Root = Me.LayoutControlGroup4
|
||||
Me.LayoutControl2.Size = New System.Drawing.Size(333, 582)
|
||||
Me.LayoutControl2.TabIndex = 0
|
||||
Me.LayoutControl2.Text = "LayoutControl2"
|
||||
'
|
||||
'CheckEdit1
|
||||
'
|
||||
Me.CheckEdit1.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBEDIXMLITEMSBindingSource, "ACTIVE", True))
|
||||
Me.CheckEdit1.Location = New System.Drawing.Point(20, 53)
|
||||
Me.CheckEdit1.MenuManager = Me.RibbonControl1
|
||||
Me.CheckEdit1.Name = "CheckEdit1"
|
||||
Me.CheckEdit1.Properties.Caption = "Aktiv"
|
||||
Me.CheckEdit1.Size = New System.Drawing.Size(293, 20)
|
||||
Me.CheckEdit1.StyleController = Me.LayoutControl2
|
||||
Me.CheckEdit1.TabIndex = 4
|
||||
'
|
||||
'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.BarButtonItem2, Me.BarButtonItem3})
|
||||
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.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
||||
Me.RibbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide
|
||||
Me.RibbonControl1.ShowToolbarCustomizeItem = False
|
||||
Me.RibbonControl1.Size = New System.Drawing.Size(1132, 63)
|
||||
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
||||
Me.RibbonControl1.Toolbar.ShowCustomizeItem = False
|
||||
'
|
||||
'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"
|
||||
'
|
||||
'BarButtonItem2
|
||||
'
|
||||
Me.BarButtonItem2.Caption = "Neuer Eintrag"
|
||||
Me.BarButtonItem2.Id = 2
|
||||
Me.BarButtonItem2.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.actions_addcircled
|
||||
Me.BarButtonItem2.Name = "BarButtonItem2"
|
||||
'
|
||||
'BarButtonItem3
|
||||
'
|
||||
Me.BarButtonItem3.Caption = "Eintrag löschen"
|
||||
Me.BarButtonItem3.Id = 3
|
||||
Me.BarButtonItem3.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.actions_deletecircled1
|
||||
Me.BarButtonItem3.Name = "BarButtonItem3"
|
||||
'
|
||||
'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.BarButtonItem2)
|
||||
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem1)
|
||||
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem3)
|
||||
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
||||
Me.RibbonPageGroup1.Text = "RibbonPageGroup1"
|
||||
'
|
||||
'RibbonStatusBar1
|
||||
'
|
||||
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 670)
|
||||
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
||||
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
||||
Me.RibbonStatusBar1.Size = New System.Drawing.Size(1132, 24)
|
||||
'
|
||||
'CheckEdit2
|
||||
'
|
||||
Me.CheckEdit2.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBEDIXMLITEMSBindingSource, "IS_READ_ONLY", True))
|
||||
Me.CheckEdit2.Location = New System.Drawing.Point(20, 93)
|
||||
Me.CheckEdit2.MenuManager = Me.RibbonControl1
|
||||
Me.CheckEdit2.Name = "CheckEdit2"
|
||||
Me.CheckEdit2.Properties.Caption = "Read-Only"
|
||||
Me.CheckEdit2.Size = New System.Drawing.Size(293, 20)
|
||||
Me.CheckEdit2.StyleController = Me.LayoutControl2
|
||||
Me.CheckEdit2.TabIndex = 5
|
||||
'
|
||||
'CheckEdit3
|
||||
'
|
||||
Me.CheckEdit3.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBEDIXMLITEMSBindingSource, "IS_VISIBLE", True))
|
||||
Me.CheckEdit3.Location = New System.Drawing.Point(20, 133)
|
||||
Me.CheckEdit3.MenuManager = Me.RibbonControl1
|
||||
Me.CheckEdit3.Name = "CheckEdit3"
|
||||
Me.CheckEdit3.Properties.Caption = "Sichbar"
|
||||
Me.CheckEdit3.Size = New System.Drawing.Size(293, 20)
|
||||
Me.CheckEdit3.StyleController = Me.LayoutControl2
|
||||
Me.CheckEdit3.TabIndex = 6
|
||||
'
|
||||
'CheckEdit4
|
||||
'
|
||||
Me.CheckEdit4.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBEDIXMLITEMSBindingSource, "IS_REQUIRED", True))
|
||||
Me.CheckEdit4.Location = New System.Drawing.Point(20, 173)
|
||||
Me.CheckEdit4.MenuManager = Me.RibbonControl1
|
||||
Me.CheckEdit4.Name = "CheckEdit4"
|
||||
Me.CheckEdit4.Properties.Caption = "Pflichtfeld"
|
||||
Me.CheckEdit4.Size = New System.Drawing.Size(293, 20)
|
||||
Me.CheckEdit4.StyleController = Me.LayoutControl2
|
||||
Me.CheckEdit4.TabIndex = 7
|
||||
'
|
||||
'CheckEdit5
|
||||
'
|
||||
Me.CheckEdit5.DataBindings.Add(New System.Windows.Forms.Binding("EditValue", Me.TBEDIXMLITEMSBindingSource, "PREFER_EXTERNAL", True))
|
||||
Me.CheckEdit5.Location = New System.Drawing.Point(20, 213)
|
||||
Me.CheckEdit5.MenuManager = Me.RibbonControl1
|
||||
Me.CheckEdit5.Name = "CheckEdit5"
|
||||
Me.CheckEdit5.Properties.Caption = "Externen Wert bevorzugen"
|
||||
Me.CheckEdit5.Size = New System.Drawing.Size(293, 20)
|
||||
Me.CheckEdit5.StyleController = Me.LayoutControl2
|
||||
Me.CheckEdit5.TabIndex = 8
|
||||
'
|
||||
'LayoutControlGroup4
|
||||
'
|
||||
Me.LayoutControlGroup4.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
||||
Me.LayoutControlGroup4.GroupBordersVisible = False
|
||||
Me.LayoutControlGroup4.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem7, Me.LayoutControlItem8, Me.LayoutControlItem9, Me.LayoutControlItem10, Me.LayoutControlItem11, Me.LayoutControlItem12, Me.SimpleLabelItem1})
|
||||
Me.LayoutControlGroup4.Name = "LayoutControlGroup4"
|
||||
Me.LayoutControlGroup4.Size = New System.Drawing.Size(333, 582)
|
||||
Me.LayoutControlGroup4.TextVisible = False
|
||||
'
|
||||
'LayoutControlItem7
|
||||
'
|
||||
Me.LayoutControlItem7.Control = Me.CheckEdit1
|
||||
Me.LayoutControlItem7.Location = New System.Drawing.Point(0, 33)
|
||||
Me.LayoutControlItem7.Name = "LayoutControlItem7"
|
||||
Me.LayoutControlItem7.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlItem7.Size = New System.Drawing.Size(313, 40)
|
||||
Me.LayoutControlItem7.TextSize = New System.Drawing.Size(0, 0)
|
||||
Me.LayoutControlItem7.TextVisible = False
|
||||
'
|
||||
'LayoutControlItem8
|
||||
'
|
||||
Me.LayoutControlItem8.Control = Me.CheckEdit2
|
||||
Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 73)
|
||||
Me.LayoutControlItem8.Name = "LayoutControlItem8"
|
||||
Me.LayoutControlItem8.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlItem8.Size = New System.Drawing.Size(313, 40)
|
||||
Me.LayoutControlItem8.TextSize = New System.Drawing.Size(0, 0)
|
||||
Me.LayoutControlItem8.TextVisible = False
|
||||
'
|
||||
'LayoutControlItem9
|
||||
'
|
||||
Me.LayoutControlItem9.Control = Me.CheckEdit3
|
||||
Me.LayoutControlItem9.Location = New System.Drawing.Point(0, 113)
|
||||
Me.LayoutControlItem9.Name = "LayoutControlItem9"
|
||||
Me.LayoutControlItem9.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlItem9.Size = New System.Drawing.Size(313, 40)
|
||||
Me.LayoutControlItem9.TextSize = New System.Drawing.Size(0, 0)
|
||||
Me.LayoutControlItem9.TextVisible = False
|
||||
'
|
||||
'LayoutControlItem10
|
||||
'
|
||||
Me.LayoutControlItem10.Control = Me.CheckEdit4
|
||||
Me.LayoutControlItem10.Location = New System.Drawing.Point(0, 153)
|
||||
Me.LayoutControlItem10.Name = "LayoutControlItem10"
|
||||
Me.LayoutControlItem10.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlItem10.Size = New System.Drawing.Size(313, 40)
|
||||
Me.LayoutControlItem10.TextSize = New System.Drawing.Size(0, 0)
|
||||
Me.LayoutControlItem10.TextVisible = False
|
||||
'
|
||||
'LayoutControlItem11
|
||||
'
|
||||
Me.LayoutControlItem11.Control = Me.CheckEdit5
|
||||
Me.LayoutControlItem11.Location = New System.Drawing.Point(0, 193)
|
||||
Me.LayoutControlItem11.Name = "LayoutControlItem11"
|
||||
Me.LayoutControlItem11.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlItem11.Size = New System.Drawing.Size(313, 40)
|
||||
Me.LayoutControlItem11.TextSize = New System.Drawing.Size(0, 0)
|
||||
Me.LayoutControlItem11.TextVisible = False
|
||||
'
|
||||
'tabPageConfig
|
||||
'
|
||||
Me.tabPageConfig.Controls.Add(Me.GridConfig)
|
||||
@@ -435,64 +667,6 @@ Partial Class frmConfig
|
||||
Me.colTEMPLATE_ID.VisibleIndex = 3
|
||||
Me.colTEMPLATE_ID.Width = 87
|
||||
'
|
||||
'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.BarButtonItem2, Me.BarButtonItem3})
|
||||
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.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
||||
Me.RibbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide
|
||||
Me.RibbonControl1.ShowToolbarCustomizeItem = False
|
||||
Me.RibbonControl1.Size = New System.Drawing.Size(1132, 63)
|
||||
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
||||
Me.RibbonControl1.Toolbar.ShowCustomizeItem = False
|
||||
'
|
||||
'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"
|
||||
'
|
||||
'BarButtonItem2
|
||||
'
|
||||
Me.BarButtonItem2.Caption = "Neuer Eintrag"
|
||||
Me.BarButtonItem2.Id = 2
|
||||
Me.BarButtonItem2.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.actions_addcircled
|
||||
Me.BarButtonItem2.Name = "BarButtonItem2"
|
||||
'
|
||||
'BarButtonItem3
|
||||
'
|
||||
Me.BarButtonItem3.Caption = "Eintrag löschen"
|
||||
Me.BarButtonItem3.Id = 3
|
||||
Me.BarButtonItem3.ImageOptions.SvgImage = Global.MultiTool.Form.My.Resources.Resources.actions_deletecircled1
|
||||
Me.BarButtonItem3.Name = "BarButtonItem3"
|
||||
'
|
||||
'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.BarButtonItem2)
|
||||
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem1)
|
||||
Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonItem3)
|
||||
Me.RibbonPageGroup1.Name = "RibbonPageGroup1"
|
||||
Me.RibbonPageGroup1.Text = "RibbonPageGroup1"
|
||||
'
|
||||
'RibbonStatusBar1
|
||||
'
|
||||
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 670)
|
||||
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
||||
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
||||
Me.RibbonStatusBar1.Size = New System.Drawing.Size(1132, 24)
|
||||
'
|
||||
'LayoutControl1
|
||||
'
|
||||
Me.LayoutControl1.Controls.Add(Me.txtYearOverride)
|
||||
@@ -683,6 +857,36 @@ Partial Class frmConfig
|
||||
Me.TableAdapterManager.TBMT_TEMPLATESTableAdapter = Nothing
|
||||
Me.TableAdapterManager.UpdateOrder = MultiTool.Form.DS_DD_ECMTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||
'
|
||||
'CheckEdit6
|
||||
'
|
||||
Me.CheckEdit6.Location = New System.Drawing.Point(20, 253)
|
||||
Me.CheckEdit6.MenuManager = Me.RibbonControl1
|
||||
Me.CheckEdit6.Name = "CheckEdit6"
|
||||
Me.CheckEdit6.Properties.Caption = "Virtuell"
|
||||
Me.CheckEdit6.Size = New System.Drawing.Size(293, 20)
|
||||
Me.CheckEdit6.StyleController = Me.LayoutControl2
|
||||
Me.CheckEdit6.TabIndex = 9
|
||||
'
|
||||
'LayoutControlItem12
|
||||
'
|
||||
Me.LayoutControlItem12.Control = Me.CheckEdit6
|
||||
Me.LayoutControlItem12.Location = New System.Drawing.Point(0, 233)
|
||||
Me.LayoutControlItem12.Name = "LayoutControlItem12"
|
||||
Me.LayoutControlItem12.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.LayoutControlItem12.Size = New System.Drawing.Size(313, 329)
|
||||
Me.LayoutControlItem12.TextSize = New System.Drawing.Size(0, 0)
|
||||
Me.LayoutControlItem12.TextVisible = False
|
||||
'
|
||||
'SimpleLabelItem1
|
||||
'
|
||||
Me.SimpleLabelItem1.AllowHotTrack = False
|
||||
Me.SimpleLabelItem1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.SimpleLabelItem1.Name = "SimpleLabelItem1"
|
||||
Me.SimpleLabelItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10)
|
||||
Me.SimpleLabelItem1.Size = New System.Drawing.Size(313, 33)
|
||||
Me.SimpleLabelItem1.Text = "Weitere Einstellungen"
|
||||
Me.SimpleLabelItem1.TextSize = New System.Drawing.Size(114, 13)
|
||||
'
|
||||
'frmConfig
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -706,11 +910,25 @@ Partial Class frmConfig
|
||||
CType(Me.RepositoryItemSpinEdit1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.RepositoryItemMemoExEdit1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.RepositoryItemMemoEdit1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SidePanel1.ResumeLayout(False)
|
||||
CType(Me.LayoutControl2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.LayoutControl2.ResumeLayout(False)
|
||||
CType(Me.CheckEdit1.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.CheckEdit2.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.CheckEdit3.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.CheckEdit4.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.CheckEdit5.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlGroup4, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem9, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem10, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem11, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.tabPageConfig.ResumeLayout(False)
|
||||
CType(Me.GridConfig, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBMT_CONFIGBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridViewConfig, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.LayoutControl1.ResumeLayout(False)
|
||||
CType(Me.txtYearOverride.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@@ -730,6 +948,9 @@ Partial Class frmConfig
|
||||
CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.CheckEdit6.Properties, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.LayoutControlItem12, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.SimpleLabelItem1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@@ -803,4 +1024,22 @@ Partial Class frmConfig
|
||||
Friend WithEvents RepositoryItemSpinEdit1 As Repository.RepositoryItemSpinEdit
|
||||
Friend WithEvents RepositoryItemMemoEdit1 As Repository.RepositoryItemMemoEdit
|
||||
Friend WithEvents RepositoryItemMemoExEdit1 As Repository.RepositoryItemMemoExEdit
|
||||
Friend WithEvents colACTIVE2 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colPREFER_EXTERNAL As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents SidePanel1 As SidePanel
|
||||
Friend WithEvents LayoutControl2 As LayoutControl
|
||||
Friend WithEvents CheckEdit1 As CheckEdit
|
||||
Friend WithEvents CheckEdit2 As CheckEdit
|
||||
Friend WithEvents CheckEdit3 As CheckEdit
|
||||
Friend WithEvents CheckEdit4 As CheckEdit
|
||||
Friend WithEvents CheckEdit5 As CheckEdit
|
||||
Friend WithEvents LayoutControlGroup4 As LayoutControlGroup
|
||||
Friend WithEvents LayoutControlItem7 As LayoutControlItem
|
||||
Friend WithEvents LayoutControlItem8 As LayoutControlItem
|
||||
Friend WithEvents LayoutControlItem9 As LayoutControlItem
|
||||
Friend WithEvents LayoutControlItem10 As LayoutControlItem
|
||||
Friend WithEvents LayoutControlItem11 As LayoutControlItem
|
||||
Friend WithEvents CheckEdit6 As CheckEdit
|
||||
Friend WithEvents LayoutControlItem12 As LayoutControlItem
|
||||
Friend WithEvents SimpleLabelItem1 As SimpleLabelItem
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user