215 lines
10 KiB
VB.net
215 lines
10 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmUsersReworkRights
|
|
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()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.BW_RightsEntity = New System.ComponentModel.BackgroundWorker()
|
|
Me.btncancel = New System.Windows.Forms.Button()
|
|
Me.btnCheckRights = New System.Windows.Forms.Button()
|
|
Me.MyDataset = New RecordOrganizer_RightManager.MyDataset()
|
|
Me.TBAD_UsersBindingSource = New System.Windows.Forms.BindingSource()
|
|
Me.GridControlUsers2Menue = New DevExpress.XtraGrid.GridControl()
|
|
Me.GridViewlUsers2Menue = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.colSelect = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colSurname = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.GridColumn1 = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.GridColumn2 = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colID = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.ProgressPanel1 = New DevExpress.XtraWaitForm.ProgressPanel()
|
|
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TBAD_UsersBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridControlUsers2Menue, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.GridViewlUsers2Menue, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
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(327, 16)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Please choose the user which You would like to rework:"
|
|
'
|
|
'BW_RightsEntity
|
|
'
|
|
'
|
|
'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(426, 229)
|
|
Me.btncancel.Name = "btncancel"
|
|
Me.btncancel.Size = New System.Drawing.Size(76, 39)
|
|
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, 229)
|
|
Me.btnCheckRights.Name = "btnCheckRights"
|
|
Me.btnCheckRights.Size = New System.Drawing.Size(392, 39)
|
|
Me.btnCheckRights.TabIndex = 2
|
|
Me.btnCheckRights.Text = "Check rights for all documents related to the selected user(s)"
|
|
Me.btnCheckRights.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnCheckRights.UseVisualStyleBackColor = True
|
|
'
|
|
'MyDataset
|
|
'
|
|
Me.MyDataset.DataSetName = "MyDataset"
|
|
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'TBAD_UsersBindingSource
|
|
'
|
|
Me.TBAD_UsersBindingSource.DataMember = "TBAD_Users"
|
|
Me.TBAD_UsersBindingSource.DataSource = Me.MyDataset
|
|
'
|
|
'GridControlUsers2Menue
|
|
'
|
|
Me.GridControlUsers2Menue.DataSource = Me.TBAD_UsersBindingSource
|
|
Me.GridControlUsers2Menue.Location = New System.Drawing.Point(28, 28)
|
|
Me.GridControlUsers2Menue.MainView = Me.GridViewlUsers2Menue
|
|
Me.GridControlUsers2Menue.Name = "GridControlUsers2Menue"
|
|
Me.GridControlUsers2Menue.ShowOnlyPredefinedDetails = True
|
|
Me.GridControlUsers2Menue.Size = New System.Drawing.Size(474, 195)
|
|
Me.GridControlUsers2Menue.TabIndex = 89
|
|
Me.GridControlUsers2Menue.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewlUsers2Menue})
|
|
'
|
|
'GridViewlUsers2Menue
|
|
'
|
|
Me.GridViewlUsers2Menue.Appearance.EvenRow.BackColor = System.Drawing.Color.LightBlue
|
|
Me.GridViewlUsers2Menue.Appearance.EvenRow.Options.UseBackColor = True
|
|
Me.GridViewlUsers2Menue.Appearance.FocusedRow.BackColor = System.Drawing.Color.Fuchsia
|
|
Me.GridViewlUsers2Menue.Appearance.FocusedRow.Options.UseBackColor = True
|
|
Me.GridViewlUsers2Menue.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colSelect, Me.colSurname, Me.GridColumn1, Me.GridColumn2, Me.colID})
|
|
Me.GridViewlUsers2Menue.GridControl = Me.GridControlUsers2Menue
|
|
Me.GridViewlUsers2Menue.Name = "GridViewlUsers2Menue"
|
|
Me.GridViewlUsers2Menue.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.GridViewlUsers2Menue.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.GridViewlUsers2Menue.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False]
|
|
Me.GridViewlUsers2Menue.OptionsSelection.EnableAppearanceFocusedCell = False
|
|
Me.GridViewlUsers2Menue.OptionsView.ColumnAutoWidth = False
|
|
Me.GridViewlUsers2Menue.OptionsView.EnableAppearanceEvenRow = True
|
|
Me.GridViewlUsers2Menue.OptionsView.ShowAutoFilterRow = True
|
|
Me.GridViewlUsers2Menue.OptionsView.ShowGroupPanel = False
|
|
'
|
|
'colSelect
|
|
'
|
|
Me.colSelect.Caption = "Selection"
|
|
Me.colSelect.FieldName = "Select"
|
|
Me.colSelect.Name = "colSelect"
|
|
Me.colSelect.Visible = True
|
|
Me.colSelect.VisibleIndex = 0
|
|
Me.colSelect.Width = 54
|
|
'
|
|
'colSurname
|
|
'
|
|
Me.colSurname.Caption = "Name"
|
|
Me.colSurname.FieldName = "Surname"
|
|
Me.colSurname.Name = "colSurname"
|
|
Me.colSurname.Visible = True
|
|
Me.colSurname.VisibleIndex = 1
|
|
'
|
|
'GridColumn1
|
|
'
|
|
Me.GridColumn1.FieldName = "Username"
|
|
Me.GridColumn1.Name = "GridColumn1"
|
|
Me.GridColumn1.OptionsColumn.AllowEdit = False
|
|
Me.GridColumn1.Visible = True
|
|
Me.GridColumn1.VisibleIndex = 2
|
|
Me.GridColumn1.Width = 107
|
|
'
|
|
'GridColumn2
|
|
'
|
|
Me.GridColumn2.FieldName = "Email"
|
|
Me.GridColumn2.Name = "GridColumn2"
|
|
Me.GridColumn2.OptionsColumn.AllowEdit = False
|
|
Me.GridColumn2.Visible = True
|
|
Me.GridColumn2.VisibleIndex = 3
|
|
Me.GridColumn2.Width = 102
|
|
'
|
|
'colID
|
|
'
|
|
Me.colID.FieldName = "ID"
|
|
Me.colID.Name = "colID"
|
|
'
|
|
'ProgressPanel1
|
|
'
|
|
Me.ProgressPanel1.Appearance.BackColor = System.Drawing.Color.Transparent
|
|
Me.ProgressPanel1.Appearance.Options.UseBackColor = True
|
|
Me.ProgressPanel1.Description = "Collecting rights ..."
|
|
Me.ProgressPanel1.Location = New System.Drawing.Point(28, 287)
|
|
Me.ProgressPanel1.Name = "ProgressPanel1"
|
|
Me.ProgressPanel1.Size = New System.Drawing.Size(474, 45)
|
|
Me.ProgressPanel1.TabIndex = 90
|
|
Me.ProgressPanel1.Text = "ProgressPanel1"
|
|
Me.ProgressPanel1.Visible = False
|
|
'
|
|
'frmUsersReworkRights
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(528, 381)
|
|
Me.Controls.Add(Me.ProgressPanel1)
|
|
Me.Controls.Add(Me.GridControlUsers2Menue)
|
|
Me.Controls.Add(Me.btncancel)
|
|
Me.Controls.Add(Me.btnCheckRights)
|
|
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 = "frmUsersReworkRights"
|
|
Me.ShowInTaskbar = False
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Rework Rights for User"
|
|
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TBAD_UsersBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridControlUsers2Menue, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.GridViewlUsers2Menue, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents btnCheckRights As System.Windows.Forms.Button
|
|
Friend WithEvents BW_RightsEntity As System.ComponentModel.BackgroundWorker
|
|
Friend WithEvents btncancel As System.Windows.Forms.Button
|
|
Friend WithEvents MyDataset As RecordOrganizer_RightManager.MyDataset
|
|
Friend WithEvents TBAD_UsersBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents GridControlUsers2Menue As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents GridViewlUsers2Menue As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents colSelect As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colSurname As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents GridColumn1 As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents GridColumn2 As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colID As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents ProgressPanel1 As DevExpress.XtraWaitForm.ProgressPanel
|
|
End Class
|