MS General commit

This commit is contained in:
Digital Data - Marlon Schreiber
2019-07-08 12:09:59 +02:00
parent 22549ee7aa
commit 16e37caeb5
22 changed files with 758 additions and 167 deletions

View File

@@ -92,8 +92,8 @@ Partial Class frmAdministration
Me.OFDWindreamsuche = New System.Windows.Forms.OpenFileDialog()
Me.VWUSER_PROFILETableAdapter = New DD_Clipboard_Watcher.MyDatasetTableAdapters.VWUSER_PROFILETableAdapter()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.lblprocessCheckActive = New System.Windows.Forms.Label()
Me.btnStartStopProcess = New System.Windows.Forms.Button()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
Me.txtProcessName = New System.Windows.Forms.TextBox()
Me.txtPID = New System.Windows.Forms.TextBox()
Me.Label4 = New System.Windows.Forms.Label()
@@ -117,6 +117,7 @@ Partial Class frmAdministration
Me.Label6 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.ACTIVECheckBox = New System.Windows.Forms.CheckBox()
GUIDLabel = New System.Windows.Forms.Label()
NAMELabel = New System.Windows.Forms.Label()
COMMENTLabel = New System.Windows.Forms.Label()
@@ -143,7 +144,6 @@ Partial Class frmAdministration
CType(Me.GridViewProfileUser, System.ComponentModel.ISupportInitialize).BeginInit()
Me.StatusStrip1.SuspendLayout()
Me.GroupBox3.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBCW_PROFILE_PROCESSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewProcessProfile, System.ComponentModel.ISupportInitialize).BeginInit()
@@ -243,21 +243,20 @@ Partial Class frmAdministration
'
'GroupBox1
'
Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.GroupBox1.Controls.Add(Me.grpbxProfiles)
Me.GroupBox1.Controls.Add(Me.GridControl1)
Me.GroupBox1.Controls.Add(Me.TBCW_PROFILESBindingNavigator)
Me.GroupBox1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(570, 318)
Me.GroupBox1.Size = New System.Drawing.Size(629, 322)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Profile"
Me.GroupBox1.Text = "Konfigurierte Profile"
'
'grpbxProfiles
'
Me.grpbxProfiles.Controls.Add(Me.ACTIVECheckBox)
Me.grpbxProfiles.Controls.Add(GUIDLabel)
Me.grpbxProfiles.Controls.Add(Me.btnaddSearch)
Me.grpbxProfiles.Controls.Add(Me.CHANGED_WHENTextBox)
@@ -280,14 +279,14 @@ Partial Class frmAdministration
Me.grpbxProfiles.Enabled = False
Me.grpbxProfiles.Location = New System.Drawing.Point(177, 48)
Me.grpbxProfiles.Name = "grpbxProfiles"
Me.grpbxProfiles.Size = New System.Drawing.Size(381, 264)
Me.grpbxProfiles.Size = New System.Drawing.Size(442, 268)
Me.grpbxProfiles.TabIndex = 20
Me.grpbxProfiles.TabStop = False
'
'btnaddSearch
'
Me.btnaddSearch.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnaddSearch.Location = New System.Drawing.Point(333, 111)
Me.btnaddSearch.Location = New System.Drawing.Point(401, 111)
Me.btnaddSearch.Name = "btnaddSearch"
Me.btnaddSearch.Size = New System.Drawing.Size(28, 23)
Me.btnaddSearch.TabIndex = 19
@@ -369,7 +368,7 @@ Partial Class frmAdministration
Me.COMMENTTextBox.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.COMMENTTextBox.Location = New System.Drawing.Point(13, 73)
Me.COMMENTTextBox.Name = "COMMENTTextBox"
Me.COMMENTTextBox.Size = New System.Drawing.Size(348, 21)
Me.COMMENTTextBox.Size = New System.Drawing.Size(416, 21)
Me.COMMENTTextBox.TabIndex = 1
'
'REGEX_EXPRESSIONTextBox
@@ -378,7 +377,7 @@ Partial Class frmAdministration
Me.REGEX_EXPRESSIONTextBox.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.REGEX_EXPRESSIONTextBox.Location = New System.Drawing.Point(13, 153)
Me.REGEX_EXPRESSIONTextBox.Name = "REGEX_EXPRESSIONTextBox"
Me.REGEX_EXPRESSIONTextBox.Size = New System.Drawing.Size(348, 21)
Me.REGEX_EXPRESSIONTextBox.Size = New System.Drawing.Size(416, 21)
Me.REGEX_EXPRESSIONTextBox.TabIndex = 3
'
'WD_SEARCHTextBox
@@ -387,7 +386,7 @@ Partial Class frmAdministration
Me.WD_SEARCHTextBox.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.WD_SEARCHTextBox.Location = New System.Drawing.Point(13, 113)
Me.WD_SEARCHTextBox.Name = "WD_SEARCHTextBox"
Me.WD_SEARCHTextBox.Size = New System.Drawing.Size(314, 21)
Me.WD_SEARCHTextBox.Size = New System.Drawing.Size(380, 21)
Me.WD_SEARCHTextBox.TabIndex = 2
'
'GridControl1
@@ -557,8 +556,8 @@ Partial Class frmAdministration
'
'GroupBox2
'
Me.GroupBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.GroupBox2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GroupBox2.Controls.Add(Me.Label2)
Me.GroupBox2.Controls.Add(Me.GridControlUsers2Menue)
Me.GroupBox2.Controls.Add(Me.btndeleteUserConstructorRel)
@@ -566,12 +565,12 @@ Partial Class frmAdministration
Me.GroupBox2.Controls.Add(Me.Label1)
Me.GroupBox2.Controls.Add(Me.GridControl2)
Me.GroupBox2.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox2.Location = New System.Drawing.Point(591, 12)
Me.GroupBox2.Location = New System.Drawing.Point(647, 12)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(637, 292)
Me.GroupBox2.Size = New System.Drawing.Size(627, 315)
Me.GroupBox2.TabIndex = 1
Me.GroupBox2.TabStop = False
Me.GroupBox2.Text = "User Profilzuordnung"
Me.GroupBox2.Text = "Zuordnung Profil - User"
'
'Label2
'
@@ -591,7 +590,7 @@ Partial Class frmAdministration
Me.GridControlUsers2Menue.MainView = Me.GridViewlUsers2Menue
Me.GridControlUsers2Menue.Name = "GridControlUsers2Menue"
Me.GridControlUsers2Menue.ShowOnlyPredefinedDetails = True
Me.GridControlUsers2Menue.Size = New System.Drawing.Size(256, 198)
Me.GridControlUsers2Menue.Size = New System.Drawing.Size(256, 221)
Me.GridControlUsers2Menue.TabIndex = 91
Me.GridControlUsers2Menue.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewlUsers2Menue})
'
@@ -665,7 +664,7 @@ Partial Class frmAdministration
Me.btndeleteUserConstructorRel.Image = CType(resources.GetObject("btndeleteUserConstructorRel.Image"), System.Drawing.Image)
Me.btndeleteUserConstructorRel.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btndeleteUserConstructorRel.ImeMode = System.Windows.Forms.ImeMode.NoControl
Me.btndeleteUserConstructorRel.Location = New System.Drawing.Point(9, 263)
Me.btndeleteUserConstructorRel.Location = New System.Drawing.Point(9, 510)
Me.btndeleteUserConstructorRel.Name = "btndeleteUserConstructorRel"
Me.btndeleteUserConstructorRel.Size = New System.Drawing.Size(351, 23)
Me.btndeleteUserConstructorRel.TabIndex = 60
@@ -704,7 +703,7 @@ Partial Class frmAdministration
Me.GridControl2.Location = New System.Drawing.Point(9, 36)
Me.GridControl2.MainView = Me.GridViewProfileUser
Me.GridControl2.Name = "GridControl2"
Me.GridControl2.Size = New System.Drawing.Size(351, 221)
Me.GridControl2.Size = New System.Drawing.Size(351, 273)
Me.GridControl2.TabIndex = 19
Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewProfileUser})
'
@@ -787,9 +786,9 @@ Partial Class frmAdministration
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.statuslabel})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 708)
Me.StatusStrip1.Location = New System.Drawing.Point(0, 650)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(1240, 22)
Me.StatusStrip1.Size = New System.Drawing.Size(1283, 22)
Me.StatusStrip1.TabIndex = 1
Me.StatusStrip1.Text = "StatusStrip1"
'
@@ -810,24 +809,39 @@ Partial Class frmAdministration
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.lblprocessCheckActive)
Me.GroupBox3.Controls.Add(Me.btnStartStopProcess)
Me.GroupBox3.Controls.Add(Me.PictureBox1)
Me.GroupBox3.Controls.Add(Me.txtProcessName)
Me.GroupBox3.Controls.Add(Me.txtPID)
Me.GroupBox3.Controls.Add(Me.Label4)
Me.GroupBox3.Controls.Add(Me.Label3)
Me.GroupBox3.Location = New System.Drawing.Point(12, 351)
Me.GroupBox3.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox3.Location = New System.Drawing.Point(618, 389)
Me.GroupBox3.Name = "GroupBox3"
Me.GroupBox3.Size = New System.Drawing.Size(570, 81)
Me.GroupBox3.Size = New System.Drawing.Size(570, 100)
Me.GroupBox3.TabIndex = 2
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Auswahl Fenster/Prozess:"
'
'lblprocessCheckActive
'
Me.lblprocessCheckActive.Font = New System.Drawing.Font("Tahoma", 9.75!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblprocessCheckActive.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.asterisk_orange
Me.lblprocessCheckActive.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.lblprocessCheckActive.Location = New System.Drawing.Point(209, 9)
Me.lblprocessCheckActive.Name = "lblprocessCheckActive"
Me.lblprocessCheckActive.Size = New System.Drawing.Size(153, 31)
Me.lblprocessCheckActive.TabIndex = 23
Me.lblprocessCheckActive.Text = "Auswertung aktiv"
Me.lblprocessCheckActive.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.lblprocessCheckActive.Visible = False
'
'btnStartStopProcess
'
Me.btnStartStopProcess.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnStartStopProcess.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.startwithoutdebugging_6556
Me.btnStartStopProcess.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnStartStopProcess.Location = New System.Drawing.Point(6, 35)
Me.btnStartStopProcess.Location = New System.Drawing.Point(6, 43)
Me.btnStartStopProcess.Name = "btnStartStopProcess"
Me.btnStartStopProcess.Size = New System.Drawing.Size(190, 23)
Me.btnStartStopProcess.TabIndex = 8
@@ -835,38 +849,29 @@ Partial Class frmAdministration
Me.btnStartStopProcess.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btnStartStopProcess.UseVisualStyleBackColor = True
'
'PictureBox1
'
Me.PictureBox1.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.Annotation_New
Me.PictureBox1.Location = New System.Drawing.Point(510, 28)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(48, 40)
Me.PictureBox1.TabIndex = 7
Me.PictureBox1.TabStop = False
Me.PictureBox1.Visible = False
'
'txtProcessName
'
Me.txtProcessName.Font = New System.Drawing.Font("Tahoma", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtProcessName.Location = New System.Drawing.Point(270, 37)
Me.txtProcessName.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtProcessName.Location = New System.Drawing.Point(293, 72)
Me.txtProcessName.Name = "txtProcessName"
Me.txtProcessName.ReadOnly = True
Me.txtProcessName.Size = New System.Drawing.Size(229, 21)
Me.txtProcessName.Size = New System.Drawing.Size(180, 21)
Me.txtProcessName.TabIndex = 4
'
'txtPID
'
Me.txtPID.Font = New System.Drawing.Font("Tahoma", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtPID.Location = New System.Drawing.Point(206, 37)
Me.txtPID.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtPID.Location = New System.Drawing.Point(293, 45)
Me.txtPID.Name = "txtPID"
Me.txtPID.ReadOnly = True
Me.txtPID.Size = New System.Drawing.Size(59, 21)
Me.txtPID.Size = New System.Drawing.Size(180, 21)
Me.txtPID.TabIndex = 3
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(267, 21)
Me.Label4.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(209, 75)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(78, 13)
Me.Label4.TabIndex = 1
@@ -875,7 +880,8 @@ Partial Class frmAdministration
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(206, 21)
Me.Label3.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.Location = New System.Drawing.Point(209, 48)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(59, 13)
Me.Label3.TabIndex = 0
@@ -962,16 +968,18 @@ Partial Class frmAdministration
Me.GroupBox4.Controls.Add(Me.btndeleteProcessProfileLink)
Me.GroupBox4.Controls.Add(Me.btnLinkProcessPRofile)
Me.GroupBox4.Controls.Add(Me.GridControl3)
Me.GroupBox4.Location = New System.Drawing.Point(12, 438)
Me.GroupBox4.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox4.Location = New System.Drawing.Point(12, 335)
Me.GroupBox4.Name = "GroupBox4"
Me.GroupBox4.Size = New System.Drawing.Size(570, 308)
Me.GroupBox4.TabIndex = 21
Me.GroupBox4.TabStop = False
Me.GroupBox4.Text = "Aktuell zugeordnete Prozesse:"
Me.GroupBox4.Text = "Zuordnung Profil - Prozess"
'
'btndeleteProcessProfileLink
'
Me.btndeleteProcessProfileLink.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.btndeleteProcessProfileLink.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btndeleteProcessProfileLink.Image = CType(resources.GetObject("btndeleteProcessProfileLink.Image"), System.Drawing.Image)
Me.btndeleteProcessProfileLink.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btndeleteProcessProfileLink.ImeMode = System.Windows.Forms.ImeMode.NoControl
@@ -985,6 +993,7 @@ Partial Class frmAdministration
'
'btnLinkProcessPRofile
'
Me.btnLinkProcessPRofile.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnLinkProcessPRofile.Image = CType(resources.GetObject("btnLinkProcessPRofile.Image"), System.Drawing.Image)
Me.btnLinkProcessPRofile.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnLinkProcessPRofile.ImeMode = System.Windows.Forms.ImeMode.NoControl
@@ -998,13 +1007,12 @@ Partial Class frmAdministration
'
'GroupBox5
'
Me.GroupBox5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.GroupBox5.Controls.Add(Me.lblLicenseDate)
Me.GroupBox5.Controls.Add(Me.lbllicenseCount)
Me.GroupBox5.Controls.Add(Me.Label6)
Me.GroupBox5.Controls.Add(Me.Label5)
Me.GroupBox5.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.GroupBox5.Location = New System.Drawing.Point(957, 628)
Me.GroupBox5.Location = New System.Drawing.Point(597, 572)
Me.GroupBox5.Name = "GroupBox5"
Me.GroupBox5.Size = New System.Drawing.Size(271, 71)
Me.GroupBox5.TabIndex = 22
@@ -1051,11 +1059,21 @@ Partial Class frmAdministration
Me.Label5.TabIndex = 0
Me.Label5.Text = "Anzahl der Lizenzen:"
'
'ACTIVECheckBox
'
Me.ACTIVECheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBCW_PROFILESBindingSource, "ACTIVE", True))
Me.ACTIVECheckBox.Location = New System.Drawing.Point(367, 31)
Me.ACTIVECheckBox.Name = "ACTIVECheckBox"
Me.ACTIVECheckBox.Size = New System.Drawing.Size(62, 24)
Me.ACTIVECheckBox.TabIndex = 20
Me.ACTIVECheckBox.Text = "Active"
Me.ACTIVECheckBox.UseVisualStyleBackColor = True
'
'frmAdministration
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(1240, 730)
Me.ClientSize = New System.Drawing.Size(1283, 672)
Me.Controls.Add(Me.GroupBox5)
Me.Controls.Add(Me.GroupBox4)
Me.Controls.Add(Me.GroupBox3)
@@ -1090,7 +1108,6 @@ Partial Class frmAdministration
Me.StatusStrip1.PerformLayout()
Me.GroupBox3.ResumeLayout(False)
Me.GroupBox3.PerformLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBCW_PROFILE_PROCESSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewProcessProfile, System.ComponentModel.ISupportInitialize).EndInit()
@@ -1162,7 +1179,6 @@ Partial Class frmAdministration
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents TimerTest As System.Windows.Forms.Timer
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents TBWH_UserBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBCW_PROFILE_PROCESSBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBCW_PROFILE_PROCESSTableAdapter As DD_Clipboard_Watcher.MyDatasetTableAdapters.TBCW_PROFILE_PROCESSTableAdapter
@@ -1185,4 +1201,6 @@ Partial Class frmAdministration
Friend WithEvents ToolTip1 As ToolTip
Friend WithEvents ToolStripButton1 As ToolStripButton
Friend WithEvents grpbxProfiles As GroupBox
Friend WithEvents lblprocessCheckActive As Label
Friend WithEvents ACTIVECheckBox As CheckBox
End Class