FormLogNetView.Designer.cs 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. namespace HslCommunication.LogNet
  2. {
  3. partial class FormLogNetView
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLogNetView));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.userButton1 = new HslCommunication.Controls.UserButton();
  32. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  33. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  34. this.logNetAnalysisControl1 = new HslCommunication.LogNet.LogNetAnalysisControl();
  35. this.statusStrip1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // label1
  39. //
  40. this.label1.AutoSize = true;
  41. this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  42. this.label1.Location = new System.Drawing.Point(9, 9);
  43. this.label1.Name = "label1";
  44. this.label1.Size = new System.Drawing.Size(68, 17);
  45. this.label1.TabIndex = 1;
  46. this.label1.Text = "文件路径:";
  47. //
  48. // textBox1
  49. //
  50. this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  51. | System.Windows.Forms.AnchorStyles.Right)));
  52. this.textBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  53. this.textBox1.Location = new System.Drawing.Point(74, 6);
  54. this.textBox1.Name = "textBox1";
  55. this.textBox1.Size = new System.Drawing.Size(622, 23);
  56. this.textBox1.TabIndex = 2;
  57. //
  58. // userButton1
  59. //
  60. this.userButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  61. this.userButton1.BackColor = System.Drawing.Color.Transparent;
  62. this.userButton1.CustomerInformation = "";
  63. this.userButton1.EnableColor = System.Drawing.Color.FromArgb(((int)(((byte)(190)))), ((int)(((byte)(190)))), ((int)(((byte)(190)))));
  64. this.userButton1.Font = new System.Drawing.Font("微软雅黑", 9F);
  65. this.userButton1.Location = new System.Drawing.Point(717, 6);
  66. this.userButton1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  67. this.userButton1.Name = "userButton1";
  68. this.userButton1.Size = new System.Drawing.Size(95, 25);
  69. this.userButton1.TabIndex = 3;
  70. this.userButton1.UIText = "文件选择";
  71. this.userButton1.Click += new System.EventHandler(this.userButton1_Click);
  72. //
  73. // statusStrip1
  74. //
  75. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  76. this.toolStripStatusLabel1});
  77. this.statusStrip1.Location = new System.Drawing.Point(0, 555);
  78. this.statusStrip1.Name = "statusStrip1";
  79. this.statusStrip1.Size = new System.Drawing.Size(824, 22);
  80. this.statusStrip1.TabIndex = 4;
  81. this.statusStrip1.Text = "statusStrip1";
  82. //
  83. // toolStripStatusLabel1
  84. //
  85. this.toolStripStatusLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
  86. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  87. this.toolStripStatusLabel1.Size = new System.Drawing.Size(248, 17);
  88. this.toolStripStatusLabel1.Text = "本日志查看器由HslCommunication提供支持";
  89. //
  90. // logNetAnalysisControl1
  91. //
  92. this.logNetAnalysisControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  93. | System.Windows.Forms.AnchorStyles.Left)
  94. | System.Windows.Forms.AnchorStyles.Right)));
  95. this.logNetAnalysisControl1.Location = new System.Drawing.Point(6, 30);
  96. this.logNetAnalysisControl1.Name = "logNetAnalysisControl1";
  97. this.logNetAnalysisControl1.Size = new System.Drawing.Size(818, 522);
  98. this.logNetAnalysisControl1.TabIndex = 0;
  99. this.logNetAnalysisControl1.Load += new System.EventHandler(this.logNetAnalysisControl1_Load);
  100. //
  101. // FormLogNetView
  102. //
  103. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  104. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  105. this.ClientSize = new System.Drawing.Size(824, 577);
  106. this.Controls.Add(this.statusStrip1);
  107. this.Controls.Add(this.userButton1);
  108. this.Controls.Add(this.textBox1);
  109. this.Controls.Add(this.label1);
  110. this.Controls.Add(this.logNetAnalysisControl1);
  111. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  112. this.Name = "FormLogNetView";
  113. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  114. this.Text = "日志查看器";
  115. this.Load += new System.EventHandler(this.FormLogNetView_Load);
  116. this.statusStrip1.ResumeLayout(false);
  117. this.statusStrip1.PerformLayout();
  118. this.ResumeLayout(false);
  119. this.PerformLayout();
  120. }
  121. #endregion
  122. private LogNetAnalysisControl logNetAnalysisControl1;
  123. private System.Windows.Forms.Label label1;
  124. private System.Windows.Forms.TextBox textBox1;
  125. private Controls.UserButton userButton1;
  126. private System.Windows.Forms.StatusStrip statusStrip1;
  127. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  128. }
  129. }