PageLogManage.Designer.cs 15 KB

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