Personalakte
This commit is contained in:
44
app/DD-Record-Organizer/frmEntities.Designer.vb
generated
44
app/DD-Record-Organizer/frmEntities.Designer.vb
generated
@@ -37,7 +37,6 @@ Partial Class frmEntities
|
||||
Me.TBPMO_FORMBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.DD_DMSDataSet = New DD_Record_Organizer.DD_DMSDataSet()
|
||||
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.DESCRIPTIONTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.TBPMO_FORM_VIEWBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.FORM_TITLETextBox = New System.Windows.Forms.TextBox()
|
||||
@@ -53,7 +52,7 @@ Partial Class frmEntities
|
||||
Me.SINGLE_RECORDCheckBox = New System.Windows.Forms.CheckBox()
|
||||
Me.NumericUpDown1 = New System.Windows.Forms.NumericUpDown()
|
||||
Me.ENTITY_IDTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
|
||||
Me.cmbEntityType = 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()
|
||||
Me.TreeViewEntity = New System.Windows.Forms.TreeView()
|
||||
@@ -65,7 +64,7 @@ Partial Class frmEntities
|
||||
Me.btncopy = New System.Windows.Forms.Button()
|
||||
Me.lblStatus = New System.Windows.Forms.Label()
|
||||
Me.btnGenerate = New System.Windows.Forms.Button()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.lblCreateConstrForm = 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()
|
||||
@@ -143,7 +142,7 @@ Partial Class frmEntities
|
||||
Me.TBPMO_FORMBindingNavigator.BindingSource = Me.TBPMO_FORMBindingSource
|
||||
Me.TBPMO_FORMBindingNavigator.CountItem = Nothing
|
||||
Me.TBPMO_FORMBindingNavigator.DeleteItem = Nothing
|
||||
Me.TBPMO_FORMBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1, Me.ToolStripButton2})
|
||||
Me.TBPMO_FORMBindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1})
|
||||
resources.ApplyResources(Me.TBPMO_FORMBindingNavigator, "TBPMO_FORMBindingNavigator")
|
||||
Me.TBPMO_FORMBindingNavigator.MoveFirstItem = Nothing
|
||||
Me.TBPMO_FORMBindingNavigator.MoveLastItem = Nothing
|
||||
@@ -168,12 +167,6 @@ Partial Class frmEntities
|
||||
resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1")
|
||||
Me.ToolStripButton1.Name = "ToolStripButton1"
|
||||
'
|
||||
'ToolStripButton2
|
||||
'
|
||||
Me.ToolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
|
||||
resources.ApplyResources(Me.ToolStripButton2, "ToolStripButton2")
|
||||
Me.ToolStripButton2.Name = "ToolStripButton2"
|
||||
'
|
||||
'DESCRIPTIONTextBox
|
||||
'
|
||||
Me.DESCRIPTIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_FORM_VIEWBindingSource, "DESCRIPTION", True))
|
||||
@@ -279,7 +272,7 @@ Partial Class frmEntities
|
||||
Me.GroupBox2.Controls.Add(Me.ENTITY_IDTextBox)
|
||||
Me.GroupBox2.Controls.Add(GUIDLabel)
|
||||
Me.GroupBox2.Controls.Add(Label1)
|
||||
Me.GroupBox2.Controls.Add(Me.ComboBox1)
|
||||
Me.GroupBox2.Controls.Add(Me.cmbEntityType)
|
||||
Me.GroupBox2.Controls.Add(Me.SHOW_FORM_CONSTRUCTCheckBox)
|
||||
Me.GroupBox2.Controls.Add(PARENT_IDLabel)
|
||||
Me.GroupBox2.Controls.Add(Me.ADDED_WHOTextBox)
|
||||
@@ -319,15 +312,15 @@ Partial Class frmEntities
|
||||
Me.ENTITY_IDTextBox.Name = "ENTITY_IDTextBox"
|
||||
Me.ENTITY_IDTextBox.ReadOnly = True
|
||||
'
|
||||
'ComboBox1
|
||||
'cmbEntityType
|
||||
'
|
||||
Me.ComboBox1.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPMO_FORMBindingSource, "FORM_TYPE_ID", True))
|
||||
Me.ComboBox1.DataSource = Me.TBPMO_FORM_TYPEBindingSource
|
||||
Me.ComboBox1.DisplayMember = "FORM_TYPE"
|
||||
resources.ApplyResources(Me.ComboBox1, "ComboBox1")
|
||||
Me.ComboBox1.FormattingEnabled = True
|
||||
Me.ComboBox1.Name = "ComboBox1"
|
||||
Me.ComboBox1.ValueMember = "GUID"
|
||||
Me.cmbEntityType.DataBindings.Add(New System.Windows.Forms.Binding("SelectedValue", Me.TBPMO_FORMBindingSource, "FORM_TYPE_ID", True))
|
||||
Me.cmbEntityType.DataSource = Me.TBPMO_FORM_TYPEBindingSource
|
||||
Me.cmbEntityType.DisplayMember = "FORM_TYPE"
|
||||
resources.ApplyResources(Me.cmbEntityType, "cmbEntityType")
|
||||
Me.cmbEntityType.FormattingEnabled = True
|
||||
Me.cmbEntityType.Name = "cmbEntityType"
|
||||
Me.cmbEntityType.ValueMember = "GUID"
|
||||
'
|
||||
'TBPMO_FORM_TYPEBindingSource
|
||||
'
|
||||
@@ -391,10 +384,10 @@ Partial Class frmEntities
|
||||
Me.btnGenerate.Name = "btnGenerate"
|
||||
Me.btnGenerate.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label3
|
||||
'lblCreateConstrForm
|
||||
'
|
||||
resources.ApplyResources(Me.Label3, "Label3")
|
||||
Me.Label3.Name = "Label3"
|
||||
resources.ApplyResources(Me.lblCreateConstrForm, "lblCreateConstrForm")
|
||||
Me.lblCreateConstrForm.Name = "lblCreateConstrForm"
|
||||
'
|
||||
'GroupBox1
|
||||
'
|
||||
@@ -441,7 +434,7 @@ Partial Class 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.lblCreateConstrForm)
|
||||
Me.Controls.Add(Me.btnGenerate)
|
||||
Me.Controls.Add(Me.lblStatus)
|
||||
Me.Controls.Add(Me.btncopy)
|
||||
@@ -477,14 +470,13 @@ Partial Class frmEntities
|
||||
Friend WithEvents PARENT_IDTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents NAMETextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents ADDED_WHOTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents TBPMO_FORM_VIEWBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents TBPMO_FORM_VIEWTableAdapter As DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBPMO_FORM_VIEWTableAdapter
|
||||
Friend WithEvents CHANGED_WHOTextBoxPMOForm As System.Windows.Forms.TextBox
|
||||
Friend WithEvents DESCRIPTIONTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents FORM_TITLETextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
||||
Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox
|
||||
Friend WithEvents cmbEntityType As System.Windows.Forms.ComboBox
|
||||
Friend WithEvents SHOW_FORM_CONSTRUCTCheckBox As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents TBPMO_FORM_TYPEBindingSource As System.Windows.Forms.BindingSource
|
||||
Friend WithEvents TBPMO_FORM_TYPETableAdapter As DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBPMO_FORM_TYPETableAdapter
|
||||
@@ -497,7 +489,7 @@ Partial Class frmEntities
|
||||
Friend WithEvents btncopy As System.Windows.Forms.Button
|
||||
Friend WithEvents lblStatus As System.Windows.Forms.Label
|
||||
Friend WithEvents btnGenerate As System.Windows.Forms.Button
|
||||
Friend WithEvents Label3 As System.Windows.Forms.Label
|
||||
Friend WithEvents lblCreateConstrForm As System.Windows.Forms.Label
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user