MS_TEMP_REFRESH
This commit is contained in:
73
app/DD-Record-Organizer/frmEntities.Designer.vb
generated
73
app/DD-Record-Organizer/frmEntities.Designer.vb
generated
@@ -52,7 +52,7 @@ Partial Class frmEntities
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.SINGLE_RECORDCheckBox = New System.Windows.Forms.CheckBox()
|
||||
Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
|
||||
Me.GUIDTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.ENTITY_IDTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
||||
Me.TBPMO_FORM_TYPEBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.SHOW_FORM_CONSTRUCTCheckBox = New System.Windows.Forms.CheckBox()
|
||||
@@ -66,6 +66,12 @@ Partial Class frmEntities
|
||||
Me.lblStatus = New System.Windows.Forms.Label()
|
||||
Me.btnGenerate = New System.Windows.Forms.Button()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
||||
Me.btncancel = New System.Windows.Forms.Button()
|
||||
Me.ProgressPanel1 = New DevExpress.XtraWaitForm.ProgressPanel()
|
||||
Me.btnRefreshEntityTable = New System.Windows.Forms.Button()
|
||||
Me.btnCreateEntityTable = New System.Windows.Forms.Button()
|
||||
Me.BW_Entity = New System.ComponentModel.BackgroundWorker()
|
||||
PARENT_IDLabel = New System.Windows.Forms.Label()
|
||||
NAMELabel = New System.Windows.Forms.Label()
|
||||
LEVELLabel = New System.Windows.Forms.Label()
|
||||
@@ -83,6 +89,7 @@ Partial Class frmEntities
|
||||
Me.GroupBox2.SuspendLayout()
|
||||
CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBPMO_FORM_TYPEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.GroupBox1.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'PARENT_IDLabel
|
||||
@@ -227,6 +234,7 @@ Partial Class frmEntities
|
||||
Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_APPOINTMENTSTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_CONSTRUCTOR_USER_SQLTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing
|
||||
Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing
|
||||
@@ -268,7 +276,7 @@ Partial Class frmEntities
|
||||
Me.GroupBox2.Controls.Add(Me.SINGLE_RECORDCheckBox)
|
||||
Me.GroupBox2.Controls.Add(Me.NumericUpDown1)
|
||||
Me.GroupBox2.Controls.Add(Me.FORM_TITLETextBox)
|
||||
Me.GroupBox2.Controls.Add(Me.GUIDTextBox)
|
||||
Me.GroupBox2.Controls.Add(Me.ENTITY_IDTextBox)
|
||||
Me.GroupBox2.Controls.Add(GUIDLabel)
|
||||
Me.GroupBox2.Controls.Add(Label1)
|
||||
Me.GroupBox2.Controls.Add(Me.ComboBox1)
|
||||
@@ -304,12 +312,12 @@ Partial Class frmEntities
|
||||
resources.ApplyResources(Me.NumericUpDown1, "NumericUpDown1")
|
||||
Me.NumericUpDown1.Name = "NumericUpDown1"
|
||||
'
|
||||
'GUIDTextBox
|
||||
'ENTITY_IDTextBox
|
||||
'
|
||||
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "GUID", True))
|
||||
resources.ApplyResources(Me.GUIDTextBox, "GUIDTextBox")
|
||||
Me.GUIDTextBox.Name = "GUIDTextBox"
|
||||
Me.GUIDTextBox.ReadOnly = True
|
||||
Me.ENTITY_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORMBindingSource, "GUID", True))
|
||||
resources.ApplyResources(Me.ENTITY_IDTextBox, "ENTITY_IDTextBox")
|
||||
Me.ENTITY_IDTextBox.Name = "ENTITY_IDTextBox"
|
||||
Me.ENTITY_IDTextBox.ReadOnly = True
|
||||
'
|
||||
'ComboBox1
|
||||
'
|
||||
@@ -388,10 +396,52 @@ Partial Class frmEntities
|
||||
resources.ApplyResources(Me.Label3, "Label3")
|
||||
Me.Label3.Name = "Label3"
|
||||
'
|
||||
'GroupBox1
|
||||
'
|
||||
Me.GroupBox1.Controls.Add(Me.btncancel)
|
||||
Me.GroupBox1.Controls.Add(Me.ProgressPanel1)
|
||||
Me.GroupBox1.Controls.Add(Me.btnRefreshEntityTable)
|
||||
Me.GroupBox1.Controls.Add(Me.btnCreateEntityTable)
|
||||
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
|
||||
Me.GroupBox1.Name = "GroupBox1"
|
||||
Me.GroupBox1.TabStop = False
|
||||
'
|
||||
'btncancel
|
||||
'
|
||||
resources.ApplyResources(Me.btncancel, "btncancel")
|
||||
Me.btncancel.Name = "btncancel"
|
||||
Me.btncancel.UseVisualStyleBackColor = True
|
||||
'
|
||||
'ProgressPanel1
|
||||
'
|
||||
Me.ProgressPanel1.Appearance.BackColor = CType(resources.GetObject("ProgressPanel1.Appearance.BackColor"), System.Drawing.Color)
|
||||
Me.ProgressPanel1.Appearance.Options.UseBackColor = True
|
||||
Me.ProgressPanel1.AppearanceCaption.Options.UseTextOptions = True
|
||||
resources.ApplyResources(Me.ProgressPanel1, "ProgressPanel1")
|
||||
Me.ProgressPanel1.Name = "ProgressPanel1"
|
||||
'
|
||||
'btnRefreshEntityTable
|
||||
'
|
||||
resources.ApplyResources(Me.btnRefreshEntityTable, "btnRefreshEntityTable")
|
||||
Me.btnRefreshEntityTable.Name = "btnRefreshEntityTable"
|
||||
Me.btnRefreshEntityTable.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnCreateEntityTable
|
||||
'
|
||||
resources.ApplyResources(Me.btnCreateEntityTable, "btnCreateEntityTable")
|
||||
Me.btnCreateEntityTable.Name = "btnCreateEntityTable"
|
||||
Me.btnCreateEntityTable.UseVisualStyleBackColor = True
|
||||
'
|
||||
'BW_Entity
|
||||
'
|
||||
Me.BW_Entity.WorkerReportsProgress = True
|
||||
Me.BW_Entity.WorkerSupportsCancellation = True
|
||||
'
|
||||
'frmEntities
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Controls.Add(Me.GroupBox1)
|
||||
Me.Controls.Add(Me.Label3)
|
||||
Me.Controls.Add(Me.btnGenerate)
|
||||
Me.Controls.Add(Me.lblStatus)
|
||||
@@ -414,6 +464,7 @@ Partial Class frmEntities
|
||||
Me.GroupBox2.PerformLayout()
|
||||
CType(Me.NumericUpDown1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBPMO_FORM_TYPEBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.GroupBox1.ResumeLayout(False)
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@@ -439,7 +490,7 @@ Partial Class frmEntities
|
||||
Friend WithEvents TBPMO_FORM_TYPEBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents TBPMO_FORM_TYPETableAdapter As DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBPMO_FORM_TYPETableAdapter
|
||||
Friend WithEvents TreeViewEntity As System.Windows.Forms.TreeView
|
||||
Friend WithEvents GUIDTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents ENTITY_IDTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents btninsert As System.Windows.Forms.Button
|
||||
Friend WithEvents btndelete As System.Windows.Forms.Button
|
||||
Friend WithEvents btnsave As System.Windows.Forms.Button
|
||||
@@ -451,4 +502,10 @@ Partial Class frmEntities
|
||||
Friend WithEvents NumericUpDown1 As System.Windows.Forms.NumericUpDown
|
||||
Friend WithEvents Label4 As System.Windows.Forms.Label
|
||||
Friend WithEvents SINGLE_RECORDCheckBox As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
||||
Friend WithEvents btnRefreshEntityTable As System.Windows.Forms.Button
|
||||
Friend WithEvents btnCreateEntityTable As System.Windows.Forms.Button
|
||||
Friend WithEvents BW_Entity As System.ComponentModel.BackgroundWorker
|
||||
Friend WithEvents ProgressPanel1 As DevExpress.XtraWaitForm.ProgressPanel
|
||||
Friend WithEvents btncancel As System.Windows.Forms.Button
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user