_ Partial Class frmReworkUsers Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Me.Label1 = New System.Windows.Forms.Label() Me.cmbUser = New System.Windows.Forms.ComboBox() Me.BW_RightsEntity = New System.ComponentModel.BackgroundWorker() Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() Me.chklogging = New System.Windows.Forms.CheckBox() Me.btncancel = New System.Windows.Forms.Button() Me.btnCheckRights = New System.Windows.Forms.Button() Me.lblstate = New System.Windows.Forms.Label() Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(25, 9) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(141, 16) Me.Label1.TabIndex = 0 Me.Label1.Text = "Please choose an user:" ' 'cmbUser ' Me.cmbUser.FormattingEnabled = True Me.cmbUser.Location = New System.Drawing.Point(28, 29) Me.cmbUser.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.cmbUser.Name = "cmbUser" Me.cmbUser.Size = New System.Drawing.Size(335, 24) Me.cmbUser.TabIndex = 1 ' 'BW_RightsEntity ' ' 'ProgressBar1 ' Me.ProgressBar1.Location = New System.Drawing.Point(28, 128) Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(335, 31) Me.ProgressBar1.TabIndex = 3 Me.ProgressBar1.Visible = False ' 'chklogging ' Me.chklogging.AutoSize = True Me.chklogging.Checked = True Me.chklogging.CheckState = System.Windows.Forms.CheckState.Checked Me.chklogging.Location = New System.Drawing.Point(379, 31) Me.chklogging.Name = "chklogging" Me.chklogging.Size = New System.Drawing.Size(113, 20) Me.chklogging.TabIndex = 5 Me.chklogging.Text = "Log errors only" Me.chklogging.UseVisualStyleBackColor = True ' 'btncancel ' Me.btncancel.Image = Global.RecordOrganizer_RightManager.My.Resources.Resources.cancel1 Me.btncancel.ImageAlign = System.Drawing.ContentAlignment.MiddleRight Me.btncancel.Location = New System.Drawing.Point(369, 128) Me.btncancel.Name = "btncancel" Me.btncancel.Size = New System.Drawing.Size(75, 31) Me.btncancel.TabIndex = 4 Me.btncancel.Text = "Cancel" Me.btncancel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btncancel.UseVisualStyleBackColor = True Me.btncancel.Visible = False ' 'btnCheckRights ' Me.btnCheckRights.Image = Global.RecordOrganizer_RightManager.My.Resources.Resources._112_RightArrowShort_Blue_24x24_72 Me.btnCheckRights.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnCheckRights.Location = New System.Drawing.Point(28, 60) Me.btnCheckRights.Name = "btnCheckRights" Me.btnCheckRights.Size = New System.Drawing.Size(335, 39) Me.btnCheckRights.TabIndex = 2 Me.btnCheckRights.Text = "Check rights for all documents related to this user" Me.btnCheckRights.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnCheckRights.UseVisualStyleBackColor = True ' 'lblstate ' Me.lblstate.AutoSize = True Me.lblstate.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblstate.Location = New System.Drawing.Point(25, 112) Me.lblstate.Name = "lblstate" Me.lblstate.Size = New System.Drawing.Size(38, 13) Me.lblstate.TabIndex = 7 Me.lblstate.Text = "Label2" ' 'frmReworkUsers ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(503, 169) Me.Controls.Add(Me.lblstate) Me.Controls.Add(Me.chklogging) Me.Controls.Add(Me.btncancel) Me.Controls.Add(Me.ProgressBar1) Me.Controls.Add(Me.btnCheckRights) Me.Controls.Add(Me.cmbUser) Me.Controls.Add(Me.Label1) Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmReworkUsers" Me.ShowInTaskbar = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Rework Rights for User" Me.ResumeLayout(false) Me.PerformLayout End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents cmbUser As System.Windows.Forms.ComboBox Friend WithEvents btnCheckRights As System.Windows.Forms.Button Friend WithEvents BW_RightsEntity As System.ComponentModel.BackgroundWorker Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar Friend WithEvents btncancel As System.Windows.Forms.Button Friend WithEvents chklogging As System.Windows.Forms.CheckBox Friend WithEvents lblstate As System.Windows.Forms.Label End Class