PageLogManage.Designer.cs 15 KB

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