FormLogOperation.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. namespace SIMDP
  2. {
  3. partial class FormLogOperation
  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(FormLogOperation));
  30. this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
  31. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  32. this.tree_Operation = 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.labelControl6 = new DevExpress.XtraEditors.LabelControl();
  40. this.date_End = new DevExpress.XtraEditors.DateEdit();
  41. this.date_Start = new DevExpress.XtraEditors.DateEdit();
  42. this.lookUp_TableName = new DevExpress.XtraEditors.LookUpEdit();
  43. this.lookUp_Type = new DevExpress.XtraEditors.LookUpEdit();
  44. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  45. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  46. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  47. this.btn_Query = new DevExpress.XtraEditors.SimpleButton();
  48. this.txt_Account = new DevExpress.XtraEditors.TextEdit();
  49. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  50. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  51. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
  52. this.splitContainerControl1.SuspendLayout();
  53. this.menu_Tree.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  55. this.panelControl1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.date_End.Properties.CalendarTimeProperties)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.date_End.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.date_Start.Properties.CalendarTimeProperties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.date_Start.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.lookUp_TableName.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Type.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // splitContainerControl1
  66. //
  67. this.splitContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  68. | System.Windows.Forms.AnchorStyles.Left)
  69. | System.Windows.Forms.AnchorStyles.Right)));
  70. this.splitContainerControl1.Location = new System.Drawing.Point(0, 41);
  71. this.splitContainerControl1.Name = "splitContainerControl1";
  72. this.splitContainerControl1.Panel1.Controls.Add(this.labelControl1);
  73. this.splitContainerControl1.Panel1.Controls.Add(this.tree_Operation);
  74. this.splitContainerControl1.Panel1.Text = "Panel1";
  75. this.splitContainerControl1.Panel2.Controls.Add(this.winGridViewPager1);
  76. this.splitContainerControl1.Panel2.Text = "Panel2";
  77. this.splitContainerControl1.Size = new System.Drawing.Size(1191, 433);
  78. this.splitContainerControl1.SplitterPosition = 177;
  79. this.splitContainerControl1.TabIndex = 0;
  80. this.splitContainerControl1.Text = "splitContainerControl1";
  81. //
  82. // labelControl1
  83. //
  84. this.labelControl1.Location = new System.Drawing.Point(9, 3);
  85. this.labelControl1.Name = "labelControl1";
  86. this.labelControl1.Size = new System.Drawing.Size(84, 14);
  87. this.labelControl1.TabIndex = 2;
  88. this.labelControl1.Text = "操作日志分类:";
  89. //
  90. // tree_Operation
  91. //
  92. this.tree_Operation.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  93. | System.Windows.Forms.AnchorStyles.Left)
  94. | System.Windows.Forms.AnchorStyles.Right)));
  95. this.tree_Operation.ContextMenuStrip = this.menu_Tree;
  96. this.tree_Operation.ImageIndex = 0;
  97. this.tree_Operation.ImageList = this.imageList1;
  98. this.tree_Operation.Location = new System.Drawing.Point(1, 23);
  99. this.tree_Operation.Name = "tree_Operation";
  100. this.tree_Operation.SelectedImageIndex = 0;
  101. this.tree_Operation.Size = new System.Drawing.Size(174, 407);
  102. this.tree_Operation.TabIndex = 0;
  103. this.tree_Operation.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tree_Operation_AfterSelect);
  104. //
  105. // menu_Tree
  106. //
  107. this.menu_Tree.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  108. this.menu_Expand,
  109. this.menu_Collapse,
  110. this.menu_Refresh});
  111. this.menu_Tree.Name = "menu_Tree";
  112. this.menu_Tree.Size = new System.Drawing.Size(125, 70);
  113. //
  114. // menu_Expand
  115. //
  116. this.menu_Expand.Image = global::SIMDP.Properties.Resources.Open_16x16;
  117. this.menu_Expand.Name = "menu_Expand";
  118. this.menu_Expand.Size = new System.Drawing.Size(124, 22);
  119. this.menu_Expand.Text = "全部展开";
  120. this.menu_Expand.Click += new System.EventHandler(this.menu_Expand_Click);
  121. //
  122. // menu_Collapse
  123. //
  124. this.menu_Collapse.Image = global::SIMDP.Properties.Resources.Close_16x16;
  125. this.menu_Collapse.Name = "menu_Collapse";
  126. this.menu_Collapse.Size = new System.Drawing.Size(124, 22);
  127. this.menu_Collapse.Text = "全部折叠";
  128. this.menu_Collapse.Click += new System.EventHandler(this.menu_Collapse_Click);
  129. //
  130. // menu_Refresh
  131. //
  132. this.menu_Refresh.Image = global::SIMDP.Properties.Resources.Refresh_16x16;
  133. this.menu_Refresh.Name = "menu_Refresh";
  134. this.menu_Refresh.Size = new System.Drawing.Size(124, 22);
  135. this.menu_Refresh.Text = "刷新";
  136. this.menu_Refresh.Click += new System.EventHandler(this.menu_Refresh_Click);
  137. //
  138. // winGridViewPager1
  139. //
  140. this.winGridViewPager1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  141. | System.Windows.Forms.AnchorStyles.Left)
  142. | System.Windows.Forms.AnchorStyles.Right)));
  143. this.winGridViewPager1.AppendedMenu = null;
  144. this.winGridViewPager1.ColumnNameAlias = ((System.Collections.Generic.Dictionary<string, string>)(resources.GetObject("winGridViewPager1.ColumnNameAlias")));
  145. this.winGridViewPager1.DataSource = null;
  146. this.winGridViewPager1.DisplayColumns = "";
  147. this.winGridViewPager1.FixedColumns = null;
  148. this.winGridViewPager1.Location = new System.Drawing.Point(2, 23);
  149. this.winGridViewPager1.MinimumSize = new System.Drawing.Size(540, 0);
  150. this.winGridViewPager1.Name = "winGridViewPager1";
  151. this.winGridViewPager1.PrintTitle = "";
  152. this.winGridViewPager1.ShowAddMenu = true;
  153. this.winGridViewPager1.ShowCheckBox = false;
  154. this.winGridViewPager1.ShowDeleteMenu = true;
  155. this.winGridViewPager1.ShowEditMenu = true;
  156. this.winGridViewPager1.ShowExportButton = true;
  157. this.winGridViewPager1.Size = new System.Drawing.Size(1007, 407);
  158. this.winGridViewPager1.TabIndex = 0;
  159. //
  160. // panelControl1
  161. //
  162. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  163. | System.Windows.Forms.AnchorStyles.Right)));
  164. this.panelControl1.Controls.Add(this.labelControl6);
  165. this.panelControl1.Controls.Add(this.date_End);
  166. this.panelControl1.Controls.Add(this.date_Start);
  167. this.panelControl1.Controls.Add(this.lookUp_TableName);
  168. this.panelControl1.Controls.Add(this.lookUp_Type);
  169. this.panelControl1.Controls.Add(this.labelControl5);
  170. this.panelControl1.Controls.Add(this.labelControl4);
  171. this.panelControl1.Controls.Add(this.labelControl2);
  172. this.panelControl1.Controls.Add(this.btn_Query);
  173. this.panelControl1.Controls.Add(this.txt_Account);
  174. this.panelControl1.Controls.Add(this.labelControl3);
  175. this.panelControl1.Location = new System.Drawing.Point(0, 1);
  176. this.panelControl1.Name = "panelControl1";
  177. this.panelControl1.Size = new System.Drawing.Size(1191, 41);
  178. this.panelControl1.TabIndex = 1;
  179. //
  180. // labelControl6
  181. //
  182. this.labelControl6.Location = new System.Drawing.Point(835, 11);
  183. this.labelControl6.Name = "labelControl6";
  184. this.labelControl6.Size = new System.Drawing.Size(9, 14);
  185. this.labelControl6.TabIndex = 14;
  186. this.labelControl6.Text = "~";
  187. //
  188. // date_End
  189. //
  190. this.date_End.EditValue = null;
  191. this.date_End.Location = new System.Drawing.Point(849, 8);
  192. this.date_End.Name = "date_End";
  193. this.date_End.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  194. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  195. this.date_End.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  196. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  197. this.date_End.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
  198. this.date_End.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  199. this.date_End.Size = new System.Drawing.Size(100, 20);
  200. this.date_End.TabIndex = 13;
  201. //
  202. // date_Start
  203. //
  204. this.date_Start.EditValue = null;
  205. this.date_Start.Location = new System.Drawing.Point(732, 8);
  206. this.date_Start.Name = "date_Start";
  207. this.date_Start.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  208. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  209. this.date_Start.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  210. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  211. this.date_Start.Properties.DisplayFormat.FormatString = "yyyy-MM-dd";
  212. this.date_Start.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
  213. this.date_Start.Size = new System.Drawing.Size(100, 20);
  214. this.date_Start.TabIndex = 13;
  215. //
  216. // lookUp_TableName
  217. //
  218. this.lookUp_TableName.Location = new System.Drawing.Point(287, 8);
  219. this.lookUp_TableName.Name = "lookUp_TableName";
  220. this.lookUp_TableName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  221. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  222. this.lookUp_TableName.Size = new System.Drawing.Size(152, 20);
  223. this.lookUp_TableName.TabIndex = 12;
  224. //
  225. // lookUp_Type
  226. //
  227. this.lookUp_Type.Location = new System.Drawing.Point(544, 8);
  228. this.lookUp_Type.Name = "lookUp_Type";
  229. this.lookUp_Type.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  230. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  231. this.lookUp_Type.Size = new System.Drawing.Size(100, 20);
  232. this.lookUp_Type.TabIndex = 12;
  233. //
  234. // labelControl5
  235. //
  236. this.labelControl5.Location = new System.Drawing.Point(670, 11);
  237. this.labelControl5.Name = "labelControl5";
  238. this.labelControl5.Size = new System.Drawing.Size(60, 14);
  239. this.labelControl5.TabIndex = 10;
  240. this.labelControl5.Text = "创建时间:";
  241. //
  242. // labelControl4
  243. //
  244. this.labelControl4.Location = new System.Drawing.Point(470, 11);
  245. this.labelControl4.Name = "labelControl4";
  246. this.labelControl4.Size = new System.Drawing.Size(72, 14);
  247. this.labelControl4.TabIndex = 10;
  248. this.labelControl4.Text = "操作表类型:";
  249. //
  250. // labelControl2
  251. //
  252. this.labelControl2.Location = new System.Drawing.Point(212, 11);
  253. this.labelControl2.Name = "labelControl2";
  254. this.labelControl2.Size = new System.Drawing.Size(72, 14);
  255. this.labelControl2.TabIndex = 10;
  256. this.labelControl2.Text = "操作表名称:";
  257. //
  258. // btn_Query
  259. //
  260. this.btn_Query.Image = ((System.Drawing.Image)(resources.GetObject("btn_Query.Image")));
  261. this.btn_Query.Location = new System.Drawing.Point(997, 7);
  262. this.btn_Query.Name = "btn_Query";
  263. this.btn_Query.Size = new System.Drawing.Size(75, 23);
  264. this.btn_Query.TabIndex = 9;
  265. this.btn_Query.Text = "查询";
  266. this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click);
  267. //
  268. // txt_Account
  269. //
  270. this.txt_Account.Location = new System.Drawing.Point(90, 8);
  271. this.txt_Account.Name = "txt_Account";
  272. this.txt_Account.Size = new System.Drawing.Size(100, 20);
  273. this.txt_Account.TabIndex = 8;
  274. //
  275. // labelControl3
  276. //
  277. this.labelControl3.Location = new System.Drawing.Point(30, 11);
  278. this.labelControl3.Name = "labelControl3";
  279. this.labelControl3.Size = new System.Drawing.Size(60, 14);
  280. this.labelControl3.TabIndex = 7;
  281. this.labelControl3.Text = "登录账号:";
  282. //
  283. // imageList1
  284. //
  285. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  286. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  287. this.imageList1.Images.SetKeyName(0, "766325[1].png");
  288. this.imageList1.Images.SetKeyName(1, "102.png");
  289. this.imageList1.Images.SetKeyName(2, "BO_Users.png");
  290. this.imageList1.Images.SetKeyName(3, "Customer_16x16.png");
  291. this.imageList1.Images.SetKeyName(4, "Employee_16x16.png");
  292. this.imageList1.Images.SetKeyName(5, "Database_16x16.png");
  293. this.imageList1.Images.SetKeyName(6, "Table_16x16.png");
  294. this.imageList1.Images.SetKeyName(7, "Add_16x16.png");
  295. this.imageList1.Images.SetKeyName(8, "Edit_16x16.png");
  296. this.imageList1.Images.SetKeyName(9, "Remove_16x16.png");
  297. //
  298. // FormLogOperation
  299. //
  300. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  301. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  302. this.ClientSize = new System.Drawing.Size(1191, 474);
  303. this.Controls.Add(this.panelControl1);
  304. this.Controls.Add(this.splitContainerControl1);
  305. this.Name = "FormLogOperation";
  306. this.Text = "用户操作日志";
  307. this.Load += new System.EventHandler(this.FormLogOperation_Load);
  308. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
  309. this.splitContainerControl1.ResumeLayout(false);
  310. this.menu_Tree.ResumeLayout(false);
  311. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  312. this.panelControl1.ResumeLayout(false);
  313. this.panelControl1.PerformLayout();
  314. ((System.ComponentModel.ISupportInitialize)(this.date_End.Properties.CalendarTimeProperties)).EndInit();
  315. ((System.ComponentModel.ISupportInitialize)(this.date_End.Properties)).EndInit();
  316. ((System.ComponentModel.ISupportInitialize)(this.date_Start.Properties.CalendarTimeProperties)).EndInit();
  317. ((System.ComponentModel.ISupportInitialize)(this.date_Start.Properties)).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)(this.lookUp_TableName.Properties)).EndInit();
  319. ((System.ComponentModel.ISupportInitialize)(this.lookUp_Type.Properties)).EndInit();
  320. ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).EndInit();
  321. this.ResumeLayout(false);
  322. }
  323. #endregion
  324. private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
  325. private DevExpress.XtraEditors.LabelControl labelControl1;
  326. private System.Windows.Forms.TreeView tree_Operation;
  327. private DevExpress.XtraEditors.PanelControl panelControl1;
  328. private ProjectBase.Controls.WinGridViewPager winGridViewPager1;
  329. private DevExpress.XtraEditors.SimpleButton btn_Query;
  330. private DevExpress.XtraEditors.TextEdit txt_Account;
  331. private DevExpress.XtraEditors.LabelControl labelControl3;
  332. private DevExpress.XtraEditors.LabelControl labelControl4;
  333. private DevExpress.XtraEditors.LabelControl labelControl2;
  334. private DevExpress.XtraEditors.LabelControl labelControl6;
  335. private DevExpress.XtraEditors.DateEdit date_End;
  336. private DevExpress.XtraEditors.DateEdit date_Start;
  337. private DevExpress.XtraEditors.LookUpEdit lookUp_Type;
  338. private DevExpress.XtraEditors.LabelControl labelControl5;
  339. private DevExpress.XtraEditors.LookUpEdit lookUp_TableName;
  340. private System.Windows.Forms.ContextMenuStrip menu_Tree;
  341. private System.Windows.Forms.ToolStripMenuItem menu_Expand;
  342. private System.Windows.Forms.ToolStripMenuItem menu_Collapse;
  343. private System.Windows.Forms.ToolStripMenuItem menu_Refresh;
  344. private System.Windows.Forms.ImageList imageList1;
  345. }
  346. }