LogNetAnalysisControl.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. namespace HslCommunication.LogNet
  2. {
  3. partial class LogNetAnalysisControl
  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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.textBox1 = new System.Windows.Forms.TextBox();
  29. this.textBox2 = new System.Windows.Forms.TextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.textBox3 = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.tabControl1 = new System.Windows.Forms.TabControl();
  34. this.tabPage1 = new System.Windows.Forms.TabPage();
  35. this.tabPage2 = new System.Windows.Forms.TabPage();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.checkBox1 = new System.Windows.Forms.CheckBox();
  38. this.textBox4 = new System.Windows.Forms.TextBox();
  39. this.userButton_source = new HslCommunication.Controls.UserButton();
  40. this.userButton_All = new HslCommunication.Controls.UserButton();
  41. this.userButton_Fatal = new HslCommunication.Controls.UserButton();
  42. this.userButton_Error = new HslCommunication.Controls.UserButton();
  43. this.userButton_Warn = new HslCommunication.Controls.UserButton();
  44. this.userButton_Info = new HslCommunication.Controls.UserButton();
  45. this.userButton_Debug = new HslCommunication.Controls.UserButton();
  46. this.tabControl1.SuspendLayout();
  47. this.tabPage1.SuspendLayout();
  48. this.tabPage2.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // textBox1
  53. //
  54. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  55. this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  56. this.textBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.textBox1.Location = new System.Drawing.Point(3, 3);
  58. this.textBox1.Multiline = true;
  59. this.textBox1.Name = "textBox1";
  60. this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  61. this.textBox1.Size = new System.Drawing.Size(728, 434);
  62. this.textBox1.TabIndex = 0;
  63. //
  64. // textBox2
  65. //
  66. this.textBox2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.textBox2.Location = new System.Drawing.Point(92, 4);
  68. this.textBox2.Name = "textBox2";
  69. this.textBox2.Size = new System.Drawing.Size(156, 23);
  70. this.textBox2.TabIndex = 2;
  71. //
  72. // label1
  73. //
  74. this.label1.AutoSize = true;
  75. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.label1.Location = new System.Drawing.Point(264, 6);
  77. this.label1.Name = "label1";
  78. this.label1.Size = new System.Drawing.Size(28, 17);
  79. this.label1.TabIndex = 3;
  80. this.label1.Text = "----";
  81. //
  82. // textBox3
  83. //
  84. this.textBox3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.textBox3.Location = new System.Drawing.Point(304, 4);
  86. this.textBox3.Name = "textBox3";
  87. this.textBox3.Size = new System.Drawing.Size(156, 23);
  88. this.textBox3.TabIndex = 4;
  89. //
  90. // label2
  91. //
  92. this.label2.AutoSize = true;
  93. this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.label2.Location = new System.Drawing.Point(3, 8);
  95. this.label2.Name = "label2";
  96. this.label2.Size = new System.Drawing.Size(68, 17);
  97. this.label2.TabIndex = 12;
  98. this.label2.Text = "时间选择:";
  99. //
  100. // tabControl1
  101. //
  102. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  103. | System.Windows.Forms.AnchorStyles.Left)
  104. | System.Windows.Forms.AnchorStyles.Right)));
  105. this.tabControl1.Controls.Add(this.tabPage1);
  106. this.tabControl1.Controls.Add(this.tabPage2);
  107. this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.tabControl1.Location = new System.Drawing.Point(6, 34);
  109. this.tabControl1.Name = "tabControl1";
  110. this.tabControl1.SelectedIndex = 0;
  111. this.tabControl1.Size = new System.Drawing.Size(742, 470);
  112. this.tabControl1.TabIndex = 15;
  113. //
  114. // tabPage1
  115. //
  116. this.tabPage1.Controls.Add(this.textBox1);
  117. this.tabPage1.Location = new System.Drawing.Point(4, 26);
  118. this.tabPage1.Name = "tabPage1";
  119. this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
  120. this.tabPage1.Size = new System.Drawing.Size(734, 440);
  121. this.tabPage1.TabIndex = 0;
  122. this.tabPage1.Text = "数据视图";
  123. this.tabPage1.UseVisualStyleBackColor = true;
  124. //
  125. // tabPage2
  126. //
  127. this.tabPage2.Controls.Add(this.pictureBox1);
  128. this.tabPage2.Location = new System.Drawing.Point(4, 26);
  129. this.tabPage2.Name = "tabPage2";
  130. this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
  131. this.tabPage2.Size = new System.Drawing.Size(734, 440);
  132. this.tabPage2.TabIndex = 1;
  133. this.tabPage2.Text = "分布视图";
  134. this.tabPage2.UseVisualStyleBackColor = true;
  135. //
  136. // pictureBox1
  137. //
  138. this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  139. | System.Windows.Forms.AnchorStyles.Left)
  140. | System.Windows.Forms.AnchorStyles.Right)));
  141. this.pictureBox1.Location = new System.Drawing.Point(6, 11);
  142. this.pictureBox1.Name = "pictureBox1";
  143. this.pictureBox1.Size = new System.Drawing.Size(708, 402);
  144. this.pictureBox1.TabIndex = 0;
  145. this.pictureBox1.TabStop = false;
  146. this.pictureBox1.SizeChanged += new System.EventHandler(this.pictureBox1_SizeChanged);
  147. this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
  148. this.pictureBox1.DoubleClick += new System.EventHandler(this.pictureBox1_DoubleClick);
  149. this.pictureBox1.MouseEnter += new System.EventHandler(this.pictureBox1_MouseEnter);
  150. this.pictureBox1.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
  151. this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseMove);
  152. //
  153. // checkBox1
  154. //
  155. this.checkBox1.AutoSize = true;
  156. this.checkBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.checkBox1.Location = new System.Drawing.Point(514, 5);
  158. this.checkBox1.Name = "checkBox1";
  159. this.checkBox1.Size = new System.Drawing.Size(111, 21);
  160. this.checkBox1.TabIndex = 16;
  161. this.checkBox1.Text = "使用正则表达式";
  162. this.checkBox1.UseVisualStyleBackColor = true;
  163. //
  164. // textBox4
  165. //
  166. this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  167. | System.Windows.Forms.AnchorStyles.Right)));
  168. this.textBox4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.textBox4.Location = new System.Drawing.Point(514, 27);
  170. this.textBox4.Name = "textBox4";
  171. this.textBox4.Size = new System.Drawing.Size(227, 23);
  172. this.textBox4.TabIndex = 17;
  173. //
  174. // userButton_source
  175. //
  176. this.userButton_source.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  177. this.userButton_source.BackColor = System.Drawing.Color.Transparent;
  178. this.userButton_source.CustomerInformation = "";
  179. this.userButton_source.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
  180. this.userButton_source.Font = new System.Drawing.Font("微软雅黑", 9F);
  181. this.userButton_source.Location = new System.Drawing.Point(650, 513);
  182. this.userButton_source.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  183. this.userButton_source.Name = "userButton_source";
  184. this.userButton_source.Size = new System.Drawing.Size(98, 25);
  185. this.userButton_source.TabIndex = 13;
  186. this.userButton_source.UIText = "源日志";
  187. this.userButton_source.Click += new System.EventHandler(this.userButton_source_Click);
  188. //
  189. // userButton_All
  190. //
  191. this.userButton_All.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  192. this.userButton_All.BackColor = System.Drawing.Color.Transparent;
  193. this.userButton_All.CustomerInformation = "";
  194. this.userButton_All.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
  195. this.userButton_All.Font = new System.Drawing.Font("微软雅黑", 9F);
  196. this.userButton_All.Location = new System.Drawing.Point(525, 513);
  197. this.userButton_All.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  198. this.userButton_All.Name = "userButton_All";
  199. this.userButton_All.Size = new System.Drawing.Size(98, 25);
  200. this.userButton_All.TabIndex = 11;
  201. this.userButton_All.UIText = "全部";
  202. this.userButton_All.Click += new System.EventHandler(this.userButton_All_Click);
  203. //
  204. // userButton_Fatal
  205. //
  206. this.userButton_Fatal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  207. this.userButton_Fatal.BackColor = System.Drawing.Color.Transparent;
  208. this.userButton_Fatal.CustomerInformation = "";
  209. this.userButton_Fatal.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
  210. this.userButton_Fatal.Font = new System.Drawing.Font("微软雅黑", 9F);
  211. this.userButton_Fatal.Location = new System.Drawing.Point(422, 513);
  212. this.userButton_Fatal.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  213. this.userButton_Fatal.Name = "userButton_Fatal";
  214. this.userButton_Fatal.Size = new System.Drawing.Size(98, 25);
  215. this.userButton_Fatal.TabIndex = 10;
  216. this.userButton_Fatal.UIText = "致命";
  217. this.userButton_Fatal.Click += new System.EventHandler(this.userButton_Fatal_Click);
  218. //
  219. // userButton_Error
  220. //
  221. this.userButton_Error.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  222. this.userButton_Error.BackColor = System.Drawing.Color.Transparent;
  223. this.userButton_Error.CustomerInformation = "";
  224. this.userButton_Error.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
  225. this.userButton_Error.Font = new System.Drawing.Font("微软雅黑", 9F);
  226. this.userButton_Error.Location = new System.Drawing.Point(318, 513);
  227. this.userButton_Error.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  228. this.userButton_Error.Name = "userButton_Error";
  229. this.userButton_Error.Size = new System.Drawing.Size(98, 25);
  230. this.userButton_Error.TabIndex = 9;
  231. this.userButton_Error.UIText = "错误";
  232. this.userButton_Error.Click += new System.EventHandler(this.userButton_Error_Click);
  233. //
  234. // userButton_Warn
  235. //
  236. this.userButton_Warn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  237. this.userButton_Warn.BackColor = System.Drawing.Color.Transparent;
  238. this.userButton_Warn.CustomerInformation = "";
  239. this.userButton_Warn.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
  240. this.userButton_Warn.Font = new System.Drawing.Font("微软雅黑", 9F);
  241. this.userButton_Warn.Location = new System.Drawing.Point(214, 513);
  242. this.userButton_Warn.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  243. this.userButton_Warn.Name = "userButton_Warn";
  244. this.userButton_Warn.Size = new System.Drawing.Size(98, 25);
  245. this.userButton_Warn.TabIndex = 8;
  246. this.userButton_Warn.UIText = "警告";
  247. this.userButton_Warn.Click += new System.EventHandler(this.userButton_Warn_Click);
  248. //
  249. // userButton_Info
  250. //
  251. this.userButton_Info.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  252. this.userButton_Info.BackColor = System.Drawing.Color.Transparent;
  253. this.userButton_Info.CustomerInformation = "";
  254. this.userButton_Info.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
  255. this.userButton_Info.Font = new System.Drawing.Font("微软雅黑", 9F);
  256. this.userButton_Info.Location = new System.Drawing.Point(110, 513);
  257. this.userButton_Info.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  258. this.userButton_Info.Name = "userButton_Info";
  259. this.userButton_Info.Size = new System.Drawing.Size(98, 25);
  260. this.userButton_Info.TabIndex = 7;
  261. this.userButton_Info.UIText = "信息";
  262. this.userButton_Info.Click += new System.EventHandler(this.userButton_Info_Click);
  263. //
  264. // userButton_Debug
  265. //
  266. this.userButton_Debug.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  267. this.userButton_Debug.BackColor = System.Drawing.Color.Transparent;
  268. this.userButton_Debug.CustomerInformation = "";
  269. this.userButton_Debug.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
  270. this.userButton_Debug.Font = new System.Drawing.Font("微软雅黑", 9F);
  271. this.userButton_Debug.Location = new System.Drawing.Point(6, 513);
  272. this.userButton_Debug.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  273. this.userButton_Debug.Name = "userButton_Debug";
  274. this.userButton_Debug.Size = new System.Drawing.Size(98, 25);
  275. this.userButton_Debug.TabIndex = 6;
  276. this.userButton_Debug.UIText = "调试";
  277. this.userButton_Debug.Click += new System.EventHandler(this.userButton_Debug_Click);
  278. //
  279. // LogNetAnalysisControl
  280. //
  281. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  282. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  283. this.Controls.Add(this.textBox4);
  284. this.Controls.Add(this.checkBox1);
  285. this.Controls.Add(this.tabControl1);
  286. this.Controls.Add(this.userButton_source);
  287. this.Controls.Add(this.label2);
  288. this.Controls.Add(this.userButton_All);
  289. this.Controls.Add(this.userButton_Fatal);
  290. this.Controls.Add(this.userButton_Error);
  291. this.Controls.Add(this.userButton_Warn);
  292. this.Controls.Add(this.userButton_Info);
  293. this.Controls.Add(this.userButton_Debug);
  294. this.Controls.Add(this.textBox3);
  295. this.Controls.Add(this.label1);
  296. this.Controls.Add(this.textBox2);
  297. this.Name = "LogNetAnalysisControl";
  298. this.Size = new System.Drawing.Size(752, 542);
  299. this.Load += new System.EventHandler(this.LogNetAnalysisControl_Load);
  300. this.tabControl1.ResumeLayout(false);
  301. this.tabPage1.ResumeLayout(false);
  302. this.tabPage1.PerformLayout();
  303. this.tabPage2.ResumeLayout(false);
  304. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  305. this.ResumeLayout(false);
  306. this.PerformLayout();
  307. }
  308. #endregion
  309. private System.Windows.Forms.TextBox textBox1;
  310. private System.Windows.Forms.TextBox textBox2;
  311. private System.Windows.Forms.Label label1;
  312. private System.Windows.Forms.TextBox textBox3;
  313. private Controls.UserButton userButton_Debug;
  314. private Controls.UserButton userButton_Info;
  315. private Controls.UserButton userButton_Warn;
  316. private Controls.UserButton userButton_Error;
  317. private Controls.UserButton userButton_Fatal;
  318. private Controls.UserButton userButton_All;
  319. private System.Windows.Forms.Label label2;
  320. private Controls.UserButton userButton_source;
  321. private System.Windows.Forms.TabControl tabControl1;
  322. private System.Windows.Forms.TabPage tabPage1;
  323. private System.Windows.Forms.TabPage tabPage2;
  324. private System.Windows.Forms.PictureBox pictureBox1;
  325. private System.Windows.Forms.CheckBox checkBox1;
  326. private System.Windows.Forms.TextBox textBox4;
  327. }
  328. }