Form1.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  1. namespace CarMeterSystem
  2. {
  3. partial class Form1
  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 Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.button4 = new System.Windows.Forms.Button();
  32. this.button3 = new System.Windows.Forms.Button();
  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.btnTestPrint = new System.Windows.Forms.Button();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.txtPlanNo = new System.Windows.Forms.TextBox();
  39. this.textBox1 = new System.Windows.Forms.TextBox();
  40. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  41. this.button1 = new System.Windows.Forms.Button();
  42. this.ucCarFormTop_Jisco1 = new MeterModuleLibrary.uc.ucCarFormTop_Jisco();
  43. this.panel2 = new System.Windows.Forms.Panel();
  44. this.ucCarFormButtomJXJG1 = new MeterModuleLibrary.uc.ucCarFormButtomJXJG();
  45. this.panel3 = new System.Windows.Forms.Panel();
  46. this.panel8 = new System.Windows.Forms.Panel();
  47. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  48. this.panel7 = new System.Windows.Forms.Panel();
  49. this.panel6 = new System.Windows.Forms.Panel();
  50. this.panel5 = new System.Windows.Forms.Panel();
  51. this.panel4 = new System.Windows.Forms.Panel();
  52. this.printDocument1 = new System.Drawing.Printing.PrintDocument();
  53. this.timer1 = new System.Windows.Forms.Timer(this.components);
  54. this.panel1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  56. this.panel2.SuspendLayout();
  57. this.panel3.SuspendLayout();
  58. this.panel8.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // panel1
  63. //
  64. this.panel1.Controls.Add(this.button4);
  65. this.panel1.Controls.Add(this.button3);
  66. this.panel1.Controls.Add(this.label3);
  67. this.panel1.Controls.Add(this.label2);
  68. this.panel1.Controls.Add(this.label1);
  69. this.panel1.Controls.Add(this.btnTestPrint);
  70. this.panel1.Controls.Add(this.button2);
  71. this.panel1.Controls.Add(this.txtPlanNo);
  72. this.panel1.Controls.Add(this.textBox1);
  73. this.panel1.Controls.Add(this.numericUpDown1);
  74. this.panel1.Controls.Add(this.button1);
  75. this.panel1.Controls.Add(this.ucCarFormTop_Jisco1);
  76. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  77. this.panel1.Location = new System.Drawing.Point(0, 0);
  78. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  79. this.panel1.Name = "panel1";
  80. this.panel1.Size = new System.Drawing.Size(1264, 115);
  81. this.panel1.TabIndex = 5;
  82. //
  83. // button4
  84. //
  85. this.button4.Location = new System.Drawing.Point(478, 85);
  86. this.button4.Margin = new System.Windows.Forms.Padding(2);
  87. this.button4.Name = "button4";
  88. this.button4.Size = new System.Drawing.Size(97, 26);
  89. this.button4.TabIndex = 12;
  90. this.button4.Text = "测试实绩查询";
  91. this.button4.UseVisualStyleBackColor = true;
  92. this.button4.Click += new System.EventHandler(this.button4_Click);
  93. //
  94. // button3
  95. //
  96. this.button3.Location = new System.Drawing.Point(342, 85);
  97. this.button3.Margin = new System.Windows.Forms.Padding(2);
  98. this.button3.Name = "button3";
  99. this.button3.Size = new System.Drawing.Size(97, 26);
  100. this.button3.TabIndex = 11;
  101. this.button3.Text = "测试检化验";
  102. this.button3.UseVisualStyleBackColor = true;
  103. this.button3.Click += new System.EventHandler(this.button3_Click);
  104. //
  105. // label3
  106. //
  107. this.label3.AutoSize = true;
  108. this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(140)))), ((int)(((byte)(215)))));
  109. this.label3.Location = new System.Drawing.Point(642, 34);
  110. this.label3.Name = "label3";
  111. this.label3.Size = new System.Drawing.Size(83, 12);
  112. this.label3.TabIndex = 10;
  113. this.label3.Text = "测试预报/实绩";
  114. //
  115. // label2
  116. //
  117. this.label2.AutoSize = true;
  118. this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(140)))), ((int)(((byte)(215)))));
  119. this.label2.Location = new System.Drawing.Point(478, 30);
  120. this.label2.Name = "label2";
  121. this.label2.Size = new System.Drawing.Size(53, 12);
  122. this.label2.TabIndex = 9;
  123. this.label2.Text = "测试重量";
  124. //
  125. // label1
  126. //
  127. this.label1.AutoSize = true;
  128. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(140)))), ((int)(((byte)(215)))));
  129. this.label1.Location = new System.Drawing.Point(340, 30);
  130. this.label1.Name = "label1";
  131. this.label1.Size = new System.Drawing.Size(53, 12);
  132. this.label1.TabIndex = 8;
  133. this.label1.Text = "测试车号";
  134. //
  135. // btnTestPrint
  136. //
  137. this.btnTestPrint.Location = new System.Drawing.Point(1058, 46);
  138. this.btnTestPrint.Name = "btnTestPrint";
  139. this.btnTestPrint.Size = new System.Drawing.Size(75, 23);
  140. this.btnTestPrint.TabIndex = 6;
  141. this.btnTestPrint.Text = "测试打印";
  142. this.btnTestPrint.UseVisualStyleBackColor = true;
  143. this.btnTestPrint.Click += new System.EventHandler(this.btnTestPrint_Click);
  144. //
  145. // button2
  146. //
  147. this.button2.Location = new System.Drawing.Point(1139, 46);
  148. this.button2.Name = "button2";
  149. this.button2.Size = new System.Drawing.Size(75, 23);
  150. this.button2.TabIndex = 5;
  151. this.button2.Text = "截图测试";
  152. this.button2.UseVisualStyleBackColor = true;
  153. this.button2.Click += new System.EventHandler(this.button2_Click);
  154. //
  155. // txtPlanNo
  156. //
  157. this.txtPlanNo.Location = new System.Drawing.Point(642, 49);
  158. this.txtPlanNo.Name = "txtPlanNo";
  159. this.txtPlanNo.Size = new System.Drawing.Size(192, 21);
  160. this.txtPlanNo.TabIndex = 4;
  161. this.txtPlanNo.Text = "2021122700";
  162. //
  163. // textBox1
  164. //
  165. this.textBox1.Location = new System.Drawing.Point(340, 48);
  166. this.textBox1.Name = "textBox1";
  167. this.textBox1.Size = new System.Drawing.Size(100, 21);
  168. this.textBox1.TabIndex = 3;
  169. this.textBox1.Text = "湘G66666";
  170. //
  171. // numericUpDown1
  172. //
  173. this.numericUpDown1.Location = new System.Drawing.Point(478, 48);
  174. this.numericUpDown1.Maximum = new decimal(new int[] {
  175. 100000,
  176. 0,
  177. 0,
  178. 0});
  179. this.numericUpDown1.Name = "numericUpDown1";
  180. this.numericUpDown1.Size = new System.Drawing.Size(120, 21);
  181. this.numericUpDown1.TabIndex = 2;
  182. this.numericUpDown1.Value = new decimal(new int[] {
  183. 65200,
  184. 0,
  185. 0,
  186. 0});
  187. //
  188. // button1
  189. //
  190. this.button1.Location = new System.Drawing.Point(936, 46);
  191. this.button1.Name = "button1";
  192. this.button1.Size = new System.Drawing.Size(93, 23);
  193. this.button1.TabIndex = 1;
  194. this.button1.Text = "设置测试参数";
  195. this.button1.UseVisualStyleBackColor = true;
  196. this.button1.Click += new System.EventHandler(this.button1_Click);
  197. //
  198. // ucCarFormTop_Jisco1
  199. //
  200. this.ucCarFormTop_Jisco1.BackColor = System.Drawing.Color.Transparent;
  201. this.ucCarFormTop_Jisco1.Dock = System.Windows.Forms.DockStyle.Fill;
  202. this.ucCarFormTop_Jisco1.Location = new System.Drawing.Point(0, 0);
  203. this.ucCarFormTop_Jisco1.Margin = new System.Windows.Forms.Padding(2);
  204. this.ucCarFormTop_Jisco1.Name = "ucCarFormTop_Jisco1";
  205. this.ucCarFormTop_Jisco1.Size = new System.Drawing.Size(1264, 115);
  206. this.ucCarFormTop_Jisco1.TabIndex = 13;
  207. //
  208. // panel2
  209. //
  210. this.panel2.Controls.Add(this.ucCarFormButtomJXJG1);
  211. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  212. this.panel2.Location = new System.Drawing.Point(0, 729);
  213. this.panel2.Margin = new System.Windows.Forms.Padding(2);
  214. this.panel2.Name = "panel2";
  215. this.panel2.Size = new System.Drawing.Size(1264, 115);
  216. this.panel2.TabIndex = 6;
  217. //
  218. // ucCarFormButtomJXJG1
  219. //
  220. this.ucCarFormButtomJXJG1.Dock = System.Windows.Forms.DockStyle.Fill;
  221. this.ucCarFormButtomJXJG1.Location = new System.Drawing.Point(0, 0);
  222. this.ucCarFormButtomJXJG1.Margin = new System.Windows.Forms.Padding(2);
  223. this.ucCarFormButtomJXJG1.Name = "ucCarFormButtomJXJG1";
  224. this.ucCarFormButtomJXJG1.Size = new System.Drawing.Size(1264, 115);
  225. this.ucCarFormButtomJXJG1.TabIndex = 0;
  226. //
  227. // panel3
  228. //
  229. this.panel3.BackColor = System.Drawing.Color.White;
  230. this.panel3.Controls.Add(this.panel8);
  231. this.panel3.Controls.Add(this.panel7);
  232. this.panel3.Controls.Add(this.panel6);
  233. this.panel3.Controls.Add(this.panel5);
  234. this.panel3.Controls.Add(this.panel4);
  235. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  236. this.panel3.Location = new System.Drawing.Point(0, 115);
  237. this.panel3.Margin = new System.Windows.Forms.Padding(2);
  238. this.panel3.Name = "panel3";
  239. this.panel3.Size = new System.Drawing.Size(1264, 614);
  240. this.panel3.TabIndex = 8;
  241. //
  242. // panel8
  243. //
  244. this.panel8.Controls.Add(this.pictureBox1);
  245. this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
  246. this.panel8.Location = new System.Drawing.Point(21, 20);
  247. this.panel8.Name = "panel8";
  248. this.panel8.Size = new System.Drawing.Size(763, 574);
  249. this.panel8.TabIndex = 6;
  250. //
  251. // pictureBox1
  252. //
  253. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  254. this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
  255. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  256. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  257. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  258. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
  259. this.pictureBox1.Name = "pictureBox1";
  260. this.pictureBox1.Size = new System.Drawing.Size(763, 574);
  261. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  262. this.pictureBox1.TabIndex = 13;
  263. this.pictureBox1.TabStop = false;
  264. //
  265. // panel7
  266. //
  267. this.panel7.Dock = System.Windows.Forms.DockStyle.Right;
  268. this.panel7.Location = new System.Drawing.Point(784, 20);
  269. this.panel7.Name = "panel7";
  270. this.panel7.Size = new System.Drawing.Size(480, 574);
  271. this.panel7.TabIndex = 5;
  272. //
  273. // panel6
  274. //
  275. this.panel6.Dock = System.Windows.Forms.DockStyle.Left;
  276. this.panel6.Location = new System.Drawing.Point(0, 20);
  277. this.panel6.Name = "panel6";
  278. this.panel6.Size = new System.Drawing.Size(21, 574);
  279. this.panel6.TabIndex = 4;
  280. //
  281. // panel5
  282. //
  283. this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
  284. this.panel5.Location = new System.Drawing.Point(0, 594);
  285. this.panel5.Margin = new System.Windows.Forms.Padding(2);
  286. this.panel5.Name = "panel5";
  287. this.panel5.Size = new System.Drawing.Size(1264, 20);
  288. this.panel5.TabIndex = 2;
  289. //
  290. // panel4
  291. //
  292. this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
  293. this.panel4.Location = new System.Drawing.Point(0, 0);
  294. this.panel4.Margin = new System.Windows.Forms.Padding(2);
  295. this.panel4.Name = "panel4";
  296. this.panel4.Size = new System.Drawing.Size(1264, 20);
  297. this.panel4.TabIndex = 0;
  298. //
  299. // printDocument1
  300. //
  301. this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
  302. //
  303. // timer1
  304. //
  305. this.timer1.Interval = 2000;
  306. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  307. //
  308. // Form1
  309. //
  310. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  311. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  312. this.ClientSize = new System.Drawing.Size(1264, 844);
  313. this.Controls.Add(this.panel3);
  314. this.Controls.Add(this.panel1);
  315. this.Controls.Add(this.panel2);
  316. this.Margin = new System.Windows.Forms.Padding(2);
  317. this.Name = "Form1";
  318. this.Text = "Form1";
  319. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
  320. this.Load += new System.EventHandler(this.Form1_Load);
  321. this.panel1.ResumeLayout(false);
  322. this.panel1.PerformLayout();
  323. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  324. this.panel2.ResumeLayout(false);
  325. this.panel3.ResumeLayout(false);
  326. this.panel8.ResumeLayout(false);
  327. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  328. this.ResumeLayout(false);
  329. }
  330. #endregion
  331. private System.Windows.Forms.Panel panel1;
  332. private System.Windows.Forms.TextBox textBox1;
  333. private System.Windows.Forms.NumericUpDown numericUpDown1;
  334. private System.Windows.Forms.Button button1;
  335. private System.Windows.Forms.Panel panel2;
  336. private System.Windows.Forms.TextBox txtPlanNo;
  337. private System.Windows.Forms.Panel panel3;
  338. private System.Windows.Forms.Panel panel8;
  339. private System.Windows.Forms.PictureBox pictureBox1;
  340. private System.Windows.Forms.Panel panel7;
  341. private System.Windows.Forms.Panel panel6;
  342. private System.Windows.Forms.Panel panel5;
  343. private System.Windows.Forms.Panel panel4;
  344. private System.Windows.Forms.Button button2;
  345. private System.Windows.Forms.Button btnTestPrint;
  346. private System.Drawing.Printing.PrintDocument printDocument1;
  347. private MeterModuleLibrary.uc.ucCarFormButtomJXJG ucCarFormButtomJXJG1;
  348. private System.Windows.Forms.Timer timer1;
  349. private System.Windows.Forms.Label label1;
  350. private System.Windows.Forms.Label label2;
  351. private System.Windows.Forms.Label label3;
  352. private System.Windows.Forms.Button button3;
  353. private System.Windows.Forms.Button button4;
  354. private MeterModuleLibrary.uc.ucCarFormTop_Jisco ucCarFormTop_Jisco1;
  355. }
  356. }