FaultLogInputPartial.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. namespace Oreo.FaultLog.Partials
  2. {
  3. partial class FaultLogInputPartial
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  29. this.label8 = new System.Windows.Forms.Label();
  30. this.label7 = new System.Windows.Forms.Label();
  31. this.label6 = new System.Windows.Forms.Label();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.DgvData = new System.Windows.Forms.DataGridView();
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.BtSearch = new System.Windows.Forms.Button();
  39. this.TbAddress = new System.Windows.Forms.TextBox();
  40. this.TbPhone = new System.Windows.Forms.TextBox();
  41. this.TbIp = new System.Windows.Forms.TextBox();
  42. this.panel2 = new System.Windows.Forms.Panel();
  43. this.CbIsFinish = new System.Windows.Forms.CheckBox();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.BtAdd = new System.Windows.Forms.Button();
  46. this.CbSystem = new System.Windows.Forms.ComboBox();
  47. this.TbPostscript = new System.Windows.Forms.TextBox();
  48. this.TbSolution = new System.Windows.Forms.TextBox();
  49. this.TbProblem = new System.Windows.Forms.TextBox();
  50. this.DgvDataNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.DgvDataCreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.DgvDataFinishTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.DgvDataIp = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.DgvDataPhone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.DgvDataAddress = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.DgvDataSystem = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.DgvDataProblem = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.DgvDataSolution = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.DgvDataPostscript = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.BtToday = new System.Windows.Forms.Button();
  61. ((System.ComponentModel.ISupportInitialize)(this.DgvData)).BeginInit();
  62. this.panel1.SuspendLayout();
  63. this.panel2.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // label8
  67. //
  68. this.label8.AutoSize = true;
  69. this.label8.Location = new System.Drawing.Point(21, 19);
  70. this.label8.Name = "label8";
  71. this.label8.Size = new System.Drawing.Size(35, 12);
  72. this.label8.TabIndex = 23;
  73. this.label8.Text = "问题:";
  74. //
  75. // label7
  76. //
  77. this.label7.AutoSize = true;
  78. this.label7.Location = new System.Drawing.Point(169, 12);
  79. this.label7.Name = "label7";
  80. this.label7.Size = new System.Drawing.Size(35, 12);
  81. this.label7.TabIndex = 22;
  82. this.label7.Text = "电话:";
  83. //
  84. // label6
  85. //
  86. this.label6.AutoSize = true;
  87. this.label6.Location = new System.Drawing.Point(21, 80);
  88. this.label6.Name = "label6";
  89. this.label6.Size = new System.Drawing.Size(35, 12);
  90. this.label6.TabIndex = 21;
  91. this.label6.Text = "备注:";
  92. //
  93. // label5
  94. //
  95. this.label5.AutoSize = true;
  96. this.label5.Location = new System.Drawing.Point(351, 80);
  97. this.label5.Name = "label5";
  98. this.label5.Size = new System.Drawing.Size(35, 12);
  99. this.label5.TabIndex = 20;
  100. this.label5.Text = "系统:";
  101. //
  102. // label3
  103. //
  104. this.label3.AutoSize = true;
  105. this.label3.Location = new System.Drawing.Point(351, 19);
  106. this.label3.Name = "label3";
  107. this.label3.Size = new System.Drawing.Size(35, 12);
  108. this.label3.TabIndex = 19;
  109. this.label3.Text = "解决:";
  110. //
  111. // label2
  112. //
  113. this.label2.AutoSize = true;
  114. this.label2.Location = new System.Drawing.Point(17, 12);
  115. this.label2.Name = "label2";
  116. this.label2.Size = new System.Drawing.Size(23, 12);
  117. this.label2.TabIndex = 18;
  118. this.label2.Text = "IP:";
  119. //
  120. // label1
  121. //
  122. this.label1.AutoSize = true;
  123. this.label1.Location = new System.Drawing.Point(339, 12);
  124. this.label1.Name = "label1";
  125. this.label1.Size = new System.Drawing.Size(35, 12);
  126. this.label1.TabIndex = 17;
  127. this.label1.Text = "地址:";
  128. //
  129. // DgvData
  130. //
  131. this.DgvData.AllowUserToAddRows = false;
  132. this.DgvData.AllowUserToDeleteRows = false;
  133. this.DgvData.AllowUserToResizeRows = false;
  134. this.DgvData.BackgroundColor = System.Drawing.Color.White;
  135. this.DgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  136. this.DgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  137. this.DgvDataNo,
  138. this.DgvDataCreateTime,
  139. this.DgvDataFinishTime,
  140. this.DgvDataIp,
  141. this.DgvDataPhone,
  142. this.DgvDataAddress,
  143. this.DgvDataSystem,
  144. this.DgvDataProblem,
  145. this.DgvDataSolution,
  146. this.DgvDataPostscript});
  147. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  148. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  149. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
  151. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  152. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
  153. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  154. this.DgvData.DefaultCellStyle = dataGridViewCellStyle2;
  155. this.DgvData.Dock = System.Windows.Forms.DockStyle.Bottom;
  156. this.DgvData.Location = new System.Drawing.Point(0, 194);
  157. this.DgvData.Name = "DgvData";
  158. this.DgvData.ReadOnly = true;
  159. this.DgvData.RowHeadersVisible = false;
  160. this.DgvData.RowTemplate.Height = 23;
  161. this.DgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  162. this.DgvData.Size = new System.Drawing.Size(700, 206);
  163. this.DgvData.TabIndex = 31;
  164. //
  165. // panel1
  166. //
  167. this.panel1.BackColor = System.Drawing.Color.LightGray;
  168. this.panel1.Controls.Add(this.BtToday);
  169. this.panel1.Controls.Add(this.BtSearch);
  170. this.panel1.Controls.Add(this.TbAddress);
  171. this.panel1.Controls.Add(this.TbPhone);
  172. this.panel1.Controls.Add(this.TbIp);
  173. this.panel1.Controls.Add(this.label1);
  174. this.panel1.Controls.Add(this.label2);
  175. this.panel1.Controls.Add(this.label7);
  176. this.panel1.Location = new System.Drawing.Point(9, 8);
  177. this.panel1.Name = "panel1";
  178. this.panel1.Size = new System.Drawing.Size(677, 37);
  179. this.panel1.TabIndex = 32;
  180. //
  181. // BtSearch
  182. //
  183. this.BtSearch.Location = new System.Drawing.Point(536, 7);
  184. this.BtSearch.Name = "BtSearch";
  185. this.BtSearch.Size = new System.Drawing.Size(55, 23);
  186. this.BtSearch.TabIndex = 26;
  187. this.BtSearch.Text = "搜索";
  188. this.BtSearch.UseVisualStyleBackColor = true;
  189. this.BtSearch.Click += new System.EventHandler(this.BtSearch_Click);
  190. //
  191. // TbAddress
  192. //
  193. this.TbAddress.Location = new System.Drawing.Point(374, 8);
  194. this.TbAddress.Name = "TbAddress";
  195. this.TbAddress.Size = new System.Drawing.Size(100, 21);
  196. this.TbAddress.TabIndex = 25;
  197. this.TbAddress.Text = "青岛市李沧区";
  198. //
  199. // TbPhone
  200. //
  201. this.TbPhone.Location = new System.Drawing.Point(204, 8);
  202. this.TbPhone.Name = "TbPhone";
  203. this.TbPhone.Size = new System.Drawing.Size(100, 21);
  204. this.TbPhone.TabIndex = 24;
  205. this.TbPhone.Text = "13612341234";
  206. //
  207. // TbIp
  208. //
  209. this.TbIp.Location = new System.Drawing.Point(40, 8);
  210. this.TbIp.Name = "TbIp";
  211. this.TbIp.Size = new System.Drawing.Size(100, 21);
  212. this.TbIp.TabIndex = 23;
  213. this.TbIp.Text = "192.168.100.100";
  214. //
  215. // panel2
  216. //
  217. this.panel2.Controls.Add(this.CbIsFinish);
  218. this.panel2.Controls.Add(this.label4);
  219. this.panel2.Controls.Add(this.BtAdd);
  220. this.panel2.Controls.Add(this.CbSystem);
  221. this.panel2.Controls.Add(this.TbPostscript);
  222. this.panel2.Controls.Add(this.TbSolution);
  223. this.panel2.Controls.Add(this.TbProblem);
  224. this.panel2.Controls.Add(this.label8);
  225. this.panel2.Controls.Add(this.label3);
  226. this.panel2.Controls.Add(this.label6);
  227. this.panel2.Controls.Add(this.label5);
  228. this.panel2.Location = new System.Drawing.Point(9, 51);
  229. this.panel2.Name = "panel2";
  230. this.panel2.Size = new System.Drawing.Size(677, 137);
  231. this.panel2.TabIndex = 33;
  232. //
  233. // CbIsFinish
  234. //
  235. this.CbIsFinish.AutoSize = true;
  236. this.CbIsFinish.Location = new System.Drawing.Point(392, 108);
  237. this.CbIsFinish.Name = "CbIsFinish";
  238. this.CbIsFinish.Size = new System.Drawing.Size(15, 14);
  239. this.CbIsFinish.TabIndex = 30;
  240. this.CbIsFinish.UseVisualStyleBackColor = true;
  241. //
  242. // label4
  243. //
  244. this.label4.AutoSize = true;
  245. this.label4.Location = new System.Drawing.Point(351, 109);
  246. this.label4.Name = "label4";
  247. this.label4.Size = new System.Drawing.Size(35, 12);
  248. this.label4.TabIndex = 29;
  249. this.label4.Text = "解决:";
  250. //
  251. // BtAdd
  252. //
  253. this.BtAdd.Location = new System.Drawing.Point(571, 77);
  254. this.BtAdd.Name = "BtAdd";
  255. this.BtAdd.Size = new System.Drawing.Size(75, 48);
  256. this.BtAdd.TabIndex = 28;
  257. this.BtAdd.Text = "添加记录";
  258. this.BtAdd.UseVisualStyleBackColor = true;
  259. this.BtAdd.Click += new System.EventHandler(this.BtAdd_Click);
  260. //
  261. // CbSystem
  262. //
  263. this.CbSystem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  264. this.CbSystem.FormattingEnabled = true;
  265. this.CbSystem.Items.AddRange(new object[] {
  266. "xp",
  267. "win7"});
  268. this.CbSystem.Location = new System.Drawing.Point(392, 77);
  269. this.CbSystem.Name = "CbSystem";
  270. this.CbSystem.Size = new System.Drawing.Size(100, 20);
  271. this.CbSystem.TabIndex = 27;
  272. //
  273. // TbPostscript
  274. //
  275. this.TbPostscript.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.TbPostscript.Location = new System.Drawing.Point(62, 77);
  277. this.TbPostscript.Multiline = true;
  278. this.TbPostscript.Name = "TbPostscript";
  279. this.TbPostscript.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  280. this.TbPostscript.Size = new System.Drawing.Size(254, 47);
  281. this.TbPostscript.TabIndex = 26;
  282. this.TbPostscript.Text = "备注\r\n备注";
  283. //
  284. // TbSolution
  285. //
  286. this.TbSolution.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.TbSolution.Location = new System.Drawing.Point(392, 13);
  288. this.TbSolution.Multiline = true;
  289. this.TbSolution.Name = "TbSolution";
  290. this.TbSolution.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  291. this.TbSolution.Size = new System.Drawing.Size(254, 47);
  292. this.TbSolution.TabIndex = 25;
  293. this.TbSolution.Text = "解决\r\n解决";
  294. //
  295. // TbProblem
  296. //
  297. this.TbProblem.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.TbProblem.Location = new System.Drawing.Point(62, 13);
  299. this.TbProblem.Multiline = true;
  300. this.TbProblem.Name = "TbProblem";
  301. this.TbProblem.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  302. this.TbProblem.Size = new System.Drawing.Size(254, 47);
  303. this.TbProblem.TabIndex = 24;
  304. this.TbProblem.Text = "问题\r\n问题";
  305. //
  306. // DgvDataNo
  307. //
  308. this.DgvDataNo.HeaderText = "序号";
  309. this.DgvDataNo.Name = "DgvDataNo";
  310. this.DgvDataNo.ReadOnly = true;
  311. this.DgvDataNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  312. this.DgvDataNo.Width = 40;
  313. //
  314. // DgvDataCreateTime
  315. //
  316. this.DgvDataCreateTime.HeaderText = "创建时间";
  317. this.DgvDataCreateTime.Name = "DgvDataCreateTime";
  318. this.DgvDataCreateTime.ReadOnly = true;
  319. this.DgvDataCreateTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  320. this.DgvDataCreateTime.Width = 140;
  321. //
  322. // DgvDataFinishTime
  323. //
  324. this.DgvDataFinishTime.HeaderText = "解决时间";
  325. this.DgvDataFinishTime.Name = "DgvDataFinishTime";
  326. this.DgvDataFinishTime.ReadOnly = true;
  327. this.DgvDataFinishTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  328. this.DgvDataFinishTime.Width = 140;
  329. //
  330. // DgvDataIp
  331. //
  332. this.DgvDataIp.HeaderText = "IP";
  333. this.DgvDataIp.Name = "DgvDataIp";
  334. this.DgvDataIp.ReadOnly = true;
  335. this.DgvDataIp.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  336. //
  337. // DgvDataPhone
  338. //
  339. this.DgvDataPhone.HeaderText = "电话";
  340. this.DgvDataPhone.Name = "DgvDataPhone";
  341. this.DgvDataPhone.ReadOnly = true;
  342. this.DgvDataPhone.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  343. //
  344. // DgvDataAddress
  345. //
  346. this.DgvDataAddress.HeaderText = "地址";
  347. this.DgvDataAddress.Name = "DgvDataAddress";
  348. this.DgvDataAddress.ReadOnly = true;
  349. this.DgvDataAddress.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  350. //
  351. // DgvDataSystem
  352. //
  353. this.DgvDataSystem.HeaderText = "系统";
  354. this.DgvDataSystem.Name = "DgvDataSystem";
  355. this.DgvDataSystem.ReadOnly = true;
  356. this.DgvDataSystem.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  357. //
  358. // DgvDataProblem
  359. //
  360. this.DgvDataProblem.HeaderText = "问题";
  361. this.DgvDataProblem.Name = "DgvDataProblem";
  362. this.DgvDataProblem.ReadOnly = true;
  363. this.DgvDataProblem.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  364. //
  365. // DgvDataSolution
  366. //
  367. this.DgvDataSolution.HeaderText = "解决";
  368. this.DgvDataSolution.Name = "DgvDataSolution";
  369. this.DgvDataSolution.ReadOnly = true;
  370. this.DgvDataSolution.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  371. //
  372. // DgvDataPostscript
  373. //
  374. this.DgvDataPostscript.HeaderText = "备注";
  375. this.DgvDataPostscript.Name = "DgvDataPostscript";
  376. this.DgvDataPostscript.ReadOnly = true;
  377. this.DgvDataPostscript.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  378. //
  379. // BtToday
  380. //
  381. this.BtToday.Location = new System.Drawing.Point(601, 7);
  382. this.BtToday.Name = "BtToday";
  383. this.BtToday.Size = new System.Drawing.Size(55, 23);
  384. this.BtToday.TabIndex = 27;
  385. this.BtToday.Text = "Today";
  386. this.BtToday.UseVisualStyleBackColor = true;
  387. this.BtToday.Click += new System.EventHandler(this.BtToday_Click);
  388. //
  389. // FaultLogInputPartial
  390. //
  391. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  392. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  393. this.BackColor = System.Drawing.Color.White;
  394. this.Controls.Add(this.panel2);
  395. this.Controls.Add(this.panel1);
  396. this.Controls.Add(this.DgvData);
  397. this.Name = "FaultLogInputPartial";
  398. this.Size = new System.Drawing.Size(700, 400);
  399. this.Load += new System.EventHandler(this.FaultLogInputPartial_Load);
  400. ((System.ComponentModel.ISupportInitialize)(this.DgvData)).EndInit();
  401. this.panel1.ResumeLayout(false);
  402. this.panel1.PerformLayout();
  403. this.panel2.ResumeLayout(false);
  404. this.panel2.PerformLayout();
  405. this.ResumeLayout(false);
  406. }
  407. #endregion
  408. private System.Windows.Forms.Label label8;
  409. private System.Windows.Forms.Label label7;
  410. private System.Windows.Forms.Label label6;
  411. private System.Windows.Forms.Label label5;
  412. private System.Windows.Forms.Label label3;
  413. private System.Windows.Forms.Label label2;
  414. private System.Windows.Forms.Label label1;
  415. private System.Windows.Forms.DataGridView DgvData;
  416. private System.Windows.Forms.Panel panel1;
  417. private System.Windows.Forms.Panel panel2;
  418. private System.Windows.Forms.TextBox TbAddress;
  419. private System.Windows.Forms.TextBox TbPhone;
  420. private System.Windows.Forms.TextBox TbIp;
  421. private System.Windows.Forms.ComboBox CbSystem;
  422. private System.Windows.Forms.TextBox TbPostscript;
  423. private System.Windows.Forms.TextBox TbSolution;
  424. private System.Windows.Forms.TextBox TbProblem;
  425. private System.Windows.Forms.Button BtSearch;
  426. private System.Windows.Forms.Button BtAdd;
  427. private System.Windows.Forms.CheckBox CbIsFinish;
  428. private System.Windows.Forms.Label label4;
  429. private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataNo;
  430. private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataCreateTime;
  431. private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataFinishTime;
  432. private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataIp;
  433. private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataPhone;
  434. private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataAddress;
  435. private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataSystem;
  436. private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataProblem;
  437. private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataSolution;
  438. private System.Windows.Forms.DataGridViewTextBoxColumn DgvDataPostscript;
  439. private System.Windows.Forms.Button BtToday;
  440. }
  441. }