namespace HStation.WinFrmUI
{
partial class UserLoginLogPage
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
btnSearch = new DevExpress.XtraEditors.SimpleButton();
dtEnd = new DevExpress.XtraEditors.DateEdit();
dtStart = new DevExpress.XtraEditors.DateEdit();
gridControl1 = new DevExpress.XtraGrid.GridControl();
userLoginViewModelBindingSource = new BindingSource(components);
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
colLoginPlatform = new DevExpress.XtraGrid.Columns.GridColumn();
colLoginTypeName = new DevExpress.XtraGrid.Columns.GridColumn();
colLoginAccountName = new DevExpress.XtraGrid.Columns.GridColumn();
colProjectName = new DevExpress.XtraGrid.Columns.GridColumn();
colSoftwareName = new DevExpress.XtraGrid.Columns.GridColumn();
colLoginOperation = new DevExpress.XtraGrid.Columns.GridColumn();
colLoginIP = new DevExpress.XtraGrid.Columns.GridColumn();
colLoginTime = new DevExpress.XtraGrid.Columns.GridColumn();
colMessage = new DevExpress.XtraGrid.Columns.GridColumn();
listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)dtEnd.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)dtEnd.Properties.CalendarTimeProperties).BeginInit();
((System.ComponentModel.ISupportInitialize)dtStart.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)dtStart.Properties.CalendarTimeProperties).BeginInit();
((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit();
((System.ComponentModel.ISupportInitialize)userLoginViewModelBindingSource).BeginInit();
((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
((System.ComponentModel.ISupportInitialize)listBoxControl1).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(btnSearch);
layoutControl1.Controls.Add(dtEnd);
layoutControl1.Controls.Add(dtStart);
layoutControl1.Controls.Add(gridControl1);
layoutControl1.Controls.Add(listBoxControl1);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.Root = Root;
layoutControl1.Size = new Size(979, 549);
layoutControl1.TabIndex = 2;
layoutControl1.Text = "layoutControl1";
//
// btnSearch
//
btnSearch.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
btnSearch.Appearance.Options.UseBackColor = true;
btnSearch.Location = new Point(401, 12);
btnSearch.Name = "btnSearch";
btnSearch.Size = new Size(78, 22);
btnSearch.StyleController = layoutControl1;
btnSearch.TabIndex = 4;
btnSearch.Text = "查询";
btnSearch.Click += btnSearch_Click;
//
// dtEnd
//
dtEnd.EditValue = null;
dtEnd.Location = new Point(325, 12);
dtEnd.Name = "dtEnd";
dtEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
dtEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
dtEnd.Size = new Size(72, 20);
dtEnd.StyleController = layoutControl1;
dtEnd.TabIndex = 3;
//
// dtStart
//
dtStart.EditValue = null;
dtStart.Location = new Point(183, 12);
dtStart.Name = "dtStart";
dtStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
dtStart.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
dtStart.Size = new Size(78, 20);
dtStart.StyleController = layoutControl1;
dtStart.TabIndex = 2;
//
// gridControl1
//
gridControl1.DataSource = userLoginViewModelBindingSource;
gridControl1.Location = new Point(123, 38);
gridControl1.MainView = gridView1;
gridControl1.Name = "gridControl1";
gridControl1.Size = new Size(844, 499);
gridControl1.TabIndex = 5;
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
//
// userLoginViewModelBindingSource
//
userLoginViewModelBindingSource.DataSource = typeof(UserLoginViewModel);
//
// gridView1
//
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colLoginPlatform, colLoginTypeName, colLoginAccountName, colProjectName, colSoftwareName, colLoginOperation, colLoginIP, colLoginTime, colMessage });
gridView1.GridControl = gridControl1;
gridView1.Name = "gridView1";
gridView1.OptionsView.ShowGroupPanel = false;
//
// colLoginPlatform
//
colLoginPlatform.FieldName = "LoginPlatform";
colLoginPlatform.Name = "colLoginPlatform";
colLoginPlatform.Visible = true;
colLoginPlatform.VisibleIndex = 0;
colLoginPlatform.Width = 129;
//
// colLoginTypeName
//
colLoginTypeName.FieldName = "LoginTypeName";
colLoginTypeName.Name = "colLoginTypeName";
colLoginTypeName.Visible = true;
colLoginTypeName.VisibleIndex = 1;
colLoginTypeName.Width = 129;
//
// colLoginAccountName
//
colLoginAccountName.FieldName = "LoginAccountName";
colLoginAccountName.Name = "colLoginAccountName";
colLoginAccountName.Visible = true;
colLoginAccountName.VisibleIndex = 2;
colLoginAccountName.Width = 85;
//
// colProjectName
//
colProjectName.FieldName = "ProjectName";
colProjectName.Name = "colProjectName";
colProjectName.Visible = true;
colProjectName.VisibleIndex = 3;
colProjectName.Width = 98;
//
// colSoftwareName
//
colSoftwareName.FieldName = "SoftwareName";
colSoftwareName.Name = "colSoftwareName";
colSoftwareName.Visible = true;
colSoftwareName.VisibleIndex = 4;
colSoftwareName.Width = 112;
//
// colLoginOperation
//
colLoginOperation.FieldName = "LoginOperation";
colLoginOperation.Name = "colLoginOperation";
colLoginOperation.Visible = true;
colLoginOperation.VisibleIndex = 5;
colLoginOperation.Width = 83;
//
// colLoginIP
//
colLoginIP.FieldName = "LoginIP";
colLoginIP.Name = "colLoginIP";
colLoginIP.Visible = true;
colLoginIP.VisibleIndex = 6;
colLoginIP.Width = 110;
//
// colLoginTime
//
colLoginTime.FieldName = "LoginTime";
colLoginTime.Name = "colLoginTime";
colLoginTime.Visible = true;
colLoginTime.VisibleIndex = 7;
colLoginTime.Width = 200;
//
// colMessage
//
colMessage.FieldName = "Message";
colMessage.Name = "colMessage";
colMessage.Visible = true;
colMessage.VisibleIndex = 8;
colMessage.Width = 215;
//
// listBoxControl1
//
listBoxControl1.Location = new Point(15, 36);
listBoxControl1.Name = "listBoxControl1";
listBoxControl1.Size = new Size(101, 498);
listBoxControl1.StyleController = layoutControl1;
listBoxControl1.TabIndex = 0;
listBoxControl1.SelectedIndexChanged += listBoxControl1_SelectedIndexChanged;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlGroup1, emptySpaceItem1, layoutControlItem3, layoutControlItem5, layoutControlItem4 });
Root.Name = "Root";
Root.Size = new Size(979, 549);
Root.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = gridControl1;
layoutControlItem2.Location = new Point(111, 26);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(848, 503);
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// layoutControlGroup1
//
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 });
layoutControlGroup1.Location = new Point(0, 0);
layoutControlGroup1.Name = "layoutControlGroup1";
layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlGroup1.Size = new Size(111, 529);
layoutControlGroup1.Text = "用户列表";
//
// layoutControlItem1
//
layoutControlItem1.Control = listBoxControl1;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(105, 502);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(471, 0);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(488, 26);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// layoutControlItem3
//
layoutControlItem3.Control = dtEnd;
layoutControlItem3.Location = new Point(253, 0);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(136, 26);
layoutControlItem3.Text = "结束时间";
layoutControlItem3.TextSize = new Size(48, 14);
//
// layoutControlItem5
//
layoutControlItem5.Control = btnSearch;
layoutControlItem5.Location = new Point(389, 0);
layoutControlItem5.Name = "layoutControlItem5";
layoutControlItem5.Size = new Size(82, 26);
layoutControlItem5.TextSize = new Size(0, 0);
layoutControlItem5.TextVisible = false;
//
// layoutControlItem4
//
layoutControlItem4.Control = dtStart;
layoutControlItem4.Location = new Point(111, 0);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(142, 26);
layoutControlItem4.Text = "开始时间";
layoutControlItem4.TextSize = new Size(48, 14);
//
// UserLoginLogPage
//
Appearance.BackColor = SystemColors.Control;
Appearance.Options.UseBackColor = true;
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Name = "UserLoginLogPage";
Size = new Size(979, 549);
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)dtEnd.Properties.CalendarTimeProperties).EndInit();
((System.ComponentModel.ISupportInitialize)dtEnd.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)dtStart.Properties.CalendarTimeProperties).EndInit();
((System.ComponentModel.ISupportInitialize)dtStart.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)gridControl1).EndInit();
((System.ComponentModel.ISupportInitialize)userLoginViewModelBindingSource).EndInit();
((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
((System.ComponentModel.ISupportInitialize)listBoxControl1).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraEditors.ListBoxControl listBoxControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private BindingSource userLoginViewModelBindingSource;
private DevExpress.XtraGrid.Columns.GridColumn colLoginPlatform;
private DevExpress.XtraGrid.Columns.GridColumn colLoginTypeName;
private DevExpress.XtraGrid.Columns.GridColumn colLoginAccountName;
private DevExpress.XtraGrid.Columns.GridColumn colProjectName;
private DevExpress.XtraGrid.Columns.GridColumn colSoftwareName;
private DevExpress.XtraGrid.Columns.GridColumn colLoginOperation;
private DevExpress.XtraGrid.Columns.GridColumn colLoginIP;
private DevExpress.XtraGrid.Columns.GridColumn colLoginTime;
private DevExpress.XtraGrid.Columns.GridColumn colMessage;
private DevExpress.XtraEditors.SimpleButton btnSearch;
private DevExpress.XtraEditors.DateEdit dtEnd;
private DevExpress.XtraEditors.DateEdit dtStart;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
}
}