This commit is contained in:
SchreiberM
2017-03-15 12:24:47 +01:00
parent e791a980b3
commit aff5c7b925
45 changed files with 8140 additions and 7913 deletions

View File

@@ -24,6 +24,7 @@ Partial Class frmStatistiscsADDI
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim GridLevelNode1 As DevExpress.XtraGrid.GridLevelNode = New DevExpress.XtraGrid.GridLevelNode()
Dim GridLevelNode2 As DevExpress.XtraGrid.GridLevelNode = New DevExpress.XtraGrid.GridLevelNode()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStatistiscsADDI))
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage()
@@ -42,12 +43,31 @@ Partial Class frmStatistiscsADDI
Me.colLOGIN = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colLOGOUT = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colVERSION_CLIENT = New DevExpress.XtraGrid.Columns.GridColumn()
Me.SplitContainerBottom = New DevExpress.XtraEditors.SplitContainerControl()
Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage()
Me.VWDD_LOGIN_USER_HISTORYTableAdapter = New DD_Record_Organizer.DD_ECMAdminTableAdapters.VWDD_LOGIN_USER_HISTORYTableAdapter()
Me.TableAdapterManager = New DD_Record_Organizer.DD_ECMAdminTableAdapters.TableAdapterManager()
Me.colMACHINE_NAME = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colUSER_ID = New DevExpress.XtraGrid.Columns.GridColumn()
Me.ToolStrip2 = New System.Windows.Forms.ToolStrip()
Me.tslblLoginCountRecords = New System.Windows.Forms.ToolStripLabel()
Me.SplitContainerBottom = New DevExpress.XtraEditors.SplitContainerControl()
Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage()
Me.SplitContainerControl1 = New DevExpress.XtraEditors.SplitContainerControl()
Me.GridControl2 = New DevExpress.XtraGrid.GridControl()
Me.TBPMO_LOG_ESSENTIALSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.GridViewLogEssentials = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.colSelection = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colGUID1 = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colREFERENCE_KEY = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colREFERENCE_STRING = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colCOMMENT = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colADDED_WHO = New DevExpress.XtraGrid.Columns.GridColumn()
Me.colADDED_WHEN = New DevExpress.XtraGrid.Columns.GridColumn()
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.tslblEssential = New System.Windows.Forms.ToolStripLabel()
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton()
Me.VWDD_LOGIN_USER_HISTORYTableAdapter = New DD_Record_Organizer.DD_ECMAdminTableAdapters.VWDD_LOGIN_USER_HISTORYTableAdapter()
Me.TableAdapterManager = New DD_Record_Organizer.DD_ECMAdminTableAdapters.TableAdapterManager()
Me.TBPMO_LOG_ESSENTIALSTableAdapter = New DD_Record_Organizer.DD_ECMAdminTableAdapters.TBPMO_LOG_ESSENTIALSTableAdapter()
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.XtraTabControl1.SuspendLayout()
Me.XtraTabPage1.SuspendLayout()
@@ -60,8 +80,16 @@ Partial Class frmStatistiscsADDI
CType(Me.VWDD_LOGIN_USER_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewLoginHistory, System.ComponentModel.ISupportInitialize).BeginInit()
Me.ToolStrip2.SuspendLayout()
CType(Me.SplitContainerBottom, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainerBottom.SuspendLayout()
Me.XtraTabPage2.SuspendLayout()
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainerControl1.SuspendLayout()
CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TBPMO_LOG_ESSENTIALSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewLogEssentials, System.ComponentModel.ISupportInitialize).BeginInit()
Me.ToolStrip1.SuspendLayout()
Me.SuspendLayout()
'
'XtraTabControl1
@@ -112,6 +140,7 @@ Partial Class frmStatistiscsADDI
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.GridControl1)
Me.GroupBox1.Controls.Add(Me.ToolStrip2)
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill
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(0, 0)
@@ -127,10 +156,10 @@ Partial Class frmStatistiscsADDI
Me.GridControl1.Dock = System.Windows.Forms.DockStyle.Fill
GridLevelNode1.RelationName = "Level1"
Me.GridControl1.LevelTree.Nodes.AddRange(New DevExpress.XtraGrid.GridLevelNode() {GridLevelNode1})
Me.GridControl1.Location = New System.Drawing.Point(3, 17)
Me.GridControl1.Location = New System.Drawing.Point(3, 42)
Me.GridControl1.MainView = Me.GridViewLoginHistory
Me.GridControl1.Name = "GridControl1"
Me.GridControl1.Size = New System.Drawing.Size(757, 370)
Me.GridControl1.Size = New System.Drawing.Size(757, 345)
Me.GridControl1.TabIndex = 3
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewLoginHistory})
'
@@ -154,6 +183,9 @@ Partial Class frmStatistiscsADDI
Me.GridViewLoginHistory.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
Me.GridViewLoginHistory.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False]
Me.GridViewLoginHistory.OptionsBehavior.Editable = False
Me.GridViewLoginHistory.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False]
Me.GridViewLoginHistory.OptionsSelection.MultiSelect = True
Me.GridViewLoginHistory.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect
Me.GridViewLoginHistory.OptionsView.ColumnAutoWidth = False
Me.GridViewLoginHistory.OptionsView.EnableAppearanceEvenRow = True
Me.GridViewLoginHistory.OptionsView.ShowAutoFilterRow = True
@@ -232,39 +264,6 @@ Partial Class frmStatistiscsADDI
Me.colVERSION_CLIENT.VisibleIndex = 7
Me.colVERSION_CLIENT.Width = 101
'
'SplitContainerBottom
'
Me.SplitContainerBottom.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainerBottom.Location = New System.Drawing.Point(0, 0)
Me.SplitContainerBottom.Name = "SplitContainerBottom"
Me.SplitContainerBottom.Panel1.Text = "Panel1"
Me.SplitContainerBottom.Panel2.Text = "Panel2"
Me.SplitContainerBottom.Size = New System.Drawing.Size(1342, 301)
Me.SplitContainerBottom.SplitterPosition = 629
Me.SplitContainerBottom.TabIndex = 0
Me.SplitContainerBottom.Text = "SplitContainerControl2"
'
'XtraTabPage2
'
Me.XtraTabPage2.Name = "XtraTabPage2"
Me.XtraTabPage2.Size = New System.Drawing.Size(1342, 703)
Me.XtraTabPage2.Text = "XtraTabPage2"
'
'VWDD_LOGIN_USER_HISTORYTableAdapter
'
Me.VWDD_LOGIN_USER_HISTORYTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.Connection = Nothing
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_DOCSEARCH_RESULTLIST_CONFIGTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_SAP_FUBATableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = DD_Record_Organizer.DD_ECMAdminTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'colMACHINE_NAME
'
Me.colMACHINE_NAME.Caption = "Machine Name"
@@ -280,6 +279,217 @@ Partial Class frmStatistiscsADDI
Me.colUSER_ID.Visible = True
Me.colUSER_ID.VisibleIndex = 9
'
'ToolStrip2
'
Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblLoginCountRecords})
Me.ToolStrip2.Location = New System.Drawing.Point(3, 17)
Me.ToolStrip2.Name = "ToolStrip2"
Me.ToolStrip2.Size = New System.Drawing.Size(757, 25)
Me.ToolStrip2.TabIndex = 4
Me.ToolStrip2.Text = "ToolStrip2"
'
'tslblLoginCountRecords
'
Me.tslblLoginCountRecords.Name = "tslblLoginCountRecords"
Me.tslblLoginCountRecords.Size = New System.Drawing.Size(58, 22)
Me.tslblLoginCountRecords.Text = "0 Records"
'
'SplitContainerBottom
'
Me.SplitContainerBottom.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainerBottom.Location = New System.Drawing.Point(0, 0)
Me.SplitContainerBottom.Name = "SplitContainerBottom"
Me.SplitContainerBottom.Panel1.Text = "Panel1"
Me.SplitContainerBottom.Panel2.Text = "Panel2"
Me.SplitContainerBottom.Size = New System.Drawing.Size(1342, 301)
Me.SplitContainerBottom.SplitterPosition = 629
Me.SplitContainerBottom.TabIndex = 0
Me.SplitContainerBottom.Text = "SplitContainerControl2"
'
'XtraTabPage2
'
Me.XtraTabPage2.Controls.Add(Me.SplitContainerControl1)
Me.XtraTabPage2.Name = "XtraTabPage2"
Me.XtraTabPage2.Size = New System.Drawing.Size(1342, 703)
Me.XtraTabPage2.Text = "Weitere"
'
'SplitContainerControl1
'
Me.SplitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainerControl1.Horizontal = False
Me.SplitContainerControl1.Location = New System.Drawing.Point(0, 0)
Me.SplitContainerControl1.Name = "SplitContainerControl1"
Me.SplitContainerControl1.Panel1.Controls.Add(Me.GridControl2)
Me.SplitContainerControl1.Panel1.Controls.Add(Me.ToolStrip1)
Me.SplitContainerControl1.Panel1.Text = "Panel1"
Me.SplitContainerControl1.Panel2.Text = "Panel2"
Me.SplitContainerControl1.Size = New System.Drawing.Size(1342, 703)
Me.SplitContainerControl1.SplitterPosition = 383
Me.SplitContainerControl1.TabIndex = 0
Me.SplitContainerControl1.Text = "SplitContainerControl1"
'
'GridControl2
'
Me.GridControl2.DataSource = Me.TBPMO_LOG_ESSENTIALSBindingSource
Me.GridControl2.Dock = System.Windows.Forms.DockStyle.Fill
GridLevelNode2.RelationName = "Level1"
Me.GridControl2.LevelTree.Nodes.AddRange(New DevExpress.XtraGrid.GridLevelNode() {GridLevelNode2})
Me.GridControl2.Location = New System.Drawing.Point(0, 25)
Me.GridControl2.MainView = Me.GridViewLogEssentials
Me.GridControl2.Name = "GridControl2"
Me.GridControl2.Size = New System.Drawing.Size(1342, 358)
Me.GridControl2.TabIndex = 4
Me.GridControl2.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewLogEssentials})
'
'TBPMO_LOG_ESSENTIALSBindingSource
'
Me.TBPMO_LOG_ESSENTIALSBindingSource.DataMember = "TBPMO_LOG_ESSENTIALS"
Me.TBPMO_LOG_ESSENTIALSBindingSource.DataSource = Me.DD_ECMAdmin
'
'GridViewLogEssentials
'
Me.GridViewLogEssentials.Appearance.EvenRow.BackColor = System.Drawing.Color.Aqua
Me.GridViewLogEssentials.Appearance.EvenRow.Options.UseBackColor = True
Me.GridViewLogEssentials.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
Me.GridViewLogEssentials.Appearance.FilterPanel.Options.UseBackColor = True
Me.GridViewLogEssentials.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colSelection, Me.colGUID1, Me.colREFERENCE_KEY, Me.colREFERENCE_STRING, Me.colCOMMENT, Me.colADDED_WHO, Me.colADDED_WHEN})
Me.GridViewLogEssentials.GridControl = Me.GridControl2
Me.GridViewLogEssentials.Name = "GridViewLogEssentials"
Me.GridViewLogEssentials.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[False]
Me.GridViewLogEssentials.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.[False]
Me.GridViewLogEssentials.OptionsClipboard.CopyColumnHeaders = DevExpress.Utils.DefaultBoolean.[False]
Me.GridViewLogEssentials.OptionsSelection.MultiSelect = True
Me.GridViewLogEssentials.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CellSelect
Me.GridViewLogEssentials.OptionsView.ColumnAutoWidth = False
Me.GridViewLogEssentials.OptionsView.EnableAppearanceEvenRow = True
Me.GridViewLogEssentials.OptionsView.ShowAutoFilterRow = True
'
'colSelection
'
Me.colSelection.Caption = "Selection"
Me.colSelection.FieldName = "Selection"
Me.colSelection.Name = "colSelection"
Me.colSelection.Visible = True
Me.colSelection.VisibleIndex = 0
Me.colSelection.Width = 65
'
'colGUID1
'
Me.colGUID1.Caption = "ID"
Me.colGUID1.FieldName = "GUID"
Me.colGUID1.Name = "colGUID1"
Me.colGUID1.OptionsColumn.AllowEdit = False
Me.colGUID1.Visible = True
Me.colGUID1.VisibleIndex = 1
Me.colGUID1.Width = 48
'
'colREFERENCE_KEY
'
Me.colREFERENCE_KEY.Caption = "REF-Key"
Me.colREFERENCE_KEY.FieldName = "REFERENCE_KEY"
Me.colREFERENCE_KEY.Name = "colREFERENCE_KEY"
Me.colREFERENCE_KEY.OptionsColumn.AllowEdit = False
Me.colREFERENCE_KEY.Visible = True
Me.colREFERENCE_KEY.VisibleIndex = 2
Me.colREFERENCE_KEY.Width = 84
'
'colREFERENCE_STRING
'
Me.colREFERENCE_STRING.Caption = "REF-String"
Me.colREFERENCE_STRING.FieldName = "REFERENCE_STRING"
Me.colREFERENCE_STRING.Name = "colREFERENCE_STRING"
Me.colREFERENCE_STRING.OptionsColumn.AllowEdit = False
Me.colREFERENCE_STRING.Visible = True
Me.colREFERENCE_STRING.VisibleIndex = 3
Me.colREFERENCE_STRING.Width = 76
'
'colCOMMENT
'
Me.colCOMMENT.Caption = "Comment"
Me.colCOMMENT.FieldName = "COMMENT"
Me.colCOMMENT.Name = "colCOMMENT"
Me.colCOMMENT.OptionsColumn.AllowEdit = False
Me.colCOMMENT.Visible = True
Me.colCOMMENT.VisibleIndex = 4
Me.colCOMMENT.Width = 654
'
'colADDED_WHO
'
Me.colADDED_WHO.Caption = "Added Who"
Me.colADDED_WHO.FieldName = "ADDED_WHO"
Me.colADDED_WHO.Name = "colADDED_WHO"
Me.colADDED_WHO.OptionsColumn.AllowEdit = False
Me.colADDED_WHO.Visible = True
Me.colADDED_WHO.VisibleIndex = 5
'
'colADDED_WHEN
'
Me.colADDED_WHEN.Caption = "Added When"
Me.colADDED_WHEN.FieldName = "ADDED_WHEN"
Me.colADDED_WHEN.Name = "colADDED_WHEN"
Me.colADDED_WHEN.OptionsColumn.AllowEdit = False
Me.colADDED_WHEN.Visible = True
Me.colADDED_WHEN.VisibleIndex = 6
'
'ToolStrip1
'
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblEssential, Me.ToolStripSeparator1, Me.ToolStripButton1, Me.ToolStripButton2})
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Size = New System.Drawing.Size(1342, 25)
Me.ToolStrip1.TabIndex = 0
Me.ToolStrip1.Text = "ToolStrip1"
'
'tslblEssential
'
Me.tslblEssential.Font = New System.Drawing.Font("Segoe UI Semibold", 9.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.tslblEssential.Name = "tslblEssential"
Me.tslblEssential.Size = New System.Drawing.Size(81, 22)
Me.tslblEssential.Text = "Essential Logs"
'
'ToolStripSeparator1
'
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
'
'ToolStripButton1
'
Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image)
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton1.Name = "ToolStripButton1"
Me.ToolStripButton1.Size = New System.Drawing.Size(137, 22)
Me.ToolStripButton1.Text = "Delete selected Rows"
'
'ToolStripButton2
'
Me.ToolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right
Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image)
Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta
Me.ToolStripButton2.Name = "ToolStripButton2"
Me.ToolStripButton2.Size = New System.Drawing.Size(124, 22)
Me.ToolStripButton2.Text = "Select all visible Rows"
'
'VWDD_LOGIN_USER_HISTORYTableAdapter
'
Me.VWDD_LOGIN_USER_HISTORYTableAdapter.ClearBeforeFill = True
'
'TableAdapterManager
'
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
Me.TableAdapterManager.Connection = Nothing
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_DOCSEARCH_RESULTLIST_CONFIGTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_LOG_ESSENTIALSTableAdapter = Nothing
Me.TableAdapterManager.TBPMO_SAP_FUBATableAdapter = Nothing
Me.TableAdapterManager.UpdateOrder = DD_Record_Organizer.DD_ECMAdminTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
'
'TBPMO_LOG_ESSENTIALSTableAdapter
'
Me.TBPMO_LOG_ESSENTIALSTableAdapter.ClearBeforeFill = True
'
'frmStatistiscsADDI
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -289,7 +499,7 @@ Partial Class frmStatistiscsADDI
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmStatistiscsADDI"
Me.Text = "Statistics"
Me.Text = "Allgemeine Statistiken"
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.XtraTabControl1.ResumeLayout(False)
Me.XtraTabPage1.ResumeLayout(False)
@@ -298,12 +508,23 @@ Partial Class frmStatistiscsADDI
CType(Me.SplitContainerTop, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainerTop.ResumeLayout(False)
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.VWDD_LOGIN_USER_HISTORYBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.DD_ECMAdmin, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewLoginHistory, System.ComponentModel.ISupportInitialize).EndInit()
Me.ToolStrip2.ResumeLayout(False)
Me.ToolStrip2.PerformLayout()
CType(Me.SplitContainerBottom, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainerBottom.ResumeLayout(False)
Me.XtraTabPage2.ResumeLayout(False)
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainerControl1.ResumeLayout(False)
CType(Me.GridControl2, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TBPMO_LOG_ESSENTIALSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewLogEssentials, System.ComponentModel.ISupportInitialize).EndInit()
Me.ToolStrip1.ResumeLayout(False)
Me.ToolStrip1.PerformLayout()
Me.ResumeLayout(False)
End Sub
@@ -330,4 +551,23 @@ Partial Class frmStatistiscsADDI
Friend WithEvents SplitContainerBottom As DevExpress.XtraEditors.SplitContainerControl
Friend WithEvents colMACHINE_NAME As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colUSER_ID As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents SplitContainerControl1 As DevExpress.XtraEditors.SplitContainerControl
Friend WithEvents GridControl2 As DevExpress.XtraGrid.GridControl
Friend WithEvents GridViewLogEssentials As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
Friend WithEvents TBPMO_LOG_ESSENTIALSBindingSource As System.Windows.Forms.BindingSource
Friend WithEvents TBPMO_LOG_ESSENTIALSTableAdapter As DD_Record_Organizer.DD_ECMAdminTableAdapters.TBPMO_LOG_ESSENTIALSTableAdapter
Friend WithEvents colSelection As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colGUID1 As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colREFERENCE_KEY As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colREFERENCE_STRING As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colCOMMENT As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colADDED_WHO As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents colADDED_WHEN As DevExpress.XtraGrid.Columns.GridColumn
Friend WithEvents tslblEssential As System.Windows.Forms.ToolStripLabel
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton
Friend WithEvents ToolStrip2 As System.Windows.Forms.ToolStrip
Friend WithEvents tslblLoginCountRecords As System.Windows.Forms.ToolStripLabel
End Class