MS
This commit is contained in:
@@ -23,6 +23,8 @@ Partial Class frmStatistiscsADDI
|
||||
<System.Diagnostics.DebuggerStepThrough()> _
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim GridLevelNode1 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()
|
||||
@@ -44,6 +46,8 @@ Partial Class frmStatistiscsADDI
|
||||
Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.VWDD_LOGIN_USER_HISTORYTableAdapter = New DD_Record_Organiser.DD_ECMAdminTableAdapters.VWDD_LOGIN_USER_HISTORYTableAdapter()
|
||||
Me.TableAdapterManager = New DD_Record_Organiser.DD_ECMAdminTableAdapters.TableAdapterManager()
|
||||
Me.colMACHINE_NAME = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
Me.colUSER_ID = New DevExpress.XtraGrid.Columns.GridColumn()
|
||||
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.XtraTabControl1.SuspendLayout()
|
||||
Me.XtraTabPage1.SuspendLayout()
|
||||
@@ -66,7 +70,7 @@ Partial Class frmStatistiscsADDI
|
||||
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(1046, 542)
|
||||
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})
|
||||
'
|
||||
@@ -74,7 +78,7 @@ Partial Class frmStatistiscsADDI
|
||||
'
|
||||
Me.XtraTabPage1.Controls.Add(Me.SplitContainerTab1)
|
||||
Me.XtraTabPage1.Name = "XtraTabPage1"
|
||||
Me.XtraTabPage1.Size = New System.Drawing.Size(1044, 517)
|
||||
Me.XtraTabPage1.Size = New System.Drawing.Size(1342, 703)
|
||||
Me.XtraTabPage1.Text = "Logins"
|
||||
'
|
||||
'SplitContainerTab1
|
||||
@@ -87,8 +91,8 @@ Partial Class frmStatistiscsADDI
|
||||
Me.SplitContainerTab1.Panel1.Text = "Panel1"
|
||||
Me.SplitContainerTab1.Panel2.Controls.Add(Me.SplitContainerBottom)
|
||||
Me.SplitContainerTab1.Panel2.Text = "Panel2"
|
||||
Me.SplitContainerTab1.Size = New System.Drawing.Size(1044, 517)
|
||||
Me.SplitContainerTab1.SplitterPosition = 258
|
||||
Me.SplitContainerTab1.Size = New System.Drawing.Size(1342, 703)
|
||||
Me.SplitContainerTab1.SplitterPosition = 390
|
||||
Me.SplitContainerTab1.TabIndex = 4
|
||||
Me.SplitContainerTab1.Text = "SplitContainerControl1"
|
||||
'
|
||||
@@ -100,8 +104,8 @@ Partial Class frmStatistiscsADDI
|
||||
Me.SplitContainerTop.Panel1.Controls.Add(Me.GroupBox1)
|
||||
Me.SplitContainerTop.Panel1.Text = "Panel1"
|
||||
Me.SplitContainerTop.Panel2.Text = "Panel2"
|
||||
Me.SplitContainerTop.Size = New System.Drawing.Size(1044, 258)
|
||||
Me.SplitContainerTop.SplitterPosition = 622
|
||||
Me.SplitContainerTop.Size = New System.Drawing.Size(1342, 390)
|
||||
Me.SplitContainerTop.SplitterPosition = 763
|
||||
Me.SplitContainerTop.TabIndex = 6
|
||||
Me.SplitContainerTop.Text = "SplitContainerControl2"
|
||||
'
|
||||
@@ -112,7 +116,7 @@ Partial Class frmStatistiscsADDI
|
||||
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(622, 258)
|
||||
Me.GroupBox1.Size = New System.Drawing.Size(763, 390)
|
||||
Me.GroupBox1.TabIndex = 0
|
||||
Me.GroupBox1.TabStop = False
|
||||
Me.GroupBox1.Text = "Detail-Logins (Last 5000):"
|
||||
@@ -121,10 +125,12 @@ Partial Class frmStatistiscsADDI
|
||||
'
|
||||
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, 17)
|
||||
Me.GridControl1.MainView = Me.GridViewLoginHistory
|
||||
Me.GridControl1.Name = "GridControl1"
|
||||
Me.GridControl1.Size = New System.Drawing.Size(616, 238)
|
||||
Me.GridControl1.Size = New System.Drawing.Size(757, 370)
|
||||
Me.GridControl1.TabIndex = 3
|
||||
Me.GridControl1.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewLoginHistory})
|
||||
'
|
||||
@@ -142,7 +148,7 @@ Partial Class frmStatistiscsADDI
|
||||
'
|
||||
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.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]
|
||||
@@ -154,6 +160,7 @@ Partial Class frmStatistiscsADDI
|
||||
'
|
||||
'colGUID
|
||||
'
|
||||
Me.colGUID.Caption = "ID"
|
||||
Me.colGUID.FieldName = "GUID"
|
||||
Me.colGUID.Name = "colGUID"
|
||||
Me.colGUID.Visible = True
|
||||
@@ -162,6 +169,7 @@ Partial Class frmStatistiscsADDI
|
||||
'
|
||||
'colCLIENT_NAME
|
||||
'
|
||||
Me.colCLIENT_NAME.Caption = "Client"
|
||||
Me.colCLIENT_NAME.FieldName = "CLIENT_NAME"
|
||||
Me.colCLIENT_NAME.Name = "colCLIENT_NAME"
|
||||
Me.colCLIENT_NAME.Visible = True
|
||||
@@ -170,6 +178,7 @@ Partial Class frmStatistiscsADDI
|
||||
'
|
||||
'colUSERNAME
|
||||
'
|
||||
Me.colUSERNAME.Caption = "Username"
|
||||
Me.colUSERNAME.FieldName = "USERNAME"
|
||||
Me.colUSERNAME.Name = "colUSERNAME"
|
||||
Me.colUSERNAME.Visible = True
|
||||
@@ -178,6 +187,7 @@ Partial Class frmStatistiscsADDI
|
||||
'
|
||||
'colNAME
|
||||
'
|
||||
Me.colNAME.Caption = "Name"
|
||||
Me.colNAME.FieldName = "NAME"
|
||||
Me.colNAME.Name = "colNAME"
|
||||
Me.colNAME.Visible = True
|
||||
@@ -185,6 +195,7 @@ Partial Class frmStatistiscsADDI
|
||||
'
|
||||
'colPRENAME
|
||||
'
|
||||
Me.colPRENAME.Caption = "Prename"
|
||||
Me.colPRENAME.FieldName = "PRENAME"
|
||||
Me.colPRENAME.Name = "colPRENAME"
|
||||
Me.colPRENAME.Visible = True
|
||||
@@ -192,6 +203,9 @@ Partial Class frmStatistiscsADDI
|
||||
'
|
||||
'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
|
||||
@@ -200,6 +214,9 @@ Partial Class frmStatistiscsADDI
|
||||
'
|
||||
'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
|
||||
@@ -208,6 +225,7 @@ Partial Class frmStatistiscsADDI
|
||||
'
|
||||
'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
|
||||
@@ -221,15 +239,15 @@ Partial Class frmStatistiscsADDI
|
||||
Me.SplitContainerBottom.Name = "SplitContainerBottom"
|
||||
Me.SplitContainerBottom.Panel1.Text = "Panel1"
|
||||
Me.SplitContainerBottom.Panel2.Text = "Panel2"
|
||||
Me.SplitContainerBottom.Size = New System.Drawing.Size(1044, 247)
|
||||
Me.SplitContainerBottom.SplitterPosition = 532
|
||||
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(1040, 514)
|
||||
Me.XtraTabPage2.Size = New System.Drawing.Size(1342, 703)
|
||||
Me.XtraTabPage2.Text = "XtraTabPage2"
|
||||
'
|
||||
'VWDD_LOGIN_USER_HISTORYTableAdapter
|
||||
@@ -247,14 +265,31 @@ Partial Class frmStatistiscsADDI
|
||||
Me.TableAdapterManager.TBPMO_SAP_FUBATableAdapter = Nothing
|
||||
Me.TableAdapterManager.UpdateOrder = DD_Record_Organiser.DD_ECMAdminTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
||||
'
|
||||
'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
|
||||
'
|
||||
'frmStatistiscsADDI
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(1046, 542)
|
||||
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 = "Statistik ADDI"
|
||||
Me.Text = "Statistics"
|
||||
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.XtraTabControl1.ResumeLayout(False)
|
||||
Me.XtraTabPage1.ResumeLayout(False)
|
||||
@@ -293,4 +328,6 @@ Partial Class frmStatistiscsADDI
|
||||
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
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user