Add control placeholders to sqls, fix final indexing saving, fix icons
This commit is contained in:
306
app/DD_PM_WINDREAM/frmAdministration.Designer.vb
generated
306
app/DD_PM_WINDREAM/frmAdministration.Designer.vb
generated
@@ -73,6 +73,22 @@ Partial Class frmAdministration
|
||||
Me.colCOMMENT = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.Panel4 = New System.Windows.Forms.Panel()
|
||||
Me.Label23 = New System.Windows.Forms.Label()
|
||||
Me.SplitContainerControl1 = New DevExpress.XtraEditors.SplitContainerControl()
|
||||
Me.gridFinalIndex = New DevExpress.XtraGrid.GridControl()
|
||||
Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.FinalIndexDataSet = New DD_ProcessManager.FinalIndexDataSet()
|
||||
Me.viewFinalIndex = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colPROFIL_ID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colCONNECTION_ID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colINDEXNAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colVALUE = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colSQL_COMMAND = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colPREVENT_DUPLICATES = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colALLOW_NEW_VALUES = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colDESCRIPTION1 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colACTIVE = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.PropertyGrid1 = New System.Windows.Forms.PropertyGrid()
|
||||
Me.TBDD_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TableAdapterManager = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
|
||||
Me.TBPM_PROFILEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
@@ -114,21 +130,6 @@ Partial Class frmAdministration
|
||||
Me.TabControl2 = New System.Windows.Forms.TabControl()
|
||||
Me.TabPage11 = New System.Windows.Forms.TabPage()
|
||||
Me.Panel5 = New System.Windows.Forms.Panel()
|
||||
Me.gridFinalIndex = New DevExpress.XtraGrid.GridControl()
|
||||
Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.FinalIndexDataSet = New DD_ProcessManager.FinalIndexDataSet()
|
||||
Me.viewFinalIndex = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colPROFIL_ID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colCONNECTION_ID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colINDEXNAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colVALUE = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colSQL_COMMAND = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colPREVENT_DUPLICATES = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colALLOW_NEW_VALUES = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colDESCRIPTION1 = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colACTIVE = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.PropertyGrid1 = New System.Windows.Forms.PropertyGrid()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
Me.TabPage12 = New System.Windows.Forms.TabPage()
|
||||
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
||||
@@ -194,8 +195,6 @@ Partial Class frmAdministration
|
||||
Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TBDD_CONNECTIONBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TBPM_PROFILE_CONTROLSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
||||
Me.tstrpinfo = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.TBPROFILE_USERTableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPROFILE_USERTableAdapter()
|
||||
Me.TBDD_USERTableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBDD_USERTableAdapter()
|
||||
Me.TBPM_KONFIGURATIONTableAdapter = New DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter()
|
||||
@@ -284,6 +283,16 @@ Partial Class frmAdministration
|
||||
CType(Me.TBDD_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.viewAvailableGroups, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.Panel4.SuspendLayout()
|
||||
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.gridFinalIndex, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.FinalIndexDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.viewFinalIndex, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBPM_TYPEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -297,10 +306,6 @@ Partial Class frmAdministration
|
||||
Me.TabControl2.SuspendLayout()
|
||||
Me.TabPage11.SuspendLayout()
|
||||
Me.Panel5.SuspendLayout()
|
||||
CType(Me.gridFinalIndex, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.FinalIndexDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.viewFinalIndex, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.TabPage12.SuspendLayout()
|
||||
Me.GroupBox3.SuspendLayout()
|
||||
Me.TabPage2.SuspendLayout()
|
||||
@@ -319,7 +324,6 @@ Partial Class frmAdministration
|
||||
CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.StatusStrip1.SuspendLayout()
|
||||
Me.pnlMain.SuspendLayout()
|
||||
CType(Me.TBPM_PROFILE_FILESBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -625,6 +629,116 @@ Partial Class frmAdministration
|
||||
resources.ApplyResources(Me.Label23, "Label23")
|
||||
Me.Label23.Name = "Label23"
|
||||
'
|
||||
'SplitContainerControl1
|
||||
'
|
||||
resources.ApplyResources(Me.SplitContainerControl1, "SplitContainerControl1")
|
||||
Me.SplitContainerControl1.Name = "SplitContainerControl1"
|
||||
'
|
||||
'SplitContainerControl1.Panel1
|
||||
'
|
||||
Me.SplitContainerControl1.Panel1.Controls.Add(Me.gridFinalIndex)
|
||||
resources.ApplyResources(Me.SplitContainerControl1.Panel1, "SplitContainerControl1.Panel1")
|
||||
'
|
||||
'SplitContainerControl1.Panel2
|
||||
'
|
||||
Me.SplitContainerControl1.Panel2.Controls.Add(Me.PropertyGrid1)
|
||||
resources.ApplyResources(Me.SplitContainerControl1.Panel2, "SplitContainerControl1.Panel2")
|
||||
Me.SplitContainerControl1.SplitterPosition = 506
|
||||
'
|
||||
'gridFinalIndex
|
||||
'
|
||||
Me.gridFinalIndex.DataSource = Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource
|
||||
resources.ApplyResources(Me.gridFinalIndex, "gridFinalIndex")
|
||||
Me.gridFinalIndex.MainView = Me.viewFinalIndex
|
||||
Me.gridFinalIndex.Name = "gridFinalIndex"
|
||||
Me.gridFinalIndex.TabStop = False
|
||||
Me.gridFinalIndex.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewFinalIndex})
|
||||
'
|
||||
'TBPM_PROFILE_FINAL_INDEXINGBindingSource
|
||||
'
|
||||
Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataMember = "TBPM_PROFILE_FINAL_INDEXING"
|
||||
Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataSource = Me.FinalIndexDataSet
|
||||
'
|
||||
'FinalIndexDataSet
|
||||
'
|
||||
Me.FinalIndexDataSet.DataSetName = "FinalIndexDataSet"
|
||||
Me.FinalIndexDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'viewFinalIndex
|
||||
'
|
||||
Me.viewFinalIndex.Appearance.EvenRow.BackColor = System.Drawing.Color.PaleTurquoise
|
||||
Me.viewFinalIndex.Appearance.EvenRow.Options.UseBackColor = True
|
||||
Me.viewFinalIndex.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colPROFIL_ID, Me.colCONNECTION_ID, Me.colINDEXNAME, Me.colVALUE, Me.colSQL_COMMAND, Me.colPREVENT_DUPLICATES, Me.colALLOW_NEW_VALUES, Me.colDESCRIPTION1, Me.colACTIVE})
|
||||
Me.viewFinalIndex.DetailHeight = 295
|
||||
Me.viewFinalIndex.GridControl = Me.gridFinalIndex
|
||||
Me.viewFinalIndex.Name = "viewFinalIndex"
|
||||
Me.viewFinalIndex.OptionsBehavior.Editable = False
|
||||
Me.viewFinalIndex.OptionsBehavior.ReadOnly = True
|
||||
Me.viewFinalIndex.OptionsView.EnableAppearanceEvenRow = True
|
||||
Me.viewFinalIndex.OptionsView.ShowGroupPanel = False
|
||||
'
|
||||
'colGUID
|
||||
'
|
||||
Me.colGUID.FieldName = "GUID"
|
||||
Me.colGUID.Name = "colGUID"
|
||||
'
|
||||
'colPROFIL_ID
|
||||
'
|
||||
Me.colPROFIL_ID.FieldName = "PROFIL_ID"
|
||||
Me.colPROFIL_ID.Name = "colPROFIL_ID"
|
||||
'
|
||||
'colCONNECTION_ID
|
||||
'
|
||||
Me.colCONNECTION_ID.FieldName = "CONNECTION_ID"
|
||||
Me.colCONNECTION_ID.Name = "colCONNECTION_ID"
|
||||
'
|
||||
'colINDEXNAME
|
||||
'
|
||||
resources.ApplyResources(Me.colINDEXNAME, "colINDEXNAME")
|
||||
Me.colINDEXNAME.FieldName = "INDEXNAME"
|
||||
Me.colINDEXNAME.Name = "colINDEXNAME"
|
||||
'
|
||||
'colVALUE
|
||||
'
|
||||
resources.ApplyResources(Me.colVALUE, "colVALUE")
|
||||
Me.colVALUE.FieldName = "VALUE"
|
||||
Me.colVALUE.Name = "colVALUE"
|
||||
'
|
||||
'colSQL_COMMAND
|
||||
'
|
||||
resources.ApplyResources(Me.colSQL_COMMAND, "colSQL_COMMAND")
|
||||
Me.colSQL_COMMAND.FieldName = "SQL_COMMAND"
|
||||
Me.colSQL_COMMAND.Name = "colSQL_COMMAND"
|
||||
'
|
||||
'colPREVENT_DUPLICATES
|
||||
'
|
||||
resources.ApplyResources(Me.colPREVENT_DUPLICATES, "colPREVENT_DUPLICATES")
|
||||
Me.colPREVENT_DUPLICATES.FieldName = "PREVENT_DUPLICATES"
|
||||
Me.colPREVENT_DUPLICATES.Name = "colPREVENT_DUPLICATES"
|
||||
'
|
||||
'colALLOW_NEW_VALUES
|
||||
'
|
||||
resources.ApplyResources(Me.colALLOW_NEW_VALUES, "colALLOW_NEW_VALUES")
|
||||
Me.colALLOW_NEW_VALUES.FieldName = "ALLOW_NEW_VALUES"
|
||||
Me.colALLOW_NEW_VALUES.Name = "colALLOW_NEW_VALUES"
|
||||
'
|
||||
'colDESCRIPTION1
|
||||
'
|
||||
resources.ApplyResources(Me.colDESCRIPTION1, "colDESCRIPTION1")
|
||||
Me.colDESCRIPTION1.FieldName = "DESCRIPTION"
|
||||
Me.colDESCRIPTION1.Name = "colDESCRIPTION1"
|
||||
'
|
||||
'colACTIVE
|
||||
'
|
||||
Me.colACTIVE.FieldName = "ACTIVE"
|
||||
Me.colACTIVE.Name = "colACTIVE"
|
||||
'
|
||||
'PropertyGrid1
|
||||
'
|
||||
resources.ApplyResources(Me.PropertyGrid1, "PropertyGrid1")
|
||||
Me.PropertyGrid1.Name = "PropertyGrid1"
|
||||
Me.PropertyGrid1.TabStop = False
|
||||
'
|
||||
'NAMELabel
|
||||
'
|
||||
resources.ApplyResources(NAMELabel, "NAMELabel")
|
||||
@@ -973,104 +1087,9 @@ Partial Class frmAdministration
|
||||
'Panel5
|
||||
'
|
||||
resources.ApplyResources(Me.Panel5, "Panel5")
|
||||
Me.Panel5.Controls.Add(Me.gridFinalIndex)
|
||||
Me.Panel5.Controls.Add(Me.PropertyGrid1)
|
||||
Me.Panel5.Controls.Add(Me.SplitContainerControl1)
|
||||
Me.Panel5.Name = "Panel5"
|
||||
'
|
||||
'gridFinalIndex
|
||||
'
|
||||
Me.gridFinalIndex.DataSource = Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource
|
||||
resources.ApplyResources(Me.gridFinalIndex, "gridFinalIndex")
|
||||
Me.gridFinalIndex.MainView = Me.viewFinalIndex
|
||||
Me.gridFinalIndex.Name = "gridFinalIndex"
|
||||
Me.gridFinalIndex.TabStop = False
|
||||
Me.gridFinalIndex.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewFinalIndex})
|
||||
'
|
||||
'TBPM_PROFILE_FINAL_INDEXINGBindingSource
|
||||
'
|
||||
Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataMember = "TBPM_PROFILE_FINAL_INDEXING"
|
||||
Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource.DataSource = Me.FinalIndexDataSet
|
||||
'
|
||||
'FinalIndexDataSet
|
||||
'
|
||||
Me.FinalIndexDataSet.DataSetName = "FinalIndexDataSet"
|
||||
Me.FinalIndexDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'viewFinalIndex
|
||||
'
|
||||
Me.viewFinalIndex.Appearance.EvenRow.BackColor = System.Drawing.Color.PaleTurquoise
|
||||
Me.viewFinalIndex.Appearance.EvenRow.Options.UseBackColor = True
|
||||
Me.viewFinalIndex.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colPROFIL_ID, Me.colCONNECTION_ID, Me.colINDEXNAME, Me.colVALUE, Me.colSQL_COMMAND, Me.colPREVENT_DUPLICATES, Me.colALLOW_NEW_VALUES, Me.colDESCRIPTION1, Me.colACTIVE})
|
||||
Me.viewFinalIndex.DetailHeight = 295
|
||||
Me.viewFinalIndex.GridControl = Me.gridFinalIndex
|
||||
Me.viewFinalIndex.Name = "viewFinalIndex"
|
||||
Me.viewFinalIndex.OptionsBehavior.Editable = False
|
||||
Me.viewFinalIndex.OptionsBehavior.ReadOnly = True
|
||||
Me.viewFinalIndex.OptionsView.EnableAppearanceEvenRow = True
|
||||
Me.viewFinalIndex.OptionsView.ShowGroupPanel = False
|
||||
'
|
||||
'colGUID
|
||||
'
|
||||
Me.colGUID.FieldName = "GUID"
|
||||
Me.colGUID.Name = "colGUID"
|
||||
'
|
||||
'colPROFIL_ID
|
||||
'
|
||||
Me.colPROFIL_ID.FieldName = "PROFIL_ID"
|
||||
Me.colPROFIL_ID.Name = "colPROFIL_ID"
|
||||
'
|
||||
'colCONNECTION_ID
|
||||
'
|
||||
Me.colCONNECTION_ID.FieldName = "CONNECTION_ID"
|
||||
Me.colCONNECTION_ID.Name = "colCONNECTION_ID"
|
||||
'
|
||||
'colINDEXNAME
|
||||
'
|
||||
resources.ApplyResources(Me.colINDEXNAME, "colINDEXNAME")
|
||||
Me.colINDEXNAME.FieldName = "INDEXNAME"
|
||||
Me.colINDEXNAME.Name = "colINDEXNAME"
|
||||
'
|
||||
'colVALUE
|
||||
'
|
||||
resources.ApplyResources(Me.colVALUE, "colVALUE")
|
||||
Me.colVALUE.FieldName = "VALUE"
|
||||
Me.colVALUE.Name = "colVALUE"
|
||||
'
|
||||
'colSQL_COMMAND
|
||||
'
|
||||
resources.ApplyResources(Me.colSQL_COMMAND, "colSQL_COMMAND")
|
||||
Me.colSQL_COMMAND.FieldName = "SQL_COMMAND"
|
||||
Me.colSQL_COMMAND.Name = "colSQL_COMMAND"
|
||||
'
|
||||
'colPREVENT_DUPLICATES
|
||||
'
|
||||
resources.ApplyResources(Me.colPREVENT_DUPLICATES, "colPREVENT_DUPLICATES")
|
||||
Me.colPREVENT_DUPLICATES.FieldName = "PREVENT_DUPLICATES"
|
||||
Me.colPREVENT_DUPLICATES.Name = "colPREVENT_DUPLICATES"
|
||||
'
|
||||
'colALLOW_NEW_VALUES
|
||||
'
|
||||
resources.ApplyResources(Me.colALLOW_NEW_VALUES, "colALLOW_NEW_VALUES")
|
||||
Me.colALLOW_NEW_VALUES.FieldName = "ALLOW_NEW_VALUES"
|
||||
Me.colALLOW_NEW_VALUES.Name = "colALLOW_NEW_VALUES"
|
||||
'
|
||||
'colDESCRIPTION1
|
||||
'
|
||||
resources.ApplyResources(Me.colDESCRIPTION1, "colDESCRIPTION1")
|
||||
Me.colDESCRIPTION1.FieldName = "DESCRIPTION"
|
||||
Me.colDESCRIPTION1.Name = "colDESCRIPTION1"
|
||||
'
|
||||
'colACTIVE
|
||||
'
|
||||
Me.colACTIVE.FieldName = "ACTIVE"
|
||||
Me.colACTIVE.Name = "colACTIVE"
|
||||
'
|
||||
'PropertyGrid1
|
||||
'
|
||||
resources.ApplyResources(Me.PropertyGrid1, "PropertyGrid1")
|
||||
Me.PropertyGrid1.Name = "PropertyGrid1"
|
||||
Me.PropertyGrid1.TabStop = False
|
||||
'
|
||||
'Label6
|
||||
'
|
||||
resources.ApplyResources(Me.Label6, "Label6")
|
||||
@@ -1529,19 +1548,6 @@ Partial Class frmAdministration
|
||||
Me.TBPM_PROFILE_CONTROLSBindingSource.DataMember = "TBPM_PROFILE_CONTROLS"
|
||||
Me.TBPM_PROFILE_CONTROLSBindingSource.DataSource = Me.DD_DMSLiteDataSet
|
||||
'
|
||||
'StatusStrip1
|
||||
'
|
||||
Me.StatusStrip1.ImageScalingSize = New System.Drawing.Size(20, 20)
|
||||
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tstrpinfo})
|
||||
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
|
||||
Me.StatusStrip1.Name = "StatusStrip1"
|
||||
'
|
||||
'tstrpinfo
|
||||
'
|
||||
Me.tstrpinfo.Image = Global.DD_ProcessManager.My.Resources.Resources.A_1
|
||||
Me.tstrpinfo.Name = "tstrpinfo"
|
||||
resources.ApplyResources(Me.tstrpinfo, "tstrpinfo")
|
||||
'
|
||||
'TBPROFILE_USERTableAdapter
|
||||
'
|
||||
Me.TBPROFILE_USERTableAdapter.ClearBeforeFill = True
|
||||
@@ -1623,8 +1629,7 @@ Partial Class frmAdministration
|
||||
'
|
||||
resources.ApplyResources(Me.BarButtonItem2, "BarButtonItem2")
|
||||
Me.BarButtonItem2.Id = 2
|
||||
Me.BarButtonItem2.ImageOptions.Image = CType(resources.GetObject("BarButtonItem2.ImageOptions.Image"), System.Drawing.Image)
|
||||
Me.BarButtonItem2.ImageOptions.LargeImage = CType(resources.GetObject("BarButtonItem2.ImageOptions.LargeImage"), System.Drawing.Image)
|
||||
Me.BarButtonItem2.ImageOptions.SvgImage = Global.DD_ProcessManager.My.Resources.Resources.chartdesigner2
|
||||
Me.BarButtonItem2.Name = "BarButtonItem2"
|
||||
'
|
||||
'BarButtonItem3
|
||||
@@ -1726,6 +1731,7 @@ Partial Class frmAdministration
|
||||
resources.ApplyResources(Me.BarButtonItem15, "BarButtonItem15")
|
||||
Me.BarButtonItem15.Id = 15
|
||||
Me.BarButtonItem15.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem15.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.BarButtonItem15.MergeOrder = 1
|
||||
Me.BarButtonItem15.Name = "BarButtonItem15"
|
||||
'
|
||||
'BarButtonItem16
|
||||
@@ -1733,6 +1739,7 @@ Partial Class frmAdministration
|
||||
resources.ApplyResources(Me.BarButtonItem16, "BarButtonItem16")
|
||||
Me.BarButtonItem16.Id = 16
|
||||
Me.BarButtonItem16.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem16.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.BarButtonItem16.MergeOrder = 3
|
||||
Me.BarButtonItem16.Name = "BarButtonItem16"
|
||||
'
|
||||
'BarButtonItem17
|
||||
@@ -1741,30 +1748,31 @@ Partial Class frmAdministration
|
||||
Me.BarButtonItem17.Id = 17
|
||||
Me.BarButtonItem17.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem17.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.BarButtonItem17.Name = "BarButtonItem17"
|
||||
Me.BarButtonItem17.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText
|
||||
'
|
||||
'BarButtonItem18
|
||||
'
|
||||
resources.ApplyResources(Me.BarButtonItem18, "BarButtonItem18")
|
||||
Me.BarButtonItem18.Id = 18
|
||||
Me.BarButtonItem18.ImageOptions.SvgImage = CType(resources.GetObject("BarButtonItem18.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.BarButtonItem18.MergeOrder = 2
|
||||
Me.BarButtonItem18.Name = "BarButtonItem18"
|
||||
'
|
||||
'BarButtonItem19
|
||||
'
|
||||
resources.ApplyResources(Me.BarButtonItem19, "BarButtonItem19")
|
||||
Me.BarButtonItem19.Id = 19
|
||||
Me.BarButtonItem19.ImageOptions.Image = CType(resources.GetObject("BarButtonItem19.ImageOptions.Image"), System.Drawing.Image)
|
||||
Me.BarButtonItem19.ImageOptions.LargeImage = CType(resources.GetObject("BarButtonItem19.ImageOptions.LargeImage"), System.Drawing.Image)
|
||||
Me.BarButtonItem19.ImageOptions.SvgImage = Global.DD_ProcessManager.My.Resources.Resources.cancel1
|
||||
Me.BarButtonItem19.Name = "BarButtonItem19"
|
||||
Me.BarButtonItem19.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText
|
||||
'
|
||||
'tsbStaticInfo
|
||||
'
|
||||
Me.tsbStaticInfo.Id = 20
|
||||
Me.tsbStaticInfo.ItemAppearance.Normal.BackColor = System.Drawing.Color.Yellow
|
||||
Me.tsbStaticInfo.ItemAppearance.Normal.ForeColor = System.Drawing.Color.Black
|
||||
Me.tsbStaticInfo.ItemAppearance.Normal.Options.UseBackColor = True
|
||||
Me.tsbStaticInfo.ItemAppearance.Normal.Options.UseForeColor = True
|
||||
Me.tsbStaticInfo.Name = "tsbStaticInfo"
|
||||
Me.tsbStaticInfo.Visibility = DevExpress.XtraBars.BarItemVisibility.Never
|
||||
'
|
||||
'BarButtonItem20
|
||||
'
|
||||
@@ -1855,6 +1863,7 @@ Partial Class frmAdministration
|
||||
Me.RibbonPageGroupProfile.ItemLinks.Add(Me.BarButtonItem6)
|
||||
Me.RibbonPageGroupProfile.ItemLinks.Add(Me.BarButtonItem21)
|
||||
Me.RibbonPageGroupProfile.ItemLinks.Add(Me.bbtnItemFinishSQL)
|
||||
Me.RibbonPageGroupProfile.MergeOrder = 1
|
||||
Me.RibbonPageGroupProfile.Name = "RibbonPageGroupProfile"
|
||||
resources.ApplyResources(Me.RibbonPageGroupProfile, "RibbonPageGroupProfile")
|
||||
'
|
||||
@@ -1865,6 +1874,7 @@ Partial Class frmAdministration
|
||||
Me.RibbonPageGroup2.ItemLinks.Add(Me.BarButtonItem15)
|
||||
Me.RibbonPageGroup2.ItemLinks.Add(Me.BarButtonItem17)
|
||||
Me.RibbonPageGroup2.ItemLinks.Add(Me.BarButtonItem19)
|
||||
Me.RibbonPageGroup2.MergeOrder = 0
|
||||
Me.RibbonPageGroup2.Name = "RibbonPageGroup2"
|
||||
resources.ApplyResources(Me.RibbonPageGroup2, "RibbonPageGroup2")
|
||||
'
|
||||
@@ -1872,6 +1882,7 @@ Partial Class frmAdministration
|
||||
'
|
||||
Me.RibbonPageGroup4.AllowTextClipping = False
|
||||
Me.RibbonPageGroup4.ItemLinks.Add(Me.BarButtonItem22)
|
||||
Me.RibbonPageGroup4.MergeOrder = 2
|
||||
Me.RibbonPageGroup4.Name = "RibbonPageGroup4"
|
||||
resources.ApplyResources(Me.RibbonPageGroup4, "RibbonPageGroup4")
|
||||
'
|
||||
@@ -1909,10 +1920,10 @@ Partial Class frmAdministration
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Controls.Add(Me.pnlMain)
|
||||
Me.Controls.Add(Me.StatusStrip1)
|
||||
Me.Controls.Add(Me.RibbonStatusBar1)
|
||||
Me.Controls.Add(Me.RibbonControl1)
|
||||
Me.IconOptions.Icon = CType(resources.GetObject("frmAdministration.IconOptions.Icon"), System.Drawing.Icon)
|
||||
Me.IconOptions.LargeImage = Global.DD_ProcessManager.My.Resources.Resources.publicfix_32x32
|
||||
Me.Name = "frmAdministration"
|
||||
Me.Ribbon = Me.RibbonControl1
|
||||
Me.StatusBar = Me.RibbonStatusBar1
|
||||
@@ -1941,6 +1952,16 @@ Partial Class frmAdministration
|
||||
CType(Me.TBDD_GROUPSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.viewAvailableGroups, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.Panel4.ResumeLayout(False)
|
||||
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)
|
||||
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.SplitContainerControl1.ResumeLayout(False)
|
||||
CType(Me.gridFinalIndex, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.FinalIndexDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.viewFinalIndex, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBDD_USERBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPM_PROFILEBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPM_TYPEBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@@ -1957,10 +1978,6 @@ Partial Class frmAdministration
|
||||
Me.TabPage11.ResumeLayout(False)
|
||||
Me.TabPage11.PerformLayout()
|
||||
Me.Panel5.ResumeLayout(False)
|
||||
CType(Me.gridFinalIndex, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPM_PROFILE_FINAL_INDEXINGBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.FinalIndexDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.viewFinalIndex, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.TabPage12.ResumeLayout(False)
|
||||
Me.TabPage12.PerformLayout()
|
||||
Me.GroupBox3.ResumeLayout(False)
|
||||
@@ -1983,8 +2000,6 @@ Partial Class frmAdministration
|
||||
CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBDD_CONNECTIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPM_PROFILE_CONTROLSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.StatusStrip1.ResumeLayout(False)
|
||||
Me.StatusStrip1.PerformLayout()
|
||||
Me.pnlMain.ResumeLayout(False)
|
||||
CType(Me.TBPM_PROFILE_FILESBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@@ -2027,8 +2042,6 @@ Partial Class frmAdministration
|
||||
Friend WithEvents TBDD_USERTableAdapter As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBDD_USERTableAdapter
|
||||
Friend WithEvents TBPM_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents TBPM_KONFIGURATIONTableAdapter As DD_ProcessManager.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter
|
||||
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
|
||||
Friend WithEvents tstrpinfo As System.Windows.Forms.ToolStripStatusLabel
|
||||
Friend WithEvents pnlMain As System.Windows.Forms.Panel
|
||||
Friend WithEvents SORT_BY_LATESTCheckBox As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents tabctrl_Profilkonfig As System.Windows.Forms.TabControl
|
||||
@@ -2208,4 +2221,5 @@ Partial Class frmAdministration
|
||||
Friend WithEvents BarButtonItem26 As DevExpress.XtraBars.BarButtonItem
|
||||
Friend WithEvents BarToggleSwitchItemEdit As DevExpress.XtraBars.BarToggleSwitchItem
|
||||
Friend WithEvents RibbonPageGroup3 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
||||
Friend WithEvents SplitContainerControl1 As DevExpress.XtraEditors.SplitContainerControl
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user