158 lines
6.0 KiB
VB.net
158 lines
6.0 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmMass_Change
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMass_Change))
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.lblCount = New System.Windows.Forms.Label()
|
|
Me.cmbColumn = New System.Windows.Forms.ComboBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.lblHinweis = New System.Windows.Forms.Label()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.txtNewValue = New System.Windows.Forms.TextBox()
|
|
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
|
|
'
|
|
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
|
|
'
|
|
'lblCount
|
|
'
|
|
resources.ApplyResources(Me.lblCount, "lblCount")
|
|
Me.lblCount.ForeColor = System.Drawing.Color.DarkRed
|
|
Me.lblCount.Name = "lblCount"
|
|
'
|
|
'cmbColumn
|
|
'
|
|
Me.cmbColumn.FormattingEnabled = True
|
|
resources.ApplyResources(Me.cmbColumn, "cmbColumn")
|
|
Me.cmbColumn.Name = "cmbColumn"
|
|
'
|
|
'Label1
|
|
'
|
|
resources.ApplyResources(Me.Label1, "Label1")
|
|
Me.Label1.Name = "Label1"
|
|
'
|
|
'lblHinweis
|
|
'
|
|
resources.ApplyResources(Me.lblHinweis, "lblHinweis")
|
|
Me.lblHinweis.Name = "lblHinweis"
|
|
'
|
|
'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
|
|
'
|
|
'txtNewValue
|
|
'
|
|
resources.ApplyResources(Me.txtNewValue, "txtNewValue")
|
|
Me.txtNewValue.Name = "txtNewValue"
|
|
'
|
|
'Label5
|
|
'
|
|
resources.ApplyResources(Me.Label5, "Label5")
|
|
Me.Label5.Name = "Label5"
|
|
'
|
|
'btnRefresh
|
|
'
|
|
resources.ApplyResources(Me.btnRefresh, "btnRefresh")
|
|
Me.btnRefresh.Image = Global.DD_Record_Organizer.My.Resources.Resources.refresh_16xLG
|
|
Me.btnRefresh.Name = "btnRefresh"
|
|
Me.btnRefresh.UseVisualStyleBackColor = True
|
|
'
|
|
'btncancel
|
|
'
|
|
resources.ApplyResources(Me.btncancel, "btncancel")
|
|
Me.btncancel.Image = Global.DD_Record_Organizer.My.Resources.Resources.Close_16xLG
|
|
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)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmMass_Change"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents lblCount As System.Windows.Forms.Label
|
|
Friend WithEvents cmbColumn As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents lblHinweis As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents txtNewValue As System.Windows.Forms.TextBox
|
|
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
|