MS UserItemsReplace

This commit is contained in:
2019-12-04 13:40:05 +01:00
parent 5daf8617ed
commit 9ad1fe7709
46 changed files with 3229 additions and 1819 deletions

View File

@@ -30,6 +30,8 @@ Partial Class frmCheckRightsEntity
Me.btncancel = New System.Windows.Forms.Button()
Me.chklogging = New System.Windows.Forms.CheckBox()
Me.lblstate = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.txtOverride = New System.Windows.Forms.TextBox()
Me.SuspendLayout()
'
'Label1
@@ -52,7 +54,7 @@ Partial Class frmCheckRightsEntity
'
'btnCheckRights
'
Me.btnCheckRights.Location = New System.Drawing.Point(28, 60)
Me.btnCheckRights.Location = New System.Drawing.Point(28, 94)
Me.btnCheckRights.Name = "btnCheckRights"
Me.btnCheckRights.Size = New System.Drawing.Size(335, 39)
Me.btnCheckRights.TabIndex = 2
@@ -64,7 +66,7 @@ Partial Class frmCheckRightsEntity
'
'ProgressBar1
'
Me.ProgressBar1.Location = New System.Drawing.Point(28, 130)
Me.ProgressBar1.Location = New System.Drawing.Point(28, 164)
Me.ProgressBar1.Name = "ProgressBar1"
Me.ProgressBar1.Size = New System.Drawing.Size(335, 31)
Me.ProgressBar1.TabIndex = 3
@@ -74,7 +76,7 @@ Partial Class frmCheckRightsEntity
'
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, 130)
Me.btncancel.Location = New System.Drawing.Point(369, 164)
Me.btncancel.Name = "btncancel"
Me.btncancel.Size = New System.Drawing.Size(75, 31)
Me.btncancel.TabIndex = 4
@@ -99,17 +101,37 @@ Partial Class frmCheckRightsEntity
'
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(28, 111)
Me.lblstate.Location = New System.Drawing.Point(28, 145)
Me.lblstate.Name = "lblstate"
Me.lblstate.Size = New System.Drawing.Size(38, 13)
Me.lblstate.TabIndex = 6
Me.lblstate.Text = "Label2"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.Location = New System.Drawing.Point(28, 60)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(153, 13)
Me.Label2.TabIndex = 7
Me.Label2.Text = "Optional from Count Override:"
'
'txtOverride
'
Me.txtOverride.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtOverride.Location = New System.Drawing.Point(263, 57)
Me.txtOverride.Name = "txtOverride"
Me.txtOverride.Size = New System.Drawing.Size(100, 21)
Me.txtOverride.TabIndex = 8
'
'frmCheckRightsEntity
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(493, 172)
Me.ClientSize = New System.Drawing.Size(493, 219)
Me.Controls.Add(Me.txtOverride)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.lblstate)
Me.Controls.Add(Me.chklogging)
Me.Controls.Add(Me.btncancel)
@@ -138,4 +160,6 @@ End Sub
Friend WithEvents btncancel As System.Windows.Forms.Button
Friend WithEvents chklogging As System.Windows.Forms.CheckBox
Friend WithEvents lblstate As System.Windows.Forms.Label
Friend WithEvents Label2 As Label
Friend WithEvents txtOverride As TextBox
End Class