LogUI.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. namespace ProjectManagementSystem.UI
  2. {
  3. partial class LogUI
  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.richTextBox1 = new System.Windows.Forms.RichTextBox();
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.panel2 = new System.Windows.Forms.Panel();
  31. this.checkBox1 = new System.Windows.Forms.CheckBox();
  32. this.button3 = new System.Windows.Forms.Button();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.button1 = new System.Windows.Forms.Button();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.comboBox1 = new System.Windows.Forms.ComboBox();
  37. this.panel1.SuspendLayout();
  38. this.panel2.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // richTextBox1
  42. //
  43. this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  44. this.richTextBox1.Location = new System.Drawing.Point(0, 0);
  45. this.richTextBox1.Margin = new System.Windows.Forms.Padding(2);
  46. this.richTextBox1.Name = "richTextBox1";
  47. this.richTextBox1.Size = new System.Drawing.Size(1072, 593);
  48. this.richTextBox1.TabIndex = 0;
  49. this.richTextBox1.Text = "";
  50. //
  51. // panel1
  52. //
  53. this.panel1.Controls.Add(this.richTextBox1);
  54. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.panel1.Location = new System.Drawing.Point(0, 0);
  56. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  57. this.panel1.Name = "panel1";
  58. this.panel1.Size = new System.Drawing.Size(1072, 593);
  59. this.panel1.TabIndex = 1;
  60. //
  61. // panel2
  62. //
  63. this.panel2.Controls.Add(this.checkBox1);
  64. this.panel2.Controls.Add(this.button3);
  65. this.panel2.Controls.Add(this.button2);
  66. this.panel2.Controls.Add(this.button1);
  67. this.panel2.Controls.Add(this.label1);
  68. this.panel2.Controls.Add(this.comboBox1);
  69. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  70. this.panel2.Location = new System.Drawing.Point(0, 593);
  71. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  72. this.panel2.Name = "panel2";
  73. this.panel2.Size = new System.Drawing.Size(1072, 41);
  74. this.panel2.TabIndex = 2;
  75. //
  76. // checkBox1
  77. //
  78. this.checkBox1.AutoSize = true;
  79. this.checkBox1.Checked = true;
  80. this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
  81. this.checkBox1.Location = new System.Drawing.Point(263, 10);
  82. this.checkBox1.Name = "checkBox1";
  83. this.checkBox1.Size = new System.Drawing.Size(106, 22);
  84. this.checkBox1.TabIndex = 5;
  85. this.checkBox1.Text = "自动滚动";
  86. this.checkBox1.UseVisualStyleBackColor = true;
  87. //
  88. // button3
  89. //
  90. this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  91. this.button3.Location = new System.Drawing.Point(670, 3);
  92. this.button3.Name = "button3";
  93. this.button3.Size = new System.Drawing.Size(129, 34);
  94. this.button3.TabIndex = 4;
  95. this.button3.Text = "打包日志";
  96. this.button3.UseVisualStyleBackColor = true;
  97. this.button3.Visible = false;
  98. this.button3.Click += new System.EventHandler(this.button3_Click);
  99. //
  100. // button2
  101. //
  102. this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  103. this.button2.Location = new System.Drawing.Point(805, 3);
  104. this.button2.Name = "button2";
  105. this.button2.Size = new System.Drawing.Size(129, 34);
  106. this.button2.TabIndex = 3;
  107. this.button2.Text = "日志分析";
  108. this.button2.UseVisualStyleBackColor = true;
  109. this.button2.Visible = false;
  110. this.button2.Click += new System.EventHandler(this.button2_Click);
  111. //
  112. // button1
  113. //
  114. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  115. this.button1.Location = new System.Drawing.Point(940, 3);
  116. this.button1.Name = "button1";
  117. this.button1.Size = new System.Drawing.Size(129, 34);
  118. this.button1.TabIndex = 2;
  119. this.button1.Text = "打开日志目录";
  120. this.button1.UseVisualStyleBackColor = true;
  121. this.button1.Click += new System.EventHandler(this.button1_Click);
  122. //
  123. // label1
  124. //
  125. this.label1.AutoSize = true;
  126. this.label1.Location = new System.Drawing.Point(2, 14);
  127. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  128. this.label1.Name = "label1";
  129. this.label1.Size = new System.Drawing.Size(116, 18);
  130. this.label1.TabIndex = 1;
  131. this.label1.Text = "显示日志级别";
  132. //
  133. // comboBox1
  134. //
  135. this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  136. this.comboBox1.FormattingEnabled = true;
  137. this.comboBox1.Location = new System.Drawing.Point(122, 8);
  138. this.comboBox1.Margin = new System.Windows.Forms.Padding(2);
  139. this.comboBox1.Name = "comboBox1";
  140. this.comboBox1.Size = new System.Drawing.Size(126, 26);
  141. this.comboBox1.TabIndex = 0;
  142. this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
  143. //
  144. // LogUI
  145. //
  146. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  147. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  148. this.Controls.Add(this.panel1);
  149. this.Controls.Add(this.panel2);
  150. this.Margin = new System.Windows.Forms.Padding(2);
  151. this.Name = "LogUI";
  152. this.Size = new System.Drawing.Size(1072, 634);
  153. this.Load += new System.EventHandler(this.LogUI_Load);
  154. this.panel1.ResumeLayout(false);
  155. this.panel2.ResumeLayout(false);
  156. this.panel2.PerformLayout();
  157. this.ResumeLayout(false);
  158. }
  159. #endregion
  160. private System.Windows.Forms.RichTextBox richTextBox1;
  161. private System.Windows.Forms.Panel panel1;
  162. private System.Windows.Forms.Panel panel2;
  163. private System.Windows.Forms.ComboBox comboBox1;
  164. private System.Windows.Forms.Label label1;
  165. private System.Windows.Forms.Button button1;
  166. private System.Windows.Forms.Button button2;
  167. private System.Windows.Forms.Button button3;
  168. private System.Windows.Forms.CheckBox checkBox1;
  169. }
  170. }