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.label3 = new System.Windows.Forms.Label();
  32. this.panelSHIPMENT_NET_WEIGHT = new System.Windows.Forms.Panel();
  33. this.txtMATTER_NAME = new System.Windows.Forms.Label();
  34. this.panelCONTRACT_NO = new System.Windows.Forms.Panel();
  35. this.txtCONTRACT_NO = new System.Windows.Forms.Label();
  36. this.panelFORWARDING_UNIT_NAME = new System.Windows.Forms.Panel();
  37. this.txtFORWARDING_UNIT_NAME = new System.Windows.Forms.Label();
  38. this.panelMETER_TYPE = new System.Windows.Forms.Panel();
  39. this.txtMETER_TYPE = new System.Windows.Forms.Label();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.label8 = new System.Windows.Forms.Label();
  45. this.panelPREDICTION_NO = new System.Windows.Forms.Panel();
  46. this.txtPREDICTION_NO = 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. // label3
  109. //
  110. this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
  111. this.label3.AutoSize = true;
  112. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  113. this.label3.Location = new System.Drawing.Point(619, 168);
  114. this.label3.Name = "label3";
  115. this.label3.Size = new System.Drawing.Size(139, 36);
  116. this.label3.TabIndex = 2;
  117. this.label3.Text = "物资名称";
  118. //
  119. // panelSHIPMENT_NET_WEIGHT
  120. //
  121. this.panelSHIPMENT_NET_WEIGHT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  122. this.panelSHIPMENT_NET_WEIGHT.Controls.Add(this.txtMATTER_NAME);
  123. this.panelSHIPMENT_NET_WEIGHT.Dock = System.Windows.Forms.DockStyle.Fill;
  124. this.panelSHIPMENT_NET_WEIGHT.Location = new System.Drawing.Point(779, 124);
  125. this.panelSHIPMENT_NET_WEIGHT.Margin = new System.Windows.Forms.Padding(0);
  126. this.panelSHIPMENT_NET_WEIGHT.Name = "panelSHIPMENT_NET_WEIGHT";
  127. this.panelSHIPMENT_NET_WEIGHT.Size = new System.Drawing.Size(420, 124);
  128. this.panelSHIPMENT_NET_WEIGHT.TabIndex = 22;
  129. //
  130. // txtMATTER_NAME
  131. //
  132. this.txtMATTER_NAME.AutoSize = true;
  133. this.txtMATTER_NAME.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  134. this.txtMATTER_NAME.Location = new System.Drawing.Point(3, 44);
  135. this.txtMATTER_NAME.Name = "txtMATTER_NAME";
  136. this.txtMATTER_NAME.Size = new System.Drawing.Size(195, 36);
  137. this.txtMATTER_NAME.TabIndex = 10;
  138. this.txtMATTER_NAME.Text = " ";
  139. //
  140. // panelCONTRACT_NO
  141. //
  142. this.panelCONTRACT_NO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  143. this.panelCONTRACT_NO.Controls.Add(this.txtCONTRACT_NO);
  144. this.panelCONTRACT_NO.Dock = System.Windows.Forms.DockStyle.Fill;
  145. this.panelCONTRACT_NO.Location = new System.Drawing.Point(779, 0);
  146. this.panelCONTRACT_NO.Margin = new System.Windows.Forms.Padding(0);
  147. this.panelCONTRACT_NO.Name = "panelCONTRACT_NO";
  148. this.panelCONTRACT_NO.Size = new System.Drawing.Size(420, 124);
  149. this.panelCONTRACT_NO.TabIndex = 20;
  150. //
  151. // txtCONTRACT_NO
  152. //
  153. this.txtCONTRACT_NO.Anchor = System.Windows.Forms.AnchorStyles.Left;
  154. this.txtCONTRACT_NO.AutoSize = true;
  155. this.txtCONTRACT_NO.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  156. this.txtCONTRACT_NO.Location = new System.Drawing.Point(3, 48);
  157. this.txtCONTRACT_NO.Name = "txtCONTRACT_NO";
  158. this.txtCONTRACT_NO.Size = new System.Drawing.Size(195, 36);
  159. this.txtCONTRACT_NO.TabIndex = 12;
  160. this.txtCONTRACT_NO.Text = " ";
  161. //
  162. // panelFORWARDING_UNIT_NAME
  163. //
  164. this.panelFORWARDING_UNIT_NAME.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  165. this.panelFORWARDING_UNIT_NAME.Controls.Add(this.txtFORWARDING_UNIT_NAME);
  166. this.panelFORWARDING_UNIT_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
  167. this.panelFORWARDING_UNIT_NAME.Location = new System.Drawing.Point(180, 248);
  168. this.panelFORWARDING_UNIT_NAME.Margin = new System.Windows.Forms.Padding(0);
  169. this.panelFORWARDING_UNIT_NAME.Name = "panelFORWARDING_UNIT_NAME";
  170. this.panelFORWARDING_UNIT_NAME.Size = new System.Drawing.Size(419, 125);
  171. this.panelFORWARDING_UNIT_NAME.TabIndex = 19;
  172. //
  173. // txtFORWARDING_UNIT_NAME
  174. //
  175. this.txtFORWARDING_UNIT_NAME.Anchor = System.Windows.Forms.AnchorStyles.Left;
  176. this.txtFORWARDING_UNIT_NAME.AutoSize = true;
  177. this.txtFORWARDING_UNIT_NAME.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  178. this.txtFORWARDING_UNIT_NAME.ForeColor = System.Drawing.SystemColors.ControlText;
  179. this.txtFORWARDING_UNIT_NAME.Location = new System.Drawing.Point(3, 48);
  180. this.txtFORWARDING_UNIT_NAME.Name = "txtFORWARDING_UNIT_NAME";
  181. this.txtFORWARDING_UNIT_NAME.Size = new System.Drawing.Size(195, 36);
  182. this.txtFORWARDING_UNIT_NAME.TabIndex = 11;
  183. this.txtFORWARDING_UNIT_NAME.Text = " ";
  184. //
  185. // panelMETER_TYPE
  186. //
  187. this.panelMETER_TYPE.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  188. this.panelMETER_TYPE.Controls.Add(this.txtMETER_TYPE);
  189. this.panelMETER_TYPE.Dock = System.Windows.Forms.DockStyle.Fill;
  190. this.panelMETER_TYPE.Location = new System.Drawing.Point(180, 124);
  191. this.panelMETER_TYPE.Margin = new System.Windows.Forms.Padding(0);
  192. this.panelMETER_TYPE.Name = "panelMETER_TYPE";
  193. this.panelMETER_TYPE.Size = new System.Drawing.Size(419, 124);
  194. this.panelMETER_TYPE.TabIndex = 17;
  195. //
  196. // txtMETER_TYPE
  197. //
  198. this.txtMETER_TYPE.Anchor = System.Windows.Forms.AnchorStyles.Left;
  199. this.txtMETER_TYPE.AutoSize = true;
  200. this.txtMETER_TYPE.BackColor = System.Drawing.Color.Transparent;
  201. this.txtMETER_TYPE.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  202. this.txtMETER_TYPE.Location = new System.Drawing.Point(3, 48);
  203. this.txtMETER_TYPE.Name = "txtMETER_TYPE";
  204. this.txtMETER_TYPE.Size = new System.Drawing.Size(195, 36);
  205. this.txtMETER_TYPE.TabIndex = 9;
  206. this.txtMETER_TYPE.Text = " ";
  207. //
  208. // label1
  209. //
  210. this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
  211. this.label1.AutoSize = true;
  212. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  213. this.label1.Location = new System.Drawing.Point(20, 44);
  214. this.label1.Name = "label1";
  215. this.label1.Size = new System.Drawing.Size(139, 36);
  216. this.label1.TabIndex = 0;
  217. this.label1.Text = "委托编号";
  218. //
  219. // label2
  220. //
  221. this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
  222. this.label2.AutoSize = true;
  223. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  224. this.label2.Location = new System.Drawing.Point(20, 168);
  225. this.label2.Name = "label2";
  226. this.label2.Size = new System.Drawing.Size(139, 36);
  227. this.label2.TabIndex = 1;
  228. this.label2.Text = "检斤类型";
  229. //
  230. // label4
  231. //
  232. this.label4.Anchor = System.Windows.Forms.AnchorStyles.None;
  233. this.label4.AutoSize = true;
  234. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  235. this.label4.Location = new System.Drawing.Point(20, 292);
  236. this.label4.Name = "label4";
  237. this.label4.Size = new System.Drawing.Size(139, 36);
  238. this.label4.TabIndex = 3;
  239. this.label4.Text = "发货单位";
  240. //
  241. // label5
  242. //
  243. this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
  244. this.label5.AutoSize = true;
  245. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  246. this.label5.Location = new System.Drawing.Point(619, 44);
  247. this.label5.Name = "label5";
  248. this.label5.Size = new System.Drawing.Size(139, 36);
  249. this.label5.TabIndex = 4;
  250. this.label5.Text = "委托类型";
  251. //
  252. // label8
  253. //
  254. this.label8.Anchor = System.Windows.Forms.AnchorStyles.None;
  255. this.label8.AutoSize = true;
  256. this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  257. this.label8.Location = new System.Drawing.Point(619, 292);
  258. this.label8.Name = "label8";
  259. this.label8.Size = new System.Drawing.Size(139, 36);
  260. this.label8.TabIndex = 7;
  261. this.label8.Text = "收货单位";
  262. //
  263. // panelPREDICTION_NO
  264. //
  265. this.panelPREDICTION_NO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  266. this.panelPREDICTION_NO.Controls.Add(this.txtPREDICTION_NO);
  267. this.panelPREDICTION_NO.Dock = System.Windows.Forms.DockStyle.Fill;
  268. this.panelPREDICTION_NO.Location = new System.Drawing.Point(180, 0);
  269. this.panelPREDICTION_NO.Margin = new System.Windows.Forms.Padding(0);
  270. this.panelPREDICTION_NO.Name = "panelPREDICTION_NO";
  271. this.panelPREDICTION_NO.Size = new System.Drawing.Size(419, 124);
  272. this.panelPREDICTION_NO.TabIndex = 16;
  273. //
  274. // txtPREDICTION_NO
  275. //
  276. this.txtPREDICTION_NO.Anchor = System.Windows.Forms.AnchorStyles.Left;
  277. this.txtPREDICTION_NO.AutoSize = true;
  278. this.txtPREDICTION_NO.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  279. this.txtPREDICTION_NO.Location = new System.Drawing.Point(3, 48);
  280. this.txtPREDICTION_NO.Name = "txtPREDICTION_NO";
  281. this.txtPREDICTION_NO.Size = new System.Drawing.Size(195, 36);
  282. this.txtPREDICTION_NO.TabIndex = 8;
  283. this.txtPREDICTION_NO.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. }