MS_1603
This commit is contained in:
@@ -45,6 +45,14 @@ Partial Class frmConstructorDesigner
|
||||
Dim SEARCH_PATTERN2Label1 As System.Windows.Forms.Label
|
||||
Dim SEARCH_PATTERN3Label As System.Windows.Forms.Label
|
||||
Dim SEARCH_PATTERN4Label As System.Windows.Forms.Label
|
||||
Dim GUIDLabel2 As System.Windows.Forms.Label
|
||||
Dim SQL_COMMANDLabel As System.Windows.Forms.Label
|
||||
Dim ADDED_WHOLabel2 As System.Windows.Forms.Label
|
||||
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()
|
||||
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()
|
||||
@@ -132,12 +140,32 @@ Partial Class frmConstructorDesigner
|
||||
Me.SEARCH_PATTERN3ComboBox = New System.Windows.Forms.ComboBox()
|
||||
Me.SEARCH_PATTERN2ComboBox = New System.Windows.Forms.ComboBox()
|
||||
Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
||||
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
||||
Me.Label12 = New System.Windows.Forms.Label()
|
||||
Me.Label17 = New System.Windows.Forms.Label()
|
||||
Me.dgvResult = New System.Windows.Forms.DataGridView()
|
||||
Me.dgvPlaceholders = New System.Windows.Forms.DataGridView()
|
||||
Me.btnTestSQL = New System.Windows.Forms.Button()
|
||||
Me.btnAddUserSQL = New System.Windows.Forms.Button()
|
||||
Me.lblsaveSQLUser = New System.Windows.Forms.Label()
|
||||
Me.CHANGED_WHENTextBox2 = New System.Windows.Forms.TextBox()
|
||||
Me.TBPMO_CONSTRUCTOR_USER_SQLBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet()
|
||||
Me.CHANGED_WHOTextBox2 = New System.Windows.Forms.TextBox()
|
||||
Me.ADDED_WHENTextBox2 = New System.Windows.Forms.TextBox()
|
||||
Me.ADDED_WHOTextBox2 = New System.Windows.Forms.TextBox()
|
||||
Me.SQL_COMMANDTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.GUIDTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.Label10 = New System.Windows.Forms.Label()
|
||||
Me.txtSearchUser = New System.Windows.Forms.TextBox()
|
||||
Me.lbxUserSQL = New System.Windows.Forms.ListBox()
|
||||
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
||||
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
||||
Me.tslblSaveDetail = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
||||
Me.tsbtnSave = New System.Windows.Forms.ToolStripButton()
|
||||
Me.TBTEMP_QUICKDISPLAYBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet()
|
||||
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.TBPMO_FORM_CONSTRUCTORBindingSource1 = New System.Windows.Forms.BindingSource(Me.components)
|
||||
@@ -158,6 +186,10 @@ Partial Class frmConstructorDesigner
|
||||
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()
|
||||
GUIDLabel = New System.Windows.Forms.Label()
|
||||
FORM_TITLELabel = New System.Windows.Forms.Label()
|
||||
SEQUENCE_MENULabel = New System.Windows.Forms.Label()
|
||||
@@ -179,6 +211,12 @@ Partial Class frmConstructorDesigner
|
||||
SEARCH_PATTERN2Label1 = New System.Windows.Forms.Label()
|
||||
SEARCH_PATTERN3Label = New System.Windows.Forms.Label()
|
||||
SEARCH_PATTERN4Label = New System.Windows.Forms.Label()
|
||||
GUIDLabel2 = New System.Windows.Forms.Label()
|
||||
SQL_COMMANDLabel = New System.Windows.Forms.Label()
|
||||
ADDED_WHOLabel2 = New System.Windows.Forms.Label()
|
||||
ADDED_WHENLabel2 = New System.Windows.Forms.Label()
|
||||
CHANGED_WHOLabel2 = New System.Windows.Forms.Label()
|
||||
CHANGED_WHENLabel2 = New System.Windows.Forms.Label()
|
||||
CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBPMO_FORM_CONSTRUCTORBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBPMO_FORM_CONSTRUCTORBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -196,10 +234,16 @@ Partial Class frmConstructorDesigner
|
||||
Me.XtraTabPage4.SuspendLayout()
|
||||
Me.grpbxWD_RecordSearch.SuspendLayout()
|
||||
Me.GroupBox1.SuspendLayout()
|
||||
Me.XtraTabPage2.SuspendLayout()
|
||||
Me.TabControl1.SuspendLayout()
|
||||
Me.TabPage1.SuspendLayout()
|
||||
CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
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.StatusStrip1.SuspendLayout()
|
||||
Me.ToolStrip1.SuspendLayout()
|
||||
CType(Me.TBTEMP_QUICKDISPLAYBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBPMO_FORM_CONSTRUCTORBindingSource1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.ImageCollection1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
@@ -309,6 +353,36 @@ Partial Class frmConstructorDesigner
|
||||
resources.ApplyResources(SEARCH_PATTERN4Label, "SEARCH_PATTERN4Label")
|
||||
SEARCH_PATTERN4Label.Name = "SEARCH_PATTERN4Label"
|
||||
'
|
||||
'GUIDLabel2
|
||||
'
|
||||
resources.ApplyResources(GUIDLabel2, "GUIDLabel2")
|
||||
GUIDLabel2.Name = "GUIDLabel2"
|
||||
'
|
||||
'SQL_COMMANDLabel
|
||||
'
|
||||
resources.ApplyResources(SQL_COMMANDLabel, "SQL_COMMANDLabel")
|
||||
SQL_COMMANDLabel.Name = "SQL_COMMANDLabel"
|
||||
'
|
||||
'ADDED_WHOLabel2
|
||||
'
|
||||
resources.ApplyResources(ADDED_WHOLabel2, "ADDED_WHOLabel2")
|
||||
ADDED_WHOLabel2.Name = "ADDED_WHOLabel2"
|
||||
'
|
||||
'ADDED_WHENLabel2
|
||||
'
|
||||
resources.ApplyResources(ADDED_WHENLabel2, "ADDED_WHENLabel2")
|
||||
ADDED_WHENLabel2.Name = "ADDED_WHENLabel2"
|
||||
'
|
||||
'CHANGED_WHOLabel2
|
||||
'
|
||||
resources.ApplyResources(CHANGED_WHOLabel2, "CHANGED_WHOLabel2")
|
||||
CHANGED_WHOLabel2.Name = "CHANGED_WHOLabel2"
|
||||
'
|
||||
'CHANGED_WHENLabel2
|
||||
'
|
||||
resources.ApplyResources(CHANGED_WHENLabel2, "CHANGED_WHENLabel2")
|
||||
CHANGED_WHENLabel2.Name = "CHANGED_WHENLabel2"
|
||||
'
|
||||
'DD_ECMAdmin
|
||||
'
|
||||
Me.DD_ECMAdmin.DataSetName = "DD_ECMAdmin"
|
||||
@@ -337,13 +411,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
|
||||
@@ -353,37 +427,37 @@ Partial Class frmConstructorDesigner
|
||||
'
|
||||
'BindingNavigatorAddNewItem
|
||||
'
|
||||
Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.BindingNavigatorAddNewItem, "BindingNavigatorAddNewItem")
|
||||
Me.BindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorAddNewItem.Name = "BindingNavigatorAddNewItem"
|
||||
'
|
||||
'BindingNavigatorCountItem
|
||||
'
|
||||
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
|
||||
resources.ApplyResources(Me.BindingNavigatorCountItem, "BindingNavigatorCountItem")
|
||||
Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
|
||||
'
|
||||
'BindingNavigatorDeleteItem
|
||||
'
|
||||
Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.BindingNavigatorDeleteItem, "BindingNavigatorDeleteItem")
|
||||
Me.BindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorDeleteItem.Name = "BindingNavigatorDeleteItem"
|
||||
'
|
||||
'BindingNavigatorMoveFirstItem
|
||||
'
|
||||
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveFirstItem, "BindingNavigatorMoveFirstItem")
|
||||
Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
|
||||
'
|
||||
'BindingNavigatorMovePreviousItem
|
||||
'
|
||||
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.BindingNavigatorMovePreviousItem, "BindingNavigatorMovePreviousItem")
|
||||
Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
|
||||
'
|
||||
'BindingNavigatorSeparator
|
||||
'
|
||||
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator, "BindingNavigatorSeparator")
|
||||
Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
|
||||
'
|
||||
'BindingNavigatorPositionItem
|
||||
'
|
||||
@@ -392,30 +466,30 @@ Partial Class frmConstructorDesigner
|
||||
'
|
||||
'BindingNavigatorSeparator1
|
||||
'
|
||||
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator1, "BindingNavigatorSeparator1")
|
||||
Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator1"
|
||||
'
|
||||
'BindingNavigatorMoveNextItem
|
||||
'
|
||||
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveNextItem, "BindingNavigatorMoveNextItem")
|
||||
Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
|
||||
'
|
||||
'BindingNavigatorMoveLastItem
|
||||
'
|
||||
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
resources.ApplyResources(Me.BindingNavigatorMoveLastItem, "BindingNavigatorMoveLastItem")
|
||||
Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
|
||||
'
|
||||
'BindingNavigatorSeparator2
|
||||
'
|
||||
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
|
||||
resources.ApplyResources(Me.BindingNavigatorSeparator2, "BindingNavigatorSeparator2")
|
||||
Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator2"
|
||||
'
|
||||
'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.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
||||
Me.TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem.Name = "TBPMO_FORM_CONSTRUCTORBindingNavigatorSaveItem"
|
||||
'
|
||||
'TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource
|
||||
@@ -425,22 +499,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
|
||||
'
|
||||
Me.FormDesignerToolStripMenuItem.Name = "FormDesignerToolStripMenuItem"
|
||||
resources.ApplyResources(Me.FormDesignerToolStripMenuItem, "FormDesignerToolStripMenuItem")
|
||||
Me.FormDesignerToolStripMenuItem.Name = "FormDesignerToolStripMenuItem"
|
||||
'
|
||||
'ImageList1
|
||||
'
|
||||
@@ -451,82 +525,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
|
||||
'
|
||||
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.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "FORM_TITLE", True))
|
||||
Me.FORM_TITLETextBox.Name = "FORM_TITLETextBox"
|
||||
'
|
||||
'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.DataBindings.Add(New System.Windows.Forms.Binding("Value", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "SEQUENCE_MENU", True))
|
||||
Me.SEQUENCE_MENUNumericUpDown.Name = "SEQUENCE_MENUNumericUpDown"
|
||||
'
|
||||
'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.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "SHORT_TITLE", True))
|
||||
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
|
||||
'
|
||||
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.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "LEVEL1_SELECT", True))
|
||||
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
|
||||
@@ -538,12 +612,12 @@ 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
|
||||
'
|
||||
@@ -579,8 +653,8 @@ Partial Class frmConstructorDesigner
|
||||
'
|
||||
'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.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "LOAD_DIRECT", True))
|
||||
Me.LOAD_DIRECTCheckBox.Name = "LOAD_DIRECTCheckBox"
|
||||
Me.LOAD_DIRECTCheckBox.UseVisualStyleBackColor = True
|
||||
'
|
||||
@@ -591,9 +665,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
|
||||
@@ -603,45 +677,45 @@ Partial Class frmConstructorDesigner
|
||||
'
|
||||
'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.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "SQL_SELECT_EBENE1", True))
|
||||
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
|
||||
'
|
||||
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.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTOR_DETAILBindingSource, "SQL_SELECT_EBENE2", True))
|
||||
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
|
||||
'
|
||||
@@ -719,8 +793,8 @@ Partial Class frmConstructorDesigner
|
||||
'
|
||||
'ListBoxConfiguredDisplay
|
||||
'
|
||||
Me.ListBoxConfiguredDisplay.FormattingEnabled = True
|
||||
resources.ApplyResources(Me.ListBoxConfiguredDisplay, "ListBoxConfiguredDisplay")
|
||||
Me.ListBoxConfiguredDisplay.FormattingEnabled = True
|
||||
Me.ListBoxConfiguredDisplay.Name = "ListBoxConfiguredDisplay"
|
||||
'
|
||||
'Label6
|
||||
@@ -746,11 +820,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
|
||||
'
|
||||
@@ -791,8 +865,8 @@ Partial Class frmConstructorDesigner
|
||||
'
|
||||
'txtWindreamsuche
|
||||
'
|
||||
Me.txtWindreamsuche.BackColor = System.Drawing.SystemColors.Info
|
||||
resources.ApplyResources(Me.txtWindreamsuche, "txtWindreamsuche")
|
||||
Me.txtWindreamsuche.BackColor = System.Drawing.SystemColors.Info
|
||||
Me.txtWindreamsuche.Name = "txtWindreamsuche"
|
||||
'
|
||||
'Label15
|
||||
@@ -886,57 +960,219 @@ 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
|
||||
'
|
||||
Me.XtraTabPage2.Name = "XtraTabPage2"
|
||||
resources.ApplyResources(Me.XtraTabPage2, "XtraTabPage2")
|
||||
Me.XtraTabPage2.Controls.Add(Me.TabControl1)
|
||||
Me.XtraTabPage2.Name = "XtraTabPage2"
|
||||
'
|
||||
'TabControl1
|
||||
'
|
||||
resources.ApplyResources(Me.TabControl1, "TabControl1")
|
||||
Me.TabControl1.Controls.Add(Me.TabPage1)
|
||||
Me.TabControl1.Controls.Add(Me.TabPage2)
|
||||
Me.TabControl1.Name = "TabControl1"
|
||||
Me.TabControl1.SelectedIndex = 0
|
||||
'
|
||||
'TabPage1
|
||||
'
|
||||
resources.ApplyResources(Me.TabPage1, "TabPage1")
|
||||
Me.TabPage1.Controls.Add(Me.Label12)
|
||||
Me.TabPage1.Controls.Add(Me.Label17)
|
||||
Me.TabPage1.Controls.Add(Me.dgvResult)
|
||||
Me.TabPage1.Controls.Add(Me.dgvPlaceholders)
|
||||
Me.TabPage1.Controls.Add(Me.btnTestSQL)
|
||||
Me.TabPage1.Controls.Add(Me.btnAddUserSQL)
|
||||
Me.TabPage1.Controls.Add(Me.lblsaveSQLUser)
|
||||
Me.TabPage1.Controls.Add(CHANGED_WHENLabel2)
|
||||
Me.TabPage1.Controls.Add(Me.CHANGED_WHENTextBox2)
|
||||
Me.TabPage1.Controls.Add(CHANGED_WHOLabel2)
|
||||
Me.TabPage1.Controls.Add(Me.CHANGED_WHOTextBox2)
|
||||
Me.TabPage1.Controls.Add(ADDED_WHENLabel2)
|
||||
Me.TabPage1.Controls.Add(Me.ADDED_WHENTextBox2)
|
||||
Me.TabPage1.Controls.Add(ADDED_WHOLabel2)
|
||||
Me.TabPage1.Controls.Add(Me.ADDED_WHOTextBox2)
|
||||
Me.TabPage1.Controls.Add(SQL_COMMANDLabel)
|
||||
Me.TabPage1.Controls.Add(Me.SQL_COMMANDTextBox)
|
||||
Me.TabPage1.Controls.Add(GUIDLabel2)
|
||||
Me.TabPage1.Controls.Add(Me.GUIDTextBox)
|
||||
Me.TabPage1.Controls.Add(Me.Label10)
|
||||
Me.TabPage1.Controls.Add(Me.txtSearchUser)
|
||||
Me.TabPage1.Controls.Add(Me.lbxUserSQL)
|
||||
Me.TabPage1.Name = "TabPage1"
|
||||
Me.TabPage1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label12
|
||||
'
|
||||
resources.ApplyResources(Me.Label12, "Label12")
|
||||
Me.Label12.Name = "Label12"
|
||||
'
|
||||
'Label17
|
||||
'
|
||||
resources.ApplyResources(Me.Label17, "Label17")
|
||||
Me.Label17.Name = "Label17"
|
||||
'
|
||||
'dgvResult
|
||||
'
|
||||
resources.ApplyResources(Me.dgvResult, "dgvResult")
|
||||
Me.dgvResult.AllowUserToAddRows = False
|
||||
Me.dgvResult.AllowUserToDeleteRows = False
|
||||
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Cyan
|
||||
Me.dgvResult.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
||||
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
|
||||
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"
|
||||
'
|
||||
'btnTestSQL
|
||||
'
|
||||
resources.ApplyResources(Me.btnTestSQL, "btnTestSQL")
|
||||
Me.btnTestSQL.Image = Global.DD_Record_Organiser.My.Resources.Resources.Go
|
||||
Me.btnTestSQL.Name = "btnTestSQL"
|
||||
Me.btnTestSQL.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnAddUserSQL
|
||||
'
|
||||
resources.ApplyResources(Me.btnAddUserSQL, "btnAddUserSQL")
|
||||
Me.btnAddUserSQL.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_add_16xLG
|
||||
Me.btnAddUserSQL.Name = "btnAddUserSQL"
|
||||
Me.btnAddUserSQL.UseVisualStyleBackColor = True
|
||||
'
|
||||
'lblsaveSQLUser
|
||||
'
|
||||
resources.ApplyResources(Me.lblsaveSQLUser, "lblsaveSQLUser")
|
||||
Me.lblsaveSQLUser.BackColor = System.Drawing.Color.Yellow
|
||||
Me.lblsaveSQLUser.Name = "lblsaveSQLUser"
|
||||
'
|
||||
'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))
|
||||
Me.CHANGED_WHENTextBox2.Name = "CHANGED_WHENTextBox2"
|
||||
Me.CHANGED_WHENTextBox2.ReadOnly = True
|
||||
'
|
||||
'TBPMO_CONSTRUCTOR_USER_SQLBindingSource
|
||||
'
|
||||
Me.TBPMO_CONSTRUCTOR_USER_SQLBindingSource.DataMember = "TBPMO_CONSTRUCTOR_USER_SQL"
|
||||
Me.TBPMO_CONSTRUCTOR_USER_SQLBindingSource.DataSource = Me.DD_DMSDataSet
|
||||
'
|
||||
'DD_DMSDataSet
|
||||
'
|
||||
Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet"
|
||||
Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'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))
|
||||
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))
|
||||
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))
|
||||
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))
|
||||
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))
|
||||
Me.GUIDTextBox.Name = "GUIDTextBox"
|
||||
Me.GUIDTextBox.ReadOnly = True
|
||||
'
|
||||
'Label10
|
||||
'
|
||||
resources.ApplyResources(Me.Label10, "Label10")
|
||||
Me.Label10.Name = "Label10"
|
||||
'
|
||||
'txtSearchUser
|
||||
'
|
||||
resources.ApplyResources(Me.txtSearchUser, "txtSearchUser")
|
||||
Me.txtSearchUser.Name = "txtSearchUser"
|
||||
'
|
||||
'lbxUserSQL
|
||||
'
|
||||
resources.ApplyResources(Me.lbxUserSQL, "lbxUserSQL")
|
||||
Me.lbxUserSQL.FormattingEnabled = True
|
||||
Me.lbxUserSQL.Name = "lbxUserSQL"
|
||||
'
|
||||
'TabPage2
|
||||
'
|
||||
resources.ApplyResources(Me.TabPage2, "TabPage2")
|
||||
Me.TabPage2.Name = "TabPage2"
|
||||
Me.TabPage2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'StatusStrip1
|
||||
'
|
||||
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblSaveDetail})
|
||||
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
|
||||
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblSaveDetail})
|
||||
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
|
||||
'
|
||||
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnSave})
|
||||
resources.ApplyResources(Me.ToolStrip1, "ToolStrip1")
|
||||
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnSave})
|
||||
Me.ToolStrip1.Name = "ToolStrip1"
|
||||
'
|
||||
'tsbtnSave
|
||||
@@ -949,17 +1185,12 @@ Partial Class frmConstructorDesigner
|
||||
Me.TBTEMP_QUICKDISPLAYBindingSource.DataMember = "TBTEMP_QUICKDISPLAY"
|
||||
Me.TBTEMP_QUICKDISPLAYBindingSource.DataSource = Me.DD_DMSDataSet
|
||||
'
|
||||
'DD_DMSDataSet
|
||||
'
|
||||
Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet"
|
||||
Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
||||
'
|
||||
'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"
|
||||
'
|
||||
@@ -1008,6 +1239,7 @@ Partial Class frmConstructorDesigner
|
||||
Me.TableAdapterManager2.TBDD_INDEX_AUTOMTableAdapter = Nothing
|
||||
Me.TableAdapterManager2.TBDD_USER_GROUPSTableAdapter = Nothing
|
||||
Me.TableAdapterManager2.TBDD_USERTableAdapter = Nothing
|
||||
Me.TableAdapterManager2.TBPMO_CONSTRUCTOR_USER_SQLTableAdapter = Nothing
|
||||
Me.TableAdapterManager2.TBPMO_FILES_USERTableAdapter = Nothing
|
||||
Me.TableAdapterManager2.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing
|
||||
Me.TableAdapterManager2.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing
|
||||
@@ -1080,8 +1312,8 @@ Partial Class frmConstructorDesigner
|
||||
'
|
||||
'LANGUAGETextBox
|
||||
'
|
||||
Me.LANGUAGETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "LANGUAGE", True))
|
||||
resources.ApplyResources(Me.LANGUAGETextBox, "LANGUAGETextBox")
|
||||
Me.LANGUAGETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_CONSTRUCTORBindingSource, "LANGUAGE", True))
|
||||
Me.LANGUAGETextBox.Name = "LANGUAGETextBox"
|
||||
Me.LANGUAGETextBox.ReadOnly = True
|
||||
'
|
||||
@@ -1093,11 +1325,34 @@ Partial Class frmConstructorDesigner
|
||||
'
|
||||
'btnChangeHOMESTANDARD
|
||||
'
|
||||
Me.btnChangeHOMESTANDARD.Image = Global.DD_Record_Organiser.My.Resources.Resources.Link
|
||||
resources.ApplyResources(Me.btnChangeHOMESTANDARD, "btnChangeHOMESTANDARD")
|
||||
Me.btnChangeHOMESTANDARD.Image = Global.DD_Record_Organiser.My.Resources.Resources.Link
|
||||
Me.btnChangeHOMESTANDARD.Name = "btnChangeHOMESTANDARD"
|
||||
Me.btnChangeHOMESTANDARD.UseVisualStyleBackColor = True
|
||||
'
|
||||
'TableAdapterManager3
|
||||
'
|
||||
Me.TableAdapterManager3.BackupDataSetBeforeUpdate = False
|
||||
Me.TableAdapterManager3.Connection = Nothing
|
||||
Me.TableAdapterManager3.TBPMO_APPOINTMENTSTableAdapter = Nothing
|
||||
Me.TableAdapterManager3.TBPMO_RESOURCESTableAdapter = Nothing
|
||||
Me.TableAdapterManager3.UpdateOrder = DD_Record_Organiser.DD_DMSDataSetCalendarTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||
'
|
||||
'TBPMO_CONSTRUCTOR_USER_SQLTableAdapter
|
||||
'
|
||||
Me.TBPMO_CONSTRUCTOR_USER_SQLTableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'colPlaceholder
|
||||
'
|
||||
resources.ApplyResources(Me.colPlaceholder, "colPlaceholder")
|
||||
Me.colPlaceholder.Name = "colPlaceholder"
|
||||
Me.colPlaceholder.ReadOnly = True
|
||||
'
|
||||
'colReplace
|
||||
'
|
||||
resources.ApplyResources(Me.colReplace, "colReplace")
|
||||
Me.colReplace.Name = "colReplace"
|
||||
'
|
||||
'frmConstructorDesigner
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
@@ -1158,12 +1413,19 @@ Partial Class frmConstructorDesigner
|
||||
Me.grpbxWD_RecordSearch.PerformLayout()
|
||||
Me.GroupBox1.ResumeLayout(False)
|
||||
Me.GroupBox1.PerformLayout()
|
||||
Me.XtraTabPage2.ResumeLayout(False)
|
||||
Me.TabControl1.ResumeLayout(False)
|
||||
Me.TabPage1.ResumeLayout(False)
|
||||
Me.TabPage1.PerformLayout()
|
||||
CType(Me.dgvResult, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
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.StatusStrip1.ResumeLayout(False)
|
||||
Me.StatusStrip1.PerformLayout()
|
||||
Me.ToolStrip1.ResumeLayout(False)
|
||||
Me.ToolStrip1.PerformLayout()
|
||||
CType(Me.TBTEMP_QUICKDISPLAYBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPMO_FORM_CONSTRUCTORBindingSource1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.ImageCollection1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
@@ -1283,4 +1545,28 @@ Partial Class frmConstructorDesigner
|
||||
Friend WithEvents LANGUAGETextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents CheckBoxHome As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents btnChangeHOMESTANDARD As System.Windows.Forms.Button
|
||||
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
|
||||
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
|
||||
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
|
||||
Friend WithEvents TableAdapterManager3 As DD_Record_Organiser.DD_DMSDataSetCalendarTableAdapters.TableAdapterManager
|
||||
Friend WithEvents Label10 As System.Windows.Forms.Label
|
||||
Friend WithEvents txtSearchUser As System.Windows.Forms.TextBox
|
||||
Friend WithEvents lbxUserSQL As System.Windows.Forms.ListBox
|
||||
Friend WithEvents TBPMO_CONSTRUCTOR_USER_SQLBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents TBPMO_CONSTRUCTOR_USER_SQLTableAdapter As DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_CONSTRUCTOR_USER_SQLTableAdapter
|
||||
Friend WithEvents lblsaveSQLUser As System.Windows.Forms.Label
|
||||
Friend WithEvents CHANGED_WHENTextBox2 As System.Windows.Forms.TextBox
|
||||
Friend WithEvents CHANGED_WHOTextBox2 As System.Windows.Forms.TextBox
|
||||
Friend WithEvents ADDED_WHENTextBox2 As System.Windows.Forms.TextBox
|
||||
Friend WithEvents ADDED_WHOTextBox2 As System.Windows.Forms.TextBox
|
||||
Friend WithEvents SQL_COMMANDTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents GUIDTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents btnAddUserSQL As System.Windows.Forms.Button
|
||||
Friend WithEvents Label12 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label17 As System.Windows.Forms.Label
|
||||
Friend WithEvents dgvResult As System.Windows.Forms.DataGridView
|
||||
Friend WithEvents dgvPlaceholders As System.Windows.Forms.DataGridView
|
||||
Friend WithEvents btnTestSQL As System.Windows.Forms.Button
|
||||
Friend WithEvents colPlaceholder As System.Windows.Forms.DataGridViewTextBoxColumn
|
||||
Friend WithEvents colReplace As System.Windows.Forms.DataGridViewTextBoxColumn
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user