TLcdBase.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. namespace DllXqManager
  2. {
  3. partial class TLcdBase
  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.label3 = new System.Windows.Forms.Label();
  29. this.editFCode = new System.Windows.Forms.TextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.editFName = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.editremark = new System.Windows.Forms.TextBox();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.editmodtime = new System.Windows.Forms.TextBox();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.editrectime = new System.Windows.Forms.TextBox();
  38. this.button1 = new System.Windows.Forms.Button();
  39. this.button2 = new System.Windows.Forms.Button();
  40. this.label7 = new System.Windows.Forms.Label();
  41. this.editFBound = new System.Windows.Forms.TextBox();
  42. this.label8 = new System.Windows.Forms.Label();
  43. this.editOffset = new System.Windows.Forms.TextBox();
  44. this.label9 = new System.Windows.Forms.Label();
  45. this.editFx = new System.Windows.Forms.TextBox();
  46. this.label10 = new System.Windows.Forms.Label();
  47. this.editFy = new System.Windows.Forms.TextBox();
  48. this.label11 = new System.Windows.Forms.Label();
  49. this.editPars1 = new System.Windows.Forms.TextBox();
  50. this.label12 = new System.Windows.Forms.Label();
  51. this.editPars2 = new System.Windows.Forms.TextBox();
  52. this.label13 = new System.Windows.Forms.Label();
  53. this.editPars3 = new System.Windows.Forms.TextBox();
  54. this.label14 = new System.Windows.Forms.Label();
  55. this.editPars4 = new System.Windows.Forms.TextBox();
  56. this.button3 = new System.Windows.Forms.Button();
  57. this.panel1 = new System.Windows.Forms.Panel();
  58. this.panel1.SuspendLayout();
  59. this.SuspendLayout();
  60. //
  61. // label3
  62. //
  63. this.label3.Location = new System.Drawing.Point(2, 24);
  64. this.label3.Name = "label3";
  65. this.label3.Size = new System.Drawing.Size(100, 23);
  66. this.label3.TabIndex = 6;
  67. this.label3.Text = "代码";
  68. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  69. //
  70. // editFCode
  71. //
  72. this.editFCode.Location = new System.Drawing.Point(105, 24);
  73. this.editFCode.Name = "editFCode";
  74. this.editFCode.ReadOnly = true;
  75. this.editFCode.Size = new System.Drawing.Size(176, 21);
  76. this.editFCode.TabIndex = 7;
  77. //
  78. // label1
  79. //
  80. this.label1.Location = new System.Drawing.Point(2, 68);
  81. this.label1.Name = "label1";
  82. this.label1.Size = new System.Drawing.Size(100, 23);
  83. this.label1.TabIndex = 8;
  84. this.label1.Text = "名称";
  85. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  86. //
  87. // editFName
  88. //
  89. this.editFName.Location = new System.Drawing.Point(105, 68);
  90. this.editFName.Name = "editFName";
  91. this.editFName.Size = new System.Drawing.Size(176, 21);
  92. this.editFName.TabIndex = 9;
  93. //
  94. // label2
  95. //
  96. this.label2.Location = new System.Drawing.Point(2, 180);
  97. this.label2.Name = "label2";
  98. this.label2.Size = new System.Drawing.Size(100, 23);
  99. this.label2.TabIndex = 10;
  100. this.label2.Text = "备注";
  101. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  102. //
  103. // editremark
  104. //
  105. this.editremark.Location = new System.Drawing.Point(105, 180);
  106. this.editremark.Name = "editremark";
  107. this.editremark.Size = new System.Drawing.Size(504, 21);
  108. this.editremark.TabIndex = 11;
  109. //
  110. // label4
  111. //
  112. this.label4.Location = new System.Drawing.Point(330, 225);
  113. this.label4.Name = "label4";
  114. this.label4.Size = new System.Drawing.Size(100, 23);
  115. this.label4.TabIndex = 12;
  116. this.label4.Text = "修改时间";
  117. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  118. //
  119. // editmodtime
  120. //
  121. this.editmodtime.Location = new System.Drawing.Point(433, 225);
  122. this.editmodtime.Name = "editmodtime";
  123. this.editmodtime.ReadOnly = true;
  124. this.editmodtime.Size = new System.Drawing.Size(176, 21);
  125. this.editmodtime.TabIndex = 13;
  126. //
  127. // label5
  128. //
  129. this.label5.Location = new System.Drawing.Point(2, 225);
  130. this.label5.Name = "label5";
  131. this.label5.Size = new System.Drawing.Size(100, 23);
  132. this.label5.TabIndex = 14;
  133. this.label5.Text = "录入时间";
  134. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  135. //
  136. // editrectime
  137. //
  138. this.editrectime.Location = new System.Drawing.Point(105, 225);
  139. this.editrectime.Name = "editrectime";
  140. this.editrectime.ReadOnly = true;
  141. this.editrectime.Size = new System.Drawing.Size(176, 21);
  142. this.editrectime.TabIndex = 15;
  143. //
  144. // button1
  145. //
  146. this.button1.Location = new System.Drawing.Point(109, 266);
  147. this.button1.Name = "button1";
  148. this.button1.Size = new System.Drawing.Size(83, 37);
  149. this.button1.TabIndex = 16;
  150. this.button1.Text = "新增(&A)";
  151. this.button1.UseVisualStyleBackColor = true;
  152. this.button1.Click += new System.EventHandler(this.button1_Click);
  153. //
  154. // button2
  155. //
  156. this.button2.Location = new System.Drawing.Point(198, 266);
  157. this.button2.Name = "button2";
  158. this.button2.Size = new System.Drawing.Size(83, 37);
  159. this.button2.TabIndex = 17;
  160. this.button2.Text = "保存(&S)";
  161. this.button2.UseVisualStyleBackColor = true;
  162. this.button2.Click += new System.EventHandler(this.button2_Click);
  163. //
  164. // label7
  165. //
  166. this.label7.Location = new System.Drawing.Point(2, 142);
  167. this.label7.Name = "label7";
  168. this.label7.Size = new System.Drawing.Size(100, 23);
  169. this.label7.TabIndex = 20;
  170. this.label7.Text = "波特率";
  171. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  172. //
  173. // editFBound
  174. //
  175. this.editFBound.Location = new System.Drawing.Point(105, 142);
  176. this.editFBound.Name = "editFBound";
  177. this.editFBound.Size = new System.Drawing.Size(176, 21);
  178. this.editFBound.TabIndex = 21;
  179. //
  180. // label8
  181. //
  182. this.label8.Location = new System.Drawing.Point(31, 105);
  183. this.label8.Name = "label8";
  184. this.label8.Size = new System.Drawing.Size(71, 23);
  185. this.label8.TabIndex = 140;
  186. this.label8.Text = "Offset";
  187. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  188. //
  189. // editOffset
  190. //
  191. this.editOffset.Location = new System.Drawing.Point(105, 105);
  192. this.editOffset.Name = "editOffset";
  193. this.editOffset.Size = new System.Drawing.Size(176, 21);
  194. this.editOffset.TabIndex = 141;
  195. //
  196. // label9
  197. //
  198. this.label9.Location = new System.Drawing.Point(290, 22);
  199. this.label9.Name = "label9";
  200. this.label9.Size = new System.Drawing.Size(69, 23);
  201. this.label9.TabIndex = 142;
  202. this.label9.Text = "分辨率X";
  203. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  204. //
  205. // editFx
  206. //
  207. this.editFx.Location = new System.Drawing.Point(362, 22);
  208. this.editFx.Name = "editFx";
  209. this.editFx.Size = new System.Drawing.Size(105, 21);
  210. this.editFx.TabIndex = 143;
  211. //
  212. // label10
  213. //
  214. this.label10.Location = new System.Drawing.Point(470, 22);
  215. this.label10.Name = "label10";
  216. this.label10.Size = new System.Drawing.Size(69, 23);
  217. this.label10.TabIndex = 144;
  218. this.label10.Text = "分辨率Y";
  219. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  220. //
  221. // editFy
  222. //
  223. this.editFy.Location = new System.Drawing.Point(542, 22);
  224. this.editFy.Name = "editFy";
  225. this.editFy.Size = new System.Drawing.Size(105, 21);
  226. this.editFy.TabIndex = 145;
  227. //
  228. // label11
  229. //
  230. this.label11.Location = new System.Drawing.Point(290, 70);
  231. this.label11.Name = "label11";
  232. this.label11.Size = new System.Drawing.Size(69, 23);
  233. this.label11.TabIndex = 146;
  234. this.label11.Text = "参数1";
  235. this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  236. //
  237. // editPars1
  238. //
  239. this.editPars1.Location = new System.Drawing.Point(362, 70);
  240. this.editPars1.Name = "editPars1";
  241. this.editPars1.Size = new System.Drawing.Size(105, 21);
  242. this.editPars1.TabIndex = 147;
  243. //
  244. // label12
  245. //
  246. this.label12.Location = new System.Drawing.Point(470, 68);
  247. this.label12.Name = "label12";
  248. this.label12.Size = new System.Drawing.Size(69, 23);
  249. this.label12.TabIndex = 148;
  250. this.label12.Text = "参数2";
  251. this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  252. //
  253. // editPars2
  254. //
  255. this.editPars2.Location = new System.Drawing.Point(542, 68);
  256. this.editPars2.Name = "editPars2";
  257. this.editPars2.Size = new System.Drawing.Size(105, 21);
  258. this.editPars2.TabIndex = 149;
  259. //
  260. // label13
  261. //
  262. this.label13.Location = new System.Drawing.Point(290, 105);
  263. this.label13.Name = "label13";
  264. this.label13.Size = new System.Drawing.Size(69, 23);
  265. this.label13.TabIndex = 150;
  266. this.label13.Text = "参数3";
  267. this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  268. //
  269. // editPars3
  270. //
  271. this.editPars3.Location = new System.Drawing.Point(362, 105);
  272. this.editPars3.Name = "editPars3";
  273. this.editPars3.Size = new System.Drawing.Size(105, 21);
  274. this.editPars3.TabIndex = 151;
  275. //
  276. // label14
  277. //
  278. this.label14.Location = new System.Drawing.Point(468, 105);
  279. this.label14.Name = "label14";
  280. this.label14.Size = new System.Drawing.Size(71, 23);
  281. this.label14.TabIndex = 152;
  282. this.label14.Text = "参数4";
  283. this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  284. //
  285. // editPars4
  286. //
  287. this.editPars4.Location = new System.Drawing.Point(542, 105);
  288. this.editPars4.Name = "editPars4";
  289. this.editPars4.Size = new System.Drawing.Size(105, 21);
  290. this.editPars4.TabIndex = 153;
  291. //
  292. // button3
  293. //
  294. this.button3.Location = new System.Drawing.Point(304, 266);
  295. this.button3.Name = "button3";
  296. this.button3.Size = new System.Drawing.Size(83, 37);
  297. this.button3.TabIndex = 155;
  298. this.button3.Text = "复制新增(&C)";
  299. this.button3.UseVisualStyleBackColor = true;
  300. this.button3.Click += new System.EventHandler(this.button3_Click);
  301. //
  302. // panel1
  303. //
  304. this.panel1.Controls.Add(this.editFCode);
  305. this.panel1.Controls.Add(this.button3);
  306. this.panel1.Controls.Add(this.label3);
  307. this.panel1.Controls.Add(this.label14);
  308. this.panel1.Controls.Add(this.editFName);
  309. this.panel1.Controls.Add(this.editPars4);
  310. this.panel1.Controls.Add(this.label1);
  311. this.panel1.Controls.Add(this.label13);
  312. this.panel1.Controls.Add(this.editremark);
  313. this.panel1.Controls.Add(this.editPars3);
  314. this.panel1.Controls.Add(this.label2);
  315. this.panel1.Controls.Add(this.label12);
  316. this.panel1.Controls.Add(this.editmodtime);
  317. this.panel1.Controls.Add(this.editPars2);
  318. this.panel1.Controls.Add(this.label4);
  319. this.panel1.Controls.Add(this.label11);
  320. this.panel1.Controls.Add(this.editrectime);
  321. this.panel1.Controls.Add(this.editPars1);
  322. this.panel1.Controls.Add(this.label5);
  323. this.panel1.Controls.Add(this.label10);
  324. this.panel1.Controls.Add(this.button1);
  325. this.panel1.Controls.Add(this.editFy);
  326. this.panel1.Controls.Add(this.button2);
  327. this.panel1.Controls.Add(this.label9);
  328. this.panel1.Controls.Add(this.editFBound);
  329. this.panel1.Controls.Add(this.editFx);
  330. this.panel1.Controls.Add(this.label7);
  331. this.panel1.Controls.Add(this.label8);
  332. this.panel1.Controls.Add(this.editOffset);
  333. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  334. this.panel1.Location = new System.Drawing.Point(0, 0);
  335. this.panel1.Name = "panel1";
  336. this.panel1.Size = new System.Drawing.Size(680, 322);
  337. this.panel1.TabIndex = 156;
  338. //
  339. // TLcdBase
  340. //
  341. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  342. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  343. this.ClientSize = new System.Drawing.Size(680, 321);
  344. this.Controls.Add(this.panel1);
  345. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  346. this.MaximizeBox = false;
  347. this.Name = "TLcdBase";
  348. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  349. this.Text = "LCD维护";
  350. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.mmabase_FormClosing);
  351. this.panel1.ResumeLayout(false);
  352. this.panel1.PerformLayout();
  353. this.ResumeLayout(false);
  354. }
  355. #endregion
  356. private System.Windows.Forms.Label label3;
  357. private System.Windows.Forms.TextBox editFCode;
  358. private System.Windows.Forms.Label label1;
  359. private System.Windows.Forms.TextBox editFName;
  360. private System.Windows.Forms.Label label2;
  361. private System.Windows.Forms.TextBox editremark;
  362. private System.Windows.Forms.Label label4;
  363. private System.Windows.Forms.TextBox editmodtime;
  364. private System.Windows.Forms.Label label5;
  365. private System.Windows.Forms.TextBox editrectime;
  366. private System.Windows.Forms.Button button1;
  367. private System.Windows.Forms.Button button2;
  368. private System.Windows.Forms.Label label7;
  369. private System.Windows.Forms.TextBox editFBound;
  370. private System.Windows.Forms.Label label8;
  371. private System.Windows.Forms.TextBox editOffset;
  372. private System.Windows.Forms.Label label9;
  373. private System.Windows.Forms.TextBox editFx;
  374. private System.Windows.Forms.Label label10;
  375. private System.Windows.Forms.TextBox editFy;
  376. private System.Windows.Forms.Label label11;
  377. private System.Windows.Forms.TextBox editPars1;
  378. private System.Windows.Forms.Label label12;
  379. private System.Windows.Forms.TextBox editPars2;
  380. private System.Windows.Forms.Label label13;
  381. private System.Windows.Forms.TextBox editPars3;
  382. private System.Windows.Forms.Label label14;
  383. private System.Windows.Forms.TextBox editPars4;
  384. private System.Windows.Forms.Button button3;
  385. private System.Windows.Forms.Panel panel1;
  386. }
  387. }