MS_12603_1

This commit is contained in:
SchreiberM
2016-03-16 13:45:38 +01:00
parent f85b19b83f
commit 89379fb38d
8 changed files with 5675 additions and 3897 deletions

View File

@@ -51,8 +51,8 @@ Partial Class frmConstructorDesigner
Dim ADDED_WHENLabel2 As System.Windows.Forms.Label
Dim CHANGED_WHOLabel2 As System.Windows.Forms.Label
Dim CHANGED_WHENLabel2 As System.Windows.Forms.Label
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.DD_ECMAdmin = New DD_Record_Organiser.DD_ECMAdmin()
Me.TBPMO_FORM_CONSTRUCTORBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.TBPMO_FORM_CONSTRUCTORTableAdapter = New DD_Record_Organiser.DD_ECMAdminTableAdapters.TBPMO_FORM_CONSTRUCTORTableAdapter()
@@ -146,6 +146,8 @@ Partial Class frmConstructorDesigner
Me.Label17 = New System.Windows.Forms.Label()
Me.dgvResult = New System.Windows.Forms.DataGridView()
Me.dgvPlaceholders = New System.Windows.Forms.DataGridView()
Me.colPlaceholder = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.colReplace = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.btnTestSQL = New System.Windows.Forms.Button()
Me.btnAddUserSQL = New System.Windows.Forms.Button()
Me.lblsaveSQLUser = New System.Windows.Forms.Label()
@@ -161,6 +163,13 @@ Partial Class frmConstructorDesigner
Me.txtSearchUser = New System.Windows.Forms.TextBox()
Me.lbxUserSQL = New System.Windows.Forms.ListBox()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.XtraTabPage6 = New DevExpress.XtraTab.XtraTabPage()
Me.btndeleteEntityfromClient = New System.Windows.Forms.Button()
Me.lblUser2Client = New System.Windows.Forms.Label()
Me.chklbxEntitiesforClient = New System.Windows.Forms.CheckedListBox()
Me.btnsaddUser2Client = New System.Windows.Forms.Button()
Me.Label18 = New System.Windows.Forms.Label()
Me.chklbxClient = New System.Windows.Forms.CheckedListBox()
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.tslblSaveDetail = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
@@ -181,15 +190,13 @@ Partial Class frmConstructorDesigner
Me.ListBoxUsersFORConstructor = New System.Windows.Forms.ListBox()
Me.lblConfiguredUsers = New System.Windows.Forms.Label()
Me.lblUsers = New System.Windows.Forms.Label()
Me.ListBoxUserConstructor = New System.Windows.Forms.ListBox()
Me.Label16 = New System.Windows.Forms.Label()
Me.LANGUAGETextBox = New System.Windows.Forms.TextBox()
Me.CheckBoxHome = New System.Windows.Forms.CheckBox()
Me.btnChangeHOMESTANDARD = New System.Windows.Forms.Button()
Me.TableAdapterManager3 = New DD_Record_Organiser.DD_DMSDataSetCalendarTableAdapters.TableAdapterManager()
Me.TBPMO_CONSTRUCTOR_USER_SQLTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_CONSTRUCTOR_USER_SQLTableAdapter()
Me.colPlaceholder = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.colReplace = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.chksbxUserConstructor = New System.Windows.Forms.CheckedListBox()
GUIDLabel = New System.Windows.Forms.Label()
FORM_TITLELabel = New System.Windows.Forms.Label()
SEQUENCE_MENULabel = New System.Windows.Forms.Label()
@@ -241,6 +248,7 @@ Partial Class frmConstructorDesigner
CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBPMO_CONSTRUCTOR_USER_SQLBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
Me.XtraTabPage6.SuspendLayout()
Me.StatusStrip1.SuspendLayout()
Me.ToolStrip1.SuspendLayout()
CType(Me.TBTEMP_QUICKDISPLAYBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -411,13 +419,13 @@ Partial Class frmConstructorDesigner
'
'TBPMO_FORM_CONSTRUCTORBindingNavigator
'
resources.ApplyResources(Me.TBPMO_FORM_CONSTRUCTORBindingNavigator, "TBPMO_FORM_CONSTRUCTORBindingNavigator")
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.AddNewItem = Me.BindingNavigatorAddNewItem
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.BindingSource = Me.TBPMO_FORM_CONSTRUCTORBindingSource
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.CountItem = Me.BindingNavigatorCountItem
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.CountItemFormat = "from {0} records"
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.DeleteItem = Me.BindingNavigatorDeleteItem
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.BindingNavigatorAddNewItem, Me.BindingNavigatorDeleteItem, Me.TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem})
resources.ApplyResources(Me.TBPMO_FORM_CONSTRUCTORBindingNavigator, "TBPMO_FORM_CONSTRUCTORBindingNavigator")
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
Me.TBPMO_FORM_CONSTRUCTORBindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
@@ -427,37 +435,37 @@ Partial Class frmConstructorDesigner
'
'BindingNavigatorAddNewItem
'
resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem")
Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem")
Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
'
'BindingNavigatorCountItem
'
resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem")
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem")
'
'BindingNavigatorDeleteItem
'
resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem")
Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem")
Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
'
'BindingNavigatorMoveFirstItem
'
resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem")
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem")
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
'
'BindingNavigatorMovePreviousItem
'
resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem")
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem")
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
'
'BindingNavigatorSeparator
'
resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator")
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator")
'
'BindingNavigatorPositionItem
'
@@ -466,30 +474,30 @@ Partial Class frmConstructorDesigner
'
'BindingNavigatorSeparator1
'
resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1")
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1")
'
'BindingNavigatorMoveNextItem
'
resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem")
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem")
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
'
'BindingNavigatorMoveLastItem
'
resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem")
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem")
Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
'
'BindingNavigatorSeparator2
'
resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2")
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2")
'
'TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem
'
resources.ApplyResources(Me.TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem, "TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem")
Me.TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
resources.ApplyResources(Me.TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem, "TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem")
Me.TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem.Name = "TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem"
'
'TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource
@@ -499,22 +507,22 @@ Partial Class frmConstructorDesigner
'
'TreeViewDetails
'
resources.ApplyResources(Me.TreeViewDetails, "TreeViewDetails")
Me.TreeViewDetails.AllowDrop = True
Me.TreeViewDetails.ContextMenuStrip = Me.cmstrpEntity
resources.ApplyResources(Me.TreeViewDetails, "TreeViewDetails")
Me.TreeViewDetails.ImageList = Me.ImageList1
Me.TreeViewDetails.Name = "TreeViewDetails"
'
'cmstrpEntity
'
resources.ApplyResources(Me.cmstrpEntity, "cmstrpEntity")
Me.cmstrpEntity.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.FormDesignerToolStripMenuItem})
Me.cmstrpEntity.Name = "cmstrpEntity"
resources.ApplyResources(Me.cmstrpEntity, "cmstrpEntity")
'
'FormDesignerToolStripMenuItem
'
resources.ApplyResources(Me.FormDesignerToolStripMenuItem, "FormDesignerToolStripMenuItem")
Me.FormDesignerToolStripMenuItem.Name = "FormDesignerToolStripMenuItem"
resources.ApplyResources(Me.FormDesignerToolStripMenuItem, "FormDesignerToolStripMenuItem")
'
'ImageList1
'
@@ -525,82 +533,82 @@ Partial Class frmConstructorDesigner
'
'CONSTRUCTOR_IDTextBox
'
resources.ApplyResources(Me.CONSTRUCTOR_IDTextBox, "CONSTRUCTOR_IDTextBox")
Me.CONSTRUCTOR_IDTextBox.BackColor = System.Drawing.Color.WhiteSmoke
Me.CONSTRUCTOR_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "GUID", True))
resources.ApplyResources(Me.CONSTRUCTOR_IDTextBox, "CONSTRUCTOR_IDTextBox")
Me.CONSTRUCTOR_IDTextBox.Name = "CONSTRUCTOR_IDTextBox"
Me.CONSTRUCTOR_IDTextBox.ReadOnly = True
'
'FORM_TITLETextBox
'
resources.ApplyResources(Me.FORM_TITLETextBox, "FORM_TITLETextBox")
Me.FORM_TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "FORM_TITLE", True))
resources.ApplyResources(Me.FORM_TITLETextBox, "FORM_TITLETextBox")
Me.FORM_TITLETextBox.Name = "FORM_TITLETextBox"
'
'SEQUENCE_MENUNumericUpDown
'
resources.ApplyResources(Me.SEQUENCE_MENUNumericUpDown, "SEQUENCE_MENUNumericUpDown")
Me.SEQUENCE_MENUNumericUpDown.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "SEQUENCE_MENU", True))
resources.ApplyResources(Me.SEQUENCE_MENUNumericUpDown, "SEQUENCE_MENUNumericUpDown")
Me.SEQUENCE_MENUNumericUpDown.Name = "SEQUENCE_MENUNumericUpDown"
'
'SHORT_TITLETextBox
'
resources.ApplyResources(Me.SHORT_TITLETextBox, "SHORT_TITLETextBox")
Me.SHORT_TITLETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "SHORT_TITLE", True))
resources.ApplyResources(Me.SHORT_TITLETextBox, "SHORT_TITLETextBox")
Me.SHORT_TITLETextBox.Name = "SHORT_TITLETextBox"
'
'ADDED_WHOTextBox
'
resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox")
Me.ADDED_WHOTextBox.BackColor = System.Drawing.Color.WhiteSmoke
Me.ADDED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "ADDED_WHO", True))
resources.ApplyResources(Me.ADDED_WHOTextBox, "ADDED_WHOTextBox")
Me.ADDED_WHOTextBox.Name = "ADDED_WHOTextBox"
Me.ADDED_WHOTextBox.ReadOnly = True
'
'ADDED_WHENTextBox
'
resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox")
Me.ADDED_WHENTextBox.BackColor = System.Drawing.Color.WhiteSmoke
Me.ADDED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "ADDED_WHEN", True))
resources.ApplyResources(Me.ADDED_WHENTextBox, "ADDED_WHENTextBox")
Me.ADDED_WHENTextBox.Name = "ADDED_WHENTextBox"
Me.ADDED_WHENTextBox.ReadOnly = True
'
'CHANGED_WHOTextBox
'
resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox")
Me.CHANGED_WHOTextBox.BackColor = System.Drawing.Color.WhiteSmoke
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "CHANGED_WHO", True))
resources.ApplyResources(Me.CHANGED_WHOTextBox, "CHANGED_WHOTextBox")
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
Me.CHANGED_WHOTextBox.ReadOnly = True
'
'CHANGED_WHENTextBox
'
resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox")
Me.CHANGED_WHENTextBox.BackColor = System.Drawing.Color.WhiteSmoke
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "CHANGED_WHEN", True))
resources.ApplyResources(Me.CHANGED_WHENTextBox, "CHANGED_WHENTextBox")
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
Me.CHANGED_WHENTextBox.ReadOnly = True
'
'GUIDTextBox1
'
resources.ApplyResources(Me.GUIDTextBox1, "GUIDTextBox1")
Me.GUIDTextBox1.BackColor = System.Drawing.Color.WhiteSmoke
Me.GUIDTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "GUID", True))
resources.ApplyResources(Me.GUIDTextBox1, "GUIDTextBox1")
Me.GUIDTextBox1.Name = "GUIDTextBox1"
Me.GUIDTextBox1.ReadOnly = True
'
'LEVEL1_SELECTCheckBox
'
resources.ApplyResources(Me.LEVEL1_SELECTCheckBox, "LEVEL1_SELECTCheckBox")
Me.LEVEL1_SELECTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "LEVEL1_SELECT", True))
resources.ApplyResources(Me.LEVEL1_SELECTCheckBox, "LEVEL1_SELECTCheckBox")
Me.LEVEL1_SELECTCheckBox.Name = "LEVEL1_SELECTCheckBox"
Me.LEVEL1_SELECTCheckBox.UseVisualStyleBackColor = True
'
'WINDREAM_SEARCHTextBox
'
resources.ApplyResources(Me.WINDREAM_SEARCHTextBox, "WINDREAM_SEARCHTextBox")
Me.WINDREAM_SEARCHTextBox.BackColor = System.Drawing.SystemColors.Info
Me.WINDREAM_SEARCHTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "WINDREAM_SEARCH", True))
resources.ApplyResources(Me.WINDREAM_SEARCHTextBox, "WINDREAM_SEARCHTextBox")
Me.WINDREAM_SEARCHTextBox.Name = "WINDREAM_SEARCHTextBox"
'
'XtraTabControl1
@@ -612,19 +620,19 @@ Partial Class frmConstructorDesigner
'
'XtraTabPage1
'
resources.ApplyResources(Me.XtraTabPage1, "XtraTabPage1")
Me.XtraTabPage1.Controls.Add(Me.XtraTabControl2)
Me.XtraTabPage1.Controls.Add(Me.StatusStrip1)
Me.XtraTabPage1.Controls.Add(Me.ToolStrip1)
Me.XtraTabPage1.Controls.Add(Me.TreeViewDetails)
Me.XtraTabPage1.Name = "XtraTabPage1"
resources.ApplyResources(Me.XtraTabPage1, "XtraTabPage1")
'
'XtraTabControl2
'
resources.ApplyResources(Me.XtraTabControl2, "XtraTabControl2")
Me.XtraTabControl2.Name = "XtraTabControl2"
Me.XtraTabControl2.SelectedTabPage = Me.XtraTabPage3
Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage5, Me.XtraTabPage3, Me.XtraTabPage4, Me.XtraTabPage2})
Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage5, Me.XtraTabPage3, Me.XtraTabPage4, Me.XtraTabPage2, Me.XtraTabPage6})
'
'XtraTabPage3
'
@@ -653,8 +661,8 @@ Partial Class frmConstructorDesigner
'
'LOAD_DIRECTCheckBox
'
resources.ApplyResources(Me.LOAD_DIRECTCheckBox, "LOAD_DIRECTCheckBox")
Me.LOAD_DIRECTCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "LOAD_DIRECT", True))
resources.ApplyResources(Me.LOAD_DIRECTCheckBox, "LOAD_DIRECTCheckBox")
Me.LOAD_DIRECTCheckBox.Name = "LOAD_DIRECTCheckBox"
Me.LOAD_DIRECTCheckBox.UseVisualStyleBackColor = True
'
@@ -665,9 +673,9 @@ Partial Class frmConstructorDesigner
'
'COLUMN_NAME1ComboBox
'
resources.ApplyResources(Me.COLUMN_NAME1ComboBox, "COLUMN_NAME1ComboBox")
Me.COLUMN_NAME1ComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "COLUMN_NAME1", True))
Me.COLUMN_NAME1ComboBox.FormattingEnabled = True
resources.ApplyResources(Me.COLUMN_NAME1ComboBox, "COLUMN_NAME1ComboBox")
Me.COLUMN_NAME1ComboBox.Name = "COLUMN_NAME1ComboBox"
'
'Label2
@@ -677,45 +685,45 @@ Partial Class frmConstructorDesigner
'
'SQL_SELECT_EBENE1TextBox
'
resources.ApplyResources(Me.SQL_SELECT_EBENE1TextBox, "SQL_SELECT_EBENE1TextBox")
Me.SQL_SELECT_EBENE1TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "SQL_SELECT_EBENE1", True))
resources.ApplyResources(Me.SQL_SELECT_EBENE1TextBox, "SQL_SELECT_EBENE1TextBox")
Me.SQL_SELECT_EBENE1TextBox.Name = "SQL_SELECT_EBENE1TextBox"
'
'CHANGED_WHENTextBox1
'
resources.ApplyResources(Me.CHANGED_WHENTextBox1, "CHANGED_WHENTextBox1")
Me.CHANGED_WHENTextBox1.BackColor = System.Drawing.Color.WhiteSmoke
Me.CHANGED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "CHANGED_WHEN", True))
resources.ApplyResources(Me.CHANGED_WHENTextBox1, "CHANGED_WHENTextBox1")
Me.CHANGED_WHENTextBox1.Name = "CHANGED_WHENTextBox1"
Me.CHANGED_WHENTextBox1.ReadOnly = True
'
'CHANGED_WHOTextBox1
'
resources.ApplyResources(Me.CHANGED_WHOTextBox1, "CHANGED_WHOTextBox1")
Me.CHANGED_WHOTextBox1.BackColor = System.Drawing.Color.WhiteSmoke
Me.CHANGED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "CHANGED_WHO", True))
resources.ApplyResources(Me.CHANGED_WHOTextBox1, "CHANGED_WHOTextBox1")
Me.CHANGED_WHOTextBox1.Name = "CHANGED_WHOTextBox1"
Me.CHANGED_WHOTextBox1.ReadOnly = True
'
'SQL_SELECT_EBENE2TextBox
'
resources.ApplyResources(Me.SQL_SELECT_EBENE2TextBox, "SQL_SELECT_EBENE2TextBox")
Me.SQL_SELECT_EBENE2TextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "SQL_SELECT_EBENE2", True))
resources.ApplyResources(Me.SQL_SELECT_EBENE2TextBox, "SQL_SELECT_EBENE2TextBox")
Me.SQL_SELECT_EBENE2TextBox.Name = "SQL_SELECT_EBENE2TextBox"
'
'ADDED_WHENTextBox1
'
resources.ApplyResources(Me.ADDED_WHENTextBox1, "ADDED_WHENTextBox1")
Me.ADDED_WHENTextBox1.BackColor = System.Drawing.Color.WhiteSmoke
Me.ADDED_WHENTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "ADDED_WHEN", True))
resources.ApplyResources(Me.ADDED_WHENTextBox1, "ADDED_WHENTextBox1")
Me.ADDED_WHENTextBox1.Name = "ADDED_WHENTextBox1"
Me.ADDED_WHENTextBox1.ReadOnly = True
'
'ADDED_WHOTextBox1
'
resources.ApplyResources(Me.ADDED_WHOTextBox1, "ADDED_WHOTextBox1")
Me.ADDED_WHOTextBox1.BackColor = System.Drawing.Color.WhiteSmoke
Me.ADDED_WHOTextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "ADDED_WHO", True))
resources.ApplyResources(Me.ADDED_WHOTextBox1, "ADDED_WHOTextBox1")
Me.ADDED_WHOTextBox1.Name = "ADDED_WHOTextBox1"
Me.ADDED_WHOTextBox1.ReadOnly = True
'
@@ -793,8 +801,8 @@ Partial Class frmConstructorDesigner
'
'ListBoxConfiguredDisplay
'
resources.ApplyResources(Me.ListBoxConfiguredDisplay, "ListBoxConfiguredDisplay")
Me.ListBoxConfiguredDisplay.FormattingEnabled = True
resources.ApplyResources(Me.ListBoxConfiguredDisplay, "ListBoxConfiguredDisplay")
Me.ListBoxConfiguredDisplay.Name = "ListBoxConfiguredDisplay"
'
'Label6
@@ -820,11 +828,11 @@ Partial Class frmConstructorDesigner
'
'XtraTabPage4
'
resources.ApplyResources(Me.XtraTabPage4, "XtraTabPage4")
Me.XtraTabPage4.Controls.Add(Me.chkWDSearch_Active)
Me.XtraTabPage4.Controls.Add(Me.grpbxWD_RecordSearch)
Me.XtraTabPage4.Controls.Add(Me.GroupBox1)
Me.XtraTabPage4.Name = "XtraTabPage4"
resources.ApplyResources(Me.XtraTabPage4, "XtraTabPage4")
'
'chkWDSearch_Active
'
@@ -865,8 +873,8 @@ Partial Class frmConstructorDesigner
'
'txtWindreamsuche
'
resources.ApplyResources(Me.txtWindreamsuche, "txtWindreamsuche")
Me.txtWindreamsuche.BackColor = System.Drawing.SystemColors.Info
resources.ApplyResources(Me.txtWindreamsuche, "txtWindreamsuche")
Me.txtWindreamsuche.Name = "txtWindreamsuche"
'
'Label15
@@ -960,47 +968,47 @@ Partial Class frmConstructorDesigner
'
'SEARCH_PATTERN4ComboBox
'
resources.ApplyResources(Me.SEARCH_PATTERN4ComboBox, "SEARCH_PATTERN4ComboBox")
Me.SEARCH_PATTERN4ComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "SEARCH_PATTERN4", True))
Me.SEARCH_PATTERN4ComboBox.FormattingEnabled = True
Me.SEARCH_PATTERN4ComboBox.Items.AddRange(New Object() {resources.GetString("SEARCH_PATTERN4ComboBox.Items"), resources.GetString("SEARCH_PATTERN4ComboBox.Items1"), resources.GetString("SEARCH_PATTERN4ComboBox.Items2")})
resources.ApplyResources(Me.SEARCH_PATTERN4ComboBox, "SEARCH_PATTERN4ComboBox")
Me.SEARCH_PATTERN4ComboBox.Name = "SEARCH_PATTERN4ComboBox"
'
'SEARCH_PATTERN1ComboBox
'
resources.ApplyResources(Me.SEARCH_PATTERN1ComboBox, "SEARCH_PATTERN1ComboBox")
Me.SEARCH_PATTERN1ComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "SEARCH_PATTERN1", True))
Me.SEARCH_PATTERN1ComboBox.FormattingEnabled = True
Me.SEARCH_PATTERN1ComboBox.Items.AddRange(New Object() {resources.GetString("SEARCH_PATTERN1ComboBox.Items"), resources.GetString("SEARCH_PATTERN1ComboBox.Items1"), resources.GetString("SEARCH_PATTERN1ComboBox.Items2")})
resources.ApplyResources(Me.SEARCH_PATTERN1ComboBox, "SEARCH_PATTERN1ComboBox")
Me.SEARCH_PATTERN1ComboBox.Name = "SEARCH_PATTERN1ComboBox"
'
'SEARCH_PATTERN3ComboBox
'
resources.ApplyResources(Me.SEARCH_PATTERN3ComboBox, "SEARCH_PATTERN3ComboBox")
Me.SEARCH_PATTERN3ComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "SEARCH_PATTERN3", True))
Me.SEARCH_PATTERN3ComboBox.FormattingEnabled = True
Me.SEARCH_PATTERN3ComboBox.Items.AddRange(New Object() {resources.GetString("SEARCH_PATTERN3ComboBox.Items"), resources.GetString("SEARCH_PATTERN3ComboBox.Items1"), resources.GetString("SEARCH_PATTERN3ComboBox.Items2")})
resources.ApplyResources(Me.SEARCH_PATTERN3ComboBox, "SEARCH_PATTERN3ComboBox")
Me.SEARCH_PATTERN3ComboBox.Name = "SEARCH_PATTERN3ComboBox"
'
'SEARCH_PATTERN2ComboBox
'
resources.ApplyResources(Me.SEARCH_PATTERN2ComboBox, "SEARCH_PATTERN2ComboBox")
Me.SEARCH_PATTERN2ComboBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "SEARCH_PATTERN2", True))
Me.SEARCH_PATTERN2ComboBox.FormattingEnabled = True
Me.SEARCH_PATTERN2ComboBox.Items.AddRange(New Object() {resources.GetString("SEARCH_PATTERN2ComboBox.Items"), resources.GetString("SEARCH_PATTERN2ComboBox.Items1"), resources.GetString("SEARCH_PATTERN2ComboBox.Items2")})
resources.ApplyResources(Me.SEARCH_PATTERN2ComboBox, "SEARCH_PATTERN2ComboBox")
Me.SEARCH_PATTERN2ComboBox.Name = "SEARCH_PATTERN2ComboBox"
'
'XtraTabPage2
'
resources.ApplyResources(Me.XtraTabPage2, "XtraTabPage2")
Me.XtraTabPage2.Controls.Add(Me.TabControl1)
Me.XtraTabPage2.Name = "XtraTabPage2"
resources.ApplyResources(Me.XtraTabPage2, "XtraTabPage2")
'
'TabControl1
'
resources.ApplyResources(Me.TabControl1, "TabControl1")
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage2)
resources.ApplyResources(Me.TabControl1, "TabControl1")
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
'
@@ -1044,26 +1052,37 @@ Partial Class frmConstructorDesigner
'
'dgvResult
'
resources.ApplyResources(Me.dgvResult, "dgvResult")
Me.dgvResult.AllowUserToAddRows = False
Me.dgvResult.AllowUserToDeleteRows = False
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Cyan
Me.dgvResult.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
DataGridViewCellStyle3.BackColor = System.Drawing.Color.Cyan
Me.dgvResult.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
resources.ApplyResources(Me.dgvResult, "dgvResult")
Me.dgvResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvResult.Name = "dgvResult"
Me.dgvResult.ReadOnly = True
'
'dgvPlaceholders
'
resources.ApplyResources(Me.dgvPlaceholders, "dgvPlaceholders")
Me.dgvPlaceholders.AllowUserToAddRows = False
Me.dgvPlaceholders.AllowUserToDeleteRows = False
DataGridViewCellStyle2.BackColor = System.Drawing.Color.Cyan
Me.dgvPlaceholders.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
DataGridViewCellStyle4.BackColor = System.Drawing.Color.Cyan
Me.dgvPlaceholders.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
resources.ApplyResources(Me.dgvPlaceholders, "dgvPlaceholders")
Me.dgvPlaceholders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvPlaceholders.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.colPlaceholder, Me.colReplace})
Me.dgvPlaceholders.Name = "dgvPlaceholders"
'
'colPlaceholder
'
resources.ApplyResources(Me.colPlaceholder, "colPlaceholder")
Me.colPlaceholder.Name = "colPlaceholder"
Me.colPlaceholder.ReadOnly = True
'
'colReplace
'
resources.ApplyResources(Me.colReplace, "colReplace")
Me.colReplace.Name = "colReplace"
'
'btnTestSQL
'
resources.ApplyResources(Me.btnTestSQL, "btnTestSQL")
@@ -1073,8 +1092,8 @@ Partial Class frmConstructorDesigner
'
'btnAddUserSQL
'
resources.ApplyResources(Me.btnAddUserSQL, "btnAddUserSQL")
Me.btnAddUserSQL.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_add_16xLG
resources.ApplyResources(Me.btnAddUserSQL, "btnAddUserSQL")
Me.btnAddUserSQL.Name = "btnAddUserSQL"
Me.btnAddUserSQL.UseVisualStyleBackColor = True
'
@@ -1086,8 +1105,8 @@ Partial Class frmConstructorDesigner
'
'CHANGED_WHENTextBox2
'
resources.ApplyResources(Me.CHANGED_WHENTextBox2, "CHANGED_WHENTextBox2")
Me.CHANGED_WHENTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_CONSTRUCTOR_USER_SQLBindingSource, "CHANGED_WHEN", True))
resources.ApplyResources(Me.CHANGED_WHENTextBox2, "CHANGED_WHENTextBox2")
Me.CHANGED_WHENTextBox2.Name = "CHANGED_WHENTextBox2"
Me.CHANGED_WHENTextBox2.ReadOnly = True
'
@@ -1103,35 +1122,35 @@ Partial Class frmConstructorDesigner
'
'CHANGED_WHOTextBox2
'
resources.ApplyResources(Me.CHANGED_WHOTextBox2, "CHANGED_WHOTextBox2")
Me.CHANGED_WHOTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_CONSTRUCTOR_USER_SQLBindingSource, "CHANGED_WHO", True))
resources.ApplyResources(Me.CHANGED_WHOTextBox2, "CHANGED_WHOTextBox2")
Me.CHANGED_WHOTextBox2.Name = "CHANGED_WHOTextBox2"
Me.CHANGED_WHOTextBox2.ReadOnly = True
'
'ADDED_WHENTextBox2
'
resources.ApplyResources(Me.ADDED_WHENTextBox2, "ADDED_WHENTextBox2")
Me.ADDED_WHENTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_CONSTRUCTOR_USER_SQLBindingSource, "ADDED_WHEN", True))
resources.ApplyResources(Me.ADDED_WHENTextBox2, "ADDED_WHENTextBox2")
Me.ADDED_WHENTextBox2.Name = "ADDED_WHENTextBox2"
Me.ADDED_WHENTextBox2.ReadOnly = True
'
'ADDED_WHOTextBox2
'
resources.ApplyResources(Me.ADDED_WHOTextBox2, "ADDED_WHOTextBox2")
Me.ADDED_WHOTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_CONSTRUCTOR_USER_SQLBindingSource, "ADDED_WHO", True))
resources.ApplyResources(Me.ADDED_WHOTextBox2, "ADDED_WHOTextBox2")
Me.ADDED_WHOTextBox2.Name = "ADDED_WHOTextBox2"
Me.ADDED_WHOTextBox2.ReadOnly = True
'
'SQL_COMMANDTextBox
'
resources.ApplyResources(Me.SQL_COMMANDTextBox, "SQL_COMMANDTextBox")
Me.SQL_COMMANDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_CONSTRUCTOR_USER_SQLBindingSource, "SQL_COMMAND", True))
resources.ApplyResources(Me.SQL_COMMANDTextBox, "SQL_COMMANDTextBox")
Me.SQL_COMMANDTextBox.Name = "SQL_COMMANDTextBox"
'
'GUIDTextBox
'
resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox")
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_CONSTRUCTOR_USER_SQLBindingSource, "GUID", True))
resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox")
Me.GUIDTextBox.Name = "GUIDTextBox"
Me.GUIDTextBox.ReadOnly = True
'
@@ -1157,22 +1176,71 @@ Partial Class frmConstructorDesigner
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.UseVisualStyleBackColor = True
'
'XtraTabPage6
'
Me.XtraTabPage6.Controls.Add(Me.btndeleteEntityfromClient)
Me.XtraTabPage6.Controls.Add(Me.lblUser2Client)
Me.XtraTabPage6.Controls.Add(Me.chklbxEntitiesforClient)
Me.XtraTabPage6.Controls.Add(Me.btnsaddUser2Client)
Me.XtraTabPage6.Controls.Add(Me.Label18)
Me.XtraTabPage6.Controls.Add(Me.chklbxClient)
Me.XtraTabPage6.Name = "XtraTabPage6"
resources.ApplyResources(Me.XtraTabPage6, "XtraTabPage6")
'
'btndeleteEntityfromClient
'
Me.btndeleteEntityfromClient.Image = Global.DD_Record_Organiser.My.Resources.Resources.delete
resources.ApplyResources(Me.btndeleteEntityfromClient, "btndeleteEntityfromClient")
Me.btndeleteEntityfromClient.Name = "btndeleteEntityfromClient"
Me.btndeleteEntityfromClient.UseVisualStyleBackColor = True
'
'lblUser2Client
'
resources.ApplyResources(Me.lblUser2Client, "lblUser2Client")
Me.lblUser2Client.Name = "lblUser2Client"
'
'chklbxEntitiesforClient
'
resources.ApplyResources(Me.chklbxEntitiesforClient, "chklbxEntitiesforClient")
Me.chklbxEntitiesforClient.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.chklbxEntitiesforClient.FormattingEnabled = True
Me.chklbxEntitiesforClient.Name = "chklbxEntitiesforClient"
'
'btnsaddUser2Client
'
Me.btnsaddUser2Client.Image = Global.DD_Record_Organiser.My.Resources.Resources.add1
resources.ApplyResources(Me.btnsaddUser2Client, "btnsaddUser2Client")
Me.btnsaddUser2Client.Name = "btnsaddUser2Client"
Me.btnsaddUser2Client.UseVisualStyleBackColor = True
'
'Label18
'
resources.ApplyResources(Me.Label18, "Label18")
Me.Label18.Name = "Label18"
'
'chklbxClient
'
resources.ApplyResources(Me.chklbxClient, "chklbxClient")
Me.chklbxClient.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.chklbxClient.FormattingEnabled = True
Me.chklbxClient.Name = "chklbxClient"
'
'StatusStrip1
'
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblSaveDetail})
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
Me.StatusStrip1.Name = "StatusStrip1"
'
'tslblSaveDetail
'
resources.ApplyResources(Me.tslblSaveDetail, "tslblSaveDetail")
Me.tslblSaveDetail.BackColor = System.Drawing.Color.Yellow
Me.tslblSaveDetail.Name = "tslblSaveDetail"
resources.ApplyResources(Me.tslblSaveDetail, "tslblSaveDetail")
'
'ToolStrip1
'
resources.ApplyResources(Me.ToolStrip1, "ToolStrip1")
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnSave})
resources.ApplyResources(Me.ToolStrip1, "ToolStrip1")
Me.ToolStrip1.Name = "ToolStrip1"
'
'tsbtnSave
@@ -1187,10 +1255,10 @@ Partial Class frmConstructorDesigner
'
'ListBox1
'
resources.ApplyResources(Me.ListBox1, "ListBox1")
Me.ListBox1.DataSource = Me.TBPMO_FORM_CONSTRUCTORBindingSource
Me.ListBox1.DisplayMember = "FORM_TITLE"
Me.ListBox1.FormattingEnabled = True
resources.ApplyResources(Me.ListBox1, "ListBox1")
Me.ListBox1.Name = "ListBox1"
Me.ListBox1.ValueMember = "GUID"
'
@@ -1299,12 +1367,6 @@ Partial Class frmConstructorDesigner
resources.ApplyResources(Me.lblUsers, "lblUsers")
Me.lblUsers.Name = "lblUsers"
'
'ListBoxUserConstructor
'
resources.ApplyResources(Me.ListBoxUserConstructor, "ListBoxUserConstructor")
Me.ListBoxUserConstructor.FormattingEnabled = True
Me.ListBoxUserConstructor.Name = "ListBoxUserConstructor"
'
'Label16
'
resources.ApplyResources(Me.Label16, "Label16")
@@ -1312,8 +1374,8 @@ Partial Class frmConstructorDesigner
'
'LANGUAGETextBox
'
resources.ApplyResources(Me.LANGUAGETextBox, "LANGUAGETextBox")
Me.LANGUAGETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "LANGUAGE", True))
resources.ApplyResources(Me.LANGUAGETextBox, "LANGUAGETextBox")
Me.LANGUAGETextBox.Name = "LANGUAGETextBox"
Me.LANGUAGETextBox.ReadOnly = True
'
@@ -1325,8 +1387,8 @@ Partial Class frmConstructorDesigner
'
'btnChangeHOMESTANDARD
'
resources.ApplyResources(Me.btnChangeHOMESTANDARD, "btnChangeHOMESTANDARD")
Me.btnChangeHOMESTANDARD.Image = Global.DD_Record_Organiser.My.Resources.Resources.Link
resources.ApplyResources(Me.btnChangeHOMESTANDARD, "btnChangeHOMESTANDARD")
Me.btnChangeHOMESTANDARD.Name = "btnChangeHOMESTANDARD"
Me.btnChangeHOMESTANDARD.UseVisualStyleBackColor = True
'
@@ -1342,21 +1404,18 @@ Partial Class frmConstructorDesigner
'
Me.TBPMO_CONSTRUCTOR_USER_SQLTableAdapter.ClearBeforeFill = True
'
'colPlaceholder
'chksbxUserConstructor
'
resources.ApplyResources(Me.colPlaceholder, "colPlaceholder")
Me.colPlaceholder.Name = "colPlaceholder"
Me.colPlaceholder.ReadOnly = True
'
'colReplace
'
resources.ApplyResources(Me.colReplace, "colReplace")
Me.colReplace.Name = "colReplace"
resources.ApplyResources(Me.chksbxUserConstructor, "chksbxUserConstructor")
Me.chksbxUserConstructor.BackColor = System.Drawing.SystemColors.GradientActiveCaption
Me.chksbxUserConstructor.FormattingEnabled = True
Me.chksbxUserConstructor.Name = "chksbxUserConstructor"
'
'frmConstructorDesigner
'
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.chksbxUserConstructor)
Me.Controls.Add(Me.btnChangeHOMESTANDARD)
Me.Controls.Add(Me.CheckBoxHome)
Me.Controls.Add(Me.LANGUAGETextBox)
@@ -1365,7 +1424,6 @@ Partial Class frmConstructorDesigner
Me.Controls.Add(Me.ListBoxUsersFORConstructor)
Me.Controls.Add(Me.lblConfiguredUsers)
Me.Controls.Add(Me.lblUsers)
Me.Controls.Add(Me.ListBoxUserConstructor)
Me.Controls.Add(Me.Label16)
Me.Controls.Add(Me.lblSave)
Me.Controls.Add(Me.Label1)
@@ -1421,6 +1479,8 @@ Partial Class frmConstructorDesigner
CType(Me.dgvPlaceholders, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBPMO_CONSTRUCTOR_USER_SQLBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit()
Me.XtraTabPage6.ResumeLayout(False)
Me.XtraTabPage6.PerformLayout()
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.ToolStrip1.ResumeLayout(False)
@@ -1538,7 +1598,6 @@ Partial Class frmConstructorDesigner
Friend WithEvents ListBoxUsersFORConstructor As System.Windows.Forms.ListBox
Friend WithEvents lblConfiguredUsers As System.Windows.Forms.Label
Friend WithEvents lblUsers As System.Windows.Forms.Label
Friend WithEvents ListBoxUserConstructor As System.Windows.Forms.ListBox
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents cmstrpEntity As System.Windows.Forms.ContextMenuStrip
Friend WithEvents FormDesignerToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
@@ -1569,4 +1628,12 @@ Partial Class frmConstructorDesigner
Friend WithEvents btnTestSQL As System.Windows.Forms.Button
Friend WithEvents colPlaceholder As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents colReplace As System.Windows.Forms.DataGridViewTextBoxColumn
Friend WithEvents XtraTabPage6 As DevExpress.XtraTab.XtraTabPage
Friend WithEvents btndeleteEntityfromClient As System.Windows.Forms.Button
Friend WithEvents lblUser2Client As System.Windows.Forms.Label
Friend WithEvents chklbxEntitiesforClient As System.Windows.Forms.CheckedListBox
Friend WithEvents btnsaddUser2Client As System.Windows.Forms.Button
Friend WithEvents Label18 As System.Windows.Forms.Label
Friend WithEvents chklbxClient As System.Windows.Forms.CheckedListBox
Friend WithEvents chksbxUserConstructor As System.Windows.Forms.CheckedListBox
End Class