ucCarMeterInfoJXJG.Designer.cs 31 KB

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