575 lines
30 KiB
VB.net
575 lines
30 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmStatistiscsADDI
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
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()
|
|
Me.SplitContainerTab1 = New DevExpress.XtraEditors.SplitContainerControl()
|
|
Me.SplitContainerTop = New DevExpress.XtraEditors.SplitContainerControl()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.GridControl1 = New DevExpress.XtraGrid.GridControl()
|
|
Me.VWDD_LOGIN_USER_HISTORYBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.DD_ECMAdmin = New DD_Record_Organizer.DD_ECMAdmin()
|
|
Me.GridViewLoginHistory = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colCLIENT_NAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colUSERNAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colNAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colPRENAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colLOGIN = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colLOGOUT = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
Me.colVERSION_CLIENT = New DevExpress.XtraGrid.Columns.GridColumn()
|
|
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()
|
|
CType(Me.SplitContainerTab1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerTab1.SuspendLayout()
|
|
CType(Me.SplitContainerTop, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerTop.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
CType(Me.GridControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
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
|
|
'
|
|
Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.XtraTabControl1.Name = "XtraTabControl1"
|
|
Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPage1
|
|
Me.XtraTabControl1.Size = New System.Drawing.Size(1344, 728)
|
|
Me.XtraTabControl1.TabIndex = 0
|
|
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage1, Me.XtraTabPage2})
|
|
'
|
|
'XtraTabPage1
|
|
'
|
|
Me.XtraTabPage1.Controls.Add(Me.SplitContainerTab1)
|
|
Me.XtraTabPage1.Name = "XtraTabPage1"
|
|
Me.XtraTabPage1.Size = New System.Drawing.Size(1338, 700)
|
|
Me.XtraTabPage1.Text = "Logins"
|
|
'
|
|
'SplitContainerTab1
|
|
'
|
|
Me.SplitContainerTab1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainerTab1.Horizontal = False
|
|
Me.SplitContainerTab1.Location = New System.Drawing.Point(0, 0)
|
|
Me.SplitContainerTab1.Name = "SplitContainerTab1"
|
|
Me.SplitContainerTab1.Panel1.Controls.Add(Me.SplitContainerTop)
|
|
Me.SplitContainerTab1.Panel1.Text = "Panel1"
|
|
Me.SplitContainerTab1.Panel2.Controls.Add(Me.SplitContainerBottom)
|
|
Me.SplitContainerTab1.Panel2.Text = "Panel2"
|
|
Me.SplitContainerTab1.Size = New System.Drawing.Size(1338, 700)
|
|
Me.SplitContainerTab1.SplitterPosition = 390
|
|
Me.SplitContainerTab1.TabIndex = 4
|
|
Me.SplitContainerTab1.Text = "SplitContainerControl1"
|
|
'
|
|
'SplitContainerTop
|
|
'
|
|
Me.SplitContainerTop.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainerTop.Location = New System.Drawing.Point(0, 0)
|
|
Me.SplitContainerTop.Name = "SplitContainerTop"
|
|
Me.SplitContainerTop.Panel1.Controls.Add(Me.GroupBox1)
|
|
Me.SplitContainerTop.Panel1.Text = "Panel1"
|
|
Me.SplitContainerTop.Panel2.Text = "Panel2"
|
|
Me.SplitContainerTop.Size = New System.Drawing.Size(1338, 390)
|
|
Me.SplitContainerTop.SplitterPosition = 763
|
|
Me.SplitContainerTop.TabIndex = 6
|
|
Me.SplitContainerTop.Text = "SplitContainerControl2"
|
|
'
|
|
'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)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(763, 390)
|
|
Me.GroupBox1.TabIndex = 0
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Detail-Logins (Last 5000):"
|
|
'
|
|
'GridControl1
|
|
'
|
|
Me.GridControl1.DataSource = Me.VWDD_LOGIN_USER_HISTORYBindingSource
|
|
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, 42)
|
|
Me.GridControl1.MainView = Me.GridViewLoginHistory
|
|
Me.GridControl1.Name = "GridControl1"
|
|
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})
|
|
'
|
|
'VWDD_LOGIN_USER_HISTORYBindingSource
|
|
'
|
|
Me.VWDD_LOGIN_USER_HISTORYBindingSource.DataMember = "VWDD_LOGIN_USER_HISTORY"
|
|
Me.VWDD_LOGIN_USER_HISTORYBindingSource.DataSource = Me.DD_ECMAdmin
|
|
'
|
|
'DD_ECMAdmin
|
|
'
|
|
Me.DD_ECMAdmin.DataSetName = "DD_ECMAdmin"
|
|
Me.DD_ECMAdmin.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'GridViewLoginHistory
|
|
'
|
|
Me.GridViewLoginHistory.Appearance.EvenRow.BackColor = System.Drawing.Color.Aqua
|
|
Me.GridViewLoginHistory.Appearance.EvenRow.Options.UseBackColor = True
|
|
Me.GridViewLoginHistory.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colCLIENT_NAME, Me.colUSERNAME, Me.colNAME, Me.colPRENAME, Me.colLOGIN, Me.colLOGOUT, Me.colVERSION_CLIENT, Me.colMACHINE_NAME, Me.colUSER_ID})
|
|
Me.GridViewLoginHistory.GridControl = Me.GridControl1
|
|
Me.GridViewLoginHistory.Name = "GridViewLoginHistory"
|
|
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
|
|
'
|
|
'colGUID
|
|
'
|
|
Me.colGUID.Caption = "ID"
|
|
Me.colGUID.FieldName = "GUID"
|
|
Me.colGUID.Name = "colGUID"
|
|
Me.colGUID.Visible = True
|
|
Me.colGUID.VisibleIndex = 0
|
|
Me.colGUID.Width = 40
|
|
'
|
|
'colCLIENT_NAME
|
|
'
|
|
Me.colCLIENT_NAME.Caption = "Client"
|
|
Me.colCLIENT_NAME.FieldName = "CLIENT_NAME"
|
|
Me.colCLIENT_NAME.Name = "colCLIENT_NAME"
|
|
Me.colCLIENT_NAME.Visible = True
|
|
Me.colCLIENT_NAME.VisibleIndex = 1
|
|
Me.colCLIENT_NAME.Width = 105
|
|
'
|
|
'colUSERNAME
|
|
'
|
|
Me.colUSERNAME.Caption = "Username"
|
|
Me.colUSERNAME.FieldName = "USERNAME"
|
|
Me.colUSERNAME.Name = "colUSERNAME"
|
|
Me.colUSERNAME.Visible = True
|
|
Me.colUSERNAME.VisibleIndex = 2
|
|
Me.colUSERNAME.Width = 86
|
|
'
|
|
'colNAME
|
|
'
|
|
Me.colNAME.Caption = "Name"
|
|
Me.colNAME.FieldName = "NAME"
|
|
Me.colNAME.Name = "colNAME"
|
|
Me.colNAME.Visible = True
|
|
Me.colNAME.VisibleIndex = 3
|
|
'
|
|
'colPRENAME
|
|
'
|
|
Me.colPRENAME.Caption = "Prename"
|
|
Me.colPRENAME.FieldName = "PRENAME"
|
|
Me.colPRENAME.Name = "colPRENAME"
|
|
Me.colPRENAME.Visible = True
|
|
Me.colPRENAME.VisibleIndex = 4
|
|
'
|
|
'colLOGIN
|
|
'
|
|
Me.colLOGIN.Caption = "Login"
|
|
Me.colLOGIN.DisplayFormat.FormatString = "dd-MM-yyyy HH:mm:ss"
|
|
Me.colLOGIN.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime
|
|
Me.colLOGIN.FieldName = "LOGIN"
|
|
Me.colLOGIN.Name = "colLOGIN"
|
|
Me.colLOGIN.Visible = True
|
|
Me.colLOGIN.VisibleIndex = 5
|
|
Me.colLOGIN.Width = 100
|
|
'
|
|
'colLOGOUT
|
|
'
|
|
Me.colLOGOUT.Caption = "Logout"
|
|
Me.colLOGOUT.DisplayFormat.FormatString = "dd-MM-yyyy HH:mm:ss"
|
|
Me.colLOGOUT.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime
|
|
Me.colLOGOUT.FieldName = "LOGOUT"
|
|
Me.colLOGOUT.Name = "colLOGOUT"
|
|
Me.colLOGOUT.Visible = True
|
|
Me.colLOGOUT.VisibleIndex = 6
|
|
Me.colLOGOUT.Width = 98
|
|
'
|
|
'colVERSION_CLIENT
|
|
'
|
|
Me.colVERSION_CLIENT.Caption = "Version Client"
|
|
Me.colVERSION_CLIENT.FieldName = "VERSION_CLIENT"
|
|
Me.colVERSION_CLIENT.Name = "colVERSION_CLIENT"
|
|
Me.colVERSION_CLIENT.Visible = True
|
|
Me.colVERSION_CLIENT.VisibleIndex = 7
|
|
Me.colVERSION_CLIENT.Width = 101
|
|
'
|
|
'colMACHINE_NAME
|
|
'
|
|
Me.colMACHINE_NAME.Caption = "Machine Name"
|
|
Me.colMACHINE_NAME.FieldName = "MACHINE_NAME"
|
|
Me.colMACHINE_NAME.Name = "colMACHINE_NAME"
|
|
Me.colMACHINE_NAME.Visible = True
|
|
Me.colMACHINE_NAME.VisibleIndex = 8
|
|
'
|
|
'colUSER_ID
|
|
'
|
|
Me.colUSER_ID.FieldName = "USER_ID"
|
|
Me.colUSER_ID.Name = "colUSER_ID"
|
|
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(1338, 305)
|
|
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(1338, 700)
|
|
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(1338, 700)
|
|
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(1338, 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(1338, 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 = Global.DD_Record_Organizer.My.Resources.Resources.action_Cancel_16xLG
|
|
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.Image = Global.DD_Record_Organizer.My.Resources.Resources.CheckBox_669
|
|
Me.ToolStripButton2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.ToolStripButton2.Name = "ToolStripButton2"
|
|
Me.ToolStripButton2.Size = New System.Drawing.Size(140, 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_DOCRESULT_DROPDOWN_ITEMSTableAdapter = 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!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1344, 728)
|
|
Me.Controls.Add(Me.XtraTabControl1)
|
|
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 = "Allgemeine Statistiken"
|
|
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.XtraTabControl1.ResumeLayout(False)
|
|
Me.XtraTabPage1.ResumeLayout(False)
|
|
CType(Me.SplitContainerTab1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerTab1.ResumeLayout(False)
|
|
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
|
|
Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl
|
|
Friend WithEvents XtraTabPage1 As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents XtraTabPage2 As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents GridControl1 As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents GridViewLoginHistory As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents DD_ECMAdmin As DD_Record_Organizer.DD_ECMAdmin
|
|
Friend WithEvents VWDD_LOGIN_USER_HISTORYBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents VWDD_LOGIN_USER_HISTORYTableAdapter As DD_Record_Organizer.DD_ECMAdminTableAdapters.VWDD_LOGIN_USER_HISTORYTableAdapter
|
|
Friend WithEvents TableAdapterManager As DD_Record_Organizer.DD_ECMAdminTableAdapters.TableAdapterManager
|
|
Friend WithEvents colGUID As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colCLIENT_NAME As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colUSERNAME As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colNAME As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colPRENAME As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colLOGIN As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colLOGOUT As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents colVERSION_CLIENT As DevExpress.XtraGrid.Columns.GridColumn
|
|
Friend WithEvents SplitContainerTab1 As DevExpress.XtraEditors.SplitContainerControl
|
|
Friend WithEvents SplitContainerTop As DevExpress.XtraEditors.SplitContainerControl
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
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
|