MainForm.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. namespace Oreo.FaultLog.Views
  2. {
  3. partial class MainForm
  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. this.dataGridView1 = new System.Windows.Forms.DataGridView();
  29. this.PnMain = new System.Windows.Forms.Panel();
  30. this.PnBody = new System.Windows.Forms.Panel();
  31. this.PnBottom = new System.Windows.Forms.Panel();
  32. this.PnInfo = new System.Windows.Forms.Panel();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.label6 = new System.Windows.Forms.Label();
  38. this.label7 = new System.Windows.Forms.Label();
  39. this.label8 = new System.Windows.Forms.Label();
  40. this.textBox1 = new System.Windows.Forms.TextBox();
  41. this.textBox2 = new System.Windows.Forms.TextBox();
  42. this.textBox3 = new System.Windows.Forms.TextBox();
  43. this.textBox5 = new System.Windows.Forms.TextBox();
  44. this.textBox6 = new System.Windows.Forms.TextBox();
  45. this.textBox7 = new System.Windows.Forms.TextBox();
  46. this.textBox8 = new System.Windows.Forms.TextBox();
  47. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  48. this.PnMain.SuspendLayout();
  49. this.PnBody.SuspendLayout();
  50. this.PnInfo.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // dataGridView1
  54. //
  55. this.dataGridView1.AllowUserToAddRows = false;
  56. this.dataGridView1.AllowUserToDeleteRows = false;
  57. this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  58. this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Bottom;
  59. this.dataGridView1.Location = new System.Drawing.Point(0, 198);
  60. this.dataGridView1.Name = "dataGridView1";
  61. this.dataGridView1.ReadOnly = true;
  62. this.dataGridView1.RowTemplate.Height = 23;
  63. this.dataGridView1.Size = new System.Drawing.Size(600, 186);
  64. this.dataGridView1.TabIndex = 4;
  65. //
  66. // PnMain
  67. //
  68. this.PnMain.Controls.Add(this.PnBottom);
  69. this.PnMain.Controls.Add(this.PnBody);
  70. this.PnMain.Dock = System.Windows.Forms.DockStyle.Bottom;
  71. this.PnMain.Location = new System.Drawing.Point(0, 40);
  72. this.PnMain.Name = "PnMain";
  73. this.PnMain.Size = new System.Drawing.Size(600, 410);
  74. this.PnMain.TabIndex = 5;
  75. //
  76. // PnBody
  77. //
  78. this.PnBody.Controls.Add(this.PnInfo);
  79. this.PnBody.Controls.Add(this.dataGridView1);
  80. this.PnBody.Dock = System.Windows.Forms.DockStyle.Top;
  81. this.PnBody.Location = new System.Drawing.Point(0, 0);
  82. this.PnBody.Name = "PnBody";
  83. this.PnBody.Size = new System.Drawing.Size(600, 384);
  84. this.PnBody.TabIndex = 5;
  85. //
  86. // PnBottom
  87. //
  88. this.PnBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
  89. this.PnBottom.Location = new System.Drawing.Point(0, 382);
  90. this.PnBottom.Name = "PnBottom";
  91. this.PnBottom.Size = new System.Drawing.Size(600, 28);
  92. this.PnBottom.TabIndex = 6;
  93. //
  94. // PnInfo
  95. //
  96. this.PnInfo.Controls.Add(this.textBox8);
  97. this.PnInfo.Controls.Add(this.textBox7);
  98. this.PnInfo.Controls.Add(this.textBox6);
  99. this.PnInfo.Controls.Add(this.textBox5);
  100. this.PnInfo.Controls.Add(this.textBox3);
  101. this.PnInfo.Controls.Add(this.textBox2);
  102. this.PnInfo.Controls.Add(this.textBox1);
  103. this.PnInfo.Controls.Add(this.label8);
  104. this.PnInfo.Controls.Add(this.label7);
  105. this.PnInfo.Controls.Add(this.label6);
  106. this.PnInfo.Controls.Add(this.label5);
  107. this.PnInfo.Controls.Add(this.label3);
  108. this.PnInfo.Controls.Add(this.label2);
  109. this.PnInfo.Controls.Add(this.label1);
  110. this.PnInfo.Dock = System.Windows.Forms.DockStyle.Top;
  111. this.PnInfo.Location = new System.Drawing.Point(0, 0);
  112. this.PnInfo.Name = "PnInfo";
  113. this.PnInfo.Size = new System.Drawing.Size(600, 199);
  114. this.PnInfo.TabIndex = 6;
  115. //
  116. // label1
  117. //
  118. this.label1.AutoSize = true;
  119. this.label1.Location = new System.Drawing.Point(168, 24);
  120. this.label1.Name = "label1";
  121. this.label1.Size = new System.Drawing.Size(35, 12);
  122. this.label1.TabIndex = 0;
  123. this.label1.Text = "部门:";
  124. //
  125. // label2
  126. //
  127. this.label2.AutoSize = true;
  128. this.label2.Location = new System.Drawing.Point(16, 24);
  129. this.label2.Name = "label2";
  130. this.label2.Size = new System.Drawing.Size(23, 12);
  131. this.label2.TabIndex = 1;
  132. this.label2.Text = "IP:";
  133. //
  134. // label3
  135. //
  136. this.label3.AutoSize = true;
  137. this.label3.Location = new System.Drawing.Point(308, 61);
  138. this.label3.Name = "label3";
  139. this.label3.Size = new System.Drawing.Size(35, 12);
  140. this.label3.TabIndex = 2;
  141. this.label3.Text = "解决:";
  142. //
  143. // label5
  144. //
  145. this.label5.AutoSize = true;
  146. this.label5.Location = new System.Drawing.Point(486, 24);
  147. this.label5.Name = "label5";
  148. this.label5.Size = new System.Drawing.Size(35, 12);
  149. this.label5.TabIndex = 4;
  150. this.label5.Text = "系统:";
  151. //
  152. // label6
  153. //
  154. this.label6.AutoSize = true;
  155. this.label6.Location = new System.Drawing.Point(16, 147);
  156. this.label6.Name = "label6";
  157. this.label6.Size = new System.Drawing.Size(35, 12);
  158. this.label6.TabIndex = 5;
  159. this.label6.Text = "备注:";
  160. //
  161. // label7
  162. //
  163. this.label7.AutoSize = true;
  164. this.label7.Location = new System.Drawing.Point(333, 24);
  165. this.label7.Name = "label7";
  166. this.label7.Size = new System.Drawing.Size(35, 12);
  167. this.label7.TabIndex = 6;
  168. this.label7.Text = "电话:";
  169. //
  170. // label8
  171. //
  172. this.label8.AutoSize = true;
  173. this.label8.Location = new System.Drawing.Point(16, 61);
  174. this.label8.Name = "label8";
  175. this.label8.Size = new System.Drawing.Size(35, 12);
  176. this.label8.TabIndex = 7;
  177. this.label8.Text = "问题:";
  178. //
  179. // textBox1
  180. //
  181. this.textBox1.Location = new System.Drawing.Point(209, 20);
  182. this.textBox1.Name = "textBox1";
  183. this.textBox1.Size = new System.Drawing.Size(100, 21);
  184. this.textBox1.TabIndex = 9;
  185. //
  186. // textBox2
  187. //
  188. this.textBox2.Location = new System.Drawing.Point(54, 20);
  189. this.textBox2.Name = "textBox2";
  190. this.textBox2.Size = new System.Drawing.Size(100, 21);
  191. this.textBox2.TabIndex = 10;
  192. //
  193. // textBox3
  194. //
  195. this.textBox3.Location = new System.Drawing.Point(345, 58);
  196. this.textBox3.Multiline = true;
  197. this.textBox3.Name = "textBox3";
  198. this.textBox3.Size = new System.Drawing.Size(225, 68);
  199. this.textBox3.TabIndex = 11;
  200. //
  201. // textBox5
  202. //
  203. this.textBox5.Location = new System.Drawing.Point(527, 20);
  204. this.textBox5.Name = "textBox5";
  205. this.textBox5.Size = new System.Drawing.Size(27, 21);
  206. this.textBox5.TabIndex = 13;
  207. //
  208. // textBox6
  209. //
  210. this.textBox6.Location = new System.Drawing.Point(54, 144);
  211. this.textBox6.Multiline = true;
  212. this.textBox6.Name = "textBox6";
  213. this.textBox6.Size = new System.Drawing.Size(225, 36);
  214. this.textBox6.TabIndex = 14;
  215. //
  216. // textBox7
  217. //
  218. this.textBox7.Location = new System.Drawing.Point(374, 20);
  219. this.textBox7.Name = "textBox7";
  220. this.textBox7.Size = new System.Drawing.Size(100, 21);
  221. this.textBox7.TabIndex = 15;
  222. //
  223. // textBox8
  224. //
  225. this.textBox8.Location = new System.Drawing.Point(54, 58);
  226. this.textBox8.Multiline = true;
  227. this.textBox8.Name = "textBox8";
  228. this.textBox8.Size = new System.Drawing.Size(225, 68);
  229. this.textBox8.TabIndex = 16;
  230. //
  231. // MainForm
  232. //
  233. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  234. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  235. this.ClientSize = new System.Drawing.Size(600, 450);
  236. this.Controls.Add(this.PnMain);
  237. this.Name = "MainForm";
  238. this.Text = "MainForm";
  239. ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  240. this.PnMain.ResumeLayout(false);
  241. this.PnBody.ResumeLayout(false);
  242. this.PnInfo.ResumeLayout(false);
  243. this.PnInfo.PerformLayout();
  244. this.ResumeLayout(false);
  245. }
  246. #endregion
  247. private System.Windows.Forms.DataGridView dataGridView1;
  248. private System.Windows.Forms.Panel PnMain;
  249. private System.Windows.Forms.Panel PnBottom;
  250. private System.Windows.Forms.Panel PnBody;
  251. private System.Windows.Forms.Panel PnInfo;
  252. private System.Windows.Forms.Label label1;
  253. private System.Windows.Forms.Label label8;
  254. private System.Windows.Forms.Label label7;
  255. private System.Windows.Forms.Label label6;
  256. private System.Windows.Forms.Label label5;
  257. private System.Windows.Forms.Label label3;
  258. private System.Windows.Forms.Label label2;
  259. private System.Windows.Forms.TextBox textBox8;
  260. private System.Windows.Forms.TextBox textBox7;
  261. private System.Windows.Forms.TextBox textBox6;
  262. private System.Windows.Forms.TextBox textBox5;
  263. private System.Windows.Forms.TextBox textBox3;
  264. private System.Windows.Forms.TextBox textBox2;
  265. private System.Windows.Forms.TextBox textBox1;
  266. }
  267. }