MS
This commit is contained in:
30
app/DD-Record-Organizer/frmMass_Change.Designer.vb
generated
30
app/DD-Record-Organizer/frmMass_Change.Designer.vb
generated
@@ -33,17 +33,20 @@ Partial Class frmMass_Change
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.btnRefresh = New System.Windows.Forms.Button()
|
||||
Me.btncancel = New System.Windows.Forms.Button()
|
||||
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
|
||||
Me.BackgroundWorker = New System.ComponentModel.BackgroundWorker()
|
||||
Me.lblStateBW = New System.Windows.Forms.Label()
|
||||
Me.GroupBox1.SuspendLayout()
|
||||
Me.GroupBox2.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'GroupBox1
|
||||
'
|
||||
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
|
||||
Me.GroupBox1.Controls.Add(Me.lblCount)
|
||||
Me.GroupBox1.Controls.Add(Me.cmbColumn)
|
||||
Me.GroupBox1.Controls.Add(Me.Label1)
|
||||
Me.GroupBox1.Controls.Add(Me.lblHinweis)
|
||||
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
|
||||
Me.GroupBox1.Name = "GroupBox1"
|
||||
Me.GroupBox1.TabStop = False
|
||||
'
|
||||
@@ -55,8 +58,8 @@ Partial Class frmMass_Change
|
||||
'
|
||||
'cmbColumn
|
||||
'
|
||||
resources.ApplyResources(Me.cmbColumn, "cmbColumn")
|
||||
Me.cmbColumn.FormattingEnabled = True
|
||||
resources.ApplyResources(Me.cmbColumn, "cmbColumn")
|
||||
Me.cmbColumn.Name = "cmbColumn"
|
||||
'
|
||||
'Label1
|
||||
@@ -71,9 +74,9 @@ Partial Class frmMass_Change
|
||||
'
|
||||
'GroupBox2
|
||||
'
|
||||
resources.ApplyResources(Me.GroupBox2, "GroupBox2")
|
||||
Me.GroupBox2.Controls.Add(Me.txtNewValue)
|
||||
Me.GroupBox2.Controls.Add(Me.Label5)
|
||||
resources.ApplyResources(Me.GroupBox2, "GroupBox2")
|
||||
Me.GroupBox2.Name = "GroupBox2"
|
||||
Me.GroupBox2.TabStop = False
|
||||
'
|
||||
@@ -101,10 +104,27 @@ Partial Class frmMass_Change
|
||||
Me.btncancel.Name = "btncancel"
|
||||
Me.btncancel.UseVisualStyleBackColor = True
|
||||
'
|
||||
'ProgressBar1
|
||||
'
|
||||
resources.ApplyResources(Me.ProgressBar1, "ProgressBar1")
|
||||
Me.ProgressBar1.Name = "ProgressBar1"
|
||||
'
|
||||
'BackgroundWorker
|
||||
'
|
||||
Me.BackgroundWorker.WorkerReportsProgress = True
|
||||
Me.BackgroundWorker.WorkerSupportsCancellation = True
|
||||
'
|
||||
'lblStateBW
|
||||
'
|
||||
resources.ApplyResources(Me.lblStateBW, "lblStateBW")
|
||||
Me.lblStateBW.Name = "lblStateBW"
|
||||
'
|
||||
'frmMass_Change
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Controls.Add(Me.lblStateBW)
|
||||
Me.Controls.Add(Me.ProgressBar1)
|
||||
Me.Controls.Add(Me.btncancel)
|
||||
Me.Controls.Add(Me.btnRefresh)
|
||||
Me.Controls.Add(Me.GroupBox2)
|
||||
@@ -118,6 +138,7 @@ Partial Class frmMass_Change
|
||||
Me.GroupBox2.ResumeLayout(False)
|
||||
Me.GroupBox2.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
||||
@@ -130,4 +151,7 @@ Partial Class frmMass_Change
|
||||
Friend WithEvents Label5 As System.Windows.Forms.Label
|
||||
Friend WithEvents btnRefresh As System.Windows.Forms.Button
|
||||
Friend WithEvents btncancel As System.Windows.Forms.Button
|
||||
Friend WithEvents ProgressBar1 As ProgressBar
|
||||
Friend WithEvents BackgroundWorker As System.ComponentModel.BackgroundWorker
|
||||
Friend WithEvents lblStateBW As Label
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user