MainForm.designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. namespace VCommon.Logging.Viewer
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.WbJson = new System.Windows.Forms.WebBrowser();
  30. this.LvSummary = new System.Windows.Forms.ListView();
  31. this.FlieName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  32. this.LogTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  33. this.Level = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  34. this.ThreadName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  35. this.Summary = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  36. this.Detail = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  37. this.splitContainer = new System.Windows.Forms.SplitContainer();
  38. this.toolTip = new System.Windows.Forms.ToolTip(this.components);
  39. this.balloon = new System.Windows.Forms.ToolTip(this.components);
  40. this.btnSelectFile = new System.Windows.Forms.Button();
  41. this.btnCount = new System.Windows.Forms.Button();
  42. this.btnFind = new System.Windows.Forms.Button();
  43. this.btnExport = new System.Windows.Forms.Button();
  44. this.btnCopyAll = new System.Windows.Forms.Button();
  45. this.btnRemove = new System.Windows.Forms.Button();
  46. this.btnExclusive = new System.Windows.Forms.Button();
  47. this.btnHightlight = new System.Windows.Forms.Button();
  48. this.btnClearHightlight = new System.Windows.Forms.Button();
  49. this.txtFind = new System.Windows.Forms.TextBox();
  50. this.chkRegex = new System.Windows.Forms.CheckBox();
  51. this.switchWindow = new System.Windows.Forms.Button();
  52. this.tlpBtns = new System.Windows.Forms.TableLayoutPanel();
  53. this.btnClear = new System.Windows.Forms.Button();
  54. ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
  55. this.splitContainer.Panel1.SuspendLayout();
  56. this.splitContainer.Panel2.SuspendLayout();
  57. this.splitContainer.SuspendLayout();
  58. this.tlpBtns.SuspendLayout();
  59. this.SuspendLayout();
  60. //
  61. // WbJson
  62. //
  63. this.WbJson.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.WbJson.Location = new System.Drawing.Point(0, 0);
  65. this.WbJson.MinimumSize = new System.Drawing.Size(20, 20);
  66. this.WbJson.Name = "WbJson";
  67. this.WbJson.Size = new System.Drawing.Size(1301, 347);
  68. this.WbJson.TabIndex = 1;
  69. //
  70. // LvSummary
  71. //
  72. this.LvSummary.AllowColumnReorder = true;
  73. this.LvSummary.BackColor = System.Drawing.SystemColors.Window;
  74. this.LvSummary.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  75. this.FlieName,
  76. this.LogTime,
  77. this.Level,
  78. this.ThreadName,
  79. this.Summary,
  80. this.Detail});
  81. this.LvSummary.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.LvSummary.FullRowSelect = true;
  83. this.LvSummary.GridLines = true;
  84. this.LvSummary.HideSelection = false;
  85. this.LvSummary.Location = new System.Drawing.Point(0, 0);
  86. this.LvSummary.MultiSelect = false;
  87. this.LvSummary.Name = "LvSummary";
  88. this.LvSummary.ShowItemToolTips = true;
  89. this.LvSummary.Size = new System.Drawing.Size(1301, 308);
  90. this.LvSummary.TabIndex = 0;
  91. this.LvSummary.UseCompatibleStateImageBehavior = false;
  92. this.LvSummary.View = System.Windows.Forms.View.Details;
  93. this.LvSummary.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.LvSummary_ColumnClick);
  94. this.LvSummary.SelectedIndexChanged += new System.EventHandler(this.LvSummary_SelectedIndexChanged);
  95. this.LvSummary.Click += new System.EventHandler(this.LvSummary_Click);
  96. this.LvSummary.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.LvSummary_MouseDoubleClick);
  97. this.LvSummary.MouseEnter += new System.EventHandler(this.LvSummary_MouseEnter);
  98. this.LvSummary.MouseLeave += new System.EventHandler(this.LvSummary_MouseLeave);
  99. //
  100. // FlieName
  101. //
  102. this.FlieName.Text = "文件名";
  103. this.FlieName.Width = 180;
  104. //
  105. // LogTime
  106. //
  107. this.LogTime.Text = "时间";
  108. this.LogTime.Width = 160;
  109. //
  110. // Level
  111. //
  112. this.Level.Text = "级别";
  113. this.Level.Width = 75;
  114. //
  115. // ThreadName
  116. //
  117. this.ThreadName.Text = "线程名";
  118. this.ThreadName.Width = 88;
  119. //
  120. // Summary
  121. //
  122. this.Summary.Text = "摘要";
  123. this.Summary.Width = 150;
  124. //
  125. // Detail
  126. //
  127. this.Detail.Text = "详细日志";
  128. this.Detail.Width = 1500;
  129. //
  130. // splitContainer
  131. //
  132. this.splitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  133. | System.Windows.Forms.AnchorStyles.Left)
  134. | System.Windows.Forms.AnchorStyles.Right)));
  135. this.splitContainer.Location = new System.Drawing.Point(12, 42);
  136. this.splitContainer.Name = "splitContainer";
  137. this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
  138. //
  139. // splitContainer.Panel1
  140. //
  141. this.splitContainer.Panel1.AutoScroll = true;
  142. this.splitContainer.Panel1.Controls.Add(this.LvSummary);
  143. //
  144. // splitContainer.Panel2
  145. //
  146. this.splitContainer.Panel2.Controls.Add(this.WbJson);
  147. this.splitContainer.Size = new System.Drawing.Size(1301, 659);
  148. this.splitContainer.SplitterDistance = 308;
  149. this.splitContainer.TabIndex = 3;
  150. //
  151. // balloon
  152. //
  153. this.balloon.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Error;
  154. this.balloon.ToolTipTitle = "错误";
  155. //
  156. // btnSelectFile
  157. //
  158. this.btnSelectFile.Dock = System.Windows.Forms.DockStyle.Fill;
  159. this.btnSelectFile.Enabled = false;
  160. this.btnSelectFile.Location = new System.Drawing.Point(0, 1);
  161. this.btnSelectFile.Margin = new System.Windows.Forms.Padding(0, 1, 1, 1);
  162. this.btnSelectFile.Name = "btnSelectFile";
  163. this.btnSelectFile.Size = new System.Drawing.Size(122, 22);
  164. this.btnSelectFile.TabIndex = 1;
  165. this.btnSelectFile.Text = "DragDrop File";
  166. this.btnSelectFile.UseVisualStyleBackColor = true;
  167. this.btnSelectFile.Click += new System.EventHandler(this.btnSelectFile_Click);
  168. //
  169. // btnCount
  170. //
  171. this.btnCount.Dock = System.Windows.Forms.DockStyle.Fill;
  172. this.btnCount.Location = new System.Drawing.Point(488, 1);
  173. this.btnCount.Margin = new System.Windows.Forms.Padding(1);
  174. this.btnCount.Name = "btnCount";
  175. this.btnCount.Size = new System.Drawing.Size(57, 22);
  176. this.btnCount.TabIndex = 12;
  177. this.btnCount.Text = "计数";
  178. this.btnCount.UseVisualStyleBackColor = true;
  179. this.btnCount.Click += new System.EventHandler(this.btnCount_Click);
  180. //
  181. // btnFind
  182. //
  183. this.btnFind.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this.btnFind.Location = new System.Drawing.Point(396, 1);
  185. this.btnFind.Margin = new System.Windows.Forms.Padding(1);
  186. this.btnFind.Name = "btnFind";
  187. this.btnFind.Size = new System.Drawing.Size(90, 22);
  188. this.btnFind.TabIndex = 11;
  189. this.btnFind.Text = "查找消息";
  190. this.btnFind.UseVisualStyleBackColor = true;
  191. this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
  192. //
  193. // btnExport
  194. //
  195. this.btnExport.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.btnExport.Location = new System.Drawing.Point(1210, 1);
  197. this.btnExport.Margin = new System.Windows.Forms.Padding(1, 1, 0, 1);
  198. this.btnExport.Name = "btnExport";
  199. this.btnExport.Size = new System.Drawing.Size(91, 22);
  200. this.btnExport.TabIndex = 10;
  201. this.btnExport.Text = "导出全部";
  202. this.btnExport.UseVisualStyleBackColor = true;
  203. this.btnExport.Click += new System.EventHandler(this.btnExport_Click);
  204. //
  205. // btnCopyAll
  206. //
  207. this.btnCopyAll.Dock = System.Windows.Forms.DockStyle.Fill;
  208. this.btnCopyAll.Location = new System.Drawing.Point(1115, 1);
  209. this.btnCopyAll.Margin = new System.Windows.Forms.Padding(1);
  210. this.btnCopyAll.Name = "btnCopyAll";
  211. this.btnCopyAll.Size = new System.Drawing.Size(93, 22);
  212. this.btnCopyAll.TabIndex = 9;
  213. this.btnCopyAll.Text = "复制全部";
  214. this.btnCopyAll.UseVisualStyleBackColor = true;
  215. this.btnCopyAll.Click += new System.EventHandler(this.btnCopyAll_Click);
  216. //
  217. // btnRemove
  218. //
  219. this.btnRemove.Dock = System.Windows.Forms.DockStyle.Fill;
  220. this.btnRemove.Location = new System.Drawing.Point(758, 1);
  221. this.btnRemove.Margin = new System.Windows.Forms.Padding(1);
  222. this.btnRemove.Name = "btnRemove";
  223. this.btnRemove.Size = new System.Drawing.Size(63, 22);
  224. this.btnRemove.TabIndex = 8;
  225. this.btnRemove.Text = "移除";
  226. this.btnRemove.UseVisualStyleBackColor = true;
  227. this.btnRemove.Click += new System.EventHandler(this.RemoveByMatchCondition_Click);
  228. //
  229. // btnExclusive
  230. //
  231. this.btnExclusive.Dock = System.Windows.Forms.DockStyle.Fill;
  232. this.btnExclusive.Location = new System.Drawing.Point(823, 1);
  233. this.btnExclusive.Margin = new System.Windows.Forms.Padding(1);
  234. this.btnExclusive.Name = "btnExclusive";
  235. this.btnExclusive.Size = new System.Drawing.Size(95, 22);
  236. this.btnExclusive.TabIndex = 7;
  237. this.btnExclusive.Text = "Exclusive";
  238. this.btnExclusive.UseVisualStyleBackColor = true;
  239. this.btnExclusive.Click += new System.EventHandler(this.RemoveByMatchCondition_Click);
  240. //
  241. // btnHightlight
  242. //
  243. this.btnHightlight.Dock = System.Windows.Forms.DockStyle.Fill;
  244. this.btnHightlight.Location = new System.Drawing.Point(568, 1);
  245. this.btnHightlight.Margin = new System.Windows.Forms.Padding(1);
  246. this.btnHightlight.Name = "btnHightlight";
  247. this.btnHightlight.Size = new System.Drawing.Size(62, 22);
  248. this.btnHightlight.TabIndex = 5;
  249. this.btnHightlight.Text = "高亮";
  250. this.btnHightlight.UseVisualStyleBackColor = true;
  251. this.btnHightlight.Click += new System.EventHandler(this.btnHightlight_Click);
  252. //
  253. // btnClearHightlight
  254. //
  255. this.btnClearHightlight.Dock = System.Windows.Forms.DockStyle.Fill;
  256. this.btnClearHightlight.Location = new System.Drawing.Point(632, 1);
  257. this.btnClearHightlight.Margin = new System.Windows.Forms.Padding(1);
  258. this.btnClearHightlight.Name = "btnClearHightlight";
  259. this.btnClearHightlight.Size = new System.Drawing.Size(98, 22);
  260. this.btnClearHightlight.TabIndex = 4;
  261. this.btnClearHightlight.Text = "清除高亮";
  262. this.btnClearHightlight.UseVisualStyleBackColor = true;
  263. this.btnClearHightlight.Click += new System.EventHandler(this.btnClearHightlight_Click);
  264. //
  265. // txtFind
  266. //
  267. this.txtFind.Dock = System.Windows.Forms.DockStyle.Fill;
  268. this.txtFind.Location = new System.Drawing.Point(124, 1);
  269. this.txtFind.Margin = new System.Windows.Forms.Padding(1);
  270. this.txtFind.Name = "txtFind";
  271. this.txtFind.Size = new System.Drawing.Size(199, 21);
  272. this.txtFind.TabIndex = 13;
  273. //
  274. // chkRegex
  275. //
  276. this.chkRegex.Dock = System.Windows.Forms.DockStyle.Fill;
  277. this.chkRegex.Location = new System.Drawing.Point(325, 1);
  278. this.chkRegex.Margin = new System.Windows.Forms.Padding(1);
  279. this.chkRegex.Name = "chkRegex";
  280. this.chkRegex.Size = new System.Drawing.Size(69, 22);
  281. this.chkRegex.TabIndex = 14;
  282. this.chkRegex.Text = "正则";
  283. this.chkRegex.UseVisualStyleBackColor = true;
  284. //
  285. // switchWindow
  286. //
  287. this.switchWindow.Dock = System.Windows.Forms.DockStyle.Fill;
  288. this.switchWindow.Location = new System.Drawing.Point(1003, 1);
  289. this.switchWindow.Margin = new System.Windows.Forms.Padding(1);
  290. this.switchWindow.Name = "switchWindow";
  291. this.switchWindow.Size = new System.Drawing.Size(86, 22);
  292. this.switchWindow.TabIndex = 15;
  293. this.switchWindow.Text = "切换显示";
  294. this.switchWindow.UseVisualStyleBackColor = true;
  295. this.switchWindow.Click += new System.EventHandler(this.switchWindow_Click);
  296. //
  297. // tlpBtns
  298. //
  299. this.tlpBtns.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  300. | System.Windows.Forms.AnchorStyles.Right)));
  301. this.tlpBtns.ColumnCount = 17;
  302. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.460036F));
  303. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 15.44965F));
  304. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.457341F));
  305. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7.122806F));
  306. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.571409F));
  307. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 1.627112F));
  308. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 4.958816F));
  309. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7.74815F));
  310. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 2.014519F));
  311. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.036297F));
  312. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7.515706F));
  313. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.036297F));
  314. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 1.394667F));
  315. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.823633F));
  316. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 1.857749F));
  317. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7.350224F));
  318. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.501265F));
  319. this.tlpBtns.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  320. this.tlpBtns.Controls.Add(this.btnSelectFile, 0, 0);
  321. this.tlpBtns.Controls.Add(this.txtFind, 1, 0);
  322. this.tlpBtns.Controls.Add(this.switchWindow, 13, 0);
  323. this.tlpBtns.Controls.Add(this.chkRegex, 2, 0);
  324. this.tlpBtns.Controls.Add(this.btnFind, 3, 0);
  325. this.tlpBtns.Controls.Add(this.btnClear, 11, 0);
  326. this.tlpBtns.Controls.Add(this.btnExclusive, 10, 0);
  327. this.tlpBtns.Controls.Add(this.btnRemove, 9, 0);
  328. this.tlpBtns.Controls.Add(this.btnCount, 4, 0);
  329. this.tlpBtns.Controls.Add(this.btnHightlight, 6, 0);
  330. this.tlpBtns.Controls.Add(this.btnClearHightlight, 7, 0);
  331. this.tlpBtns.Controls.Add(this.btnExport, 16, 0);
  332. this.tlpBtns.Controls.Add(this.btnCopyAll, 15, 0);
  333. this.tlpBtns.Location = new System.Drawing.Point(12, 12);
  334. this.tlpBtns.Name = "tlpBtns";
  335. this.tlpBtns.RowCount = 1;
  336. this.tlpBtns.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  337. this.tlpBtns.Size = new System.Drawing.Size(1301, 24);
  338. this.tlpBtns.TabIndex = 4;
  339. //
  340. // btnClear
  341. //
  342. this.btnClear.Dock = System.Windows.Forms.DockStyle.Fill;
  343. this.btnClear.Location = new System.Drawing.Point(920, 1);
  344. this.btnClear.Margin = new System.Windows.Forms.Padding(1);
  345. this.btnClear.Name = "btnClear";
  346. this.btnClear.Size = new System.Drawing.Size(63, 22);
  347. this.btnClear.TabIndex = 6;
  348. this.btnClear.Text = "清空";
  349. this.btnClear.UseVisualStyleBackColor = true;
  350. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  351. //
  352. // MainForm
  353. //
  354. this.AllowDrop = true;
  355. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  356. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  357. this.ClientSize = new System.Drawing.Size(1325, 713);
  358. this.Controls.Add(this.tlpBtns);
  359. this.Controls.Add(this.splitContainer);
  360. this.Name = "MainForm";
  361. this.Text = "VCommon日志查看器";
  362. this.Load += new System.EventHandler(this.Form1_Load);
  363. this.Shown += new System.EventHandler(this.Form1_Shown);
  364. this.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
  365. this.DragEnter += new System.Windows.Forms.DragEventHandler(this.Form1_DragEnter);
  366. this.splitContainer.Panel1.ResumeLayout(false);
  367. this.splitContainer.Panel2.ResumeLayout(false);
  368. ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
  369. this.splitContainer.ResumeLayout(false);
  370. this.tlpBtns.ResumeLayout(false);
  371. this.tlpBtns.PerformLayout();
  372. this.ResumeLayout(false);
  373. }
  374. #endregion
  375. private System.Windows.Forms.WebBrowser WbJson;
  376. private System.Windows.Forms.ListView LvSummary;
  377. private System.Windows.Forms.ColumnHeader FlieName;
  378. private System.Windows.Forms.ColumnHeader LogTime;
  379. private System.Windows.Forms.ColumnHeader Level;
  380. private System.Windows.Forms.ColumnHeader ThreadName;
  381. private System.Windows.Forms.ColumnHeader Summary;
  382. private System.Windows.Forms.SplitContainer splitContainer;
  383. private System.Windows.Forms.ToolTip toolTip;
  384. private System.Windows.Forms.ToolTip balloon;
  385. private System.Windows.Forms.ColumnHeader Detail;
  386. private System.Windows.Forms.Button switchWindow;
  387. private System.Windows.Forms.CheckBox chkRegex;
  388. private System.Windows.Forms.TextBox txtFind;
  389. private System.Windows.Forms.Button btnClearHightlight;
  390. private System.Windows.Forms.Button btnHightlight;
  391. private System.Windows.Forms.Button btnExclusive;
  392. private System.Windows.Forms.Button btnRemove;
  393. private System.Windows.Forms.Button btnCopyAll;
  394. private System.Windows.Forms.Button btnExport;
  395. private System.Windows.Forms.Button btnFind;
  396. private System.Windows.Forms.Button btnCount;
  397. private System.Windows.Forms.Button btnSelectFile;
  398. private System.Windows.Forms.TableLayoutPanel tlpBtns;
  399. private System.Windows.Forms.Button btnClear;
  400. }
  401. }