ucCarMeterInfoJisco.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  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.txtSHIPMENT_WEIGHT = new System.Windows.Forms.Label();
  33. this.panelCONTRACT_NO = new System.Windows.Forms.Panel();
  34. this.txtCONTRACT_NO = new System.Windows.Forms.Label();
  35. this.panelFORWARDING_UNIT_NAME = new System.Windows.Forms.Panel();
  36. this.txtFORWARDING_UNIT_NAME = new System.Windows.Forms.Label();
  37. this.panelMATTER_NAME = new System.Windows.Forms.Panel();
  38. this.txtMATTER_NAME = new System.Windows.Forms.Label();
  39. this.panelMETER_TYPE = new System.Windows.Forms.Panel();
  40. this.txtMETER_TYPE = new System.Windows.Forms.Label();
  41. this.label1 = new System.Windows.Forms.Label();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.label5 = new System.Windows.Forms.Label();
  46. this.label6 = new System.Windows.Forms.Label();
  47. this.label8 = new System.Windows.Forms.Label();
  48. this.panelPREDICTION_NO = new System.Windows.Forms.Panel();
  49. this.txtPREDICTION_NO = new System.Windows.Forms.Label();
  50. this.panelMETER_PIER_NAME = new System.Windows.Forms.Panel();
  51. this.txtMETER_PIER_NAME = new System.Windows.Forms.Label();
  52. this.label7 = new System.Windows.Forms.Label();
  53. this.tableLayoutPanelMsg.SuspendLayout();
  54. this.panelRECEIVING_UINT_NAME.SuspendLayout();
  55. this.panelSHIPMENT_NET_WEIGHT.SuspendLayout();
  56. this.panelCONTRACT_NO.SuspendLayout();
  57. this.panelFORWARDING_UNIT_NAME.SuspendLayout();
  58. this.panelMATTER_NAME.SuspendLayout();
  59. this.panelMETER_TYPE.SuspendLayout();
  60. this.panelPREDICTION_NO.SuspendLayout();
  61. this.panelMETER_PIER_NAME.SuspendLayout();
  62. this.SuspendLayout();
  63. //
  64. // tableLayoutPanelMsg
  65. //
  66. this.tableLayoutPanelMsg.ColumnCount = 4;
  67. this.tableLayoutPanelMsg.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 180F));
  68. this.tableLayoutPanelMsg.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  69. this.tableLayoutPanelMsg.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 180F));
  70. this.tableLayoutPanelMsg.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  71. this.tableLayoutPanelMsg.Controls.Add(this.panelRECEIVING_UINT_NAME, 3, 3);
  72. this.tableLayoutPanelMsg.Controls.Add(this.panelSHIPMENT_NET_WEIGHT, 3, 1);
  73. this.tableLayoutPanelMsg.Controls.Add(this.panelCONTRACT_NO, 3, 0);
  74. this.tableLayoutPanelMsg.Controls.Add(this.panelFORWARDING_UNIT_NAME, 1, 3);
  75. this.tableLayoutPanelMsg.Controls.Add(this.panelMATTER_NAME, 1, 2);
  76. this.tableLayoutPanelMsg.Controls.Add(this.panelMETER_TYPE, 1, 1);
  77. this.tableLayoutPanelMsg.Controls.Add(this.label1, 0, 0);
  78. this.tableLayoutPanelMsg.Controls.Add(this.label2, 0, 1);
  79. this.tableLayoutPanelMsg.Controls.Add(this.label3, 0, 2);
  80. this.tableLayoutPanelMsg.Controls.Add(this.label4, 0, 3);
  81. this.tableLayoutPanelMsg.Controls.Add(this.label5, 2, 0);
  82. this.tableLayoutPanelMsg.Controls.Add(this.label6, 2, 1);
  83. this.tableLayoutPanelMsg.Controls.Add(this.label8, 2, 3);
  84. this.tableLayoutPanelMsg.Controls.Add(this.panelPREDICTION_NO, 1, 0);
  85. this.tableLayoutPanelMsg.Controls.Add(this.panelMETER_PIER_NAME, 3, 2);
  86. this.tableLayoutPanelMsg.Controls.Add(this.label7, 2, 2);
  87. this.tableLayoutPanelMsg.Dock = System.Windows.Forms.DockStyle.Fill;
  88. this.tableLayoutPanelMsg.Location = new System.Drawing.Point(0, 0);
  89. this.tableLayoutPanelMsg.Name = "tableLayoutPanelMsg";
  90. this.tableLayoutPanelMsg.RowCount = 4;
  91. this.tableLayoutPanelMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  92. this.tableLayoutPanelMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  93. this.tableLayoutPanelMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  94. this.tableLayoutPanelMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
  95. this.tableLayoutPanelMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  96. this.tableLayoutPanelMsg.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  97. this.tableLayoutPanelMsg.Size = new System.Drawing.Size(1199, 373);
  98. this.tableLayoutPanelMsg.TabIndex = 0;
  99. //
  100. // panelRECEIVING_UINT_NAME
  101. //
  102. this.panelRECEIVING_UINT_NAME.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  103. this.panelRECEIVING_UINT_NAME.Controls.Add(this.txtRECEIVING_UINT_NAME);
  104. this.panelRECEIVING_UINT_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
  105. this.panelRECEIVING_UINT_NAME.Location = new System.Drawing.Point(779, 279);
  106. this.panelRECEIVING_UINT_NAME.Margin = new System.Windows.Forms.Padding(0);
  107. this.panelRECEIVING_UINT_NAME.Name = "panelRECEIVING_UINT_NAME";
  108. this.panelRECEIVING_UINT_NAME.Size = new System.Drawing.Size(420, 94);
  109. this.panelRECEIVING_UINT_NAME.TabIndex = 21;
  110. //
  111. // txtRECEIVING_UINT_NAME
  112. //
  113. this.txtRECEIVING_UINT_NAME.Anchor = System.Windows.Forms.AnchorStyles.Left;
  114. this.txtRECEIVING_UINT_NAME.AutoSize = true;
  115. this.txtRECEIVING_UINT_NAME.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  116. this.txtRECEIVING_UINT_NAME.Location = new System.Drawing.Point(3, 33);
  117. this.txtRECEIVING_UINT_NAME.Name = "txtRECEIVING_UINT_NAME";
  118. this.txtRECEIVING_UINT_NAME.Size = new System.Drawing.Size(195, 36);
  119. this.txtRECEIVING_UINT_NAME.TabIndex = 15;
  120. this.txtRECEIVING_UINT_NAME.Text = " ";
  121. //
  122. // panelSHIPMENT_NET_WEIGHT
  123. //
  124. this.panelSHIPMENT_NET_WEIGHT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  125. this.panelSHIPMENT_NET_WEIGHT.Controls.Add(this.txtSHIPMENT_WEIGHT);
  126. this.panelSHIPMENT_NET_WEIGHT.Dock = System.Windows.Forms.DockStyle.Fill;
  127. this.panelSHIPMENT_NET_WEIGHT.Location = new System.Drawing.Point(779, 93);
  128. this.panelSHIPMENT_NET_WEIGHT.Margin = new System.Windows.Forms.Padding(0);
  129. this.panelSHIPMENT_NET_WEIGHT.Name = "panelSHIPMENT_NET_WEIGHT";
  130. this.panelSHIPMENT_NET_WEIGHT.Size = new System.Drawing.Size(420, 93);
  131. this.panelSHIPMENT_NET_WEIGHT.TabIndex = 22;
  132. //
  133. // txtSHIPMENT_WEIGHT
  134. //
  135. this.txtSHIPMENT_WEIGHT.Anchor = System.Windows.Forms.AnchorStyles.Left;
  136. this.txtSHIPMENT_WEIGHT.AutoSize = true;
  137. this.txtSHIPMENT_WEIGHT.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  138. this.txtSHIPMENT_WEIGHT.Location = new System.Drawing.Point(3, 32);
  139. this.txtSHIPMENT_WEIGHT.Name = "txtSHIPMENT_WEIGHT";
  140. this.txtSHIPMENT_WEIGHT.Size = new System.Drawing.Size(195, 36);
  141. this.txtSHIPMENT_WEIGHT.TabIndex = 13;
  142. this.txtSHIPMENT_WEIGHT.Text = " ";
  143. //
  144. // panelCONTRACT_NO
  145. //
  146. this.panelCONTRACT_NO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  147. this.panelCONTRACT_NO.Controls.Add(this.txtCONTRACT_NO);
  148. this.panelCONTRACT_NO.Dock = System.Windows.Forms.DockStyle.Fill;
  149. this.panelCONTRACT_NO.Location = new System.Drawing.Point(779, 0);
  150. this.panelCONTRACT_NO.Margin = new System.Windows.Forms.Padding(0);
  151. this.panelCONTRACT_NO.Name = "panelCONTRACT_NO";
  152. this.panelCONTRACT_NO.Size = new System.Drawing.Size(420, 93);
  153. this.panelCONTRACT_NO.TabIndex = 20;
  154. //
  155. // txtCONTRACT_NO
  156. //
  157. this.txtCONTRACT_NO.Anchor = System.Windows.Forms.AnchorStyles.Left;
  158. this.txtCONTRACT_NO.AutoSize = true;
  159. this.txtCONTRACT_NO.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  160. this.txtCONTRACT_NO.Location = new System.Drawing.Point(3, 32);
  161. this.txtCONTRACT_NO.Name = "txtCONTRACT_NO";
  162. this.txtCONTRACT_NO.Size = new System.Drawing.Size(195, 36);
  163. this.txtCONTRACT_NO.TabIndex = 12;
  164. this.txtCONTRACT_NO.Text = " ";
  165. //
  166. // panelFORWARDING_UNIT_NAME
  167. //
  168. this.panelFORWARDING_UNIT_NAME.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  169. this.panelFORWARDING_UNIT_NAME.Controls.Add(this.txtFORWARDING_UNIT_NAME);
  170. this.panelFORWARDING_UNIT_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
  171. this.panelFORWARDING_UNIT_NAME.Location = new System.Drawing.Point(180, 279);
  172. this.panelFORWARDING_UNIT_NAME.Margin = new System.Windows.Forms.Padding(0);
  173. this.panelFORWARDING_UNIT_NAME.Name = "panelFORWARDING_UNIT_NAME";
  174. this.panelFORWARDING_UNIT_NAME.Size = new System.Drawing.Size(419, 94);
  175. this.panelFORWARDING_UNIT_NAME.TabIndex = 19;
  176. //
  177. // txtFORWARDING_UNIT_NAME
  178. //
  179. this.txtFORWARDING_UNIT_NAME.Anchor = System.Windows.Forms.AnchorStyles.Left;
  180. this.txtFORWARDING_UNIT_NAME.AutoSize = true;
  181. this.txtFORWARDING_UNIT_NAME.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  182. this.txtFORWARDING_UNIT_NAME.ForeColor = System.Drawing.Color.Black;
  183. this.txtFORWARDING_UNIT_NAME.Location = new System.Drawing.Point(3, 33);
  184. this.txtFORWARDING_UNIT_NAME.Name = "txtFORWARDING_UNIT_NAME";
  185. this.txtFORWARDING_UNIT_NAME.Size = new System.Drawing.Size(195, 36);
  186. this.txtFORWARDING_UNIT_NAME.TabIndex = 11;
  187. this.txtFORWARDING_UNIT_NAME.Text = " ";
  188. //
  189. // panelMATTER_NAME
  190. //
  191. this.panelMATTER_NAME.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  192. this.panelMATTER_NAME.Controls.Add(this.txtMATTER_NAME);
  193. this.panelMATTER_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.panelMATTER_NAME.Location = new System.Drawing.Point(180, 186);
  195. this.panelMATTER_NAME.Margin = new System.Windows.Forms.Padding(0);
  196. this.panelMATTER_NAME.Name = "panelMATTER_NAME";
  197. this.panelMATTER_NAME.Size = new System.Drawing.Size(419, 93);
  198. this.panelMATTER_NAME.TabIndex = 18;
  199. //
  200. // txtMATTER_NAME
  201. //
  202. this.txtMATTER_NAME.AutoSize = true;
  203. this.txtMATTER_NAME.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  204. this.txtMATTER_NAME.Location = new System.Drawing.Point(3, 23);
  205. this.txtMATTER_NAME.Name = "txtMATTER_NAME";
  206. this.txtMATTER_NAME.Size = new System.Drawing.Size(195, 36);
  207. this.txtMATTER_NAME.TabIndex = 10;
  208. this.txtMATTER_NAME.Text = " ";
  209. //
  210. // panelMETER_TYPE
  211. //
  212. this.panelMETER_TYPE.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  213. this.panelMETER_TYPE.Controls.Add(this.txtMETER_TYPE);
  214. this.panelMETER_TYPE.Dock = System.Windows.Forms.DockStyle.Fill;
  215. this.panelMETER_TYPE.Location = new System.Drawing.Point(180, 93);
  216. this.panelMETER_TYPE.Margin = new System.Windows.Forms.Padding(0);
  217. this.panelMETER_TYPE.Name = "panelMETER_TYPE";
  218. this.panelMETER_TYPE.Size = new System.Drawing.Size(419, 93);
  219. this.panelMETER_TYPE.TabIndex = 17;
  220. //
  221. // txtMETER_TYPE
  222. //
  223. this.txtMETER_TYPE.Anchor = System.Windows.Forms.AnchorStyles.Left;
  224. this.txtMETER_TYPE.AutoSize = true;
  225. this.txtMETER_TYPE.BackColor = System.Drawing.Color.Transparent;
  226. this.txtMETER_TYPE.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  227. this.txtMETER_TYPE.Location = new System.Drawing.Point(3, 32);
  228. this.txtMETER_TYPE.Name = "txtMETER_TYPE";
  229. this.txtMETER_TYPE.Size = new System.Drawing.Size(195, 36);
  230. this.txtMETER_TYPE.TabIndex = 9;
  231. this.txtMETER_TYPE.Text = " ";
  232. //
  233. // label1
  234. //
  235. this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
  236. this.label1.AutoSize = true;
  237. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  238. this.label1.Location = new System.Drawing.Point(20, 28);
  239. this.label1.Name = "label1";
  240. this.label1.Size = new System.Drawing.Size(139, 36);
  241. this.label1.TabIndex = 0;
  242. this.label1.Text = "预报编号";
  243. //
  244. // label2
  245. //
  246. this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
  247. this.label2.AutoSize = true;
  248. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  249. this.label2.Location = new System.Drawing.Point(20, 121);
  250. this.label2.Name = "label2";
  251. this.label2.Size = new System.Drawing.Size(139, 36);
  252. this.label2.TabIndex = 1;
  253. this.label2.Text = "检斤类型";
  254. //
  255. // label3
  256. //
  257. this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
  258. this.label3.AutoSize = true;
  259. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  260. this.label3.Location = new System.Drawing.Point(20, 214);
  261. this.label3.Name = "label3";
  262. this.label3.Size = new System.Drawing.Size(139, 36);
  263. this.label3.TabIndex = 2;
  264. this.label3.Text = "物资名称";
  265. //
  266. // label4
  267. //
  268. this.label4.Anchor = System.Windows.Forms.AnchorStyles.None;
  269. this.label4.AutoSize = true;
  270. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  271. this.label4.Location = new System.Drawing.Point(20, 308);
  272. this.label4.Name = "label4";
  273. this.label4.Size = new System.Drawing.Size(139, 36);
  274. this.label4.TabIndex = 3;
  275. this.label4.Text = "发货单位";
  276. //
  277. // label5
  278. //
  279. this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
  280. this.label5.AutoSize = true;
  281. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  282. this.label5.Location = new System.Drawing.Point(619, 28);
  283. this.label5.Name = "label5";
  284. this.label5.Size = new System.Drawing.Size(139, 36);
  285. this.label5.TabIndex = 4;
  286. this.label5.Text = "预报类型";
  287. //
  288. // label6
  289. //
  290. this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
  291. this.label6.AutoSize = true;
  292. this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  293. this.label6.Location = new System.Drawing.Point(619, 121);
  294. this.label6.Name = "label6";
  295. this.label6.Size = new System.Drawing.Size(139, 36);
  296. this.label6.TabIndex = 5;
  297. this.label6.Text = "预报重量";
  298. //
  299. // label8
  300. //
  301. this.label8.Anchor = System.Windows.Forms.AnchorStyles.None;
  302. this.label8.AutoSize = true;
  303. this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  304. this.label8.Location = new System.Drawing.Point(619, 308);
  305. this.label8.Name = "label8";
  306. this.label8.Size = new System.Drawing.Size(139, 36);
  307. this.label8.TabIndex = 7;
  308. this.label8.Text = "收货单位";
  309. //
  310. // panelPREDICTION_NO
  311. //
  312. this.panelPREDICTION_NO.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  313. this.panelPREDICTION_NO.Controls.Add(this.txtPREDICTION_NO);
  314. this.panelPREDICTION_NO.Dock = System.Windows.Forms.DockStyle.Fill;
  315. this.panelPREDICTION_NO.Location = new System.Drawing.Point(180, 0);
  316. this.panelPREDICTION_NO.Margin = new System.Windows.Forms.Padding(0);
  317. this.panelPREDICTION_NO.Name = "panelPREDICTION_NO";
  318. this.panelPREDICTION_NO.Size = new System.Drawing.Size(419, 93);
  319. this.panelPREDICTION_NO.TabIndex = 16;
  320. //
  321. // txtPREDICTION_NO
  322. //
  323. this.txtPREDICTION_NO.Anchor = System.Windows.Forms.AnchorStyles.Left;
  324. this.txtPREDICTION_NO.AutoSize = true;
  325. this.txtPREDICTION_NO.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  326. this.txtPREDICTION_NO.Location = new System.Drawing.Point(3, 32);
  327. this.txtPREDICTION_NO.Name = "txtPREDICTION_NO";
  328. this.txtPREDICTION_NO.Size = new System.Drawing.Size(195, 36);
  329. this.txtPREDICTION_NO.TabIndex = 8;
  330. this.txtPREDICTION_NO.Text = " ";
  331. //
  332. // panelMETER_PIER_NAME
  333. //
  334. this.panelMETER_PIER_NAME.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(244)))), ((int)(((byte)(252)))));
  335. this.panelMETER_PIER_NAME.Controls.Add(this.txtMETER_PIER_NAME);
  336. this.panelMETER_PIER_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
  337. this.panelMETER_PIER_NAME.Location = new System.Drawing.Point(779, 186);
  338. this.panelMETER_PIER_NAME.Margin = new System.Windows.Forms.Padding(0);
  339. this.panelMETER_PIER_NAME.Name = "panelMETER_PIER_NAME";
  340. this.panelMETER_PIER_NAME.Size = new System.Drawing.Size(420, 93);
  341. this.panelMETER_PIER_NAME.TabIndex = 26;
  342. this.panelMETER_PIER_NAME.Visible = false;
  343. //
  344. // txtMETER_PIER_NAME
  345. //
  346. this.txtMETER_PIER_NAME.Anchor = System.Windows.Forms.AnchorStyles.Left;
  347. this.txtMETER_PIER_NAME.AutoSize = true;
  348. this.txtMETER_PIER_NAME.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  349. this.txtMETER_PIER_NAME.Location = new System.Drawing.Point(3, 32);
  350. this.txtMETER_PIER_NAME.Name = "txtMETER_PIER_NAME";
  351. this.txtMETER_PIER_NAME.Size = new System.Drawing.Size(195, 36);
  352. this.txtMETER_PIER_NAME.TabIndex = 15;
  353. this.txtMETER_PIER_NAME.Text = " ";
  354. this.txtMETER_PIER_NAME.Visible = false;
  355. //
  356. // label7
  357. //
  358. this.label7.Anchor = System.Windows.Forms.AnchorStyles.None;
  359. this.label7.AutoSize = true;
  360. this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  361. this.label7.Location = new System.Drawing.Point(619, 214);
  362. this.label7.Name = "label7";
  363. this.label7.Size = new System.Drawing.Size(139, 36);
  364. this.label7.TabIndex = 27;
  365. this.label7.Text = "码头名称";
  366. this.label7.Visible = false;
  367. //
  368. // ucCarMeterInfoJisco
  369. //
  370. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  371. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  372. this.BackColor = System.Drawing.Color.White;
  373. this.Controls.Add(this.tableLayoutPanelMsg);
  374. this.Name = "ucCarMeterInfoJisco";
  375. this.Size = new System.Drawing.Size(1199, 373);
  376. this.Load += new System.EventHandler(this.ucCarMeterInfoJXJG_Load);
  377. this.tableLayoutPanelMsg.ResumeLayout(false);
  378. this.tableLayoutPanelMsg.PerformLayout();
  379. this.panelRECEIVING_UINT_NAME.ResumeLayout(false);
  380. this.panelRECEIVING_UINT_NAME.PerformLayout();
  381. this.panelSHIPMENT_NET_WEIGHT.ResumeLayout(false);
  382. this.panelSHIPMENT_NET_WEIGHT.PerformLayout();
  383. this.panelCONTRACT_NO.ResumeLayout(false);
  384. this.panelCONTRACT_NO.PerformLayout();
  385. this.panelFORWARDING_UNIT_NAME.ResumeLayout(false);
  386. this.panelFORWARDING_UNIT_NAME.PerformLayout();
  387. this.panelMATTER_NAME.ResumeLayout(false);
  388. this.panelMATTER_NAME.PerformLayout();
  389. this.panelMETER_TYPE.ResumeLayout(false);
  390. this.panelMETER_TYPE.PerformLayout();
  391. this.panelPREDICTION_NO.ResumeLayout(false);
  392. this.panelPREDICTION_NO.PerformLayout();
  393. this.panelMETER_PIER_NAME.ResumeLayout(false);
  394. this.panelMETER_PIER_NAME.PerformLayout();
  395. this.ResumeLayout(false);
  396. }
  397. #endregion
  398. private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMsg;
  399. private System.Windows.Forms.Label label1;
  400. private System.Windows.Forms.Label label2;
  401. private System.Windows.Forms.Label label3;
  402. private System.Windows.Forms.Label label4;
  403. private System.Windows.Forms.Label label5;
  404. private System.Windows.Forms.Label label6;
  405. private System.Windows.Forms.Label label8;
  406. private System.Windows.Forms.Label txtPREDICTION_NO;
  407. private System.Windows.Forms.Label txtMETER_TYPE;
  408. private System.Windows.Forms.Label txtRECEIVING_UINT_NAME;
  409. private System.Windows.Forms.Label txtSHIPMENT_WEIGHT;
  410. private System.Windows.Forms.Label txtCONTRACT_NO;
  411. private System.Windows.Forms.Label txtMATTER_NAME;
  412. private System.Windows.Forms.Label txtFORWARDING_UNIT_NAME;
  413. private System.Windows.Forms.Panel panelPREDICTION_NO;
  414. private System.Windows.Forms.Panel panelMETER_TYPE;
  415. private System.Windows.Forms.Panel panelMATTER_NAME;
  416. private System.Windows.Forms.Panel panelFORWARDING_UNIT_NAME;
  417. private System.Windows.Forms.Panel panelCONTRACT_NO;
  418. private System.Windows.Forms.Panel panelRECEIVING_UINT_NAME;
  419. private System.Windows.Forms.Panel panelSHIPMENT_NET_WEIGHT;
  420. private System.Windows.Forms.Panel panelMETER_PIER_NAME;
  421. private System.Windows.Forms.Label txtMETER_PIER_NAME;
  422. private System.Windows.Forms.Label label7;
  423. }
  424. }