ProjectItemPart.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. namespace Oreo.BigBirdDeployer.Parts
  2. {
  3. partial class ProjectItemPart
  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.BTStartOrStop = new System.Windows.Forms.Button();
  29. this.BTConfig = new System.Windows.Forms.Button();
  30. this.LBProjectName = new System.Windows.Forms.Label();
  31. this.LBStatus = new System.Windows.Forms.Label();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.PBLoading = new System.Windows.Forms.PictureBox();
  34. this.LBDesc = new System.Windows.Forms.Label();
  35. this.LBCpu = new System.Windows.Forms.Label();
  36. this.LBRam = new System.Windows.Forms.Label();
  37. this.TBConsole = new System.Windows.Forms.TextBox();
  38. this.LBProcessName = new System.Windows.Forms.Label();
  39. this.panel1.SuspendLayout();
  40. ((System.ComponentModel.ISupportInitialize)(this.PBLoading)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // BTStartOrStop
  44. //
  45. this.BTStartOrStop.Location = new System.Drawing.Point(341, 14);
  46. this.BTStartOrStop.Name = "BTStartOrStop";
  47. this.BTStartOrStop.Size = new System.Drawing.Size(75, 44);
  48. this.BTStartOrStop.TabIndex = 0;
  49. this.BTStartOrStop.Text = "启动/停止";
  50. this.BTStartOrStop.UseVisualStyleBackColor = true;
  51. this.BTStartOrStop.Click += new System.EventHandler(this.BTStartOrStop_Click);
  52. //
  53. // BTConfig
  54. //
  55. this.BTConfig.Location = new System.Drawing.Point(427, 14);
  56. this.BTConfig.Name = "BTConfig";
  57. this.BTConfig.Size = new System.Drawing.Size(75, 44);
  58. this.BTConfig.TabIndex = 1;
  59. this.BTConfig.Text = "配置";
  60. this.BTConfig.UseVisualStyleBackColor = true;
  61. this.BTConfig.Click += new System.EventHandler(this.BTConfig_Click);
  62. //
  63. // LBProjectName
  64. //
  65. this.LBProjectName.BackColor = System.Drawing.Color.SandyBrown;
  66. this.LBProjectName.Dock = System.Windows.Forms.DockStyle.Fill;
  67. this.LBProjectName.ForeColor = System.Drawing.Color.White;
  68. this.LBProjectName.Location = new System.Drawing.Point(0, 0);
  69. this.LBProjectName.Name = "LBProjectName";
  70. this.LBProjectName.Size = new System.Drawing.Size(195, 44);
  71. this.LBProjectName.TabIndex = 2;
  72. this.LBProjectName.Text = "工程名称";
  73. this.LBProjectName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  74. //
  75. // LBStatus
  76. //
  77. this.LBStatus.BackColor = System.Drawing.Color.MediumTurquoise;
  78. this.LBStatus.Dock = System.Windows.Forms.DockStyle.Right;
  79. this.LBStatus.ForeColor = System.Drawing.Color.White;
  80. this.LBStatus.Location = new System.Drawing.Point(195, 0);
  81. this.LBStatus.Name = "LBStatus";
  82. this.LBStatus.Size = new System.Drawing.Size(73, 44);
  83. this.LBStatus.TabIndex = 3;
  84. this.LBStatus.Text = "状态显示";
  85. this.LBStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  86. //
  87. // panel1
  88. //
  89. this.panel1.Controls.Add(this.LBProjectName);
  90. this.panel1.Controls.Add(this.LBStatus);
  91. this.panel1.Location = new System.Drawing.Point(13, 14);
  92. this.panel1.Name = "panel1";
  93. this.panel1.Size = new System.Drawing.Size(268, 44);
  94. this.panel1.TabIndex = 4;
  95. //
  96. // PBLoading
  97. //
  98. this.PBLoading.Location = new System.Drawing.Point(288, 14);
  99. this.PBLoading.Name = "PBLoading";
  100. this.PBLoading.Size = new System.Drawing.Size(47, 44);
  101. this.PBLoading.TabIndex = 5;
  102. this.PBLoading.TabStop = false;
  103. //
  104. // LBDesc
  105. //
  106. this.LBDesc.AutoSize = true;
  107. this.LBDesc.ForeColor = System.Drawing.Color.White;
  108. this.LBDesc.Location = new System.Drawing.Point(11, 73);
  109. this.LBDesc.Name = "LBDesc";
  110. this.LBDesc.Size = new System.Drawing.Size(29, 12);
  111. this.LBDesc.TabIndex = 7;
  112. this.LBDesc.Text = "描述";
  113. //
  114. // LBCpu
  115. //
  116. this.LBCpu.AutoSize = true;
  117. this.LBCpu.ForeColor = System.Drawing.Color.White;
  118. this.LBCpu.Location = new System.Drawing.Point(305, 73);
  119. this.LBCpu.Name = "LBCpu";
  120. this.LBCpu.Size = new System.Drawing.Size(53, 12);
  121. this.LBCpu.TabIndex = 8;
  122. this.LBCpu.Text = "CPU:0 %";
  123. //
  124. // LBRam
  125. //
  126. this.LBRam.AutoSize = true;
  127. this.LBRam.ForeColor = System.Drawing.Color.White;
  128. this.LBRam.Location = new System.Drawing.Point(387, 73);
  129. this.LBRam.Name = "LBRam";
  130. this.LBRam.Size = new System.Drawing.Size(65, 12);
  131. this.LBRam.TabIndex = 9;
  132. this.LBRam.Text = "内存:0 MB";
  133. //
  134. // TBConsole
  135. //
  136. this.TBConsole.Location = new System.Drawing.Point(13, 100);
  137. this.TBConsole.Multiline = true;
  138. this.TBConsole.Name = "TBConsole";
  139. this.TBConsole.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  140. this.TBConsole.Size = new System.Drawing.Size(487, 240);
  141. this.TBConsole.TabIndex = 6;
  142. //
  143. // LBProcessName
  144. //
  145. this.LBProcessName.AutoSize = true;
  146. this.LBProcessName.ForeColor = System.Drawing.Color.White;
  147. this.LBProcessName.Location = new System.Drawing.Point(111, 73);
  148. this.LBProcessName.Name = "LBProcessName";
  149. this.LBProcessName.Size = new System.Drawing.Size(41, 12);
  150. this.LBProcessName.TabIndex = 10;
  151. this.LBProcessName.Text = "进程名";
  152. //
  153. // ProjectItemPart
  154. //
  155. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  156. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  157. this.BackColor = System.Drawing.Color.DimGray;
  158. this.Controls.Add(this.LBProcessName);
  159. this.Controls.Add(this.LBRam);
  160. this.Controls.Add(this.LBCpu);
  161. this.Controls.Add(this.LBDesc);
  162. this.Controls.Add(this.TBConsole);
  163. this.Controls.Add(this.PBLoading);
  164. this.Controls.Add(this.panel1);
  165. this.Controls.Add(this.BTConfig);
  166. this.Controls.Add(this.BTStartOrStop);
  167. this.Name = "ProjectItemPart";
  168. this.Size = new System.Drawing.Size(513, 95);
  169. this.Load += new System.EventHandler(this.ProjectItemPart_Load);
  170. this.panel1.ResumeLayout(false);
  171. ((System.ComponentModel.ISupportInitialize)(this.PBLoading)).EndInit();
  172. this.ResumeLayout(false);
  173. this.PerformLayout();
  174. }
  175. #endregion
  176. private System.Windows.Forms.Button BTStartOrStop;
  177. private System.Windows.Forms.Button BTConfig;
  178. private System.Windows.Forms.Label LBProjectName;
  179. private System.Windows.Forms.Label LBStatus;
  180. private System.Windows.Forms.Panel panel1;
  181. private System.Windows.Forms.PictureBox PBLoading;
  182. private System.Windows.Forms.Label LBDesc;
  183. private System.Windows.Forms.Label LBCpu;
  184. private System.Windows.Forms.Label LBRam;
  185. private System.Windows.Forms.TextBox TBConsole;
  186. private System.Windows.Forms.Label LBProcessName;
  187. }
  188. }