ucCarMeterInfoJisco.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. namespace MeterModuleLibrary
  2. {
  3. partial class ucCarMeterInfoJisco
  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.tableLayoutPanelMsg = new System.Windows.Forms.TableLayoutPanel();
  29. this.panelRECEIVING_UINT_NAME = new System.Windows.Forms.Panel();
  30. this.txtRECEIVING_UINT_NAME = new System.Windows.Forms.Label();
  31. this.panelSHIPMENT_NET_WEIGHT = new System.Windows.Forms.Panel();
  32. this.panelCONTRACT_NO = new System.Windows.Forms.Panel();
  33. this.txtCONTRACT_NO = new System.Windows.Forms.Label();
  34. this.panelFORWARDING_UNIT_NAME = new System.Windows.Forms.Panel();
  35. this.txtFORWARDING_UNIT_NAME = new System.Windows.Forms.Label();
  36. this.panelMETER_TYPE = new System.Windows.Forms.Panel();
  37. this.txtMETER_TYPE = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.panelPREDICTION_NO = new System.Windows.Forms.Panel();
  42. this.txtPREDICTION_NO = new System.Windows.Forms.Label();
  43. this.label8 = new System.Windows.Forms.Label();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.txtMATTER_NAME = new System.Windows.Forms.Label();
  47. this.tableLayoutPanelMsg.SuspendLayout();
  48. this.panelRECEIVING_UINT_NAME.SuspendLayout();
  49. this.panelSHIPMENT_NET_WEIGHT.SuspendLayout();
  50. this.panelCONTRACT_NO.SuspendLayout();
  51. this.panelFORWARDING_UNIT_NAME.SuspendLayout();
  52. this.panelMETER_TYPE.SuspendLayout();
  53. this.panelPREDICTION_NO.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // tableLayoutPanelMsg
  57. //
  58. this.tableLayoutPanelMsg.ColumnCount = 4;
  59. this.tableLayoutPanelMsg.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 180F));
  60. this.tableLayoutPanelMsg.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  61. this.tableLayoutPanelMsg.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 180F));
  62. this.tableLayoutPanelMsg.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  63. this.tableLayoutPanelMsg.Controls.Add(this.panelRECEIVING_UINT_NAME, 3, 2);
  64. this.tableLayoutPanelMsg.Controls.Add(this.label3, 2, 1);
  65. this.tableLayoutPanelMsg.Controls.Add(this.panelSHIPMENT_NET_WEIGHT, 3, 1);
  66. this.tableLayoutPanelMsg.Controls.Add(this.panelCONTRACT_NO, 3, 0);
  67. this.tableLayoutPanelMsg.Controls.Add(this.panelFORWARDING_UNIT_NAME, 1, 2);
  68. this.tableLayoutPanelMsg.Controls.Add(this.panelMETER_TYPE, 1, 1);
  69. this.tableLayoutPanelMsg.Controls.Add(this.label1, 0, 0);
  70. this.tableLayoutPanelMsg.Controls.Add(this.label2, 0, 1);
  71. this.tableLayoutPanelMsg.Controls.Add(this.label4, 0, 2);
  72. this.tableLayoutPanelMsg.Controls.Add(this.label5, 2, 0);
  73. this.tableLayoutPanelMsg.Controls.Add(this.label8, 2, 2);
  74. this.tableLayoutPanelMsg.Controls.Add(this.panelPREDICTION_NO, 1, 0);
  75. this.tableLayoutPanelMsg.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.tableLayoutPanelMsg.Location = new System.Drawing.Point(0, 0);
  77. this.tableLayoutPanelMsg.Name = "tableLayoutPanelMsg";
  78. this.tableLayoutPanelMsg.RowCount = 3;
  79. this.tableLayoutPanelMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  80. this.tableLayoutPanelMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  81. this.tableLayoutPanelMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  82. this.tableLayoutPanelMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  83. this.tableLayoutPanelMsg.Size = new System.Drawing.Size(1199, 373);
  84. this.tableLayoutPanelMsg.TabIndex = 0;
  85. //
  86. // panelRECEIVING_UINT_NAME
  87. //
  88. this.panelRECEIVING_UINT_NAME.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  89. this.panelRECEIVING_UINT_NAME.Controls.Add(this.txtRECEIVING_UINT_NAME);
  90. this.panelRECEIVING_UINT_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
  91. this.panelRECEIVING_UINT_NAME.Location = new System.Drawing.Point(779, 248);
  92. this.panelRECEIVING_UINT_NAME.Margin = new System.Windows.Forms.Padding(0);
  93. this.panelRECEIVING_UINT_NAME.Name = "panelRECEIVING_UINT_NAME";
  94. this.panelRECEIVING_UINT_NAME.Size = new System.Drawing.Size(420, 125);
  95. this.panelRECEIVING_UINT_NAME.TabIndex = 21;
  96. //
  97. // txtRECEIVING_UINT_NAME
  98. //
  99. this.txtRECEIVING_UINT_NAME.Anchor = System.Windows.Forms.AnchorStyles.Left;
  100. this.txtRECEIVING_UINT_NAME.AutoSize = true;
  101. this.txtRECEIVING_UINT_NAME.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  102. this.txtRECEIVING_UINT_NAME.Location = new System.Drawing.Point(3, 48);
  103. this.txtRECEIVING_UINT_NAME.Name = "txtRECEIVING_UINT_NAME";
  104. this.txtRECEIVING_UINT_NAME.Size = new System.Drawing.Size(195, 36);
  105. this.txtRECEIVING_UINT_NAME.TabIndex = 15;
  106. this.txtRECEIVING_UINT_NAME.Text = " ";
  107. //
  108. // panelSHIPMENT_NET_WEIGHT
  109. //
  110. this.panelSHIPMENT_NET_WEIGHT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  111. this.panelSHIPMENT_NET_WEIGHT.Controls.Add(this.txtMATTER_NAME);
  112. this.panelSHIPMENT_NET_WEIGHT.Dock = System.Windows.Forms.DockStyle.Fill;
  113. this.panelSHIPMENT_NET_WEIGHT.Location = new System.Drawing.Point(779, 124);
  114. this.panelSHIPMENT_NET_WEIGHT.Margin = new System.Windows.Forms.Padding(0);
  115. this.panelSHIPMENT_NET_WEIGHT.Name = "panelSHIPMENT_NET_WEIGHT";
  116. this.panelSHIPMENT_NET_WEIGHT.Size = new System.Drawing.Size(420, 124);
  117. this.panelSHIPMENT_NET_WEIGHT.TabIndex = 22;
  118. //
  119. // panelCONTRACT_NO
  120. //
  121. this.panelCONTRACT_NO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  122. this.panelCONTRACT_NO.Controls.Add(this.txtCONTRACT_NO);
  123. this.panelCONTRACT_NO.Dock = System.Windows.Forms.DockStyle.Fill;
  124. this.panelCONTRACT_NO.Location = new System.Drawing.Point(779, 0);
  125. this.panelCONTRACT_NO.Margin = new System.Windows.Forms.Padding(0);
  126. this.panelCONTRACT_NO.Name = "panelCONTRACT_NO";
  127. this.panelCONTRACT_NO.Size = new System.Drawing.Size(420, 124);
  128. this.panelCONTRACT_NO.TabIndex = 20;
  129. //
  130. // txtCONTRACT_NO
  131. //
  132. this.txtCONTRACT_NO.Anchor = System.Windows.Forms.AnchorStyles.Left;
  133. this.txtCONTRACT_NO.AutoSize = true;
  134. this.txtCONTRACT_NO.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  135. this.txtCONTRACT_NO.Location = new System.Drawing.Point(3, 48);
  136. this.txtCONTRACT_NO.Name = "txtCONTRACT_NO";
  137. this.txtCONTRACT_NO.Size = new System.Drawing.Size(195, 36);
  138. this.txtCONTRACT_NO.TabIndex = 12;
  139. this.txtCONTRACT_NO.Text = " ";
  140. //
  141. // panelFORWARDING_UNIT_NAME
  142. //
  143. this.panelFORWARDING_UNIT_NAME.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  144. this.panelFORWARDING_UNIT_NAME.Controls.Add(this.txtFORWARDING_UNIT_NAME);
  145. this.panelFORWARDING_UNIT_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.panelFORWARDING_UNIT_NAME.Location = new System.Drawing.Point(180, 248);
  147. this.panelFORWARDING_UNIT_NAME.Margin = new System.Windows.Forms.Padding(0);
  148. this.panelFORWARDING_UNIT_NAME.Name = "panelFORWARDING_UNIT_NAME";
  149. this.panelFORWARDING_UNIT_NAME.Size = new System.Drawing.Size(419, 125);
  150. this.panelFORWARDING_UNIT_NAME.TabIndex = 19;
  151. //
  152. // txtFORWARDING_UNIT_NAME
  153. //
  154. this.txtFORWARDING_UNIT_NAME.Anchor = System.Windows.Forms.AnchorStyles.Left;
  155. this.txtFORWARDING_UNIT_NAME.AutoSize = true;
  156. this.txtFORWARDING_UNIT_NAME.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  157. this.txtFORWARDING_UNIT_NAME.ForeColor = System.Drawing.Color.Black;
  158. this.txtFORWARDING_UNIT_NAME.Location = new System.Drawing.Point(3, 48);
  159. this.txtFORWARDING_UNIT_NAME.Name = "txtFORWARDING_UNIT_NAME";
  160. this.txtFORWARDING_UNIT_NAME.Size = new System.Drawing.Size(195, 36);
  161. this.txtFORWARDING_UNIT_NAME.TabIndex = 11;
  162. this.txtFORWARDING_UNIT_NAME.Text = " ";
  163. //
  164. // panelMETER_TYPE
  165. //
  166. this.panelMETER_TYPE.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  167. this.panelMETER_TYPE.Controls.Add(this.txtMETER_TYPE);
  168. this.panelMETER_TYPE.Dock = System.Windows.Forms.DockStyle.Fill;
  169. this.panelMETER_TYPE.Location = new System.Drawing.Point(180, 124);
  170. this.panelMETER_TYPE.Margin = new System.Windows.Forms.Padding(0);
  171. this.panelMETER_TYPE.Name = "panelMETER_TYPE";
  172. this.panelMETER_TYPE.Size = new System.Drawing.Size(419, 124);
  173. this.panelMETER_TYPE.TabIndex = 17;
  174. //
  175. // txtMETER_TYPE
  176. //
  177. this.txtMETER_TYPE.Anchor = System.Windows.Forms.AnchorStyles.Left;
  178. this.txtMETER_TYPE.AutoSize = true;
  179. this.txtMETER_TYPE.BackColor = System.Drawing.Color.Transparent;
  180. this.txtMETER_TYPE.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  181. this.txtMETER_TYPE.Location = new System.Drawing.Point(3, 48);
  182. this.txtMETER_TYPE.Name = "txtMETER_TYPE";
  183. this.txtMETER_TYPE.Size = new System.Drawing.Size(195, 36);
  184. this.txtMETER_TYPE.TabIndex = 9;
  185. this.txtMETER_TYPE.Text = " ";
  186. //
  187. // label1
  188. //
  189. this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
  190. this.label1.AutoSize = true;
  191. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  192. this.label1.Location = new System.Drawing.Point(20, 44);
  193. this.label1.Name = "label1";
  194. this.label1.Size = new System.Drawing.Size(139, 36);
  195. this.label1.TabIndex = 0;
  196. this.label1.Text = "委托编号";
  197. //
  198. // label2
  199. //
  200. this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
  201. this.label2.AutoSize = true;
  202. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  203. this.label2.Location = new System.Drawing.Point(20, 168);
  204. this.label2.Name = "label2";
  205. this.label2.Size = new System.Drawing.Size(139, 36);
  206. this.label2.TabIndex = 1;
  207. this.label2.Text = "检斤类型";
  208. //
  209. // label4
  210. //
  211. this.label4.Anchor = System.Windows.Forms.AnchorStyles.None;
  212. this.label4.AutoSize = true;
  213. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  214. this.label4.Location = new System.Drawing.Point(20, 292);
  215. this.label4.Name = "label4";
  216. this.label4.Size = new System.Drawing.Size(139, 36);
  217. this.label4.TabIndex = 3;
  218. this.label4.Text = "发货单位";
  219. //
  220. // panelPREDICTION_NO
  221. //
  222. this.panelPREDICTION_NO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  223. this.panelPREDICTION_NO.Controls.Add(this.txtPREDICTION_NO);
  224. this.panelPREDICTION_NO.Dock = System.Windows.Forms.DockStyle.Fill;
  225. this.panelPREDICTION_NO.Location = new System.Drawing.Point(180, 0);
  226. this.panelPREDICTION_NO.Margin = new System.Windows.Forms.Padding(0);
  227. this.panelPREDICTION_NO.Name = "panelPREDICTION_NO";
  228. this.panelPREDICTION_NO.Size = new System.Drawing.Size(419, 124);
  229. this.panelPREDICTION_NO.TabIndex = 16;
  230. //
  231. // txtPREDICTION_NO
  232. //
  233. this.txtPREDICTION_NO.Anchor = System.Windows.Forms.AnchorStyles.Left;
  234. this.txtPREDICTION_NO.AutoSize = true;
  235. this.txtPREDICTION_NO.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  236. this.txtPREDICTION_NO.Location = new System.Drawing.Point(3, 48);
  237. this.txtPREDICTION_NO.Name = "txtPREDICTION_NO";
  238. this.txtPREDICTION_NO.Size = new System.Drawing.Size(195, 36);
  239. this.txtPREDICTION_NO.TabIndex = 8;
  240. this.txtPREDICTION_NO.Text = " ";
  241. //
  242. // label8
  243. //
  244. this.label8.Anchor = System.Windows.Forms.AnchorStyles.None;
  245. this.label8.AutoSize = true;
  246. this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  247. this.label8.Location = new System.Drawing.Point(619, 292);
  248. this.label8.Name = "label8";
  249. this.label8.Size = new System.Drawing.Size(139, 36);
  250. this.label8.TabIndex = 7;
  251. this.label8.Text = "收货单位";
  252. //
  253. // label5
  254. //
  255. this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
  256. this.label5.AutoSize = true;
  257. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  258. this.label5.Location = new System.Drawing.Point(619, 44);
  259. this.label5.Name = "label5";
  260. this.label5.Size = new System.Drawing.Size(139, 36);
  261. this.label5.TabIndex = 4;
  262. this.label5.Text = "委托类型";
  263. //
  264. // label3
  265. //
  266. this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
  267. this.label3.AutoSize = true;
  268. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  269. this.label3.Location = new System.Drawing.Point(619, 168);
  270. this.label3.Name = "label3";
  271. this.label3.Size = new System.Drawing.Size(139, 36);
  272. this.label3.TabIndex = 2;
  273. this.label3.Text = "物资名称";
  274. //
  275. // txtMATTER_NAME
  276. //
  277. this.txtMATTER_NAME.AutoSize = true;
  278. this.txtMATTER_NAME.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  279. this.txtMATTER_NAME.Location = new System.Drawing.Point(3, 28);
  280. this.txtMATTER_NAME.Name = "txtMATTER_NAME";
  281. this.txtMATTER_NAME.Size = new System.Drawing.Size(195, 36);
  282. this.txtMATTER_NAME.TabIndex = 10;
  283. this.txtMATTER_NAME.Text = " ";
  284. //
  285. // ucCarMeterInfoJisco
  286. //
  287. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  288. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  289. this.BackColor = System.Drawing.Color.White;
  290. this.Controls.Add(this.tableLayoutPanelMsg);
  291. this.Name = "ucCarMeterInfoJisco";
  292. this.Size = new System.Drawing.Size(1199, 373);
  293. this.Load += new System.EventHandler(this.ucCarMeterInfoJXJG_Load);
  294. this.tableLayoutPanelMsg.ResumeLayout(false);
  295. this.tableLayoutPanelMsg.PerformLayout();
  296. this.panelRECEIVING_UINT_NAME.ResumeLayout(false);
  297. this.panelRECEIVING_UINT_NAME.PerformLayout();
  298. this.panelSHIPMENT_NET_WEIGHT.ResumeLayout(false);
  299. this.panelSHIPMENT_NET_WEIGHT.PerformLayout();
  300. this.panelCONTRACT_NO.ResumeLayout(false);
  301. this.panelCONTRACT_NO.PerformLayout();
  302. this.panelFORWARDING_UNIT_NAME.ResumeLayout(false);
  303. this.panelFORWARDING_UNIT_NAME.PerformLayout();
  304. this.panelMETER_TYPE.ResumeLayout(false);
  305. this.panelMETER_TYPE.PerformLayout();
  306. this.panelPREDICTION_NO.ResumeLayout(false);
  307. this.panelPREDICTION_NO.PerformLayout();
  308. this.ResumeLayout(false);
  309. }
  310. #endregion
  311. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMsg;
  312. private System.Windows.Forms.Label label1;
  313. private System.Windows.Forms.Label label2;
  314. private System.Windows.Forms.Label label4;
  315. private System.Windows.Forms.Label txtPREDICTION_NO;
  316. private System.Windows.Forms.Label txtMETER_TYPE;
  317. private System.Windows.Forms.Label txtRECEIVING_UINT_NAME;
  318. private System.Windows.Forms.Label txtCONTRACT_NO;
  319. private System.Windows.Forms.Label txtFORWARDING_UNIT_NAME;
  320. private System.Windows.Forms.Panel panelPREDICTION_NO;
  321. private System.Windows.Forms.Panel panelMETER_TYPE;
  322. private System.Windows.Forms.Panel panelFORWARDING_UNIT_NAME;
  323. private System.Windows.Forms.Panel panelCONTRACT_NO;
  324. private System.Windows.Forms.Panel panelRECEIVING_UINT_NAME;
  325. private System.Windows.Forms.Panel panelSHIPMENT_NET_WEIGHT;
  326. private System.Windows.Forms.Label label3;
  327. private System.Windows.Forms.Label label5;
  328. private System.Windows.Forms.Label label8;
  329. private System.Windows.Forms.Label txtMATTER_NAME;
  330. }
  331. }