FormLogLogIn.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. namespace SIMDP.View
  2. {
  3. partial class FormLogLogIn
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLogLogIn));
  30. this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
  31. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  32. this.tree_LogIn = new System.Windows.Forms.TreeView();
  33. this.menu_Tree = new System.Windows.Forms.ContextMenuStrip(this.components);
  34. this.menu_Expand = new System.Windows.Forms.ToolStripMenuItem();
  35. this.menu_Collapse = new System.Windows.Forms.ToolStripMenuItem();
  36. this.menu_Refresh = new System.Windows.Forms.ToolStripMenuItem();
  37. this.winGridViewPager1 = new ProjectBase.Controls.WinGridViewPager();
  38. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  39. this.date_End = new DevExpress.XtraEditors.DateEdit();
  40. this.date_Start = new DevExpress.XtraEditors.DateEdit();
  41. this.btn_Query = new DevExpress.XtraEditors.SimpleButton();
  42. this.txt_Mac = new DevExpress.XtraEditors.TextEdit();
  43. this.txt_Des = new DevExpress.XtraEditors.TextEdit();
  44. this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
  45. this.txt_IP = new DevExpress.XtraEditors.TextEdit();
  46. this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
  47. this.txt_UserName = new DevExpress.XtraEditors.TextEdit();
  48. this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  49. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  50. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  51. this.txt_Account = new DevExpress.XtraEditors.TextEdit();
  52. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  53. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  54. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  55. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
  56. this.splitContainerControl1.SuspendLayout();
  57. this.menu_Tree.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  59. this.panelControl1.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.date_End.Properties.CalendarTimeProperties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.date_End.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.date_Start.Properties.CalendarTimeProperties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.date_Start.Properties)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.txt_Mac.Properties)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.txt_Des.Properties)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.txt_IP.Properties)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.txt_UserName.Properties)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).BeginInit();
  69. this.SuspendLayout();
  70. //
  71. // splitContainerControl1
  72. //
  73. this.splitContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  74. | System.Windows.Forms.AnchorStyles.Left)
  75. | System.Windows.Forms.AnchorStyles.Right)));
  76. this.splitContainerControl1.Location = new System.Drawing.Point(1, 71);
  77. this.splitContainerControl1.Name = "splitContainerControl1";
  78. this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1);
  79. this.splitContainerControl1.Panel1.Controls.Add(this.tree_LogIn);
  80. this.splitContainerControl1.Panel1.Text = "Panel1";
  81. this.splitContainerControl1.Panel2.Controls.Add(this.winGridViewPager1);
  82. this.splitContainerControl1.Panel2.Text = "Panel2";
  83. this.splitContainerControl1.Size = new System.Drawing.Size(1007, 381);
  84. this.splitContainerControl1.SplitterPosition = 202;
  85. this.splitContainerControl1.TabIndex = 0;
  86. this.splitContainerControl1.Text = "splitContainerControl1";
  87. //
  88. // labelControl1
  89. //
  90. this.labelControl1.Location = new System.Drawing.Point(9, 6);
  91. this.labelControl1.Name = "labelControl1";
  92. this.labelControl1.Size = new System.Drawing.Size(84, 14);
  93. this.labelControl1.TabIndex = 1;
  94. this.labelControl1.Text = "操作日志分类:";
  95. //
  96. // tree_LogIn
  97. //
  98. this.tree_LogIn.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  99. | System.Windows.Forms.AnchorStyles.Left)
  100. | System.Windows.Forms.AnchorStyles.Right)));
  101. this.tree_LogIn.ContextMenuStrip = this.menu_Tree;
  102. this.tree_LogIn.ImageIndex = 0;
  103. this.tree_LogIn.ImageList = this.imageList1;
  104. this.tree_LogIn.Location = new System.Drawing.Point(2, 26);
  105. this.tree_LogIn.Name = "tree_LogIn";
  106. this.tree_LogIn.SelectedImageIndex = 0;
  107. this.tree_LogIn.Size = new System.Drawing.Size(199, 350);
  108. this.tree_LogIn.TabIndex = 0;
  109. this.tree_LogIn.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tree_LogIn_AfterSelect);
  110. //
  111. // menu_Tree
  112. //
  113. this.menu_Tree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  114. this.menu_Expand,
  115. this.menu_Collapse,
  116. this.menu_Refresh});
  117. this.menu_Tree.Name = "menu_Tree";
  118. this.menu_Tree.Size = new System.Drawing.Size(125, 70);
  119. //
  120. // menu_Expand
  121. //
  122. this.menu_Expand.Image = global::SIMDP.View.Properties.Resources.Open_16x16;
  123. this.menu_Expand.Name = "menu_Expand";
  124. this.menu_Expand.Size = new System.Drawing.Size(124, 22);
  125. this.menu_Expand.Text = "全部展开";
  126. this.menu_Expand.Click += new System.EventHandler(this.menu_Expand_Click);
  127. //
  128. // menu_Collapse
  129. //
  130. this.menu_Collapse.Image = global::SIMDP.View.Properties.Resources.Close_16x16;
  131. this.menu_Collapse.Name = "menu_Collapse";
  132. this.menu_Collapse.Size = new System.Drawing.Size(124, 22);
  133. this.menu_Collapse.Text = "全部折叠";
  134. this.menu_Collapse.Click += new System.EventHandler(this.menu_Collapse_Click);
  135. //
  136. // menu_Refresh
  137. //
  138. this.menu_Refresh.Image = global::SIMDP.View.Properties.Resources.Refresh_16x16;
  139. this.menu_Refresh.Name = "menu_Refresh";
  140. this.menu_Refresh.Size = new System.Drawing.Size(124, 22);
  141. this.menu_Refresh.Text = "刷新";
  142. this.menu_Refresh.Click += new System.EventHandler(this.menu_Refresh_Click);
  143. //
  144. // winGridViewPager1
  145. //
  146. this.winGridViewPager1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  147. | System.Windows.Forms.AnchorStyles.Left)
  148. | System.Windows.Forms.AnchorStyles.Right)));
  149. this.winGridViewPager1.AppendedMenu = null;
  150. this.winGridViewPager1.ColumnNameAlias = ((System.Collections.Generic.Dictionary<string, string>)(resources.GetObject("winGridViewPager1.ColumnNameAlias")));
  151. this.winGridViewPager1.DataSource = null;
  152. this.winGridViewPager1.DisplayColumns = "";
  153. this.winGridViewPager1.FixedColumns = null;
  154. this.winGridViewPager1.Location = new System.Drawing.Point(2, 26);
  155. this.winGridViewPager1.MinimumSize = new System.Drawing.Size(540, 0);
  156. this.winGridViewPager1.Name = "winGridViewPager1";
  157. this.winGridViewPager1.PrintTitle = "";
  158. this.winGridViewPager1.ShowAddMenu = true;
  159. this.winGridViewPager1.ShowCheckBox = false;
  160. this.winGridViewPager1.ShowDeleteMenu = true;
  161. this.winGridViewPager1.ShowEditMenu = true;
  162. this.winGridViewPager1.ShowExportButton = true;
  163. this.winGridViewPager1.Size = new System.Drawing.Size(798, 350);
  164. this.winGridViewPager1.TabIndex = 0;
  165. //
  166. // panelControl1
  167. //
  168. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  169. | System.Windows.Forms.AnchorStyles.Right)));
  170. this.panelControl1.Controls.Add(this.date_End);
  171. this.panelControl1.Controls.Add(this.date_Start);
  172. this.panelControl1.Controls.Add(this.btn_Query);
  173. this.panelControl1.Controls.Add(this.txt_Mac);
  174. this.panelControl1.Controls.Add(this.txt_Des);
  175. this.panelControl1.Controls.Add(this.labelControl8);
  176. this.panelControl1.Controls.Add(this.txt_IP);
  177. this.panelControl1.Controls.Add(this.labelControl7);
  178. this.panelControl1.Controls.Add(this.txt_UserName);
  179. this.panelControl1.Controls.Add(this.labelControl6);
  180. this.panelControl1.Controls.Add(this.labelControl5);
  181. this.panelControl1.Controls.Add(this.labelControl4);
  182. this.panelControl1.Controls.Add(this.txt_Account);
  183. this.panelControl1.Controls.Add(this.labelControl2);
  184. this.panelControl1.Controls.Add(this.labelControl3);
  185. this.panelControl1.Location = new System.Drawing.Point(1, 0);
  186. this.panelControl1.Name = "panelControl1";
  187. this.panelControl1.Size = new System.Drawing.Size(1007, 73);
  188. this.panelControl1.TabIndex = 2;
  189. //
  190. // date_End
  191. //
  192. this.date_End.EditValue = null;
  193. this.date_End.Location = new System.Drawing.Point(416, 45);
  194. this.date_End.Name = "date_End";
  195. this.date_End.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  196. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  197. this.date_End.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  198. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  199. this.date_End.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
  200. this.date_End.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  201. this.date_End.Size = new System.Drawing.Size(100, 20);
  202. this.date_End.TabIndex = 7;
  203. //
  204. // date_Start
  205. //
  206. this.date_Start.EditValue = null;
  207. this.date_Start.Location = new System.Drawing.Point(240, 45);
  208. this.date_Start.Name = "date_Start";
  209. this.date_Start.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  210. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  211. this.date_Start.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  212. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  213. this.date_Start.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
  214. this.date_Start.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  215. this.date_Start.Size = new System.Drawing.Size(100, 20);
  216. this.date_Start.TabIndex = 7;
  217. //
  218. // btn_Query
  219. //
  220. this.btn_Query.Image = ((System.Drawing.Image)(resources.GetObject("btn_Query.Image")));
  221. this.btn_Query.Location = new System.Drawing.Point(621, 44);
  222. this.btn_Query.Name = "btn_Query";
  223. this.btn_Query.Size = new System.Drawing.Size(75, 23);
  224. this.btn_Query.TabIndex = 6;
  225. this.btn_Query.Text = "查询";
  226. this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click);
  227. //
  228. // txt_Mac
  229. //
  230. this.txt_Mac.Location = new System.Drawing.Point(596, 9);
  231. this.txt_Mac.Name = "txt_Mac";
  232. this.txt_Mac.Size = new System.Drawing.Size(100, 20);
  233. this.txt_Mac.TabIndex = 4;
  234. //
  235. // txt_Des
  236. //
  237. this.txt_Des.Location = new System.Drawing.Point(65, 45);
  238. this.txt_Des.Name = "txt_Des";
  239. this.txt_Des.Size = new System.Drawing.Size(100, 20);
  240. this.txt_Des.TabIndex = 4;
  241. //
  242. // labelControl8
  243. //
  244. this.labelControl8.Location = new System.Drawing.Point(361, 48);
  245. this.labelControl8.Name = "labelControl8";
  246. this.labelControl8.Size = new System.Drawing.Size(60, 14);
  247. this.labelControl8.TabIndex = 2;
  248. this.labelControl8.Text = "结束日期:";
  249. //
  250. // txt_IP
  251. //
  252. this.txt_IP.Location = new System.Drawing.Point(416, 9);
  253. this.txt_IP.Name = "txt_IP";
  254. this.txt_IP.Size = new System.Drawing.Size(100, 20);
  255. this.txt_IP.TabIndex = 4;
  256. //
  257. // labelControl7
  258. //
  259. this.labelControl7.Location = new System.Drawing.Point(185, 48);
  260. this.labelControl7.Name = "labelControl7";
  261. this.labelControl7.Size = new System.Drawing.Size(60, 14);
  262. this.labelControl7.TabIndex = 2;
  263. this.labelControl7.Text = "开始日期:";
  264. //
  265. // txt_UserName
  266. //
  267. this.txt_UserName.Location = new System.Drawing.Point(240, 9);
  268. this.txt_UserName.Name = "txt_UserName";
  269. this.txt_UserName.Size = new System.Drawing.Size(100, 20);
  270. this.txt_UserName.TabIndex = 4;
  271. //
  272. // labelControl6
  273. //
  274. this.labelControl6.Location = new System.Drawing.Point(5, 48);
  275. this.labelControl6.Name = "labelControl6";
  276. this.labelControl6.Size = new System.Drawing.Size(60, 14);
  277. this.labelControl6.TabIndex = 2;
  278. this.labelControl6.Text = "日志描述:";
  279. //
  280. // labelControl5
  281. //
  282. this.labelControl5.Location = new System.Drawing.Point(539, 12);
  283. this.labelControl5.Name = "labelControl5";
  284. this.labelControl5.Size = new System.Drawing.Size(57, 14);
  285. this.labelControl5.TabIndex = 2;
  286. this.labelControl5.Text = "Mac地址:";
  287. //
  288. // labelControl4
  289. //
  290. this.labelControl4.Location = new System.Drawing.Point(367, 12);
  291. this.labelControl4.Name = "labelControl4";
  292. this.labelControl4.Size = new System.Drawing.Size(47, 14);
  293. this.labelControl4.TabIndex = 2;
  294. this.labelControl4.Text = "IP地址:";
  295. //
  296. // txt_Account
  297. //
  298. this.txt_Account.Location = new System.Drawing.Point(65, 9);
  299. this.txt_Account.Name = "txt_Account";
  300. this.txt_Account.Size = new System.Drawing.Size(100, 20);
  301. this.txt_Account.TabIndex = 5;
  302. //
  303. // labelControl2
  304. //
  305. this.labelControl2.Location = new System.Drawing.Point(191, 12);
  306. this.labelControl2.Name = "labelControl2";
  307. this.labelControl2.Size = new System.Drawing.Size(48, 14);
  308. this.labelControl2.TabIndex = 2;
  309. this.labelControl2.Text = "用户名:";
  310. //
  311. // labelControl3
  312. //
  313. this.labelControl3.Location = new System.Drawing.Point(5, 12);
  314. this.labelControl3.Name = "labelControl3";
  315. this.labelControl3.Size = new System.Drawing.Size(60, 14);
  316. this.labelControl3.TabIndex = 3;
  317. this.labelControl3.Text = "登录账号:";
  318. //
  319. // imageList1
  320. //
  321. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  322. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  323. this.imageList1.Images.SetKeyName(0, "766325[1].png");
  324. this.imageList1.Images.SetKeyName(1, "102.png");
  325. this.imageList1.Images.SetKeyName(2, "BO_Users.png");
  326. this.imageList1.Images.SetKeyName(3, "Customer_16x16.png");
  327. this.imageList1.Images.SetKeyName(4, "Employee_16x16.png");
  328. //
  329. // FormLogLogIn
  330. //
  331. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  332. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  333. this.ClientSize = new System.Drawing.Size(1008, 450);
  334. this.Controls.Add(this.panelControl1);
  335. this.Controls.Add(this.splitContainerControl1);
  336. this.Name = "FormLogLogIn";
  337. this.Text = "用户登录日志";
  338. this.Load += new System.EventHandler(this.FormLogLogIn_Load);
  339. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
  340. this.splitContainerControl1.ResumeLayout(false);
  341. this.menu_Tree.ResumeLayout(false);
  342. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  343. this.panelControl1.ResumeLayout(false);
  344. this.panelControl1.PerformLayout();
  345. ((System.ComponentModel.ISupportInitialize)(this.date_End.Properties.CalendarTimeProperties)).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)(this.date_End.Properties)).EndInit();
  347. ((System.ComponentModel.ISupportInitialize)(this.date_Start.Properties.CalendarTimeProperties)).EndInit();
  348. ((System.ComponentModel.ISupportInitialize)(this.date_Start.Properties)).EndInit();
  349. ((System.ComponentModel.ISupportInitialize)(this.txt_Mac.Properties)).EndInit();
  350. ((System.ComponentModel.ISupportInitialize)(this.txt_Des.Properties)).EndInit();
  351. ((System.ComponentModel.ISupportInitialize)(this.txt_IP.Properties)).EndInit();
  352. ((System.ComponentModel.ISupportInitialize)(this.txt_UserName.Properties)).EndInit();
  353. ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).EndInit();
  354. this.ResumeLayout(false);
  355. }
  356. #endregion
  357. private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
  358. private DevExpress.XtraEditors.LabelControl labelControl1;
  359. private System.Windows.Forms.TreeView tree_LogIn;
  360. private System.Windows.Forms.ContextMenuStrip menu_Tree;
  361. private System.Windows.Forms.ToolStripMenuItem menu_Expand;
  362. private System.Windows.Forms.ToolStripMenuItem menu_Collapse;
  363. private System.Windows.Forms.ToolStripMenuItem menu_Refresh;
  364. private ProjectBase.Controls.WinGridViewPager winGridViewPager1;
  365. private DevExpress.XtraEditors.PanelControl panelControl1;
  366. private DevExpress.XtraEditors.TextEdit txt_Mac;
  367. private DevExpress.XtraEditors.TextEdit txt_IP;
  368. private DevExpress.XtraEditors.TextEdit txt_UserName;
  369. private DevExpress.XtraEditors.LabelControl labelControl5;
  370. private DevExpress.XtraEditors.LabelControl labelControl4;
  371. private DevExpress.XtraEditors.TextEdit txt_Account;
  372. private DevExpress.XtraEditors.LabelControl labelControl2;
  373. private DevExpress.XtraEditors.LabelControl labelControl3;
  374. private DevExpress.XtraEditors.TextEdit txt_Des;
  375. private DevExpress.XtraEditors.LabelControl labelControl7;
  376. private DevExpress.XtraEditors.LabelControl labelControl6;
  377. private DevExpress.XtraEditors.LabelControl labelControl8;
  378. private DevExpress.XtraEditors.SimpleButton btn_Query;
  379. private DevExpress.XtraEditors.DateEdit date_End;
  380. private DevExpress.XtraEditors.DateEdit date_Start;
  381. private System.Windows.Forms.ImageList imageList1;
  382. }
  383. }