This commit is contained in:
SchreiberM
2016-11-30 10:19:28 +01:00
parent c2f8ddd1c3
commit 0f374eecb2
37 changed files with 20587 additions and 10843 deletions

View File

@@ -24,10 +24,8 @@ Partial Class frmUsersReworkRights
Private Sub InitializeComponent()
Me.Label1 = New System.Windows.Forms.Label()
Me.BW_RightsEntity = New System.ComponentModel.BackgroundWorker()
Me.ProgressBar1 = New System.Windows.Forms.ProgressBar()
Me.btncancel = New System.Windows.Forms.Button()
Me.btnCheckRights = New System.Windows.Forms.Button()
Me.lblstate = New System.Windows.Forms.Label()
Me.MyDataset = New RecordOrganizer_RightManager.MyDataset()
Me.TBAD_UsersBindingSource = New System.Windows.Forms.BindingSource()
Me.GridControlUsers2Menue = New DevExpress.XtraGrid.GridControl()
@@ -56,14 +54,6 @@ Partial Class frmUsersReworkRights
'BW_RightsEntity
'
'
'ProgressBar1
'
Me.ProgressBar1.Location = New System.Drawing.Point(28, 287)
Me.ProgressBar1.Name = "ProgressBar1"
Me.ProgressBar1.Size = New System.Drawing.Size(463, 31)
Me.ProgressBar1.TabIndex = 3
Me.ProgressBar1.Visible = False
'
'btncancel
'
Me.btncancel.Image = Global.RecordOrganizer_RightManager.My.Resources.Resources.cancel1
@@ -89,16 +79,6 @@ Partial Class frmUsersReworkRights
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, 271)
Me.lblstate.Name = "lblstate"
Me.lblstate.Size = New System.Drawing.Size(38, 13)
Me.lblstate.TabIndex = 7
Me.lblstate.Text = "Label2"
'
'MyDataset
'
Me.MyDataset.DataSetName = "MyDataset"
@@ -183,9 +163,9 @@ Partial Class frmUsersReworkRights
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, 324)
Me.ProgressPanel1.Location = New System.Drawing.Point(28, 287)
Me.ProgressPanel1.Name = "ProgressPanel1"
Me.ProgressPanel1.Size = New System.Drawing.Size(463, 45)
Me.ProgressPanel1.Size = New System.Drawing.Size(474, 45)
Me.ProgressPanel1.TabIndex = 90
Me.ProgressPanel1.Text = "ProgressPanel1"
Me.ProgressPanel1.Visible = False
@@ -197,9 +177,7 @@ Partial Class frmUsersReworkRights
Me.ClientSize = New System.Drawing.Size(528, 381)
Me.Controls.Add(Me.ProgressPanel1)
Me.Controls.Add(Me.GridControlUsers2Menue)
Me.Controls.Add(Me.lblstate)
Me.Controls.Add(Me.btncancel)
Me.Controls.Add(Me.ProgressBar1)
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))
@@ -222,9 +200,7 @@ Partial Class frmUsersReworkRights
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 ProgressBar1 As System.Windows.Forms.ProgressBar
Friend WithEvents btncancel As System.Windows.Forms.Button
Friend WithEvents lblstate As System.Windows.Forms.Label
Friend WithEvents MyDataset As RecordOrganizer_RightManager.MyDataset
Friend WithEvents TBAD_UsersBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents GridControlUsers2Menue As DevExpress.XtraGrid.GridControl