PageLogManage.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. namespace Scada.Page
  2. {
  3. partial class PageLogManage
  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. DataGridViewCellStyle dataGridViewCellStyle1 = new DataGridViewCellStyle();
  29. DataGridViewCellStyle dataGridViewCellStyle2 = new DataGridViewCellStyle();
  30. DataGridViewCellStyle dataGridViewCellStyle3 = new DataGridViewCellStyle();
  31. DataGridViewCellStyle dataGridViewCellStyle4 = new DataGridViewCellStyle();
  32. DataGridViewCellStyle dataGridViewCellStyle5 = new DataGridViewCellStyle();
  33. uiTitlePanel1 = new Sunny.UI.UITitlePanel();
  34. btn_ExportExcel = new Sunny.UI.UISymbolButton();
  35. btn_ShowToTXT = new Sunny.UI.UISymbolButton();
  36. btn_ShowToDgv = new Sunny.UI.UISymbolButton();
  37. btn_OpenDire = new Sunny.UI.UISymbolButton();
  38. lb_Files = new Sunny.UI.UIListBox();
  39. cb_LogLev = new Sunny.UI.UIComboBox();
  40. cb_Date = new Sunny.UI.UIComboBox();
  41. uiTitlePanel2 = new Sunny.UI.UITitlePanel();
  42. txt_ShowLog = new Sunny.UI.UITextBox();
  43. uiTitlePanel3 = new Sunny.UI.UITitlePanel();
  44. dgv_ShowLog = new Sunny.UI.UIDataGridView();
  45. uiTitlePanel1.SuspendLayout();
  46. uiTitlePanel2.SuspendLayout();
  47. uiTitlePanel3.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)dgv_ShowLog).BeginInit();
  49. SuspendLayout();
  50. //
  51. // uiTitlePanel1
  52. //
  53. uiTitlePanel1.Controls.Add(btn_ExportExcel);
  54. uiTitlePanel1.Controls.Add(btn_ShowToTXT);
  55. uiTitlePanel1.Controls.Add(btn_ShowToDgv);
  56. uiTitlePanel1.Controls.Add(btn_OpenDire);
  57. uiTitlePanel1.Controls.Add(lb_Files);
  58. uiTitlePanel1.Controls.Add(cb_LogLev);
  59. uiTitlePanel1.Controls.Add(cb_Date);
  60. uiTitlePanel1.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  61. uiTitlePanel1.Location = new Point(3, 4);
  62. uiTitlePanel1.Margin = new Padding(4, 5, 4, 5);
  63. uiTitlePanel1.MinimumSize = new Size(1, 1);
  64. uiTitlePanel1.Name = "uiTitlePanel1";
  65. uiTitlePanel1.ShowText = false;
  66. uiTitlePanel1.Size = new Size(280, 535);
  67. uiTitlePanel1.TabIndex = 0;
  68. uiTitlePanel1.Text = "日志控制台";
  69. uiTitlePanel1.TextAlignment = ContentAlignment.MiddleCenter;
  70. //
  71. // btn_ExportExcel
  72. //
  73. btn_ExportExcel.Font = new Font("微软雅黑", 15.75F);
  74. btn_ExportExcel.Location = new Point(12, 457);
  75. btn_ExportExcel.MinimumSize = new Size(1, 1);
  76. btn_ExportExcel.Name = "btn_ExportExcel";
  77. btn_ExportExcel.Size = new Size(261, 49);
  78. btn_ExportExcel.Symbol = 361891;
  79. btn_ExportExcel.TabIndex = 6;
  80. btn_ExportExcel.Text = "日志导出EXCEL";
  81. btn_ExportExcel.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  82. //
  83. // btn_ShowToTXT
  84. //
  85. btn_ShowToTXT.Font = new Font("微软雅黑", 15.75F);
  86. btn_ShowToTXT.Location = new Point(12, 388);
  87. btn_ShowToTXT.MinimumSize = new Size(1, 1);
  88. btn_ShowToTXT.Name = "btn_ShowToTXT";
  89. btn_ShowToTXT.Size = new Size(261, 49);
  90. btn_ShowToTXT.Symbol = 361890;
  91. btn_ShowToTXT.TabIndex = 5;
  92. btn_ShowToTXT.Text = "日志导出TXT";
  93. btn_ShowToTXT.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  94. //
  95. // btn_ShowToDgv
  96. //
  97. btn_ShowToDgv.Font = new Font("微软雅黑", 15.75F);
  98. btn_ShowToDgv.Location = new Point(12, 319);
  99. btn_ShowToDgv.MinimumSize = new Size(1, 1);
  100. btn_ShowToDgv.Name = "btn_ShowToDgv";
  101. btn_ShowToDgv.Size = new Size(261, 49);
  102. btn_ShowToDgv.Symbol = 57381;
  103. btn_ShowToDgv.TabIndex = 4;
  104. btn_ShowToDgv.Text = "显示到表格";
  105. btn_ShowToDgv.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  106. //
  107. // btn_OpenDire
  108. //
  109. btn_OpenDire.Font = new Font("微软雅黑", 15.75F);
  110. btn_OpenDire.Location = new Point(12, 252);
  111. btn_OpenDire.MinimumSize = new Size(1, 1);
  112. btn_OpenDire.Name = "btn_OpenDire";
  113. btn_OpenDire.Size = new Size(261, 49);
  114. btn_OpenDire.Symbol = 261564;
  115. btn_OpenDire.TabIndex = 3;
  116. btn_OpenDire.Text = "打开日志目录";
  117. btn_OpenDire.TipsFont = new Font("宋体", 9F, FontStyle.Regular, GraphicsUnit.Point, 134);
  118. //
  119. // lb_Files
  120. //
  121. lb_Files.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  122. lb_Files.HoverColor = Color.FromArgb(155, 200, 255);
  123. lb_Files.ItemSelectForeColor = Color.White;
  124. lb_Files.Location = new Point(12, 81);
  125. lb_Files.Margin = new Padding(4, 5, 4, 5);
  126. lb_Files.MinimumSize = new Size(1, 1);
  127. lb_Files.Name = "lb_Files";
  128. lb_Files.Padding = new Padding(2);
  129. lb_Files.ShowText = false;
  130. lb_Files.Size = new Size(261, 163);
  131. lb_Files.TabIndex = 2;
  132. lb_Files.Text = "uiListBox1";
  133. //
  134. // cb_LogLev
  135. //
  136. cb_LogLev.DataSource = null;
  137. cb_LogLev.FillColor = Color.White;
  138. cb_LogLev.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  139. cb_LogLev.ItemHoverColor = Color.FromArgb(155, 200, 255);
  140. cb_LogLev.ItemSelectForeColor = Color.FromArgb(235, 243, 255);
  141. cb_LogLev.Location = new Point(148, 42);
  142. cb_LogLev.Margin = new Padding(4, 5, 4, 5);
  143. cb_LogLev.MinimumSize = new Size(63, 0);
  144. cb_LogLev.Name = "cb_LogLev";
  145. cb_LogLev.Padding = new Padding(0, 0, 30, 2);
  146. cb_LogLev.Size = new Size(125, 29);
  147. cb_LogLev.SymbolSize = 24;
  148. cb_LogLev.TabIndex = 1;
  149. cb_LogLev.TextAlignment = ContentAlignment.MiddleLeft;
  150. cb_LogLev.Watermark = "选择类型";
  151. //
  152. // cb_Date
  153. //
  154. cb_Date.DataSource = null;
  155. cb_Date.FillColor = Color.White;
  156. cb_Date.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  157. cb_Date.ItemHoverColor = Color.FromArgb(155, 200, 255);
  158. cb_Date.ItemSelectForeColor = Color.FromArgb(235, 243, 255);
  159. cb_Date.Location = new Point(12, 42);
  160. cb_Date.Margin = new Padding(4, 5, 4, 5);
  161. cb_Date.MinimumSize = new Size(63, 0);
  162. cb_Date.Name = "cb_Date";
  163. cb_Date.Padding = new Padding(0, 0, 30, 2);
  164. cb_Date.Size = new Size(128, 29);
  165. cb_Date.SymbolSize = 24;
  166. cb_Date.TabIndex = 0;
  167. cb_Date.TextAlignment = ContentAlignment.MiddleLeft;
  168. cb_Date.Watermark = "选择日期";
  169. //
  170. // uiTitlePanel2
  171. //
  172. uiTitlePanel2.Controls.Add(txt_ShowLog);
  173. uiTitlePanel2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  174. uiTitlePanel2.Location = new Point(284, 4);
  175. uiTitlePanel2.Margin = new Padding(4, 5, 4, 5);
  176. uiTitlePanel2.MinimumSize = new Size(1, 1);
  177. uiTitlePanel2.Name = "uiTitlePanel2";
  178. uiTitlePanel2.ShowText = false;
  179. uiTitlePanel2.Size = new Size(307, 535);
  180. uiTitlePanel2.TabIndex = 1;
  181. uiTitlePanel2.Text = "文本显示";
  182. uiTitlePanel2.TextAlignment = ContentAlignment.MiddleCenter;
  183. //
  184. // txt_ShowLog
  185. //
  186. txt_ShowLog.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  187. txt_ShowLog.Location = new Point(7, 42);
  188. txt_ShowLog.Margin = new Padding(4, 5, 4, 5);
  189. txt_ShowLog.MinimumSize = new Size(1, 16);
  190. txt_ShowLog.Multiline = true;
  191. txt_ShowLog.Name = "txt_ShowLog";
  192. txt_ShowLog.Padding = new Padding(5);
  193. txt_ShowLog.ShowText = false;
  194. txt_ShowLog.Size = new Size(293, 488);
  195. txt_ShowLog.TabIndex = 0;
  196. txt_ShowLog.Text = "文本显示";
  197. txt_ShowLog.TextAlignment = ContentAlignment.TopLeft;
  198. txt_ShowLog.Watermark = "";
  199. //
  200. // uiTitlePanel3
  201. //
  202. uiTitlePanel3.Controls.Add(dgv_ShowLog);
  203. uiTitlePanel3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  204. uiTitlePanel3.Location = new Point(592, 4);
  205. uiTitlePanel3.Margin = new Padding(4, 5, 4, 5);
  206. uiTitlePanel3.MinimumSize = new Size(1, 1);
  207. uiTitlePanel3.Name = "uiTitlePanel3";
  208. uiTitlePanel3.ShowText = false;
  209. uiTitlePanel3.Size = new Size(474, 535);
  210. uiTitlePanel3.TabIndex = 1;
  211. uiTitlePanel3.Text = "表格显示";
  212. uiTitlePanel3.TextAlignment = ContentAlignment.MiddleCenter;
  213. //
  214. // dgv_ShowLog
  215. //
  216. dataGridViewCellStyle1.BackColor = Color.FromArgb(235, 243, 255);
  217. dgv_ShowLog.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  218. dgv_ShowLog.BackgroundColor = Color.White;
  219. dgv_ShowLog.ColumnHeadersBorderStyle = DataGridViewHeaderBorderStyle.Single;
  220. dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleCenter;
  221. dataGridViewCellStyle2.BackColor = Color.FromArgb(80, 160, 255);
  222. dataGridViewCellStyle2.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  223. dataGridViewCellStyle2.ForeColor = Color.White;
  224. dataGridViewCellStyle2.SelectionBackColor = SystemColors.Highlight;
  225. dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
  226. dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True;
  227. dgv_ShowLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  228. dgv_ShowLog.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  229. dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft;
  230. dataGridViewCellStyle3.BackColor = SystemColors.Window;
  231. dataGridViewCellStyle3.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  232. dataGridViewCellStyle3.ForeColor = Color.FromArgb(48, 48, 48);
  233. dataGridViewCellStyle3.SelectionBackColor = SystemColors.Highlight;
  234. dataGridViewCellStyle3.SelectionForeColor = SystemColors.HighlightText;
  235. dataGridViewCellStyle3.WrapMode = DataGridViewTriState.False;
  236. dgv_ShowLog.DefaultCellStyle = dataGridViewCellStyle3;
  237. dgv_ShowLog.EnableHeadersVisualStyles = false;
  238. dgv_ShowLog.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  239. dgv_ShowLog.GridColor = Color.FromArgb(80, 160, 255);
  240. dgv_ShowLog.Location = new Point(6, 42);
  241. dgv_ShowLog.Name = "dgv_ShowLog";
  242. dataGridViewCellStyle4.Alignment = DataGridViewContentAlignment.MiddleLeft;
  243. dataGridViewCellStyle4.BackColor = Color.FromArgb(235, 243, 255);
  244. dataGridViewCellStyle4.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  245. dataGridViewCellStyle4.ForeColor = Color.FromArgb(48, 48, 48);
  246. dataGridViewCellStyle4.SelectionBackColor = Color.FromArgb(80, 160, 255);
  247. dataGridViewCellStyle4.SelectionForeColor = Color.White;
  248. dataGridViewCellStyle4.WrapMode = DataGridViewTriState.True;
  249. dgv_ShowLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  250. dgv_ShowLog.RowHeadersWidth = 51;
  251. dataGridViewCellStyle5.BackColor = Color.White;
  252. dataGridViewCellStyle5.Font = new Font("宋体", 12F, FontStyle.Regular, GraphicsUnit.Point, 134);
  253. dgv_ShowLog.RowsDefaultCellStyle = dataGridViewCellStyle5;
  254. dgv_ShowLog.SelectedIndex = -1;
  255. dgv_ShowLog.Size = new Size(465, 488);
  256. dgv_ShowLog.StripeOddColor = Color.FromArgb(235, 243, 255);
  257. dgv_ShowLog.TabIndex = 0;
  258. //
  259. // PageLogManage
  260. //
  261. AutoScaleMode = AutoScaleMode.None;
  262. ClientSize = new Size(1067, 544);
  263. Controls.Add(uiTitlePanel3);
  264. Controls.Add(uiTitlePanel2);
  265. Controls.Add(uiTitlePanel1);
  266. Name = "PageLogManage";
  267. Text = "日志管理";
  268. Initialize += PageLogManage_Initialize;
  269. Load += PageLogManage_Load;
  270. uiTitlePanel1.ResumeLayout(false);
  271. uiTitlePanel2.ResumeLayout(false);
  272. uiTitlePanel3.ResumeLayout(false);
  273. ((System.ComponentModel.ISupportInitialize)dgv_ShowLog).EndInit();
  274. ResumeLayout(false);
  275. }
  276. #endregion
  277. private Sunny.UI.UITitlePanel uiTitlePanel1;
  278. private Sunny.UI.UIListBox lb_Files;
  279. private Sunny.UI.UIComboBox cb_LogLev;
  280. private Sunny.UI.UIComboBox cb_Date;
  281. private Sunny.UI.UITitlePanel uiTitlePanel2;
  282. private Sunny.UI.UITitlePanel uiTitlePanel3;
  283. private Sunny.UI.UISymbolButton btn_ExportExcel;
  284. private Sunny.UI.UISymbolButton btn_ShowToTXT;
  285. private Sunny.UI.UISymbolButton btn_ShowToDgv;
  286. private Sunny.UI.UISymbolButton btn_OpenDire;
  287. private Sunny.UI.UITextBox txt_ShowLog;
  288. private Sunny.UI.UIDataGridView dgv_ShowLog;
  289. }
  290. }