ucStaticTrackMeterInfo.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600
  1. namespace MeterModuleLibrary
  2. {
  3. partial class ucStaticTrackMeterInfo
  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. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  40. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  41. this.label6 = new System.Windows.Forms.Label();
  42. this.label7 = new System.Windows.Forms.Label();
  43. this.label8 = new System.Windows.Forms.Label();
  44. this.label9 = new System.Windows.Forms.Label();
  45. this.label10 = new System.Windows.Forms.Label();
  46. this.label11 = new System.Windows.Forms.Label();
  47. this.label13 = new System.Windows.Forms.Label();
  48. this.label14 = new System.Windows.Forms.Label();
  49. this.label15 = new System.Windows.Forms.Label();
  50. this.label16 = new System.Windows.Forms.Label();
  51. this.label17 = new System.Windows.Forms.Label();
  52. this.label12 = new System.Windows.Forms.Label();
  53. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  54. this.CHK_CHEMICAL = new System.Windows.Forms.CheckBox();
  55. this.chk_Sample = new System.Windows.Forms.CheckBox();
  56. this.txtMEMO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  57. this.txtSHIPMENT_NET_WEIGHT = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  58. this.txtLOAD_POINT_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  59. this.txtCARRIER_UNIT_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  60. this.txtRECEIVING_UINT_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  61. this.txtSHIPMENT_NUM = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  62. this.txtSHIPMENT_GROSS_WEIGHT = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  63. this.txtMETER_TYPE_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  64. this.txtMATTER_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  65. this.txtBATCH_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  66. this.txtPREDICTION_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  67. this.txtFORWARDING_UNIT_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  68. this.tableLayoutPanel4.SuspendLayout();
  69. this.tableLayoutPanel1.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.txtMEMO)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.txtSHIPMENT_NET_WEIGHT)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.txtLOAD_POINT_NAME)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.txtCARRIER_UNIT_NAME)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.txtRECEIVING_UINT_NAME)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.txtSHIPMENT_NUM)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.txtSHIPMENT_GROSS_WEIGHT)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.txtMETER_TYPE_NAME)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.txtMATTER_NAME)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.txtBATCH_NO)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.txtPREDICTION_NO)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.txtFORWARDING_UNIT_NAME)).BeginInit();
  82. this.SuspendLayout();
  83. //
  84. // tableLayoutPanel4
  85. //
  86. this.tableLayoutPanel4.ColumnCount = 4;
  87. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
  88. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  89. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 120F));
  90. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  91. this.tableLayoutPanel4.Controls.Add(this.label6, 0, 4);
  92. this.tableLayoutPanel4.Controls.Add(this.label7, 0, 3);
  93. this.tableLayoutPanel4.Controls.Add(this.label8, 0, 2);
  94. this.tableLayoutPanel4.Controls.Add(this.label9, 0, 1);
  95. this.tableLayoutPanel4.Controls.Add(this.label10, 0, 0);
  96. this.tableLayoutPanel4.Controls.Add(this.label11, 2, 4);
  97. this.tableLayoutPanel4.Controls.Add(this.label13, 2, 3);
  98. this.tableLayoutPanel4.Controls.Add(this.label14, 2, 2);
  99. this.tableLayoutPanel4.Controls.Add(this.label15, 2, 1);
  100. this.tableLayoutPanel4.Controls.Add(this.label16, 2, 0);
  101. this.tableLayoutPanel4.Controls.Add(this.label17, 0, 5);
  102. this.tableLayoutPanel4.Controls.Add(this.label12, 2, 5);
  103. this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel1, 0, 6);
  104. this.tableLayoutPanel4.Controls.Add(this.txtMEMO, 3, 5);
  105. this.tableLayoutPanel4.Controls.Add(this.txtSHIPMENT_NET_WEIGHT, 3, 4);
  106. this.tableLayoutPanel4.Controls.Add(this.txtLOAD_POINT_NAME, 3, 3);
  107. this.tableLayoutPanel4.Controls.Add(this.txtCARRIER_UNIT_NAME, 3, 2);
  108. this.tableLayoutPanel4.Controls.Add(this.txtRECEIVING_UINT_NAME, 3, 1);
  109. this.tableLayoutPanel4.Controls.Add(this.txtSHIPMENT_NUM, 1, 5);
  110. this.tableLayoutPanel4.Controls.Add(this.txtSHIPMENT_GROSS_WEIGHT, 1, 4);
  111. this.tableLayoutPanel4.Controls.Add(this.txtMETER_TYPE_NAME, 1, 3);
  112. this.tableLayoutPanel4.Controls.Add(this.txtMATTER_NAME, 1, 2);
  113. this.tableLayoutPanel4.Controls.Add(this.txtBATCH_NO, 1, 1);
  114. this.tableLayoutPanel4.Controls.Add(this.txtPREDICTION_NO, 1, 0);
  115. this.tableLayoutPanel4.Controls.Add(this.txtFORWARDING_UNIT_NAME, 3, 0);
  116. this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  117. this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
  118. this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
  119. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  120. this.tableLayoutPanel4.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
  121. this.tableLayoutPanel4.RowCount = 7;
  122. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28F));
  123. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28F));
  124. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28F));
  125. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28F));
  126. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28F));
  127. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28F));
  128. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.32F));
  129. this.tableLayoutPanel4.Size = new System.Drawing.Size(548, 270);
  130. this.tableLayoutPanel4.TabIndex = 6;
  131. //
  132. // label6
  133. //
  134. this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
  135. this.label6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  136. this.label6.Location = new System.Drawing.Point(2, 158);
  137. this.label6.Margin = new System.Windows.Forms.Padding(2, 5, 0, 0);
  138. this.label6.Name = "label6";
  139. this.label6.Size = new System.Drawing.Size(118, 32);
  140. this.label6.TabIndex = 3;
  141. this.label6.Text = "预报毛重(T)";
  142. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  143. //
  144. // label7
  145. //
  146. this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  148. this.label7.Location = new System.Drawing.Point(2, 121);
  149. this.label7.Margin = new System.Windows.Forms.Padding(2, 5, 0, 0);
  150. this.label7.Name = "label7";
  151. this.label7.Size = new System.Drawing.Size(118, 32);
  152. this.label7.TabIndex = 1;
  153. this.label7.Text = "检斤类型";
  154. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  155. //
  156. // label8
  157. //
  158. this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
  159. this.label8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  160. this.label8.Location = new System.Drawing.Point(2, 84);
  161. this.label8.Margin = new System.Windows.Forms.Padding(2, 5, 0, 0);
  162. this.label8.Name = "label8";
  163. this.label8.Size = new System.Drawing.Size(118, 32);
  164. this.label8.TabIndex = 1;
  165. this.label8.Text = "物资名称";
  166. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  167. //
  168. // label9
  169. //
  170. this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
  171. this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  172. this.label9.Location = new System.Drawing.Point(2, 47);
  173. this.label9.Margin = new System.Windows.Forms.Padding(2, 5, 0, 0);
  174. this.label9.Name = "label9";
  175. this.label9.Size = new System.Drawing.Size(118, 32);
  176. this.label9.TabIndex = 1;
  177. this.label9.Text = "批次编号";
  178. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  179. //
  180. // label10
  181. //
  182. this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.label10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  184. this.label10.Location = new System.Drawing.Point(2, 10);
  185. this.label10.Margin = new System.Windows.Forms.Padding(2, 5, 0, 0);
  186. this.label10.Name = "label10";
  187. this.label10.Size = new System.Drawing.Size(118, 32);
  188. this.label10.TabIndex = 1;
  189. this.label10.Text = "预报单号";
  190. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  191. //
  192. // label11
  193. //
  194. this.label11.Dock = System.Windows.Forms.DockStyle.Fill;
  195. this.label11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  196. this.label11.Location = new System.Drawing.Point(276, 158);
  197. this.label11.Margin = new System.Windows.Forms.Padding(2, 5, 0, 0);
  198. this.label11.Name = "label11";
  199. this.label11.Size = new System.Drawing.Size(118, 32);
  200. this.label11.TabIndex = 1;
  201. this.label11.Text = "预报净重(T)";
  202. this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  203. //
  204. // label13
  205. //
  206. this.label13.Dock = System.Windows.Forms.DockStyle.Fill;
  207. this.label13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  208. this.label13.Location = new System.Drawing.Point(276, 121);
  209. this.label13.Margin = new System.Windows.Forms.Padding(2, 5, 0, 0);
  210. this.label13.Name = "label13";
  211. this.label13.Size = new System.Drawing.Size(118, 32);
  212. this.label13.TabIndex = 1;
  213. this.label13.Text = "卸货地点";
  214. this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  215. //
  216. // label14
  217. //
  218. this.label14.Dock = System.Windows.Forms.DockStyle.Fill;
  219. this.label14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  220. this.label14.Location = new System.Drawing.Point(276, 84);
  221. this.label14.Margin = new System.Windows.Forms.Padding(2, 5, 0, 0);
  222. this.label14.Name = "label14";
  223. this.label14.Size = new System.Drawing.Size(118, 32);
  224. this.label14.TabIndex = 1;
  225. this.label14.Text = "承运单位";
  226. this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  227. //
  228. // label15
  229. //
  230. this.label15.Dock = System.Windows.Forms.DockStyle.Fill;
  231. this.label15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  232. this.label15.Location = new System.Drawing.Point(276, 47);
  233. this.label15.Margin = new System.Windows.Forms.Padding(2, 5, 0, 0);
  234. this.label15.Name = "label15";
  235. this.label15.Size = new System.Drawing.Size(118, 32);
  236. this.label15.TabIndex = 1;
  237. this.label15.Text = "收货单位";
  238. this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  239. //
  240. // label16
  241. //
  242. this.label16.Dock = System.Windows.Forms.DockStyle.Fill;
  243. this.label16.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  244. this.label16.Location = new System.Drawing.Point(276, 10);
  245. this.label16.Margin = new System.Windows.Forms.Padding(2, 5, 0, 0);
  246. this.label16.Name = "label16";
  247. this.label16.Size = new System.Drawing.Size(118, 32);
  248. this.label16.TabIndex = 1;
  249. this.label16.Text = "发货单位";
  250. this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  251. //
  252. // label17
  253. //
  254. this.label17.Dock = System.Windows.Forms.DockStyle.Fill;
  255. this.label17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  256. this.label17.Location = new System.Drawing.Point(2, 195);
  257. this.label17.Margin = new System.Windows.Forms.Padding(2, 5, 0, 0);
  258. this.label17.Name = "label17";
  259. this.label17.Size = new System.Drawing.Size(118, 32);
  260. this.label17.TabIndex = 3;
  261. this.label17.Text = "数  量";
  262. this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  263. //
  264. // label12
  265. //
  266. this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
  267. this.label12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
  268. this.label12.Location = new System.Drawing.Point(276, 195);
  269. this.label12.Margin = new System.Windows.Forms.Padding(2, 5, 0, 0);
  270. this.label12.Name = "label12";
  271. this.label12.Size = new System.Drawing.Size(118, 32);
  272. this.label12.TabIndex = 3;
  273. this.label12.Text = "备  注";
  274. this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  275. //
  276. // tableLayoutPanel1
  277. //
  278. this.tableLayoutPanel1.ColumnCount = 2;
  279. this.tableLayoutPanel4.SetColumnSpan(this.tableLayoutPanel1, 2);
  280. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  281. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  282. this.tableLayoutPanel1.Controls.Add(this.CHK_CHEMICAL, 0, 0);
  283. this.tableLayoutPanel1.Controls.Add(this.chk_Sample, 0, 0);
  284. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  285. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 227);
  286. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  287. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  288. this.tableLayoutPanel1.RowCount = 1;
  289. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  290. this.tableLayoutPanel1.Size = new System.Drawing.Size(274, 43);
  291. this.tableLayoutPanel1.TabIndex = 4;
  292. //
  293. // CHK_CHEMICAL
  294. //
  295. this.CHK_CHEMICAL.AutoSize = true;
  296. this.CHK_CHEMICAL.Dock = System.Windows.Forms.DockStyle.Fill;
  297. this.CHK_CHEMICAL.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.CHK_CHEMICAL.Location = new System.Drawing.Point(140, 3);
  299. this.CHK_CHEMICAL.Name = "CHK_CHEMICAL";
  300. this.CHK_CHEMICAL.Size = new System.Drawing.Size(131, 37);
  301. this.CHK_CHEMICAL.TabIndex = 15;
  302. this.CHK_CHEMICAL.Text = "危化品";
  303. this.CHK_CHEMICAL.UseVisualStyleBackColor = true;
  304. //
  305. // chk_Sample
  306. //
  307. this.chk_Sample.AutoSize = true;
  308. this.chk_Sample.Dock = System.Windows.Forms.DockStyle.Fill;
  309. this.chk_Sample.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.chk_Sample.Location = new System.Drawing.Point(20, 3);
  311. this.chk_Sample.Margin = new System.Windows.Forms.Padding(20, 3, 3, 3);
  312. this.chk_Sample.Name = "chk_Sample";
  313. this.chk_Sample.Size = new System.Drawing.Size(114, 37);
  314. this.chk_Sample.TabIndex = 14;
  315. this.chk_Sample.Text = "取样";
  316. this.chk_Sample.UseVisualStyleBackColor = true;
  317. //
  318. // txtMEMO
  319. //
  320. appearance4.BackColor = System.Drawing.Color.White;
  321. appearance4.BackColor2 = System.Drawing.Color.White;
  322. appearance4.BackColorDisabled = System.Drawing.Color.White;
  323. appearance4.BackColorDisabled2 = System.Drawing.Color.White;
  324. appearance4.ForeColor = System.Drawing.Color.Black;
  325. appearance4.ForeColorDisabled = System.Drawing.Color.Black;
  326. this.txtMEMO.Appearance = appearance4;
  327. this.txtMEMO.BackColor = System.Drawing.Color.White;
  328. this.txtMEMO.Dock = System.Windows.Forms.DockStyle.Fill;
  329. this.txtMEMO.Font = new System.Drawing.Font("宋体", 14F);
  330. this.txtMEMO.Location = new System.Drawing.Point(397, 193);
  331. this.txtMEMO.Multiline = true;
  332. this.txtMEMO.Name = "txtMEMO";
  333. this.txtMEMO.ReadOnly = true;
  334. this.tableLayoutPanel4.SetRowSpan(this.txtMEMO, 2);
  335. this.txtMEMO.Size = new System.Drawing.Size(148, 74);
  336. this.txtMEMO.TabIndex = 11;
  337. //
  338. // txtSHIPMENT_NET_WEIGHT
  339. //
  340. appearance5.BackColor = System.Drawing.Color.White;
  341. appearance5.BackColor2 = System.Drawing.Color.White;
  342. appearance5.BackColorDisabled = System.Drawing.Color.White;
  343. appearance5.BackColorDisabled2 = System.Drawing.Color.White;
  344. appearance5.ForeColor = System.Drawing.Color.Black;
  345. appearance5.ForeColorDisabled = System.Drawing.Color.Black;
  346. this.txtSHIPMENT_NET_WEIGHT.Appearance = appearance5;
  347. this.txtSHIPMENT_NET_WEIGHT.BackColor = System.Drawing.Color.White;
  348. this.txtSHIPMENT_NET_WEIGHT.Dock = System.Windows.Forms.DockStyle.Fill;
  349. this.txtSHIPMENT_NET_WEIGHT.Font = new System.Drawing.Font("宋体", 14F);
  350. this.txtSHIPMENT_NET_WEIGHT.Location = new System.Drawing.Point(397, 156);
  351. this.txtSHIPMENT_NET_WEIGHT.Name = "txtSHIPMENT_NET_WEIGHT";
  352. this.txtSHIPMENT_NET_WEIGHT.ReadOnly = true;
  353. this.txtSHIPMENT_NET_WEIGHT.Size = new System.Drawing.Size(148, 28);
  354. this.txtSHIPMENT_NET_WEIGHT.TabIndex = 9;
  355. //
  356. // txtLOAD_POINT_NAME
  357. //
  358. appearance6.BackColor = System.Drawing.Color.White;
  359. appearance6.BackColor2 = System.Drawing.Color.White;
  360. appearance6.BackColorDisabled = System.Drawing.Color.White;
  361. appearance6.BackColorDisabled2 = System.Drawing.Color.White;
  362. appearance6.ForeColor = System.Drawing.Color.Black;
  363. appearance6.ForeColorDisabled = System.Drawing.Color.Black;
  364. this.txtLOAD_POINT_NAME.Appearance = appearance6;
  365. this.txtLOAD_POINT_NAME.BackColor = System.Drawing.Color.White;
  366. this.txtLOAD_POINT_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
  367. this.txtLOAD_POINT_NAME.Font = new System.Drawing.Font("宋体", 14F);
  368. this.txtLOAD_POINT_NAME.Location = new System.Drawing.Point(397, 119);
  369. this.txtLOAD_POINT_NAME.Name = "txtLOAD_POINT_NAME";
  370. this.txtLOAD_POINT_NAME.ReadOnly = true;
  371. this.txtLOAD_POINT_NAME.Size = new System.Drawing.Size(148, 28);
  372. this.txtLOAD_POINT_NAME.TabIndex = 7;
  373. //
  374. // txtCARRIER_UNIT_NAME
  375. //
  376. appearance7.BackColor = System.Drawing.Color.White;
  377. appearance7.BackColor2 = System.Drawing.Color.White;
  378. appearance7.BackColorDisabled = System.Drawing.Color.White;
  379. appearance7.BackColorDisabled2 = System.Drawing.Color.White;
  380. appearance7.ForeColor = System.Drawing.Color.Black;
  381. appearance7.ForeColorDisabled = System.Drawing.Color.Black;
  382. this.txtCARRIER_UNIT_NAME.Appearance = appearance7;
  383. this.txtCARRIER_UNIT_NAME.BackColor = System.Drawing.Color.White;
  384. this.txtCARRIER_UNIT_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
  385. this.txtCARRIER_UNIT_NAME.Font = new System.Drawing.Font("宋体", 14F);
  386. this.txtCARRIER_UNIT_NAME.Location = new System.Drawing.Point(397, 82);
  387. this.txtCARRIER_UNIT_NAME.Name = "txtCARRIER_UNIT_NAME";
  388. this.txtCARRIER_UNIT_NAME.ReadOnly = true;
  389. this.txtCARRIER_UNIT_NAME.Size = new System.Drawing.Size(148, 28);
  390. this.txtCARRIER_UNIT_NAME.TabIndex = 5;
  391. //
  392. // txtRECEIVING_UINT_NAME
  393. //
  394. appearance8.BackColor = System.Drawing.Color.White;
  395. appearance8.BackColor2 = System.Drawing.Color.White;
  396. appearance8.BackColorDisabled = System.Drawing.Color.White;
  397. appearance8.BackColorDisabled2 = System.Drawing.Color.White;
  398. appearance8.ForeColor = System.Drawing.Color.Black;
  399. appearance8.ForeColorDisabled = System.Drawing.Color.Black;
  400. this.txtRECEIVING_UINT_NAME.Appearance = appearance8;
  401. this.txtRECEIVING_UINT_NAME.BackColor = System.Drawing.Color.White;
  402. this.txtRECEIVING_UINT_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
  403. this.txtRECEIVING_UINT_NAME.Font = new System.Drawing.Font("宋体", 14F);
  404. this.txtRECEIVING_UINT_NAME.Location = new System.Drawing.Point(397, 45);
  405. this.txtRECEIVING_UINT_NAME.Name = "txtRECEIVING_UINT_NAME";
  406. this.txtRECEIVING_UINT_NAME.ReadOnly = true;
  407. this.txtRECEIVING_UINT_NAME.Size = new System.Drawing.Size(148, 28);
  408. this.txtRECEIVING_UINT_NAME.TabIndex = 3;
  409. //
  410. // txtSHIPMENT_NUM
  411. //
  412. appearance10.BackColor = System.Drawing.Color.White;
  413. appearance10.BackColor2 = System.Drawing.Color.White;
  414. appearance10.BackColorDisabled = System.Drawing.Color.White;
  415. appearance10.BackColorDisabled2 = System.Drawing.Color.White;
  416. appearance10.ForeColor = System.Drawing.Color.Black;
  417. appearance10.ForeColorDisabled = System.Drawing.Color.Black;
  418. this.txtSHIPMENT_NUM.Appearance = appearance10;
  419. this.txtSHIPMENT_NUM.BackColor = System.Drawing.Color.White;
  420. this.txtSHIPMENT_NUM.Dock = System.Windows.Forms.DockStyle.Fill;
  421. this.txtSHIPMENT_NUM.Font = new System.Drawing.Font("宋体", 14F);
  422. this.txtSHIPMENT_NUM.Location = new System.Drawing.Point(123, 193);
  423. this.txtSHIPMENT_NUM.Name = "txtSHIPMENT_NUM";
  424. this.txtSHIPMENT_NUM.ReadOnly = true;
  425. this.txtSHIPMENT_NUM.Size = new System.Drawing.Size(148, 28);
  426. this.txtSHIPMENT_NUM.TabIndex = 10;
  427. //
  428. // txtSHIPMENT_GROSS_WEIGHT
  429. //
  430. appearance11.BackColor = System.Drawing.Color.White;
  431. appearance11.BackColor2 = System.Drawing.Color.White;
  432. appearance11.BackColorDisabled = System.Drawing.Color.White;
  433. appearance11.BackColorDisabled2 = System.Drawing.Color.White;
  434. appearance11.ForeColor = System.Drawing.Color.Black;
  435. appearance11.ForeColorDisabled = System.Drawing.Color.Black;
  436. this.txtSHIPMENT_GROSS_WEIGHT.Appearance = appearance11;
  437. this.txtSHIPMENT_GROSS_WEIGHT.BackColor = System.Drawing.Color.White;
  438. this.txtSHIPMENT_GROSS_WEIGHT.Dock = System.Windows.Forms.DockStyle.Fill;
  439. this.txtSHIPMENT_GROSS_WEIGHT.Font = new System.Drawing.Font("宋体", 14F);
  440. this.txtSHIPMENT_GROSS_WEIGHT.Location = new System.Drawing.Point(123, 156);
  441. this.txtSHIPMENT_GROSS_WEIGHT.Name = "txtSHIPMENT_GROSS_WEIGHT";
  442. this.txtSHIPMENT_GROSS_WEIGHT.ReadOnly = true;
  443. this.txtSHIPMENT_GROSS_WEIGHT.Size = new System.Drawing.Size(148, 28);
  444. this.txtSHIPMENT_GROSS_WEIGHT.TabIndex = 8;
  445. //
  446. // txtMETER_TYPE_NAME
  447. //
  448. appearance12.BackColor = System.Drawing.Color.White;
  449. appearance12.BackColor2 = System.Drawing.Color.White;
  450. appearance12.BackColorDisabled = System.Drawing.Color.White;
  451. appearance12.BackColorDisabled2 = System.Drawing.Color.White;
  452. appearance12.ForeColor = System.Drawing.Color.Black;
  453. appearance12.ForeColorDisabled = System.Drawing.Color.Black;
  454. this.txtMETER_TYPE_NAME.Appearance = appearance12;
  455. this.txtMETER_TYPE_NAME.BackColor = System.Drawing.Color.White;
  456. this.txtMETER_TYPE_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
  457. this.txtMETER_TYPE_NAME.Font = new System.Drawing.Font("宋体", 14F);
  458. this.txtMETER_TYPE_NAME.Location = new System.Drawing.Point(123, 119);
  459. this.txtMETER_TYPE_NAME.Name = "txtMETER_TYPE_NAME";
  460. this.txtMETER_TYPE_NAME.ReadOnly = true;
  461. this.txtMETER_TYPE_NAME.Size = new System.Drawing.Size(148, 28);
  462. this.txtMETER_TYPE_NAME.TabIndex = 6;
  463. //
  464. // txtMATTER_NAME
  465. //
  466. appearance13.BackColor = System.Drawing.Color.White;
  467. appearance13.BackColor2 = System.Drawing.Color.White;
  468. appearance13.BackColorDisabled = System.Drawing.Color.White;
  469. appearance13.BackColorDisabled2 = System.Drawing.Color.White;
  470. appearance13.ForeColor = System.Drawing.Color.Black;
  471. appearance13.ForeColorDisabled = System.Drawing.Color.Black;
  472. this.txtMATTER_NAME.Appearance = appearance13;
  473. this.txtMATTER_NAME.BackColor = System.Drawing.Color.White;
  474. this.txtMATTER_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
  475. this.txtMATTER_NAME.Font = new System.Drawing.Font("宋体", 14F);
  476. this.txtMATTER_NAME.Location = new System.Drawing.Point(123, 82);
  477. this.txtMATTER_NAME.Name = "txtMATTER_NAME";
  478. this.txtMATTER_NAME.ReadOnly = true;
  479. this.txtMATTER_NAME.Size = new System.Drawing.Size(148, 28);
  480. this.txtMATTER_NAME.TabIndex = 4;
  481. //
  482. // txtBATCH_NO
  483. //
  484. appearance14.BackColor = System.Drawing.Color.White;
  485. appearance14.BackColor2 = System.Drawing.Color.White;
  486. appearance14.BackColorDisabled = System.Drawing.Color.White;
  487. appearance14.BackColorDisabled2 = System.Drawing.Color.White;
  488. appearance14.ForeColor = System.Drawing.Color.Black;
  489. appearance14.ForeColorDisabled = System.Drawing.Color.Black;
  490. this.txtBATCH_NO.Appearance = appearance14;
  491. this.txtBATCH_NO.BackColor = System.Drawing.Color.White;
  492. this.txtBATCH_NO.Dock = System.Windows.Forms.DockStyle.Fill;
  493. this.txtBATCH_NO.Font = new System.Drawing.Font("宋体", 14F);
  494. this.txtBATCH_NO.Location = new System.Drawing.Point(123, 45);
  495. this.txtBATCH_NO.Name = "txtBATCH_NO";
  496. this.txtBATCH_NO.ReadOnly = true;
  497. this.txtBATCH_NO.Size = new System.Drawing.Size(148, 28);
  498. this.txtBATCH_NO.TabIndex = 2;
  499. //
  500. // txtPREDICTION_NO
  501. //
  502. appearance9.BackColor = System.Drawing.Color.White;
  503. appearance9.BackColor2 = System.Drawing.Color.White;
  504. appearance9.BackColorDisabled = System.Drawing.Color.White;
  505. appearance9.BackColorDisabled2 = System.Drawing.Color.White;
  506. appearance9.ForeColor = System.Drawing.Color.Black;
  507. appearance9.ForeColorDisabled = System.Drawing.Color.Black;
  508. this.txtPREDICTION_NO.Appearance = appearance9;
  509. this.txtPREDICTION_NO.BackColor = System.Drawing.Color.White;
  510. this.txtPREDICTION_NO.Dock = System.Windows.Forms.DockStyle.Fill;
  511. this.txtPREDICTION_NO.Font = new System.Drawing.Font("宋体", 14F);
  512. this.txtPREDICTION_NO.Location = new System.Drawing.Point(123, 8);
  513. this.txtPREDICTION_NO.Name = "txtPREDICTION_NO";
  514. this.txtPREDICTION_NO.ReadOnly = true;
  515. this.txtPREDICTION_NO.Size = new System.Drawing.Size(148, 28);
  516. this.txtPREDICTION_NO.TabIndex = 0;
  517. this.txtPREDICTION_NO.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPREDICTION_NO_KeyDown);
  518. //
  519. // txtFORWARDING_UNIT_NAME
  520. //
  521. appearance1.BackColor = System.Drawing.Color.White;
  522. appearance1.BackColor2 = System.Drawing.Color.White;
  523. appearance1.BackColorDisabled = System.Drawing.Color.White;
  524. appearance1.BackColorDisabled2 = System.Drawing.Color.White;
  525. appearance1.ForeColor = System.Drawing.Color.Black;
  526. appearance1.ForeColorDisabled = System.Drawing.Color.Black;
  527. this.txtFORWARDING_UNIT_NAME.Appearance = appearance1;
  528. this.txtFORWARDING_UNIT_NAME.BackColor = System.Drawing.Color.White;
  529. this.txtFORWARDING_UNIT_NAME.Dock = System.Windows.Forms.DockStyle.Fill;
  530. this.txtFORWARDING_UNIT_NAME.Font = new System.Drawing.Font("宋体", 14F);
  531. this.txtFORWARDING_UNIT_NAME.Location = new System.Drawing.Point(397, 8);
  532. this.txtFORWARDING_UNIT_NAME.Name = "txtFORWARDING_UNIT_NAME";
  533. this.txtFORWARDING_UNIT_NAME.ReadOnly = true;
  534. this.txtFORWARDING_UNIT_NAME.Size = new System.Drawing.Size(148, 28);
  535. this.txtFORWARDING_UNIT_NAME.TabIndex = 1;
  536. //
  537. // ucStaticTrackMeterInfo
  538. //
  539. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  540. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  541. this.BackColor = System.Drawing.Color.White;
  542. this.Controls.Add(this.tableLayoutPanel4);
  543. this.Margin = new System.Windows.Forms.Padding(2);
  544. this.Name = "ucStaticTrackMeterInfo";
  545. this.Size = new System.Drawing.Size(548, 270);
  546. this.tableLayoutPanel4.ResumeLayout(false);
  547. this.tableLayoutPanel4.PerformLayout();
  548. this.tableLayoutPanel1.ResumeLayout(false);
  549. this.tableLayoutPanel1.PerformLayout();
  550. ((System.ComponentModel.ISupportInitialize)(this.txtMEMO)).EndInit();
  551. ((System.ComponentModel.ISupportInitialize)(this.txtSHIPMENT_NET_WEIGHT)).EndInit();
  552. ((System.ComponentModel.ISupportInitialize)(this.txtLOAD_POINT_NAME)).EndInit();
  553. ((System.ComponentModel.ISupportInitialize)(this.txtCARRIER_UNIT_NAME)).EndInit();
  554. ((System.ComponentModel.ISupportInitialize)(this.txtRECEIVING_UINT_NAME)).EndInit();
  555. ((System.ComponentModel.ISupportInitialize)(this.txtSHIPMENT_NUM)).EndInit();
  556. ((System.ComponentModel.ISupportInitialize)(this.txtSHIPMENT_GROSS_WEIGHT)).EndInit();
  557. ((System.ComponentModel.ISupportInitialize)(this.txtMETER_TYPE_NAME)).EndInit();
  558. ((System.ComponentModel.ISupportInitialize)(this.txtMATTER_NAME)).EndInit();
  559. ((System.ComponentModel.ISupportInitialize)(this.txtBATCH_NO)).EndInit();
  560. ((System.ComponentModel.ISupportInitialize)(this.txtPREDICTION_NO)).EndInit();
  561. ((System.ComponentModel.ISupportInitialize)(this.txtFORWARDING_UNIT_NAME)).EndInit();
  562. this.ResumeLayout(false);
  563. }
  564. #endregion
  565. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  566. private System.Windows.Forms.Label label6;
  567. private System.Windows.Forms.Label label7;
  568. private System.Windows.Forms.Label label8;
  569. private System.Windows.Forms.Label label9;
  570. private System.Windows.Forms.Label label10;
  571. private System.Windows.Forms.Label label11;
  572. private System.Windows.Forms.Label label13;
  573. private System.Windows.Forms.Label label14;
  574. private System.Windows.Forms.Label label15;
  575. private System.Windows.Forms.Label label16;
  576. private System.Windows.Forms.Label label17;
  577. private System.Windows.Forms.Label label12;
  578. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  579. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMEMO;
  580. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtSHIPMENT_NET_WEIGHT;
  581. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtLOAD_POINT_NAME;
  582. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCARRIER_UNIT_NAME;
  583. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtRECEIVING_UINT_NAME;
  584. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtSHIPMENT_NUM;
  585. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtSHIPMENT_GROSS_WEIGHT;
  586. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMETER_TYPE_NAME;
  587. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMATTER_NAME;
  588. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtBATCH_NO;
  589. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtPREDICTION_NO;
  590. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtFORWARDING_UNIT_NAME;
  591. private System.Windows.Forms.CheckBox chk_Sample;
  592. private System.Windows.Forms.CheckBox CHK_CHEMICAL;
  593. }
  594. }