507 lines
30 KiB
C#
507 lines
30 KiB
C#
|
|
namespace DeviceRepairAndOptimization.Pages.Log
|
|
{
|
|
partial class page_UserLoginLog
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(page_UserLoginLog));
|
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
|
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
|
|
DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
|
|
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
|
|
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
|
|
DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
|
|
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btn_Query = new DevExpress.XtraEditors.SimpleButton();
|
|
this.txt_ClientName = new DevExpress.XtraEditors.TextEdit();
|
|
this.cbContentType = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
this.txtUserCode = new DevExpress.XtraEditors.TextEdit();
|
|
this.dtEnd = new DevExpress.XtraEditors.TimeEdit();
|
|
this.dtStart = new DevExpress.XtraEditors.TimeEdit();
|
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlitemLabel1 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
this.gcLoginCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcRealName = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcOperationType = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcOperationDate = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcOperationIP = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.gcOperationComputer = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit();
|
|
this.splitContainerControl1.Panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).BeginInit();
|
|
this.splitContainerControl1.Panel2.SuspendLayout();
|
|
this.splitContainerControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
|
this.layoutControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_ClientName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbContentType.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dtEnd.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dtStart.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlitemLabel1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainerControl1
|
|
//
|
|
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainerControl1.Horizontal = false;
|
|
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainerControl1.Name = "splitContainerControl1";
|
|
//
|
|
// splitContainerControl1.Panel1
|
|
//
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.layoutControl1);
|
|
this.splitContainerControl1.Panel1.Text = "Panel1";
|
|
//
|
|
// splitContainerControl1.Panel2
|
|
//
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.gridControl1);
|
|
this.splitContainerControl1.Panel2.Text = "Panel2";
|
|
this.splitContainerControl1.Size = new System.Drawing.Size(1598, 999);
|
|
this.splitContainerControl1.SplitterPosition = 146;
|
|
this.splitContainerControl1.TabIndex = 0;
|
|
//
|
|
// layoutControl1
|
|
//
|
|
this.layoutControl1.Controls.Add(this.simpleButton1);
|
|
this.layoutControl1.Controls.Add(this.btn_Query);
|
|
this.layoutControl1.Controls.Add(this.txt_ClientName);
|
|
this.layoutControl1.Controls.Add(this.cbContentType);
|
|
this.layoutControl1.Controls.Add(this.txtUserCode);
|
|
this.layoutControl1.Controls.Add(this.dtEnd);
|
|
this.layoutControl1.Controls.Add(this.dtStart);
|
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControl1.Name = "layoutControl1";
|
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.BackColor = System.Drawing.Color.LightGray;
|
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.25F);
|
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseBackColor = true;
|
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseFont = true;
|
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.Options.UseTextOptions = true;
|
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControl1.OptionsPrint.AppearanceGroupCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControl1.Root = this.Root;
|
|
this.layoutControl1.Size = new System.Drawing.Size(1598, 146);
|
|
this.layoutControl1.TabIndex = 0;
|
|
this.layoutControl1.Text = "layoutControl1";
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
|
|
this.simpleButton1.Location = new System.Drawing.Point(1450, 54);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(136, 36);
|
|
this.simpleButton1.StyleController = this.layoutControl1;
|
|
this.simpleButton1.TabIndex = 10;
|
|
this.simpleButton1.Text = "导出";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// btn_Query
|
|
//
|
|
this.btn_Query.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.btn_Query.Appearance.Options.UseFont = true;
|
|
this.btn_Query.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btn_Query.ImageOptions.SvgImage")));
|
|
this.btn_Query.Location = new System.Drawing.Point(1450, 12);
|
|
this.btn_Query.Name = "btn_Query";
|
|
this.btn_Query.Size = new System.Drawing.Size(136, 36);
|
|
this.btn_Query.StyleController = this.layoutControl1;
|
|
this.btn_Query.TabIndex = 9;
|
|
this.btn_Query.Text = "查询";
|
|
this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click);
|
|
//
|
|
// txt_ClientName
|
|
//
|
|
this.txt_ClientName.Location = new System.Drawing.Point(120, 102);
|
|
this.txt_ClientName.Name = "txt_ClientName";
|
|
this.txt_ClientName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.txt_ClientName.Properties.Appearance.Options.UseFont = true;
|
|
this.txt_ClientName.Properties.MaxLength = 200;
|
|
this.txt_ClientName.Size = new System.Drawing.Size(607, 26);
|
|
this.txt_ClientName.StyleController = this.layoutControl1;
|
|
this.txt_ClientName.TabIndex = 8;
|
|
//
|
|
// cbContentType
|
|
//
|
|
this.cbContentType.EditValue = "全部";
|
|
this.cbContentType.Location = new System.Drawing.Point(839, 60);
|
|
this.cbContentType.Name = "cbContentType";
|
|
this.cbContentType.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.cbContentType.Properties.Appearance.Options.UseFont = true;
|
|
this.cbContentType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.cbContentType.Properties.Items.AddRange(new object[] {
|
|
"全部",
|
|
"登录",
|
|
"登出"});
|
|
this.cbContentType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
this.cbContentType.Size = new System.Drawing.Size(607, 26);
|
|
this.cbContentType.StyleController = this.layoutControl1;
|
|
this.cbContentType.TabIndex = 7;
|
|
//
|
|
// txtUserCode
|
|
//
|
|
this.txtUserCode.Location = new System.Drawing.Point(120, 60);
|
|
this.txtUserCode.Name = "txtUserCode";
|
|
this.txtUserCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.txtUserCode.Properties.Appearance.Options.UseFont = true;
|
|
this.txtUserCode.Properties.MaxLength = 50;
|
|
this.txtUserCode.Size = new System.Drawing.Size(607, 26);
|
|
this.txtUserCode.StyleController = this.layoutControl1;
|
|
this.txtUserCode.TabIndex = 6;
|
|
//
|
|
// dtEnd
|
|
//
|
|
this.dtEnd.EditValue = null;
|
|
this.dtEnd.Location = new System.Drawing.Point(839, 18);
|
|
this.dtEnd.Name = "dtEnd";
|
|
this.dtEnd.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.dtEnd.Properties.Appearance.Options.UseFont = true;
|
|
this.dtEnd.Properties.BeepOnError = false;
|
|
this.dtEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.dtEnd.Properties.DisplayFormat.FormatString = "G";
|
|
this.dtEnd.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|
this.dtEnd.Properties.EditFormat.FormatString = "G";
|
|
this.dtEnd.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|
this.dtEnd.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
|
|
this.dtEnd.Properties.MaskSettings.Set("mask", "G");
|
|
this.dtEnd.Properties.TimeEditStyle = DevExpress.XtraEditors.Repository.TimeEditStyle.TouchUI;
|
|
this.dtEnd.Size = new System.Drawing.Size(607, 26);
|
|
this.dtEnd.StyleController = this.layoutControl1;
|
|
this.dtEnd.TabIndex = 5;
|
|
//
|
|
// dtStart
|
|
//
|
|
this.dtStart.EditValue = null;
|
|
this.dtStart.Location = new System.Drawing.Point(120, 18);
|
|
this.dtStart.Name = "dtStart";
|
|
this.dtStart.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.dtStart.Properties.Appearance.Options.UseFont = true;
|
|
this.dtStart.Properties.BeepOnError = false;
|
|
this.dtStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
this.dtStart.Properties.DisplayFormat.FormatString = "G";
|
|
this.dtStart.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|
this.dtStart.Properties.EditFormat.FormatString = "G";
|
|
this.dtStart.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
|
this.dtStart.Properties.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Default;
|
|
this.dtStart.Properties.MaskSettings.Set("mask", "G");
|
|
this.dtStart.Properties.TimeEditStyle = DevExpress.XtraEditors.Repository.TimeEditStyle.TouchUI;
|
|
this.dtStart.Size = new System.Drawing.Size(607, 26);
|
|
this.dtStart.StyleController = this.layoutControl1;
|
|
this.dtStart.TabIndex = 4;
|
|
//
|
|
// Root
|
|
//
|
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
|
this.Root.GroupBordersVisible = false;
|
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
this.layoutControlItem1,
|
|
this.layoutControlitemLabel1,
|
|
this.layoutControlItem2,
|
|
this.layoutControlItem3,
|
|
this.layoutControlItem4,
|
|
this.layoutControlItem5,
|
|
this.layoutControlItem6});
|
|
this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
|
|
this.Root.Name = "Root";
|
|
columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
columnDefinition1.Width = 40D;
|
|
columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
columnDefinition2.Width = 40D;
|
|
columnDefinition3.SizeType = System.Windows.Forms.SizeType.Absolute;
|
|
columnDefinition3.Width = 140D;
|
|
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
|
|
columnDefinition1,
|
|
columnDefinition2,
|
|
columnDefinition3});
|
|
rowDefinition1.Height = 100D;
|
|
rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
rowDefinition2.Height = 100D;
|
|
rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
rowDefinition3.Height = 100D;
|
|
rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
|
|
this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
|
|
rowDefinition1,
|
|
rowDefinition2,
|
|
rowDefinition3});
|
|
this.Root.Size = new System.Drawing.Size(1598, 146);
|
|
this.Root.TextVisible = false;
|
|
//
|
|
// layoutControlItem1
|
|
//
|
|
this.layoutControlItem1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem1.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlItem1.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControlItem1.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem1.Control = this.dtEnd;
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(719, 0);
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
|
this.layoutControlItem1.OptionsTableLayoutItem.ColumnIndex = 1;
|
|
this.layoutControlItem1.Size = new System.Drawing.Size(719, 42);
|
|
this.layoutControlItem1.Text = "截至时间:";
|
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(96, 19);
|
|
//
|
|
// layoutControlitemLabel1
|
|
//
|
|
this.layoutControlitemLabel1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlitemLabel1.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlitemLabel1.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControlitemLabel1.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlitemLabel1.Control = this.dtStart;
|
|
this.layoutControlitemLabel1.Location = new System.Drawing.Point(0, 0);
|
|
this.layoutControlitemLabel1.Name = "layoutControlitemLabel1";
|
|
this.layoutControlitemLabel1.Size = new System.Drawing.Size(719, 42);
|
|
this.layoutControlitemLabel1.Text = "开始时间:";
|
|
this.layoutControlitemLabel1.TextSize = new System.Drawing.Size(96, 19);
|
|
//
|
|
// layoutControlItem2
|
|
//
|
|
this.layoutControlItem2.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem2.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlItem2.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem2.Control = this.txtUserCode;
|
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 42);
|
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
|
this.layoutControlItem2.OptionsTableLayoutItem.RowIndex = 1;
|
|
this.layoutControlItem2.Size = new System.Drawing.Size(719, 42);
|
|
this.layoutControlItem2.Text = "用户编号:";
|
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(96, 19);
|
|
//
|
|
// layoutControlItem3
|
|
//
|
|
this.layoutControlItem3.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem3.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlItem3.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem3.Control = this.cbContentType;
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(719, 42);
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
|
this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 1;
|
|
this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1;
|
|
this.layoutControlItem3.Size = new System.Drawing.Size(719, 42);
|
|
this.layoutControlItem3.Text = "类型选择:";
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(96, 19);
|
|
//
|
|
// layoutControlItem4
|
|
//
|
|
this.layoutControlItem4.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.layoutControlItem4.AppearanceItemCaption.Options.UseFont = true;
|
|
this.layoutControlItem4.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
|
this.layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
|
this.layoutControlItem4.Control = this.txt_ClientName;
|
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 84);
|
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
|
this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 2;
|
|
this.layoutControlItem4.Size = new System.Drawing.Size(719, 42);
|
|
this.layoutControlItem4.Text = "客户端名称:";
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(96, 19);
|
|
//
|
|
// layoutControlItem5
|
|
//
|
|
this.layoutControlItem5.Control = this.btn_Query;
|
|
this.layoutControlItem5.Location = new System.Drawing.Point(1438, 0);
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
|
this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 2;
|
|
this.layoutControlItem5.Size = new System.Drawing.Size(140, 42);
|
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem5.TextVisible = false;
|
|
//
|
|
// layoutControlItem6
|
|
//
|
|
this.layoutControlItem6.Control = this.simpleButton1;
|
|
this.layoutControlItem6.Location = new System.Drawing.Point(1438, 42);
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
|
this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 2;
|
|
this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1;
|
|
this.layoutControlItem6.Size = new System.Drawing.Size(140, 42);
|
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
this.layoutControlItem6.TextVisible = false;
|
|
//
|
|
// gridControl1
|
|
//
|
|
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridControl1.Font = new System.Drawing.Font("Tahoma", 12F);
|
|
this.gridControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.gridControl1.MainView = this.gridView1;
|
|
this.gridControl1.Name = "gridControl1";
|
|
this.gridControl1.Size = new System.Drawing.Size(1598, 843);
|
|
this.gridControl1.TabIndex = 0;
|
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.gridView1});
|
|
//
|
|
// gridView1
|
|
//
|
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
this.gcLoginCode,
|
|
this.gcRealName,
|
|
this.gcOperationType,
|
|
this.gcOperationDate,
|
|
this.gcOperationIP,
|
|
this.gcOperationComputer});
|
|
this.gridView1.GridControl = this.gridControl1;
|
|
this.gridView1.Name = "gridView1";
|
|
this.gridView1.OptionsView.ColumnAutoWidth = false;
|
|
this.gridView1.OptionsView.RowAutoHeight = true;
|
|
this.gridView1.OptionsView.ShowFooter = true;
|
|
this.gridView1.OptionsView.ShowGroupPanel = false;
|
|
//
|
|
// gcLoginCode
|
|
//
|
|
this.gcLoginCode.Caption = "用户账号";
|
|
this.gcLoginCode.FieldName = "LoginCode";
|
|
this.gcLoginCode.Name = "gcLoginCode";
|
|
this.gcLoginCode.Visible = true;
|
|
this.gcLoginCode.VisibleIndex = 0;
|
|
//
|
|
// gcRealName
|
|
//
|
|
this.gcRealName.Caption = "用户名称";
|
|
this.gcRealName.FieldName = "RealName";
|
|
this.gcRealName.Name = "gcRealName";
|
|
this.gcRealName.Visible = true;
|
|
this.gcRealName.VisibleIndex = 1;
|
|
//
|
|
// gcOperationType
|
|
//
|
|
this.gcOperationType.Caption = "类型";
|
|
this.gcOperationType.FieldName = "OperationType";
|
|
this.gcOperationType.Name = "gcOperationType";
|
|
this.gcOperationType.Visible = true;
|
|
this.gcOperationType.VisibleIndex = 2;
|
|
//
|
|
// gcOperationDate
|
|
//
|
|
this.gcOperationDate.Caption = "时间";
|
|
this.gcOperationDate.FieldName = "OperationDate";
|
|
this.gcOperationDate.Name = "gcOperationDate";
|
|
this.gcOperationDate.Visible = true;
|
|
this.gcOperationDate.VisibleIndex = 3;
|
|
//
|
|
// gcOperationIP
|
|
//
|
|
this.gcOperationIP.Caption = "客户端IP";
|
|
this.gcOperationIP.FieldName = "OperationIP";
|
|
this.gcOperationIP.Name = "gcOperationIP";
|
|
this.gcOperationIP.Visible = true;
|
|
this.gcOperationIP.VisibleIndex = 4;
|
|
//
|
|
// gcOperationComputer
|
|
//
|
|
this.gcOperationComputer.Caption = "客户端";
|
|
this.gcOperationComputer.FieldName = "OperationComputer";
|
|
this.gcOperationComputer.Name = "gcOperationComputer";
|
|
this.gcOperationComputer.Visible = true;
|
|
this.gcOperationComputer.VisibleIndex = 5;
|
|
//
|
|
// page_UserLoginLog
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(1598, 999);
|
|
this.Controls.Add(this.splitContainerControl1);
|
|
this.Font = new System.Drawing.Font("宋体", 11.2F);
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "page_UserLoginLog";
|
|
this.Text = "page_UserLoginLog";
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).EndInit();
|
|
this.splitContainerControl1.Panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).EndInit();
|
|
this.splitContainerControl1.Panel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
|
|
this.splitContainerControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
|
this.layoutControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_ClientName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.cbContentType.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dtEnd.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dtStart.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlitemLabel1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
|
private DevExpress.XtraEditors.TimeEdit dtStart;
|
|
private DevExpress.XtraEditors.TimeEdit dtEnd;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlitemLabel1;
|
|
private DevExpress.XtraEditors.ComboBoxEdit cbContentType;
|
|
private DevExpress.XtraEditors.TextEdit txtUserCode;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
|
private DevExpress.XtraEditors.TextEdit txt_ClientName;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
private DevExpress.XtraEditors.SimpleButton btn_Query;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcLoginCode;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcRealName;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcOperationType;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcOperationDate;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcOperationIP;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gcOperationComputer;
|
|
}
|
|
} |