DeviceManager/TsSFCDevice.Client.Launch/History/frmBaseHistory.Designer.cs
2024-11-09 12:25:57 +08:00

588 lines
35 KiB
C#

namespace TsSFCDevice.Client.Launch.History
{
partial class frmBaseHistory
{
/// <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(frmBaseHistory));
DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
this.lcMain = new DevExpress.XtraLayout.LayoutControl();
this.txtUserCode = new DevExpress.XtraEditors.TextEdit();
this.cmbTypeSelect = new DevExpress.XtraEditors.ComboBoxEdit();
this.txtClientName = new DevExpress.XtraEditors.TextEdit();
this.btnSearch = new DevExpress.XtraEditors.SimpleButton();
this.dtStart = new DevExpress.XtraEditors.TimeEdit();
this.dtEnd = new DevExpress.XtraEditors.TimeEdit();
this.btnExport = new DevExpress.XtraEditors.SimpleButton();
this.bbiPrint = new DevExpress.XtraEditors.SimpleButton();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.lcciUserCode = new DevExpress.XtraLayout.LayoutControlItem();
this.lcciClientName = new DevExpress.XtraLayout.LayoutControlItem();
this.lcciOpType = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.lcgTimeFilter = new DevExpress.XtraLayout.LayoutControlGroup();
this.lcStartTime = new DevExpress.XtraLayout.LayoutControlItem();
this.lcEndTime = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.sccMain = new DevExpress.XtraEditors.SplitContainerControl();
this.gdvData = new DevExpress.XtraGrid.GridControl();
this.dvDatas = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TsSFCDevice.Client.Launch.frmWaiting), true, true);
((System.ComponentModel.ISupportInitialize)(this.lcMain)).BeginInit();
this.lcMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cmbTypeSelect.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtClientName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtStart.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dtEnd.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lcciUserCode)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lcciClientName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lcciOpType)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lcgTimeFilter)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lcStartTime)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lcEndTime)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sccMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sccMain.Panel1)).BeginInit();
this.sccMain.Panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.sccMain.Panel2)).BeginInit();
this.sccMain.Panel2.SuspendLayout();
this.sccMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gdvData)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dvDatas)).BeginInit();
this.SuspendLayout();
//
// lcMain
//
this.lcMain.AllowCustomization = false;
this.lcMain.Controls.Add(this.txtUserCode);
this.lcMain.Controls.Add(this.cmbTypeSelect);
this.lcMain.Controls.Add(this.txtClientName);
this.lcMain.Controls.Add(this.btnSearch);
this.lcMain.Controls.Add(this.dtStart);
this.lcMain.Controls.Add(this.dtEnd);
this.lcMain.Controls.Add(this.btnExport);
this.lcMain.Controls.Add(this.bbiPrint);
this.lcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.lcMain.Location = new System.Drawing.Point(0, 0);
this.lcMain.Name = "lcMain";
this.lcMain.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(716, 0, 650, 400);
this.lcMain.Root = this.Root;
this.lcMain.Size = new System.Drawing.Size(1070, 203);
this.lcMain.TabIndex = 0;
this.lcMain.Text = "layoutControl1";
//
// txtUserCode
//
this.txtUserCode.Location = new System.Drawing.Point(104, 136);
this.txtUserCode.Name = "txtUserCode";
this.txtUserCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtUserCode.Properties.Appearance.Options.UseFont = true;
this.txtUserCode.Size = new System.Drawing.Size(378, 26);
this.txtUserCode.StyleController = this.lcMain;
this.txtUserCode.TabIndex = 4;
//
// cmbTypeSelect
//
this.cmbTypeSelect.Location = new System.Drawing.Point(578, 136);
this.cmbTypeSelect.Name = "cmbTypeSelect";
this.cmbTypeSelect.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cmbTypeSelect.Properties.Appearance.Options.UseFont = true;
this.cmbTypeSelect.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.cmbTypeSelect.Properties.Items.AddRange(new object[] {
"--请选择--",
"登陆",
"登出"});
this.cmbTypeSelect.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.cmbTypeSelect.Size = new System.Drawing.Size(344, 26);
this.cmbTypeSelect.StyleController = this.lcMain;
this.cmbTypeSelect.TabIndex = 5;
//
// txtClientName
//
this.txtClientName.Location = new System.Drawing.Point(104, 166);
this.txtClientName.Name = "txtClientName";
this.txtClientName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtClientName.Properties.Appearance.Options.UseFont = true;
this.txtClientName.Size = new System.Drawing.Size(378, 26);
this.txtClientName.StyleController = this.lcMain;
this.txtClientName.TabIndex = 6;
//
// btnSearch
//
this.btnSearch.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnSearch.Appearance.Options.UseFont = true;
this.btnSearch.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSearch.ImageOptions.SvgImage")));
this.btnSearch.Location = new System.Drawing.Point(926, 11);
this.btnSearch.MaximumSize = new System.Drawing.Size(140, 0);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(132, 36);
this.btnSearch.StyleController = this.lcMain;
this.btnSearch.TabIndex = 9;
this.btnSearch.Text = "查询";
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// dtStart
//
this.dtStart.EditValue = null;
this.dtStart.Location = new System.Drawing.Point(116, 46);
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(366, 26);
this.dtStart.StyleController = this.lcMain;
this.dtStart.TabIndex = 7;
//
// dtEnd
//
this.dtEnd.EditValue = null;
this.dtEnd.Location = new System.Drawing.Point(578, 46);
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.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 = "d";
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(332, 26);
this.dtEnd.StyleController = this.lcMain;
this.dtEnd.TabIndex = 8;
//
// btnExport
//
this.btnExport.Appearance.Font = new System.Drawing.Font("Tahoma", 12F);
this.btnExport.Appearance.Options.UseFont = true;
this.btnExport.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnExport.ImageOptions.SvgImage")));
this.btnExport.Location = new System.Drawing.Point(926, 51);
this.btnExport.MaximumSize = new System.Drawing.Size(140, 0);
this.btnExport.Name = "btnExport";
this.btnExport.Size = new System.Drawing.Size(132, 36);
this.btnExport.StyleController = this.lcMain;
this.btnExport.TabIndex = 10;
this.btnExport.Text = "导出";
this.btnExport.Visible = false;
this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
//
// bbiPrint
//
this.bbiPrint.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.bbiPrint.Appearance.Options.UseFont = true;
this.bbiPrint.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bbiPrint.ImageOptions.SvgImage")));
this.bbiPrint.Location = new System.Drawing.Point(926, 91);
this.bbiPrint.MaximumSize = new System.Drawing.Size(140, 0);
this.bbiPrint.Name = "bbiPrint";
this.bbiPrint.Size = new System.Drawing.Size(132, 36);
this.bbiPrint.StyleController = this.lcMain;
this.bbiPrint.TabIndex = 11;
this.bbiPrint.Text = "打印";
this.bbiPrint.Visible = false;
this.bbiPrint.Click += new System.EventHandler(this.bbiPrint_Click);
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.lcciUserCode,
this.lcciClientName,
this.lcciOpType,
this.layoutControlItem6,
this.layoutControlItem4,
this.layoutControlItem5,
this.lcgTimeFilter,
this.emptySpaceItem1,
this.layoutControlGroup1});
this.Root.Name = "Root";
this.Root.Size = new System.Drawing.Size(1070, 203);
this.Root.TextVisible = false;
//
// lcciUserCode
//
this.lcciUserCode.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lcciUserCode.AppearanceItemCaption.Options.UseFont = true;
this.lcciUserCode.AppearanceItemCaption.Options.UseTextOptions = true;
this.lcciUserCode.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lcciUserCode.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lcciUserCode.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.lcciUserCode.Control = this.txtUserCode;
this.lcciUserCode.Location = new System.Drawing.Point(0, 125);
this.lcciUserCode.Name = "lcciUserCode";
this.lcciUserCode.Size = new System.Drawing.Size(474, 30);
this.lcciUserCode.Text = "用户编号";
this.lcciUserCode.TextSize = new System.Drawing.Size(80, 19);
//
// lcciClientName
//
this.lcciClientName.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lcciClientName.AppearanceItemCaption.Options.UseFont = true;
this.lcciClientName.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lcciClientName.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.lcciClientName.Control = this.txtClientName;
this.lcciClientName.Location = new System.Drawing.Point(0, 155);
this.lcciClientName.Name = "lcciClientName";
this.lcciClientName.Size = new System.Drawing.Size(474, 30);
this.lcciClientName.Text = "客户端名称";
this.lcciClientName.TextSize = new System.Drawing.Size(80, 19);
//
// lcciOpType
//
this.lcciOpType.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lcciOpType.AppearanceItemCaption.Options.UseFont = true;
this.lcciOpType.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lcciOpType.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.lcciOpType.Control = this.cmbTypeSelect;
this.lcciOpType.Location = new System.Drawing.Point(474, 125);
this.lcciOpType.Name = "lcciOpType";
this.lcciOpType.Size = new System.Drawing.Size(440, 30);
this.lcciOpType.Text = "类型选择";
this.lcciOpType.TextSize = new System.Drawing.Size(80, 19);
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.btnSearch;
this.layoutControlItem6.Location = new System.Drawing.Point(914, 0);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.Size = new System.Drawing.Size(136, 40);
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem6.TextVisible = false;
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.btnExport;
this.layoutControlItem4.Location = new System.Drawing.Point(914, 40);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Size = new System.Drawing.Size(136, 40);
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem4.TextVisible = false;
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.bbiPrint;
this.layoutControlItem5.Location = new System.Drawing.Point(914, 80);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Size = new System.Drawing.Size(136, 105);
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem5.TextVisible = false;
this.layoutControlItem5.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
//
// lcgTimeFilter
//
this.lcgTimeFilter.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lcgTimeFilter.AppearanceGroup.FontStyleDelta = System.Drawing.FontStyle.Bold;
this.lcgTimeFilter.AppearanceGroup.Options.UseFont = true;
this.lcgTimeFilter.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] {
new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("选择", true, buttonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.CheckButton, "按照时间过滤", -1, true, null, true, true, true, null, -1)});
this.lcgTimeFilter.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.lcStartTime,
this.lcEndTime});
this.lcgTimeFilter.Location = new System.Drawing.Point(0, 0);
this.lcgTimeFilter.Name = "lcgTimeFilter";
this.lcgTimeFilter.Size = new System.Drawing.Size(914, 80);
this.lcgTimeFilter.Text = "时间筛选";
//
// lcStartTime
//
this.lcStartTime.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lcStartTime.AppearanceItemCaption.Options.UseFont = true;
this.lcStartTime.AppearanceItemCaption.Options.UseTextOptions = true;
this.lcStartTime.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lcStartTime.AppearanceItemCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.lcStartTime.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.lcStartTime.AppearanceItemCaptionDisabled.Options.UseFont = true;
this.lcStartTime.AppearanceItemCaptionDisabled.Options.UseTextOptions = true;
this.lcStartTime.AppearanceItemCaptionDisabled.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lcStartTime.AppearanceItemCaptionDisabled.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.lcStartTime.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lcStartTime.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.lcStartTime.Control = this.dtStart;
this.lcStartTime.Location = new System.Drawing.Point(0, 0);
this.lcStartTime.Name = "lcStartTime";
this.lcStartTime.Size = new System.Drawing.Size(462, 37);
this.lcStartTime.Text = "起始";
this.lcStartTime.TextSize = new System.Drawing.Size(80, 19);
//
// lcEndTime
//
this.lcEndTime.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lcEndTime.AppearanceItemCaption.Options.UseFont = true;
this.lcEndTime.AppearanceItemCaption.Options.UseTextOptions = true;
this.lcEndTime.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lcEndTime.AppearanceItemCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.lcEndTime.AppearanceItemCaptionDisabled.Font = new System.Drawing.Font("Tahoma", 12F);
this.lcEndTime.AppearanceItemCaptionDisabled.Options.UseFont = true;
this.lcEndTime.AppearanceItemCaptionDisabled.Options.UseTextOptions = true;
this.lcEndTime.AppearanceItemCaptionDisabled.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lcEndTime.AppearanceItemCaptionDisabled.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
this.lcEndTime.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
this.lcEndTime.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
this.lcEndTime.Control = this.dtEnd;
this.lcEndTime.Location = new System.Drawing.Point(462, 0);
this.lcEndTime.Name = "lcEndTime";
this.lcEndTime.Size = new System.Drawing.Size(428, 37);
this.lcEndTime.Text = "截止";
this.lcEndTime.TextSize = new System.Drawing.Size(80, 19);
//
// emptySpaceItem1
//
this.emptySpaceItem1.AllowHotTrack = false;
this.emptySpaceItem1.Location = new System.Drawing.Point(474, 155);
this.emptySpaceItem1.Name = "emptySpaceItem1";
this.emptySpaceItem1.Size = new System.Drawing.Size(440, 30);
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
//
// layoutControlGroup1
//
this.layoutControlGroup1.AppearanceGroup.Font = new System.Drawing.Font("Tahoma", 12F);
this.layoutControlGroup1.AppearanceGroup.Options.UseFont = true;
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 80);
this.layoutControlGroup1.Name = "layoutControlGroup1";
this.layoutControlGroup1.Size = new System.Drawing.Size(914, 45);
this.layoutControlGroup1.Text = "查询条件";
//
// sccMain
//
this.sccMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.sccMain.Horizontal = false;
this.sccMain.Location = new System.Drawing.Point(0, 0);
this.sccMain.Name = "sccMain";
//
// sccMain.Panel1
//
this.sccMain.Panel1.Controls.Add(this.lcMain);
this.sccMain.Panel1.Text = "Panel1";
//
// sccMain.Panel2
//
this.sccMain.Panel2.Controls.Add(this.gdvData);
this.sccMain.Panel2.Text = "Panel2";
this.sccMain.Size = new System.Drawing.Size(1070, 636);
this.sccMain.SplitterPosition = 203;
this.sccMain.TabIndex = 4;
//
// gdvData
//
this.gdvData.Dock = System.Windows.Forms.DockStyle.Fill;
this.gdvData.Location = new System.Drawing.Point(0, 0);
this.gdvData.MainView = this.dvDatas;
this.gdvData.Name = "gdvData";
this.gdvData.Size = new System.Drawing.Size(1070, 423);
this.gdvData.TabIndex = 0;
this.gdvData.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.dvDatas});
//
// dvDatas
//
this.dvDatas.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gridColumn1,
this.gridColumn2,
this.gridColumn3,
this.gridColumn4,
this.gridColumn5,
this.gridColumn6});
this.dvDatas.GridControl = this.gdvData;
this.dvDatas.IndicatorWidth = 40;
this.dvDatas.Name = "dvDatas";
this.dvDatas.OptionsView.ColumnAutoWidth = false;
this.dvDatas.OptionsView.RowAutoHeight = true;
this.dvDatas.OptionsView.ShowFooter = true;
this.dvDatas.OptionsView.ShowGroupPanel = false;
//
// gridColumn1
//
this.gridColumn1.Caption = "用户账号";
this.gridColumn1.FieldName = "UserCode";
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.OptionsColumn.ReadOnly = true;
this.gridColumn1.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowForFocusedRow;
this.gridColumn1.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "UserCode", "合计:{0} 条记录")});
this.gridColumn1.Visible = true;
this.gridColumn1.VisibleIndex = 0;
this.gridColumn1.Width = 126;
//
// gridColumn2
//
this.gridColumn2.Caption = "用户名称";
this.gridColumn2.FieldName = "UserName";
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.OptionsColumn.ReadOnly = true;
this.gridColumn2.Visible = true;
this.gridColumn2.VisibleIndex = 1;
this.gridColumn2.Width = 166;
//
// gridColumn3
//
this.gridColumn3.Caption = "类型";
this.gridColumn3.FieldName = "LoginTypeDesc";
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.OptionsColumn.ReadOnly = true;
this.gridColumn3.Visible = true;
this.gridColumn3.VisibleIndex = 2;
this.gridColumn3.Width = 90;
//
// gridColumn4
//
this.gridColumn4.Caption = "时间";
this.gridColumn4.DisplayFormat.FormatString = "G";
this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.gridColumn4.FieldName = "dDateTime";
this.gridColumn4.Name = "gridColumn4";
this.gridColumn4.OptionsColumn.ReadOnly = true;
this.gridColumn4.Visible = true;
this.gridColumn4.VisibleIndex = 3;
this.gridColumn4.Width = 229;
//
// gridColumn5
//
this.gridColumn5.Caption = "客户端IP";
this.gridColumn5.FieldName = "ClientIP";
this.gridColumn5.Name = "gridColumn5";
this.gridColumn5.OptionsColumn.ReadOnly = true;
this.gridColumn5.Visible = true;
this.gridColumn5.VisibleIndex = 4;
this.gridColumn5.Width = 172;
//
// gridColumn6
//
this.gridColumn6.Caption = "客户端";
this.gridColumn6.FieldName = "ClientName";
this.gridColumn6.Name = "gridColumn6";
this.gridColumn6.OptionsColumn.ReadOnly = true;
this.gridColumn6.Visible = true;
this.gridColumn6.VisibleIndex = 5;
this.gridColumn6.Width = 177;
//
// splashScreenManager1
//
this.splashScreenManager1.ClosingDelay = 500;
//
// frmBaseHistory
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1070, 636);
this.Controls.Add(this.sccMain);
this.Name = "frmBaseHistory";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "用户登陆登出历史查询";
this.Load += new System.EventHandler(this.frmBaseHistory_Load);
((System.ComponentModel.ISupportInitialize)(this.lcMain)).EndInit();
this.lcMain.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cmbTypeSelect.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtClientName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dtStart.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dtEnd.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lcciUserCode)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lcciClientName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lcciOpType)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lcgTimeFilter)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lcStartTime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lcEndTime)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.sccMain.Panel1)).EndInit();
this.sccMain.Panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.sccMain.Panel2)).EndInit();
this.sccMain.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.sccMain)).EndInit();
this.sccMain.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gdvData)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dvDatas)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl lcMain;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.SplitContainerControl sccMain;
private DevExpress.XtraGrid.GridControl gdvData;
private DevExpress.XtraGrid.Views.Grid.GridView dvDatas;
private DevExpress.XtraEditors.TextEdit txtUserCode;
private DevExpress.XtraLayout.LayoutControlItem lcciUserCode;
private DevExpress.XtraEditors.ComboBoxEdit cmbTypeSelect;
private DevExpress.XtraEditors.TextEdit txtClientName;
private DevExpress.XtraLayout.LayoutControlItem lcciClientName;
private DevExpress.XtraLayout.LayoutControlItem lcciOpType;
private DevExpress.XtraLayout.LayoutControlGroup lcgTimeFilter;
private DevExpress.XtraLayout.LayoutControlItem lcStartTime;
private DevExpress.XtraLayout.LayoutControlItem lcEndTime;
private DevExpress.XtraEditors.SimpleButton btnSearch;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
private DevExpress.XtraEditors.TimeEdit dtStart;
private DevExpress.XtraEditors.TimeEdit dtEnd;
private DevExpress.XtraEditors.SimpleButton btnExport;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraEditors.SimpleButton bbiPrint;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1;
}
}