MS
This commit is contained in:
@@ -37,6 +37,7 @@ Partial Class frmUsersReworkRights
|
||||
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()
|
||||
@@ -177,11 +178,24 @@ Partial Class frmUsersReworkRights
|
||||
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, 324)
|
||||
Me.ProgressPanel1.Name = "ProgressPanel1"
|
||||
Me.ProgressPanel1.Size = New System.Drawing.Size(463, 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, 324)
|
||||
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)
|
||||
@@ -220,4 +234,5 @@ Partial Class frmUsersReworkRights
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user