namespace SIMDP { partial class FormLogLogIn { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLogLogIn)); this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl(); this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); this.tree_LogIn = new System.Windows.Forms.TreeView(); this.menu_Tree = new System.Windows.Forms.ContextMenuStrip(this.components); this.menu_Expand = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Collapse = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Refresh = new System.Windows.Forms.ToolStripMenuItem(); this.winGridViewPager1 = new ProjectBase.Controls.WinGridViewPager(); this.panelControl1 = new DevExpress.XtraEditors.PanelControl(); this.date_End = new DevExpress.XtraEditors.DateEdit(); this.date_Start = new DevExpress.XtraEditors.DateEdit(); this.btn_Query = new DevExpress.XtraEditors.SimpleButton(); this.txt_Mac = new DevExpress.XtraEditors.TextEdit(); this.txt_Des = new DevExpress.XtraEditors.TextEdit(); this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.txt_IP = new DevExpress.XtraEditors.TextEdit(); this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); this.txt_UserName = new DevExpress.XtraEditors.TextEdit(); this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.txt_Account = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit(); this.splitContainerControl1.SuspendLayout(); this.menu_Tree.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.date_End.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.date_End.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.date_Start.Properties.CalendarTimeProperties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.date_Start.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Mac.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Des.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_IP.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_UserName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).BeginInit(); this.SuspendLayout(); // // splitContainerControl1 // this.splitContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainerControl1.Location = new System.Drawing.Point(1, 71); this.splitContainerControl1.Name = "splitContainerControl1"; this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1); this.splitContainerControl1.Panel1.Controls.Add(this.tree_LogIn); this.splitContainerControl1.Panel1.Text = "Panel1"; this.splitContainerControl1.Panel2.Controls.Add(this.winGridViewPager1); this.splitContainerControl1.Panel2.Text = "Panel2"; this.splitContainerControl1.Size = new System.Drawing.Size(1007, 381); this.splitContainerControl1.SplitterPosition = 202; this.splitContainerControl1.TabIndex = 0; this.splitContainerControl1.Text = "splitContainerControl1"; // // labelControl1 // this.labelControl1.Location = new System.Drawing.Point(9, 6); this.labelControl1.Name = "labelControl1"; this.labelControl1.Size = new System.Drawing.Size(84, 14); this.labelControl1.TabIndex = 1; this.labelControl1.Text = "操作日志分类:"; // // tree_LogIn // this.tree_LogIn.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tree_LogIn.ContextMenuStrip = this.menu_Tree; this.tree_LogIn.ImageIndex = 0; this.tree_LogIn.ImageList = this.imageList1; this.tree_LogIn.Location = new System.Drawing.Point(2, 26); this.tree_LogIn.Name = "tree_LogIn"; this.tree_LogIn.SelectedImageIndex = 0; this.tree_LogIn.Size = new System.Drawing.Size(199, 350); this.tree_LogIn.TabIndex = 0; this.tree_LogIn.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tree_LogIn_AfterSelect); // // menu_Tree // this.menu_Tree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menu_Expand, this.menu_Collapse, this.menu_Refresh}); this.menu_Tree.Name = "menu_Tree"; this.menu_Tree.Size = new System.Drawing.Size(125, 70); // // menu_Expand // this.menu_Expand.Image = global::SIMDP.Properties.Resources.Open_16x16; this.menu_Expand.Name = "menu_Expand"; this.menu_Expand.Size = new System.Drawing.Size(124, 22); this.menu_Expand.Text = "全部展开"; this.menu_Expand.Click += new System.EventHandler(this.menu_Expand_Click); // // menu_Collapse // this.menu_Collapse.Image = global::SIMDP.Properties.Resources.Close_16x16; this.menu_Collapse.Name = "menu_Collapse"; this.menu_Collapse.Size = new System.Drawing.Size(124, 22); this.menu_Collapse.Text = "全部折叠"; this.menu_Collapse.Click += new System.EventHandler(this.menu_Collapse_Click); // // menu_Refresh // this.menu_Refresh.Image = global::SIMDP.Properties.Resources.Refresh_16x16; this.menu_Refresh.Name = "menu_Refresh"; this.menu_Refresh.Size = new System.Drawing.Size(124, 22); this.menu_Refresh.Text = "刷新"; this.menu_Refresh.Click += new System.EventHandler(this.menu_Refresh_Click); // // winGridViewPager1 // this.winGridViewPager1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.winGridViewPager1.AppendedMenu = null; this.winGridViewPager1.ColumnNameAlias = ((System.Collections.Generic.Dictionary)(resources.GetObject("winGridViewPager1.ColumnNameAlias"))); this.winGridViewPager1.DataSource = null; this.winGridViewPager1.DisplayColumns = ""; this.winGridViewPager1.FixedColumns = null; this.winGridViewPager1.Location = new System.Drawing.Point(2, 26); this.winGridViewPager1.MinimumSize = new System.Drawing.Size(540, 0); this.winGridViewPager1.Name = "winGridViewPager1"; this.winGridViewPager1.PrintTitle = ""; this.winGridViewPager1.ShowAddMenu = true; this.winGridViewPager1.ShowCheckBox = false; this.winGridViewPager1.ShowDeleteMenu = true; this.winGridViewPager1.ShowEditMenu = true; this.winGridViewPager1.ShowExportButton = true; this.winGridViewPager1.Size = new System.Drawing.Size(798, 350); this.winGridViewPager1.TabIndex = 0; // // panelControl1 // this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panelControl1.Controls.Add(this.date_End); this.panelControl1.Controls.Add(this.date_Start); this.panelControl1.Controls.Add(this.btn_Query); this.panelControl1.Controls.Add(this.txt_Mac); this.panelControl1.Controls.Add(this.txt_Des); this.panelControl1.Controls.Add(this.labelControl8); this.panelControl1.Controls.Add(this.txt_IP); this.panelControl1.Controls.Add(this.labelControl7); this.panelControl1.Controls.Add(this.txt_UserName); this.panelControl1.Controls.Add(this.labelControl6); this.panelControl1.Controls.Add(this.labelControl5); this.panelControl1.Controls.Add(this.labelControl4); this.panelControl1.Controls.Add(this.txt_Account); this.panelControl1.Controls.Add(this.labelControl2); this.panelControl1.Controls.Add(this.labelControl3); this.panelControl1.Location = new System.Drawing.Point(1, 0); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(1007, 73); this.panelControl1.TabIndex = 2; // // date_End // this.date_End.EditValue = null; this.date_End.Location = new System.Drawing.Point(416, 45); this.date_End.Name = "date_End"; this.date_End.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.date_End.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.date_End.Properties.DisplayFormat.FormatString = "yyyy-MM-dd"; this.date_End.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.date_End.Size = new System.Drawing.Size(100, 20); this.date_End.TabIndex = 7; // // date_Start // this.date_Start.EditValue = null; this.date_Start.Location = new System.Drawing.Point(240, 45); this.date_Start.Name = "date_Start"; this.date_Start.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.date_Start.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.date_Start.Properties.DisplayFormat.FormatString = "yyyy-MM-dd"; this.date_Start.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime; this.date_Start.Size = new System.Drawing.Size(100, 20); this.date_Start.TabIndex = 7; // // btn_Query // this.btn_Query.Image = ((System.Drawing.Image)(resources.GetObject("btn_Query.Image"))); this.btn_Query.Location = new System.Drawing.Point(621, 44); this.btn_Query.Name = "btn_Query"; this.btn_Query.Size = new System.Drawing.Size(75, 23); this.btn_Query.TabIndex = 6; this.btn_Query.Text = "查询"; this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click); // // txt_Mac // this.txt_Mac.Location = new System.Drawing.Point(596, 9); this.txt_Mac.Name = "txt_Mac"; this.txt_Mac.Size = new System.Drawing.Size(100, 20); this.txt_Mac.TabIndex = 4; // // txt_Des // this.txt_Des.Location = new System.Drawing.Point(65, 45); this.txt_Des.Name = "txt_Des"; this.txt_Des.Size = new System.Drawing.Size(100, 20); this.txt_Des.TabIndex = 4; // // labelControl8 // this.labelControl8.Location = new System.Drawing.Point(361, 48); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(60, 14); this.labelControl8.TabIndex = 2; this.labelControl8.Text = "结束日期:"; // // txt_IP // this.txt_IP.Location = new System.Drawing.Point(416, 9); this.txt_IP.Name = "txt_IP"; this.txt_IP.Size = new System.Drawing.Size(100, 20); this.txt_IP.TabIndex = 4; // // labelControl7 // this.labelControl7.Location = new System.Drawing.Point(185, 48); this.labelControl7.Name = "labelControl7"; this.labelControl7.Size = new System.Drawing.Size(60, 14); this.labelControl7.TabIndex = 2; this.labelControl7.Text = "开始日期:"; // // txt_UserName // this.txt_UserName.Location = new System.Drawing.Point(240, 9); this.txt_UserName.Name = "txt_UserName"; this.txt_UserName.Size = new System.Drawing.Size(100, 20); this.txt_UserName.TabIndex = 4; // // labelControl6 // this.labelControl6.Location = new System.Drawing.Point(5, 48); this.labelControl6.Name = "labelControl6"; this.labelControl6.Size = new System.Drawing.Size(60, 14); this.labelControl6.TabIndex = 2; this.labelControl6.Text = "日志描述:"; // // labelControl5 // this.labelControl5.Location = new System.Drawing.Point(539, 12); this.labelControl5.Name = "labelControl5"; this.labelControl5.Size = new System.Drawing.Size(57, 14); this.labelControl5.TabIndex = 2; this.labelControl5.Text = "Mac地址:"; // // labelControl4 // this.labelControl4.Location = new System.Drawing.Point(367, 12); this.labelControl4.Name = "labelControl4"; this.labelControl4.Size = new System.Drawing.Size(47, 14); this.labelControl4.TabIndex = 2; this.labelControl4.Text = "IP地址:"; // // txt_Account // this.txt_Account.Location = new System.Drawing.Point(65, 9); this.txt_Account.Name = "txt_Account"; this.txt_Account.Size = new System.Drawing.Size(100, 20); this.txt_Account.TabIndex = 5; // // labelControl2 // this.labelControl2.Location = new System.Drawing.Point(191, 12); this.labelControl2.Name = "labelControl2"; this.labelControl2.Size = new System.Drawing.Size(48, 14); this.labelControl2.TabIndex = 2; this.labelControl2.Text = "用户名:"; // // labelControl3 // this.labelControl3.Location = new System.Drawing.Point(5, 12); this.labelControl3.Name = "labelControl3"; this.labelControl3.Size = new System.Drawing.Size(60, 14); this.labelControl3.TabIndex = 3; this.labelControl3.Text = "登录账号:"; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "766325[1].png"); this.imageList1.Images.SetKeyName(1, "102.png"); this.imageList1.Images.SetKeyName(2, "BO_Users.png"); this.imageList1.Images.SetKeyName(3, "Customer_16x16.png"); this.imageList1.Images.SetKeyName(4, "Employee_16x16.png"); // // FormLogLogIn // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1008, 450); this.Controls.Add(this.panelControl1); this.Controls.Add(this.splitContainerControl1); this.Name = "FormLogLogIn"; this.Text = "用户登录日志"; this.Load += new System.EventHandler(this.FormLogLogIn_Load); ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit(); this.splitContainerControl1.ResumeLayout(false); this.menu_Tree.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); this.panelControl1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.date_End.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.date_End.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.date_Start.Properties.CalendarTimeProperties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.date_Start.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Mac.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Des.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_IP.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_UserName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1; private DevExpress.XtraEditors.LabelControl labelControl1; private System.Windows.Forms.TreeView tree_LogIn; private System.Windows.Forms.ContextMenuStrip menu_Tree; private System.Windows.Forms.ToolStripMenuItem menu_Expand; private System.Windows.Forms.ToolStripMenuItem menu_Collapse; private System.Windows.Forms.ToolStripMenuItem menu_Refresh; private ProjectBase.Controls.WinGridViewPager winGridViewPager1; private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.TextEdit txt_Mac; private DevExpress.XtraEditors.TextEdit txt_IP; private DevExpress.XtraEditors.TextEdit txt_UserName; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl4; private DevExpress.XtraEditors.TextEdit txt_Account; private DevExpress.XtraEditors.LabelControl labelControl2; private DevExpress.XtraEditors.LabelControl labelControl3; private DevExpress.XtraEditors.TextEdit txt_Des; private DevExpress.XtraEditors.LabelControl labelControl7; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl labelControl8; private DevExpress.XtraEditors.SimpleButton btn_Query; private DevExpress.XtraEditors.DateEdit date_End; private DevExpress.XtraEditors.DateEdit date_Start; private System.Windows.Forms.ImageList imageList1; } }