FaultLogModifyPartial.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. namespace Oreo.FaultLog.Partials
  2. {
  3. partial class FaultLogModifyPartial
  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.panel2 = new System.Windows.Forms.Panel();
  29. this.CbIsFinish = new System.Windows.Forms.CheckBox();
  30. this.label4 = new System.Windows.Forms.Label();
  31. this.CbSystem = new System.Windows.Forms.ComboBox();
  32. this.TbPostscript = new System.Windows.Forms.TextBox();
  33. this.TbSolution = new System.Windows.Forms.TextBox();
  34. this.TbProblem = new System.Windows.Forms.TextBox();
  35. this.label8 = new System.Windows.Forms.Label();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.label6 = new System.Windows.Forms.Label();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.panel1 = new System.Windows.Forms.Panel();
  40. this.TbAddress = new System.Windows.Forms.TextBox();
  41. this.TbPhone = new System.Windows.Forms.TextBox();
  42. this.TbIp = new System.Windows.Forms.TextBox();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.label2 = new System.Windows.Forms.Label();
  45. this.label7 = new System.Windows.Forms.Label();
  46. this.panel2.SuspendLayout();
  47. this.panel1.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // panel2
  51. //
  52. this.panel2.Controls.Add(this.CbIsFinish);
  53. this.panel2.Controls.Add(this.label4);
  54. this.panel2.Controls.Add(this.CbSystem);
  55. this.panel2.Controls.Add(this.TbPostscript);
  56. this.panel2.Controls.Add(this.TbSolution);
  57. this.panel2.Controls.Add(this.TbProblem);
  58. this.panel2.Controls.Add(this.label8);
  59. this.panel2.Controls.Add(this.label3);
  60. this.panel2.Controls.Add(this.label6);
  61. this.panel2.Controls.Add(this.label5);
  62. this.panel2.Location = new System.Drawing.Point(12, 56);
  63. this.panel2.Name = "panel2";
  64. this.panel2.Size = new System.Drawing.Size(677, 200);
  65. this.panel2.TabIndex = 35;
  66. //
  67. // CbIsFinish
  68. //
  69. this.CbIsFinish.AutoSize = true;
  70. this.CbIsFinish.Location = new System.Drawing.Point(392, 140);
  71. this.CbIsFinish.Name = "CbIsFinish";
  72. this.CbIsFinish.Size = new System.Drawing.Size(15, 14);
  73. this.CbIsFinish.TabIndex = 30;
  74. this.CbIsFinish.UseVisualStyleBackColor = true;
  75. //
  76. // label4
  77. //
  78. this.label4.AutoSize = true;
  79. this.label4.Location = new System.Drawing.Point(351, 141);
  80. this.label4.Name = "label4";
  81. this.label4.Size = new System.Drawing.Size(35, 12);
  82. this.label4.TabIndex = 29;
  83. this.label4.Text = "解决:";
  84. //
  85. // CbSystem
  86. //
  87. this.CbSystem.FormattingEnabled = true;
  88. this.CbSystem.Items.AddRange(new object[] {
  89. "xp",
  90. "win7"});
  91. this.CbSystem.Location = new System.Drawing.Point(392, 109);
  92. this.CbSystem.Name = "CbSystem";
  93. this.CbSystem.Size = new System.Drawing.Size(100, 20);
  94. this.CbSystem.TabIndex = 27;
  95. //
  96. // TbPostscript
  97. //
  98. this.TbPostscript.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.TbPostscript.Location = new System.Drawing.Point(62, 106);
  100. this.TbPostscript.Multiline = true;
  101. this.TbPostscript.Name = "TbPostscript";
  102. this.TbPostscript.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  103. this.TbPostscript.Size = new System.Drawing.Size(254, 79);
  104. this.TbPostscript.TabIndex = 26;
  105. this.TbPostscript.Text = "备注\r\n备注";
  106. //
  107. // TbSolution
  108. //
  109. this.TbSolution.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.TbSolution.Location = new System.Drawing.Point(392, 13);
  111. this.TbSolution.Multiline = true;
  112. this.TbSolution.Name = "TbSolution";
  113. this.TbSolution.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  114. this.TbSolution.Size = new System.Drawing.Size(254, 79);
  115. this.TbSolution.TabIndex = 25;
  116. this.TbSolution.Text = "解决\r\n解决";
  117. //
  118. // TbProblem
  119. //
  120. this.TbProblem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.TbProblem.Location = new System.Drawing.Point(62, 13);
  122. this.TbProblem.Multiline = true;
  123. this.TbProblem.Name = "TbProblem";
  124. this.TbProblem.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  125. this.TbProblem.Size = new System.Drawing.Size(254, 79);
  126. this.TbProblem.TabIndex = 24;
  127. this.TbProblem.Text = "问题\r\n问题";
  128. //
  129. // label8
  130. //
  131. this.label8.AutoSize = true;
  132. this.label8.Location = new System.Drawing.Point(21, 19);
  133. this.label8.Name = "label8";
  134. this.label8.Size = new System.Drawing.Size(35, 12);
  135. this.label8.TabIndex = 23;
  136. this.label8.Text = "问题:";
  137. //
  138. // label3
  139. //
  140. this.label3.AutoSize = true;
  141. this.label3.Location = new System.Drawing.Point(351, 19);
  142. this.label3.Name = "label3";
  143. this.label3.Size = new System.Drawing.Size(35, 12);
  144. this.label3.TabIndex = 19;
  145. this.label3.Text = "解决:";
  146. //
  147. // label6
  148. //
  149. this.label6.AutoSize = true;
  150. this.label6.Location = new System.Drawing.Point(21, 109);
  151. this.label6.Name = "label6";
  152. this.label6.Size = new System.Drawing.Size(35, 12);
  153. this.label6.TabIndex = 21;
  154. this.label6.Text = "备注:";
  155. //
  156. // label5
  157. //
  158. this.label5.AutoSize = true;
  159. this.label5.Location = new System.Drawing.Point(351, 112);
  160. this.label5.Name = "label5";
  161. this.label5.Size = new System.Drawing.Size(35, 12);
  162. this.label5.TabIndex = 20;
  163. this.label5.Text = "系统:";
  164. //
  165. // panel1
  166. //
  167. this.panel1.BackColor = System.Drawing.Color.LightGray;
  168. this.panel1.Controls.Add(this.TbAddress);
  169. this.panel1.Controls.Add(this.TbPhone);
  170. this.panel1.Controls.Add(this.TbIp);
  171. this.panel1.Controls.Add(this.label1);
  172. this.panel1.Controls.Add(this.label2);
  173. this.panel1.Controls.Add(this.label7);
  174. this.panel1.Location = new System.Drawing.Point(12, 13);
  175. this.panel1.Name = "panel1";
  176. this.panel1.Size = new System.Drawing.Size(677, 37);
  177. this.panel1.TabIndex = 34;
  178. //
  179. // TbAddress
  180. //
  181. this.TbAddress.Location = new System.Drawing.Point(537, 8);
  182. this.TbAddress.Name = "TbAddress";
  183. this.TbAddress.Size = new System.Drawing.Size(100, 21);
  184. this.TbAddress.TabIndex = 25;
  185. this.TbAddress.Text = "青岛市李沧区";
  186. //
  187. // TbPhone
  188. //
  189. this.TbPhone.Location = new System.Drawing.Point(302, 8);
  190. this.TbPhone.Name = "TbPhone";
  191. this.TbPhone.Size = new System.Drawing.Size(100, 21);
  192. this.TbPhone.TabIndex = 24;
  193. this.TbPhone.Text = "13612341234";
  194. //
  195. // TbIp
  196. //
  197. this.TbIp.Location = new System.Drawing.Point(61, 8);
  198. this.TbIp.Name = "TbIp";
  199. this.TbIp.Size = new System.Drawing.Size(100, 21);
  200. this.TbIp.TabIndex = 23;
  201. this.TbIp.Text = "192.168.100.100";
  202. //
  203. // label1
  204. //
  205. this.label1.AutoSize = true;
  206. this.label1.Location = new System.Drawing.Point(502, 12);
  207. this.label1.Name = "label1";
  208. this.label1.Size = new System.Drawing.Size(35, 12);
  209. this.label1.TabIndex = 17;
  210. this.label1.Text = "地址:";
  211. //
  212. // label2
  213. //
  214. this.label2.AutoSize = true;
  215. this.label2.Location = new System.Drawing.Point(38, 12);
  216. this.label2.Name = "label2";
  217. this.label2.Size = new System.Drawing.Size(23, 12);
  218. this.label2.TabIndex = 18;
  219. this.label2.Text = "IP:";
  220. //
  221. // label7
  222. //
  223. this.label7.AutoSize = true;
  224. this.label7.Location = new System.Drawing.Point(267, 12);
  225. this.label7.Name = "label7";
  226. this.label7.Size = new System.Drawing.Size(35, 12);
  227. this.label7.TabIndex = 22;
  228. this.label7.Text = "电话:";
  229. //
  230. // FaultLogModifyPartial
  231. //
  232. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  233. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  234. this.BackColor = System.Drawing.Color.White;
  235. this.Controls.Add(this.panel2);
  236. this.Controls.Add(this.panel1);
  237. this.Name = "FaultLogModifyPartial";
  238. this.Size = new System.Drawing.Size(700, 271);
  239. this.Load += new System.EventHandler(this.FaultLogModifyPartial_Load);
  240. this.panel2.ResumeLayout(false);
  241. this.panel2.PerformLayout();
  242. this.panel1.ResumeLayout(false);
  243. this.panel1.PerformLayout();
  244. this.ResumeLayout(false);
  245. }
  246. #endregion
  247. private System.Windows.Forms.Panel panel2;
  248. private System.Windows.Forms.CheckBox CbIsFinish;
  249. private System.Windows.Forms.Label label4;
  250. private System.Windows.Forms.ComboBox CbSystem;
  251. private System.Windows.Forms.TextBox TbPostscript;
  252. private System.Windows.Forms.TextBox TbSolution;
  253. private System.Windows.Forms.TextBox TbProblem;
  254. private System.Windows.Forms.Label label8;
  255. private System.Windows.Forms.Label label3;
  256. private System.Windows.Forms.Label label6;
  257. private System.Windows.Forms.Label label5;
  258. private System.Windows.Forms.Panel panel1;
  259. private System.Windows.Forms.TextBox TbAddress;
  260. private System.Windows.Forms.TextBox TbPhone;
  261. private System.Windows.Forms.TextBox TbIp;
  262. private System.Windows.Forms.Label label1;
  263. private System.Windows.Forms.Label label2;
  264. private System.Windows.Forms.Label label7;
  265. }
  266. }