MS
This commit is contained in:
67
app/DD-Record-Organizer/frmUserKonfig.Designer.vb
generated
67
app/DD-Record-Organizer/frmUserKonfig.Designer.vb
generated
@@ -29,8 +29,6 @@ Partial Class frmUserKonfig
|
||||
Dim NAMELabel As System.Windows.Forms.Label
|
||||
Dim USERNAMELabel As System.Windows.Forms.Label
|
||||
Dim EMAILLabel As System.Windows.Forms.Label
|
||||
Dim LOGGED_WHERELabel As System.Windows.Forms.Label
|
||||
Dim LOG_IN_WHENLabel As System.Windows.Forms.Label
|
||||
Dim ADDED_WHOLabel As System.Windows.Forms.Label
|
||||
Dim ADDED_WHENLabel As System.Windows.Forms.Label
|
||||
Dim CHANGED_WHOLabel As System.Windows.Forms.Label
|
||||
@@ -54,7 +52,6 @@ Partial Class frmUserKonfig
|
||||
Dim SHORTNAMELabel1 As System.Windows.Forms.Label
|
||||
Dim COMMENTLabel2 As System.Windows.Forms.Label
|
||||
Dim DATE_FORMATLabel As System.Windows.Forms.Label
|
||||
Dim LOG_OUT_WHENLabel As System.Windows.Forms.Label
|
||||
Me.DD_DMSDataSet = New DD_Record_Organizer.DD_DMSDataSet()
|
||||
Me.TBDD_USERBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.TBDD_USERTableAdapter = New DD_Record_Organizer.DD_DMSDataSetTableAdapters.TBDD_USERTableAdapter()
|
||||
@@ -81,9 +78,6 @@ Partial Class frmUserKonfig
|
||||
Me.NAMETextBox = New System.Windows.Forms.TextBox()
|
||||
Me.USERNAMETextBox = New System.Windows.Forms.TextBox()
|
||||
Me.EMAILTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.LOGGED_INCheckBox = New System.Windows.Forms.CheckBox()
|
||||
Me.LOGGED_WHERETextBox = New System.Windows.Forms.TextBox()
|
||||
Me.LOG_IN_WHENTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox()
|
||||
@@ -227,14 +221,11 @@ Partial Class frmUserKonfig
|
||||
Me.COMMENTTextBox2 = New System.Windows.Forms.TextBox()
|
||||
Me.WAN_ENVIRONMENTCheckBox = New System.Windows.Forms.CheckBox()
|
||||
Me.DATE_FORMATComboBox = New System.Windows.Forms.ComboBox()
|
||||
Me.LOG_OUT_WHENTextBox = New System.Windows.Forms.TextBox()
|
||||
GUIDLabel = New System.Windows.Forms.Label()
|
||||
PRENAMELabel = New System.Windows.Forms.Label()
|
||||
NAMELabel = New System.Windows.Forms.Label()
|
||||
USERNAMELabel = New System.Windows.Forms.Label()
|
||||
EMAILLabel = New System.Windows.Forms.Label()
|
||||
LOGGED_WHERELabel = New System.Windows.Forms.Label()
|
||||
LOG_IN_WHENLabel = New System.Windows.Forms.Label()
|
||||
ADDED_WHOLabel = New System.Windows.Forms.Label()
|
||||
ADDED_WHENLabel = New System.Windows.Forms.Label()
|
||||
CHANGED_WHOLabel = New System.Windows.Forms.Label()
|
||||
@@ -258,7 +249,6 @@ Partial Class frmUserKonfig
|
||||
SHORTNAMELabel1 = New System.Windows.Forms.Label()
|
||||
COMMENTLabel2 = New System.Windows.Forms.Label()
|
||||
DATE_FORMATLabel = New System.Windows.Forms.Label()
|
||||
LOG_OUT_WHENLabel = New System.Windows.Forms.Label()
|
||||
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_USERBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBDD_USERBindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -329,16 +319,6 @@ Partial Class frmUserKonfig
|
||||
resources.ApplyResources(EMAILLabel, "EMAILLabel")
|
||||
EMAILLabel.Name = "EMAILLabel"
|
||||
'
|
||||
'LOGGED_WHERELabel
|
||||
'
|
||||
resources.ApplyResources(LOGGED_WHERELabel, "LOGGED_WHERELabel")
|
||||
LOGGED_WHERELabel.Name = "LOGGED_WHERELabel"
|
||||
'
|
||||
'LOG_IN_WHENLabel
|
||||
'
|
||||
resources.ApplyResources(LOG_IN_WHENLabel, "LOG_IN_WHENLabel")
|
||||
LOG_IN_WHENLabel.Name = "LOG_IN_WHENLabel"
|
||||
'
|
||||
'ADDED_WHOLabel
|
||||
'
|
||||
resources.ApplyResources(ADDED_WHOLabel, "ADDED_WHOLabel")
|
||||
@@ -454,11 +434,6 @@ Partial Class frmUserKonfig
|
||||
resources.ApplyResources(DATE_FORMATLabel, "DATE_FORMATLabel")
|
||||
DATE_FORMATLabel.Name = "DATE_FORMATLabel"
|
||||
'
|
||||
'LOG_OUT_WHENLabel
|
||||
'
|
||||
resources.ApplyResources(LOG_OUT_WHENLabel, "LOG_OUT_WHENLabel")
|
||||
LOG_OUT_WHENLabel.Name = "LOG_OUT_WHENLabel"
|
||||
'
|
||||
'DD_DMSDataSet
|
||||
'
|
||||
Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet"
|
||||
@@ -657,29 +632,6 @@ Partial Class frmUserKonfig
|
||||
resources.ApplyResources(Me.EMAILTextBox, "EMAILTextBox")
|
||||
Me.EMAILTextBox.Name = "EMAILTextBox"
|
||||
'
|
||||
'LOGGED_INCheckBox
|
||||
'
|
||||
Me.LOGGED_INCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_USERBindingSource, "LOGGED_IN", True))
|
||||
resources.ApplyResources(Me.LOGGED_INCheckBox, "LOGGED_INCheckBox")
|
||||
Me.LOGGED_INCheckBox.Name = "LOGGED_INCheckBox"
|
||||
Me.LOGGED_INCheckBox.UseVisualStyleBackColor = True
|
||||
'
|
||||
'LOGGED_WHERETextBox
|
||||
'
|
||||
Me.LOGGED_WHERETextBox.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.LOGGED_WHERETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "LOGGED_WHERE", True))
|
||||
resources.ApplyResources(Me.LOGGED_WHERETextBox, "LOGGED_WHERETextBox")
|
||||
Me.LOGGED_WHERETextBox.Name = "LOGGED_WHERETextBox"
|
||||
Me.LOGGED_WHERETextBox.ReadOnly = True
|
||||
'
|
||||
'LOG_IN_WHENTextBox
|
||||
'
|
||||
Me.LOG_IN_WHENTextBox.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.LOG_IN_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "LOG_IN_WHEN", True))
|
||||
resources.ApplyResources(Me.LOG_IN_WHENTextBox, "LOG_IN_WHENTextBox")
|
||||
Me.LOG_IN_WHENTextBox.Name = "LOG_IN_WHENTextBox"
|
||||
Me.LOG_IN_WHENTextBox.ReadOnly = True
|
||||
'
|
||||
'ADDED_WHOTextBox
|
||||
'
|
||||
Me.ADDED_WHOTextBox.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
@@ -1741,14 +1693,6 @@ Partial Class frmUserKonfig
|
||||
resources.ApplyResources(Me.DATE_FORMATComboBox, "DATE_FORMATComboBox")
|
||||
Me.DATE_FORMATComboBox.Name = "DATE_FORMATComboBox"
|
||||
'
|
||||
'LOG_OUT_WHENTextBox
|
||||
'
|
||||
Me.LOG_OUT_WHENTextBox.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.LOG_OUT_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_USERBindingSource, "LOG_OUT_WHEN", True))
|
||||
resources.ApplyResources(Me.LOG_OUT_WHENTextBox, "LOG_OUT_WHENTextBox")
|
||||
Me.LOG_OUT_WHENTextBox.Name = "LOG_OUT_WHENTextBox"
|
||||
Me.LOG_OUT_WHENTextBox.ReadOnly = True
|
||||
'
|
||||
'frmUserKonfig
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
@@ -1777,13 +1721,6 @@ Partial Class frmUserKonfig
|
||||
Me.Controls.Add(Me.USERNAMETextBox)
|
||||
Me.Controls.Add(EMAILLabel)
|
||||
Me.Controls.Add(Me.EMAILTextBox)
|
||||
Me.Controls.Add(Me.LOGGED_INCheckBox)
|
||||
Me.Controls.Add(LOGGED_WHERELabel)
|
||||
Me.Controls.Add(Me.LOGGED_WHERETextBox)
|
||||
Me.Controls.Add(LOG_IN_WHENLabel)
|
||||
Me.Controls.Add(Me.LOG_IN_WHENTextBox)
|
||||
Me.Controls.Add(LOG_OUT_WHENLabel)
|
||||
Me.Controls.Add(Me.LOG_OUT_WHENTextBox)
|
||||
Me.Controls.Add(ADDED_WHOLabel)
|
||||
Me.Controls.Add(Me.ADDED_WHOTextBox)
|
||||
Me.Controls.Add(ADDED_WHENLabel)
|
||||
@@ -1873,9 +1810,6 @@ Partial Class frmUserKonfig
|
||||
Friend WithEvents NAMETextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents USERNAMETextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents EMAILTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents LOGGED_INCheckBox As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents LOGGED_WHERETextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents LOG_IN_WHENTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents ADDED_WHOTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents ADDED_WHENTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents CHANGED_WHOTextBox As System.Windows.Forms.TextBox
|
||||
@@ -2006,7 +1940,6 @@ Partial Class frmUserKonfig
|
||||
Friend WithEvents COMMENTTextBox2 As System.Windows.Forms.TextBox
|
||||
Friend WithEvents WAN_ENVIRONMENTCheckBox As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents DATE_FORMATComboBox As System.Windows.Forms.ComboBox
|
||||
Friend WithEvents LOG_OUT_WHENTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents XtraTabPage3 As DevExpress.XtraTab.XtraTabPage
|
||||
Friend WithEvents Label6 As System.Windows.Forms.Label
|
||||
Friend WithEvents GridControl3 As DevExpress.XtraGrid.GridControl
|
||||
|
||||
Reference in New Issue
Block a user