94a78404f121173f8d9d7db46bdd4461637446cd.svn-base 83 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593
  1. namespace Core.LZMes.Client.UIE
  2. {
  3. partial class UIE041080
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  31. this.panel1 = new System.Windows.Forms.Panel();
  32. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  33. this.ComboORD_SEQ = new Infragistics.Win.UltraWinGrid.UltraCombo();
  34. this.textOrdNO = new System.Windows.Forms.TextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.panel2 = new System.Windows.Forms.Panel();
  37. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  38. this.textBoxPRODUCT_LX = new System.Windows.Forms.TextBox();
  39. this.label56 = new System.Windows.Forms.Label();
  40. this.textBoxBUY_ABBSYM = new System.Windows.Forms.TextBox();
  41. this.label55 = new System.Windows.Forms.Label();
  42. this.textCUST_SPEC_NO = new System.Windows.Forms.TextBox();
  43. this.textORD_USEAGE_CD = new System.Windows.Forms.TextBox();
  44. this.textSPEC_ABBSYM = new System.Windows.Forms.TextBox();
  45. this.textCUST_CD = new System.Windows.Forms.TextBox();
  46. this.textSALE_CHR_CD = new System.Windows.Forms.TextBox();
  47. this.textORDCUST_CD = new System.Windows.Forms.TextBox();
  48. this.textEMGMTR_NMG_CLF = new System.Windows.Forms.TextBox();
  49. this.textSCARPING_PROC_YN = new System.Windows.Forms.TextBox();
  50. this.textORD_ENDBY = new System.Windows.Forms.TextBox();
  51. this.textORD_END_YN = new System.Windows.Forms.TextBox();
  52. this.textPROD_WGT_MAX = new System.Windows.Forms.TextBox();
  53. this.textORD_LEN_MAX = new System.Windows.Forms.TextBox();
  54. this.textORD_END_DATE = new System.Windows.Forms.TextBox();
  55. this.textSHIP_ENDBY = new System.Windows.Forms.TextBox();
  56. this.textPROD_WGT_MIN = new System.Windows.Forms.TextBox();
  57. this.textORD_LEN_MIN = new System.Windows.Forms.TextBox();
  58. this.textSPM_PROC_YN = new System.Windows.Forms.TextBox();
  59. this.textBox35 = new System.Windows.Forms.TextBox();
  60. this.textRCVORD_CLF = new System.Windows.Forms.TextBox();
  61. this.textSHIP_FN_DATE = new System.Windows.Forms.TextBox();
  62. this.textWGT_ACVAL_MAX = new System.Windows.Forms.TextBox();
  63. this.textTHK_TOL_ERMAX = new System.Windows.Forms.TextBox();
  64. this.textDEL_TO_DATE = new System.Windows.Forms.TextBox();
  65. this.textSTKSALE_TP = new System.Windows.Forms.TextBox();
  66. this.textSHIP_END_YN = new System.Windows.Forms.TextBox();
  67. this.textWGT_ACVAL_MIN = new System.Windows.Forms.TextBox();
  68. this.textTHK_TOL_ERMIN = new System.Windows.Forms.TextBox();
  69. this.textEXAMORG_CD = new System.Windows.Forms.TextBox();
  70. this.textORD_CNCBY = new System.Windows.Forms.TextBox();
  71. this.textORD_CNC_YN = new System.Windows.Forms.TextBox();
  72. this.textORD_OUTDIA = new System.Windows.Forms.TextBox();
  73. this.textORD_WGT = new System.Windows.Forms.TextBox();
  74. this.textORD_CNC_DTIME = new System.Windows.Forms.TextBox();
  75. this.textORD_UDTBY = new System.Windows.Forms.TextBox();
  76. this.textORD_INDIA = new System.Windows.Forms.TextBox();
  77. this.textORD_LEN = new System.Windows.Forms.TextBox();
  78. this.textDLIV_TP = new System.Windows.Forms.TextBox();
  79. this.textBox33 = new System.Windows.Forms.TextBox();
  80. this.textPRODNM_CD = new System.Windows.Forms.TextBox();
  81. this.textORD_UDT_DTIME = new System.Windows.Forms.TextBox();
  82. this.textWTH_TOL_ERMAX = new System.Windows.Forms.TextBox();
  83. this.textORD_WTH = new System.Windows.Forms.TextBox();
  84. this.textORD_ACT_DTIME = new System.Windows.Forms.TextBox();
  85. this.textORD_PROG_CD = new System.Windows.Forms.TextBox();
  86. this.textORD_UDT_YN = new System.Windows.Forms.TextBox();
  87. this.textWTH_TOL_ERMIN = new System.Windows.Forms.TextBox();
  88. this.textORD_THK = new System.Windows.Forms.TextBox();
  89. this.textCONTRACT_NO = new System.Windows.Forms.TextBox();
  90. this.textDDC_STL_GRD = new System.Windows.Forms.TextBox();
  91. this.textFAC_STL_GRD = new System.Windows.Forms.TextBox();
  92. this.textSPEC_STL_GRD = new System.Windows.Forms.TextBox();
  93. this.textCUST_STL_GRD = new System.Windows.Forms.TextBox();
  94. this.textDEST_CD = new System.Windows.Forms.TextBox();
  95. this.label13 = new System.Windows.Forms.Label();
  96. this.label11 = new System.Windows.Forms.Label();
  97. this.label9 = new System.Windows.Forms.Label();
  98. this.label7 = new System.Windows.Forms.Label();
  99. this.label5 = new System.Windows.Forms.Label();
  100. this.label27 = new System.Windows.Forms.Label();
  101. this.label3 = new System.Windows.Forms.Label();
  102. this.label26 = new System.Windows.Forms.Label();
  103. this.label25 = new System.Windows.Forms.Label();
  104. this.label35 = new System.Windows.Forms.Label();
  105. this.label31 = new System.Windows.Forms.Label();
  106. this.label54 = new System.Windows.Forms.Label();
  107. this.label50 = new System.Windows.Forms.Label();
  108. this.label45 = new System.Windows.Forms.Label();
  109. this.label37 = new System.Windows.Forms.Label();
  110. this.label53 = new System.Windows.Forms.Label();
  111. this.label49 = new System.Windows.Forms.Label();
  112. this.label44 = new System.Windows.Forms.Label();
  113. this.label19 = new System.Windows.Forms.Label();
  114. this.label48 = new System.Windows.Forms.Label();
  115. this.label41 = new System.Windows.Forms.Label();
  116. this.label17 = new System.Windows.Forms.Label();
  117. this.label34 = new System.Windows.Forms.Label();
  118. this.label30 = new System.Windows.Forms.Label();
  119. this.label47 = new System.Windows.Forms.Label();
  120. this.label40 = new System.Windows.Forms.Label();
  121. this.label15 = new System.Windows.Forms.Label();
  122. this.label23 = new System.Windows.Forms.Label();
  123. this.label33 = new System.Windows.Forms.Label();
  124. this.label22 = new System.Windows.Forms.Label();
  125. this.label29 = new System.Windows.Forms.Label();
  126. this.label32 = new System.Windows.Forms.Label();
  127. this.label52 = new System.Windows.Forms.Label();
  128. this.label46 = new System.Windows.Forms.Label();
  129. this.label43 = new System.Windows.Forms.Label();
  130. this.label36 = new System.Windows.Forms.Label();
  131. this.label51 = new System.Windows.Forms.Label();
  132. this.label24 = new System.Windows.Forms.Label();
  133. this.label42 = new System.Windows.Forms.Label();
  134. this.label18 = new System.Windows.Forms.Label();
  135. this.label28 = new System.Windows.Forms.Label();
  136. this.label21 = new System.Windows.Forms.Label();
  137. this.label39 = new System.Windows.Forms.Label();
  138. this.label20 = new System.Windows.Forms.Label();
  139. this.label16 = new System.Windows.Forms.Label();
  140. this.label38 = new System.Windows.Forms.Label();
  141. this.label14 = new System.Windows.Forms.Label();
  142. this.label12 = new System.Windows.Forms.Label();
  143. this.label10 = new System.Windows.Forms.Label();
  144. this.label8 = new System.Windows.Forms.Label();
  145. this.label6 = new System.Windows.Forms.Label();
  146. this.label4 = new System.Windows.Forms.Label();
  147. this.label2 = new System.Windows.Forms.Label();
  148. this.panel1.SuspendLayout();
  149. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  150. this.ultraGroupBox1.SuspendLayout();
  151. ((System.ComponentModel.ISupportInitialize)(this.ComboORD_SEQ)).BeginInit();
  152. this.panel2.SuspendLayout();
  153. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  154. this.ultraGroupBox2.SuspendLayout();
  155. this.SuspendLayout();
  156. //
  157. // panel1
  158. //
  159. this.panel1.Controls.Add(this.ultraGroupBox1);
  160. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  161. this.panel1.Location = new System.Drawing.Point(0, 0);
  162. this.panel1.Name = "panel1";
  163. this.panel1.Size = new System.Drawing.Size(1012, 36);
  164. this.panel1.TabIndex = 0;
  165. //
  166. // ultraGroupBox1
  167. //
  168. appearance2.BackColor = System.Drawing.Color.Gainsboro;
  169. this.ultraGroupBox1.Appearance = appearance2;
  170. this.ultraGroupBox1.Controls.Add(this.ComboORD_SEQ);
  171. this.ultraGroupBox1.Controls.Add(this.textOrdNO);
  172. this.ultraGroupBox1.Controls.Add(this.label1);
  173. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  174. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  175. this.ultraGroupBox1.Name = "ultraGroupBox1";
  176. this.ultraGroupBox1.Size = new System.Drawing.Size(1012, 36);
  177. this.ultraGroupBox1.TabIndex = 1;
  178. //
  179. // ComboORD_SEQ
  180. //
  181. appearance3.BorderColor = System.Drawing.Color.Black;
  182. this.ComboORD_SEQ.Appearance = appearance3;
  183. this.ComboORD_SEQ.CheckedListSettings.CheckStateMember = "";
  184. this.ComboORD_SEQ.DisplayLayout.MaxColScrollRegions = 1;
  185. this.ComboORD_SEQ.DisplayLayout.MaxRowScrollRegions = 1;
  186. this.ComboORD_SEQ.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  187. this.ComboORD_SEQ.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  188. this.ComboORD_SEQ.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  189. this.ComboORD_SEQ.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  190. this.ComboORD_SEQ.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  191. this.ComboORD_SEQ.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
  192. this.ComboORD_SEQ.Location = new System.Drawing.Point(204, 5);
  193. this.ComboORD_SEQ.MaxLength = 3;
  194. this.ComboORD_SEQ.Name = "ComboORD_SEQ";
  195. this.ComboORD_SEQ.Size = new System.Drawing.Size(52, 22);
  196. this.ComboORD_SEQ.TabIndex = 12;
  197. this.ComboORD_SEQ.Leave += new System.EventHandler(this.ComboORD_SEQ_Leave);
  198. //
  199. // textOrdNO
  200. //
  201. this.textOrdNO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  202. this.textOrdNO.Location = new System.Drawing.Point(88, 6);
  203. this.textOrdNO.MaxLength = 12;
  204. this.textOrdNO.Name = "textOrdNO";
  205. this.textOrdNO.Size = new System.Drawing.Size(110, 21);
  206. this.textOrdNO.TabIndex = 1;
  207. this.textOrdNO.Leave += new System.EventHandler(this.textOrdNO_Leave);
  208. //
  209. // label1
  210. //
  211. this.label1.BackColor = System.Drawing.Color.LightBlue;
  212. this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  213. this.label1.Location = new System.Drawing.Point(12, 6);
  214. this.label1.Name = "label1";
  215. this.label1.Size = new System.Drawing.Size(70, 21);
  216. this.label1.TabIndex = 0;
  217. this.label1.Text = "合同号";
  218. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  219. //
  220. // panel2
  221. //
  222. this.panel2.Controls.Add(this.ultraGroupBox2);
  223. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  224. this.panel2.Location = new System.Drawing.Point(0, 36);
  225. this.panel2.Name = "panel2";
  226. this.panel2.Size = new System.Drawing.Size(1012, 686);
  227. this.panel2.TabIndex = 1;
  228. //
  229. // ultraGroupBox2
  230. //
  231. appearance1.BackColor = System.Drawing.Color.Gainsboro;
  232. this.ultraGroupBox2.Appearance = appearance1;
  233. this.ultraGroupBox2.Controls.Add(this.textBoxPRODUCT_LX);
  234. this.ultraGroupBox2.Controls.Add(this.label56);
  235. this.ultraGroupBox2.Controls.Add(this.textBoxBUY_ABBSYM);
  236. this.ultraGroupBox2.Controls.Add(this.label55);
  237. this.ultraGroupBox2.Controls.Add(this.textCUST_SPEC_NO);
  238. this.ultraGroupBox2.Controls.Add(this.textORD_USEAGE_CD);
  239. this.ultraGroupBox2.Controls.Add(this.textSPEC_ABBSYM);
  240. this.ultraGroupBox2.Controls.Add(this.textCUST_CD);
  241. this.ultraGroupBox2.Controls.Add(this.textSALE_CHR_CD);
  242. this.ultraGroupBox2.Controls.Add(this.textORDCUST_CD);
  243. this.ultraGroupBox2.Controls.Add(this.textEMGMTR_NMG_CLF);
  244. this.ultraGroupBox2.Controls.Add(this.textSCARPING_PROC_YN);
  245. this.ultraGroupBox2.Controls.Add(this.textORD_ENDBY);
  246. this.ultraGroupBox2.Controls.Add(this.textORD_END_YN);
  247. this.ultraGroupBox2.Controls.Add(this.textPROD_WGT_MAX);
  248. this.ultraGroupBox2.Controls.Add(this.textORD_LEN_MAX);
  249. this.ultraGroupBox2.Controls.Add(this.textORD_END_DATE);
  250. this.ultraGroupBox2.Controls.Add(this.textSHIP_ENDBY);
  251. this.ultraGroupBox2.Controls.Add(this.textPROD_WGT_MIN);
  252. this.ultraGroupBox2.Controls.Add(this.textORD_LEN_MIN);
  253. this.ultraGroupBox2.Controls.Add(this.textSPM_PROC_YN);
  254. this.ultraGroupBox2.Controls.Add(this.textBox35);
  255. this.ultraGroupBox2.Controls.Add(this.textRCVORD_CLF);
  256. this.ultraGroupBox2.Controls.Add(this.textSHIP_FN_DATE);
  257. this.ultraGroupBox2.Controls.Add(this.textWGT_ACVAL_MAX);
  258. this.ultraGroupBox2.Controls.Add(this.textTHK_TOL_ERMAX);
  259. this.ultraGroupBox2.Controls.Add(this.textDEL_TO_DATE);
  260. this.ultraGroupBox2.Controls.Add(this.textSTKSALE_TP);
  261. this.ultraGroupBox2.Controls.Add(this.textSHIP_END_YN);
  262. this.ultraGroupBox2.Controls.Add(this.textWGT_ACVAL_MIN);
  263. this.ultraGroupBox2.Controls.Add(this.textTHK_TOL_ERMIN);
  264. this.ultraGroupBox2.Controls.Add(this.textEXAMORG_CD);
  265. this.ultraGroupBox2.Controls.Add(this.textORD_CNCBY);
  266. this.ultraGroupBox2.Controls.Add(this.textORD_CNC_YN);
  267. this.ultraGroupBox2.Controls.Add(this.textORD_OUTDIA);
  268. this.ultraGroupBox2.Controls.Add(this.textORD_WGT);
  269. this.ultraGroupBox2.Controls.Add(this.textORD_CNC_DTIME);
  270. this.ultraGroupBox2.Controls.Add(this.textORD_UDTBY);
  271. this.ultraGroupBox2.Controls.Add(this.textORD_INDIA);
  272. this.ultraGroupBox2.Controls.Add(this.textORD_LEN);
  273. this.ultraGroupBox2.Controls.Add(this.textDLIV_TP);
  274. this.ultraGroupBox2.Controls.Add(this.textBox33);
  275. this.ultraGroupBox2.Controls.Add(this.textPRODNM_CD);
  276. this.ultraGroupBox2.Controls.Add(this.textORD_UDT_DTIME);
  277. this.ultraGroupBox2.Controls.Add(this.textWTH_TOL_ERMAX);
  278. this.ultraGroupBox2.Controls.Add(this.textORD_WTH);
  279. this.ultraGroupBox2.Controls.Add(this.textORD_ACT_DTIME);
  280. this.ultraGroupBox2.Controls.Add(this.textORD_PROG_CD);
  281. this.ultraGroupBox2.Controls.Add(this.textORD_UDT_YN);
  282. this.ultraGroupBox2.Controls.Add(this.textWTH_TOL_ERMIN);
  283. this.ultraGroupBox2.Controls.Add(this.textORD_THK);
  284. this.ultraGroupBox2.Controls.Add(this.textCONTRACT_NO);
  285. this.ultraGroupBox2.Controls.Add(this.textDDC_STL_GRD);
  286. this.ultraGroupBox2.Controls.Add(this.textFAC_STL_GRD);
  287. this.ultraGroupBox2.Controls.Add(this.textSPEC_STL_GRD);
  288. this.ultraGroupBox2.Controls.Add(this.textCUST_STL_GRD);
  289. this.ultraGroupBox2.Controls.Add(this.textDEST_CD);
  290. this.ultraGroupBox2.Controls.Add(this.label13);
  291. this.ultraGroupBox2.Controls.Add(this.label11);
  292. this.ultraGroupBox2.Controls.Add(this.label9);
  293. this.ultraGroupBox2.Controls.Add(this.label7);
  294. this.ultraGroupBox2.Controls.Add(this.label5);
  295. this.ultraGroupBox2.Controls.Add(this.label27);
  296. this.ultraGroupBox2.Controls.Add(this.label3);
  297. this.ultraGroupBox2.Controls.Add(this.label26);
  298. this.ultraGroupBox2.Controls.Add(this.label25);
  299. this.ultraGroupBox2.Controls.Add(this.label35);
  300. this.ultraGroupBox2.Controls.Add(this.label31);
  301. this.ultraGroupBox2.Controls.Add(this.label54);
  302. this.ultraGroupBox2.Controls.Add(this.label50);
  303. this.ultraGroupBox2.Controls.Add(this.label45);
  304. this.ultraGroupBox2.Controls.Add(this.label37);
  305. this.ultraGroupBox2.Controls.Add(this.label53);
  306. this.ultraGroupBox2.Controls.Add(this.label49);
  307. this.ultraGroupBox2.Controls.Add(this.label44);
  308. this.ultraGroupBox2.Controls.Add(this.label19);
  309. this.ultraGroupBox2.Controls.Add(this.label48);
  310. this.ultraGroupBox2.Controls.Add(this.label41);
  311. this.ultraGroupBox2.Controls.Add(this.label17);
  312. this.ultraGroupBox2.Controls.Add(this.label34);
  313. this.ultraGroupBox2.Controls.Add(this.label30);
  314. this.ultraGroupBox2.Controls.Add(this.label47);
  315. this.ultraGroupBox2.Controls.Add(this.label40);
  316. this.ultraGroupBox2.Controls.Add(this.label15);
  317. this.ultraGroupBox2.Controls.Add(this.label23);
  318. this.ultraGroupBox2.Controls.Add(this.label33);
  319. this.ultraGroupBox2.Controls.Add(this.label22);
  320. this.ultraGroupBox2.Controls.Add(this.label29);
  321. this.ultraGroupBox2.Controls.Add(this.label32);
  322. this.ultraGroupBox2.Controls.Add(this.label52);
  323. this.ultraGroupBox2.Controls.Add(this.label46);
  324. this.ultraGroupBox2.Controls.Add(this.label43);
  325. this.ultraGroupBox2.Controls.Add(this.label36);
  326. this.ultraGroupBox2.Controls.Add(this.label51);
  327. this.ultraGroupBox2.Controls.Add(this.label24);
  328. this.ultraGroupBox2.Controls.Add(this.label42);
  329. this.ultraGroupBox2.Controls.Add(this.label18);
  330. this.ultraGroupBox2.Controls.Add(this.label28);
  331. this.ultraGroupBox2.Controls.Add(this.label21);
  332. this.ultraGroupBox2.Controls.Add(this.label39);
  333. this.ultraGroupBox2.Controls.Add(this.label20);
  334. this.ultraGroupBox2.Controls.Add(this.label16);
  335. this.ultraGroupBox2.Controls.Add(this.label38);
  336. this.ultraGroupBox2.Controls.Add(this.label14);
  337. this.ultraGroupBox2.Controls.Add(this.label12);
  338. this.ultraGroupBox2.Controls.Add(this.label10);
  339. this.ultraGroupBox2.Controls.Add(this.label8);
  340. this.ultraGroupBox2.Controls.Add(this.label6);
  341. this.ultraGroupBox2.Controls.Add(this.label4);
  342. this.ultraGroupBox2.Controls.Add(this.label2);
  343. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  344. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 0);
  345. this.ultraGroupBox2.Name = "ultraGroupBox2";
  346. this.ultraGroupBox2.Size = new System.Drawing.Size(1012, 686);
  347. this.ultraGroupBox2.TabIndex = 2;
  348. //
  349. // textBoxPRODUCT_LX
  350. //
  351. this.textBoxPRODUCT_LX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  352. this.textBoxPRODUCT_LX.Location = new System.Drawing.Point(580, 160);
  353. this.textBoxPRODUCT_LX.MaxLength = 4;
  354. this.textBoxPRODUCT_LX.Name = "textBoxPRODUCT_LX";
  355. this.textBoxPRODUCT_LX.Size = new System.Drawing.Size(382, 21);
  356. this.textBoxPRODUCT_LX.TabIndex = 5;
  357. //
  358. // label56
  359. //
  360. this.label56.BackColor = System.Drawing.Color.LightBlue;
  361. this.label56.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  362. this.label56.Location = new System.Drawing.Point(486, 160);
  363. this.label56.Name = "label56";
  364. this.label56.Size = new System.Drawing.Size(88, 21);
  365. this.label56.TabIndex = 4;
  366. this.label56.Text = "客户产品名称";
  367. this.label56.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  368. //
  369. // textBoxBUY_ABBSYM
  370. //
  371. this.textBoxBUY_ABBSYM.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  372. this.textBoxBUY_ABBSYM.Location = new System.Drawing.Point(102, 207);
  373. this.textBoxBUY_ABBSYM.MaxLength = 4;
  374. this.textBoxBUY_ABBSYM.Name = "textBoxBUY_ABBSYM";
  375. this.textBoxBUY_ABBSYM.Size = new System.Drawing.Size(135, 21);
  376. this.textBoxBUY_ABBSYM.TabIndex = 3;
  377. //
  378. // label55
  379. //
  380. this.label55.BackColor = System.Drawing.Color.LightBlue;
  381. this.label55.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  382. this.label55.Location = new System.Drawing.Point(12, 207);
  383. this.label55.Name = "label55";
  384. this.label55.Size = new System.Drawing.Size(84, 21);
  385. this.label55.TabIndex = 2;
  386. this.label55.Text = "客户标准号";
  387. this.label55.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  388. //
  389. // textCUST_SPEC_NO
  390. //
  391. this.textCUST_SPEC_NO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  392. this.textCUST_SPEC_NO.Location = new System.Drawing.Point(580, 207);
  393. this.textCUST_SPEC_NO.MaxLength = 4;
  394. this.textCUST_SPEC_NO.Name = "textCUST_SPEC_NO";
  395. this.textCUST_SPEC_NO.Size = new System.Drawing.Size(382, 21);
  396. this.textCUST_SPEC_NO.TabIndex = 1;
  397. //
  398. // textORD_USEAGE_CD
  399. //
  400. this.textORD_USEAGE_CD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  401. this.textORD_USEAGE_CD.Location = new System.Drawing.Point(580, 183);
  402. this.textORD_USEAGE_CD.MaxLength = 4;
  403. this.textORD_USEAGE_CD.Name = "textORD_USEAGE_CD";
  404. this.textORD_USEAGE_CD.Size = new System.Drawing.Size(382, 21);
  405. this.textORD_USEAGE_CD.TabIndex = 1;
  406. //
  407. // textSPEC_ABBSYM
  408. //
  409. this.textSPEC_ABBSYM.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  410. this.textSPEC_ABBSYM.Location = new System.Drawing.Point(341, 207);
  411. this.textSPEC_ABBSYM.MaxLength = 4;
  412. this.textSPEC_ABBSYM.Name = "textSPEC_ABBSYM";
  413. this.textSPEC_ABBSYM.Size = new System.Drawing.Size(135, 21);
  414. this.textSPEC_ABBSYM.TabIndex = 1;
  415. //
  416. // textCUST_CD
  417. //
  418. this.textCUST_CD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  419. this.textCUST_CD.Location = new System.Drawing.Point(580, 47);
  420. this.textCUST_CD.MaxLength = 4;
  421. this.textCUST_CD.Name = "textCUST_CD";
  422. this.textCUST_CD.Size = new System.Drawing.Size(382, 21);
  423. this.textCUST_CD.TabIndex = 1;
  424. //
  425. // textSALE_CHR_CD
  426. //
  427. this.textSALE_CHR_CD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  428. this.textSALE_CHR_CD.Location = new System.Drawing.Point(580, 111);
  429. this.textSALE_CHR_CD.MaxLength = 4;
  430. this.textSALE_CHR_CD.Name = "textSALE_CHR_CD";
  431. this.textSALE_CHR_CD.Size = new System.Drawing.Size(382, 21);
  432. this.textSALE_CHR_CD.TabIndex = 1;
  433. //
  434. // textORDCUST_CD
  435. //
  436. this.textORDCUST_CD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  437. this.textORDCUST_CD.Location = new System.Drawing.Point(580, 87);
  438. this.textORDCUST_CD.MaxLength = 4;
  439. this.textORDCUST_CD.Name = "textORDCUST_CD";
  440. this.textORDCUST_CD.Size = new System.Drawing.Size(382, 21);
  441. this.textORDCUST_CD.TabIndex = 1;
  442. //
  443. // textEMGMTR_NMG_CLF
  444. //
  445. this.textEMGMTR_NMG_CLF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  446. this.textEMGMTR_NMG_CLF.Location = new System.Drawing.Point(341, 425);
  447. this.textEMGMTR_NMG_CLF.MaxLength = 4;
  448. this.textEMGMTR_NMG_CLF.Name = "textEMGMTR_NMG_CLF";
  449. this.textEMGMTR_NMG_CLF.Size = new System.Drawing.Size(135, 21);
  450. this.textEMGMTR_NMG_CLF.TabIndex = 1;
  451. //
  452. // textSCARPING_PROC_YN
  453. //
  454. this.textSCARPING_PROC_YN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  455. this.textSCARPING_PROC_YN.Location = new System.Drawing.Point(341, 404);
  456. this.textSCARPING_PROC_YN.MaxLength = 4;
  457. this.textSCARPING_PROC_YN.Name = "textSCARPING_PROC_YN";
  458. this.textSCARPING_PROC_YN.Size = new System.Drawing.Size(135, 21);
  459. this.textSCARPING_PROC_YN.TabIndex = 1;
  460. //
  461. // textORD_ENDBY
  462. //
  463. this.textORD_ENDBY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  464. this.textORD_ENDBY.Location = new System.Drawing.Point(815, 488);
  465. this.textORD_ENDBY.MaxLength = 4;
  466. this.textORD_ENDBY.Name = "textORD_ENDBY";
  467. this.textORD_ENDBY.Size = new System.Drawing.Size(135, 21);
  468. this.textORD_ENDBY.TabIndex = 1;
  469. //
  470. // textORD_END_YN
  471. //
  472. this.textORD_END_YN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  473. this.textORD_END_YN.Location = new System.Drawing.Point(815, 446);
  474. this.textORD_END_YN.MaxLength = 4;
  475. this.textORD_END_YN.Name = "textORD_END_YN";
  476. this.textORD_END_YN.Size = new System.Drawing.Size(135, 21);
  477. this.textORD_END_YN.TabIndex = 1;
  478. //
  479. // textPROD_WGT_MAX
  480. //
  481. this.textPROD_WGT_MAX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  482. this.textPROD_WGT_MAX.Location = new System.Drawing.Point(815, 302);
  483. this.textPROD_WGT_MAX.MaxLength = 4;
  484. this.textPROD_WGT_MAX.Name = "textPROD_WGT_MAX";
  485. this.textPROD_WGT_MAX.Size = new System.Drawing.Size(135, 21);
  486. this.textPROD_WGT_MAX.TabIndex = 1;
  487. //
  488. // textORD_LEN_MAX
  489. //
  490. this.textORD_LEN_MAX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  491. this.textORD_LEN_MAX.Location = new System.Drawing.Point(341, 302);
  492. this.textORD_LEN_MAX.MaxLength = 4;
  493. this.textORD_LEN_MAX.Name = "textORD_LEN_MAX";
  494. this.textORD_LEN_MAX.Size = new System.Drawing.Size(135, 21);
  495. this.textORD_LEN_MAX.TabIndex = 1;
  496. //
  497. // textORD_END_DATE
  498. //
  499. this.textORD_END_DATE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  500. this.textORD_END_DATE.Location = new System.Drawing.Point(815, 467);
  501. this.textORD_END_DATE.MaxLength = 4;
  502. this.textORD_END_DATE.Name = "textORD_END_DATE";
  503. this.textORD_END_DATE.Size = new System.Drawing.Size(135, 21);
  504. this.textORD_END_DATE.TabIndex = 1;
  505. //
  506. // textSHIP_ENDBY
  507. //
  508. this.textSHIP_ENDBY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  509. this.textSHIP_ENDBY.Location = new System.Drawing.Point(815, 425);
  510. this.textSHIP_ENDBY.MaxLength = 4;
  511. this.textSHIP_ENDBY.Name = "textSHIP_ENDBY";
  512. this.textSHIP_ENDBY.Size = new System.Drawing.Size(135, 21);
  513. this.textSHIP_ENDBY.TabIndex = 1;
  514. //
  515. // textPROD_WGT_MIN
  516. //
  517. this.textPROD_WGT_MIN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  518. this.textPROD_WGT_MIN.Location = new System.Drawing.Point(815, 281);
  519. this.textPROD_WGT_MIN.MaxLength = 4;
  520. this.textPROD_WGT_MIN.Name = "textPROD_WGT_MIN";
  521. this.textPROD_WGT_MIN.Size = new System.Drawing.Size(135, 21);
  522. this.textPROD_WGT_MIN.TabIndex = 1;
  523. //
  524. // textORD_LEN_MIN
  525. //
  526. this.textORD_LEN_MIN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  527. this.textORD_LEN_MIN.Location = new System.Drawing.Point(341, 281);
  528. this.textORD_LEN_MIN.MaxLength = 4;
  529. this.textORD_LEN_MIN.Name = "textORD_LEN_MIN";
  530. this.textORD_LEN_MIN.Size = new System.Drawing.Size(135, 21);
  531. this.textORD_LEN_MIN.TabIndex = 1;
  532. //
  533. // textSPM_PROC_YN
  534. //
  535. this.textSPM_PROC_YN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  536. this.textSPM_PROC_YN.Location = new System.Drawing.Point(341, 383);
  537. this.textSPM_PROC_YN.MaxLength = 4;
  538. this.textSPM_PROC_YN.Name = "textSPM_PROC_YN";
  539. this.textSPM_PROC_YN.Size = new System.Drawing.Size(135, 21);
  540. this.textSPM_PROC_YN.TabIndex = 1;
  541. //
  542. // textBox35
  543. //
  544. this.textBox35.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  545. this.textBox35.Location = new System.Drawing.Point(827, 135);
  546. this.textBox35.MaxLength = 4;
  547. this.textBox35.Name = "textBox35";
  548. this.textBox35.Size = new System.Drawing.Size(135, 21);
  549. this.textBox35.TabIndex = 1;
  550. //
  551. // textRCVORD_CLF
  552. //
  553. this.textRCVORD_CLF.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  554. this.textRCVORD_CLF.Location = new System.Drawing.Point(341, 47);
  555. this.textRCVORD_CLF.MaxLength = 4;
  556. this.textRCVORD_CLF.Name = "textRCVORD_CLF";
  557. this.textRCVORD_CLF.Size = new System.Drawing.Size(135, 21);
  558. this.textRCVORD_CLF.TabIndex = 1;
  559. //
  560. // textSHIP_FN_DATE
  561. //
  562. this.textSHIP_FN_DATE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  563. this.textSHIP_FN_DATE.Location = new System.Drawing.Point(815, 404);
  564. this.textSHIP_FN_DATE.MaxLength = 4;
  565. this.textSHIP_FN_DATE.Name = "textSHIP_FN_DATE";
  566. this.textSHIP_FN_DATE.Size = new System.Drawing.Size(135, 21);
  567. this.textSHIP_FN_DATE.TabIndex = 1;
  568. //
  569. // textWGT_ACVAL_MAX
  570. //
  571. this.textWGT_ACVAL_MAX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  572. this.textWGT_ACVAL_MAX.Location = new System.Drawing.Point(815, 260);
  573. this.textWGT_ACVAL_MAX.MaxLength = 4;
  574. this.textWGT_ACVAL_MAX.Name = "textWGT_ACVAL_MAX";
  575. this.textWGT_ACVAL_MAX.Size = new System.Drawing.Size(135, 21);
  576. this.textWGT_ACVAL_MAX.TabIndex = 1;
  577. //
  578. // textTHK_TOL_ERMAX
  579. //
  580. this.textTHK_TOL_ERMAX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  581. this.textTHK_TOL_ERMAX.Location = new System.Drawing.Point(341, 260);
  582. this.textTHK_TOL_ERMAX.MaxLength = 4;
  583. this.textTHK_TOL_ERMAX.Name = "textTHK_TOL_ERMAX";
  584. this.textTHK_TOL_ERMAX.Size = new System.Drawing.Size(135, 21);
  585. this.textTHK_TOL_ERMAX.TabIndex = 1;
  586. //
  587. // textDEL_TO_DATE
  588. //
  589. this.textDEL_TO_DATE.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  590. this.textDEL_TO_DATE.Location = new System.Drawing.Point(827, 10);
  591. this.textDEL_TO_DATE.MaxLength = 4;
  592. this.textDEL_TO_DATE.Name = "textDEL_TO_DATE";
  593. this.textDEL_TO_DATE.Size = new System.Drawing.Size(135, 21);
  594. this.textDEL_TO_DATE.TabIndex = 1;
  595. //
  596. // textSTKSALE_TP
  597. //
  598. this.textSTKSALE_TP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  599. this.textSTKSALE_TP.Location = new System.Drawing.Point(341, 10);
  600. this.textSTKSALE_TP.MaxLength = 4;
  601. this.textSTKSALE_TP.Name = "textSTKSALE_TP";
  602. this.textSTKSALE_TP.Size = new System.Drawing.Size(135, 21);
  603. this.textSTKSALE_TP.TabIndex = 1;
  604. //
  605. // textSHIP_END_YN
  606. //
  607. this.textSHIP_END_YN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  608. this.textSHIP_END_YN.Location = new System.Drawing.Point(815, 383);
  609. this.textSHIP_END_YN.MaxLength = 4;
  610. this.textSHIP_END_YN.Name = "textSHIP_END_YN";
  611. this.textSHIP_END_YN.Size = new System.Drawing.Size(135, 21);
  612. this.textSHIP_END_YN.TabIndex = 1;
  613. //
  614. // textWGT_ACVAL_MIN
  615. //
  616. this.textWGT_ACVAL_MIN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  617. this.textWGT_ACVAL_MIN.Location = new System.Drawing.Point(815, 239);
  618. this.textWGT_ACVAL_MIN.MaxLength = 4;
  619. this.textWGT_ACVAL_MIN.Name = "textWGT_ACVAL_MIN";
  620. this.textWGT_ACVAL_MIN.Size = new System.Drawing.Size(135, 21);
  621. this.textWGT_ACVAL_MIN.TabIndex = 1;
  622. //
  623. // textTHK_TOL_ERMIN
  624. //
  625. this.textTHK_TOL_ERMIN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  626. this.textTHK_TOL_ERMIN.Location = new System.Drawing.Point(341, 239);
  627. this.textTHK_TOL_ERMIN.MaxLength = 4;
  628. this.textTHK_TOL_ERMIN.Name = "textTHK_TOL_ERMIN";
  629. this.textTHK_TOL_ERMIN.Size = new System.Drawing.Size(135, 21);
  630. this.textTHK_TOL_ERMIN.TabIndex = 1;
  631. //
  632. // textEXAMORG_CD
  633. //
  634. this.textEXAMORG_CD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  635. this.textEXAMORG_CD.Location = new System.Drawing.Point(102, 404);
  636. this.textEXAMORG_CD.MaxLength = 4;
  637. this.textEXAMORG_CD.Name = "textEXAMORG_CD";
  638. this.textEXAMORG_CD.Size = new System.Drawing.Size(135, 21);
  639. this.textEXAMORG_CD.TabIndex = 1;
  640. //
  641. // textORD_CNCBY
  642. //
  643. this.textORD_CNCBY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  644. this.textORD_CNCBY.Location = new System.Drawing.Point(576, 488);
  645. this.textORD_CNCBY.MaxLength = 4;
  646. this.textORD_CNCBY.Name = "textORD_CNCBY";
  647. this.textORD_CNCBY.Size = new System.Drawing.Size(135, 21);
  648. this.textORD_CNCBY.TabIndex = 1;
  649. //
  650. // textORD_CNC_YN
  651. //
  652. this.textORD_CNC_YN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  653. this.textORD_CNC_YN.Location = new System.Drawing.Point(576, 446);
  654. this.textORD_CNC_YN.MaxLength = 4;
  655. this.textORD_CNC_YN.Name = "textORD_CNC_YN";
  656. this.textORD_CNC_YN.Size = new System.Drawing.Size(135, 21);
  657. this.textORD_CNC_YN.TabIndex = 1;
  658. //
  659. // textORD_OUTDIA
  660. //
  661. this.textORD_OUTDIA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  662. this.textORD_OUTDIA.Location = new System.Drawing.Point(576, 302);
  663. this.textORD_OUTDIA.MaxLength = 4;
  664. this.textORD_OUTDIA.Name = "textORD_OUTDIA";
  665. this.textORD_OUTDIA.Size = new System.Drawing.Size(135, 21);
  666. this.textORD_OUTDIA.TabIndex = 1;
  667. //
  668. // textORD_WGT
  669. //
  670. this.textORD_WGT.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  671. this.textORD_WGT.Location = new System.Drawing.Point(102, 302);
  672. this.textORD_WGT.MaxLength = 4;
  673. this.textORD_WGT.Name = "textORD_WGT";
  674. this.textORD_WGT.Size = new System.Drawing.Size(135, 21);
  675. this.textORD_WGT.TabIndex = 1;
  676. //
  677. // textORD_CNC_DTIME
  678. //
  679. this.textORD_CNC_DTIME.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  680. this.textORD_CNC_DTIME.Location = new System.Drawing.Point(576, 467);
  681. this.textORD_CNC_DTIME.MaxLength = 4;
  682. this.textORD_CNC_DTIME.Name = "textORD_CNC_DTIME";
  683. this.textORD_CNC_DTIME.Size = new System.Drawing.Size(135, 21);
  684. this.textORD_CNC_DTIME.TabIndex = 1;
  685. //
  686. // textORD_UDTBY
  687. //
  688. this.textORD_UDTBY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  689. this.textORD_UDTBY.Location = new System.Drawing.Point(576, 425);
  690. this.textORD_UDTBY.MaxLength = 4;
  691. this.textORD_UDTBY.Name = "textORD_UDTBY";
  692. this.textORD_UDTBY.Size = new System.Drawing.Size(135, 21);
  693. this.textORD_UDTBY.TabIndex = 1;
  694. //
  695. // textORD_INDIA
  696. //
  697. this.textORD_INDIA.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  698. this.textORD_INDIA.Location = new System.Drawing.Point(576, 281);
  699. this.textORD_INDIA.MaxLength = 4;
  700. this.textORD_INDIA.Name = "textORD_INDIA";
  701. this.textORD_INDIA.Size = new System.Drawing.Size(135, 21);
  702. this.textORD_INDIA.TabIndex = 1;
  703. //
  704. // textORD_LEN
  705. //
  706. this.textORD_LEN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  707. this.textORD_LEN.Location = new System.Drawing.Point(102, 281);
  708. this.textORD_LEN.MaxLength = 4;
  709. this.textORD_LEN.Name = "textORD_LEN";
  710. this.textORD_LEN.Size = new System.Drawing.Size(135, 21);
  711. this.textORD_LEN.TabIndex = 1;
  712. //
  713. // textDLIV_TP
  714. //
  715. this.textDLIV_TP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  716. this.textDLIV_TP.Location = new System.Drawing.Point(102, 383);
  717. this.textDLIV_TP.MaxLength = 4;
  718. this.textDLIV_TP.Name = "textDLIV_TP";
  719. this.textDLIV_TP.Size = new System.Drawing.Size(135, 21);
  720. this.textDLIV_TP.TabIndex = 1;
  721. //
  722. // textBox33
  723. //
  724. this.textBox33.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  725. this.textBox33.Location = new System.Drawing.Point(580, 135);
  726. this.textBox33.MaxLength = 4;
  727. this.textBox33.Name = "textBox33";
  728. this.textBox33.Size = new System.Drawing.Size(135, 21);
  729. this.textBox33.TabIndex = 1;
  730. //
  731. // textPRODNM_CD
  732. //
  733. this.textPRODNM_CD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  734. this.textPRODNM_CD.Location = new System.Drawing.Point(102, 47);
  735. this.textPRODNM_CD.MaxLength = 4;
  736. this.textPRODNM_CD.Name = "textPRODNM_CD";
  737. this.textPRODNM_CD.Size = new System.Drawing.Size(135, 21);
  738. this.textPRODNM_CD.TabIndex = 1;
  739. //
  740. // textORD_UDT_DTIME
  741. //
  742. this.textORD_UDT_DTIME.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  743. this.textORD_UDT_DTIME.Location = new System.Drawing.Point(576, 404);
  744. this.textORD_UDT_DTIME.MaxLength = 4;
  745. this.textORD_UDT_DTIME.Name = "textORD_UDT_DTIME";
  746. this.textORD_UDT_DTIME.Size = new System.Drawing.Size(135, 21);
  747. this.textORD_UDT_DTIME.TabIndex = 1;
  748. //
  749. // textWTH_TOL_ERMAX
  750. //
  751. this.textWTH_TOL_ERMAX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  752. this.textWTH_TOL_ERMAX.Location = new System.Drawing.Point(576, 260);
  753. this.textWTH_TOL_ERMAX.MaxLength = 4;
  754. this.textWTH_TOL_ERMAX.Name = "textWTH_TOL_ERMAX";
  755. this.textWTH_TOL_ERMAX.Size = new System.Drawing.Size(135, 21);
  756. this.textWTH_TOL_ERMAX.TabIndex = 1;
  757. //
  758. // textORD_WTH
  759. //
  760. this.textORD_WTH.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  761. this.textORD_WTH.Location = new System.Drawing.Point(102, 260);
  762. this.textORD_WTH.MaxLength = 4;
  763. this.textORD_WTH.Name = "textORD_WTH";
  764. this.textORD_WTH.Size = new System.Drawing.Size(135, 21);
  765. this.textORD_WTH.TabIndex = 1;
  766. //
  767. // textORD_ACT_DTIME
  768. //
  769. this.textORD_ACT_DTIME.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  770. this.textORD_ACT_DTIME.Location = new System.Drawing.Point(580, 10);
  771. this.textORD_ACT_DTIME.MaxLength = 4;
  772. this.textORD_ACT_DTIME.Name = "textORD_ACT_DTIME";
  773. this.textORD_ACT_DTIME.Size = new System.Drawing.Size(135, 21);
  774. this.textORD_ACT_DTIME.TabIndex = 1;
  775. //
  776. // textORD_PROG_CD
  777. //
  778. this.textORD_PROG_CD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  779. this.textORD_PROG_CD.Location = new System.Drawing.Point(102, 10);
  780. this.textORD_PROG_CD.MaxLength = 4;
  781. this.textORD_PROG_CD.Name = "textORD_PROG_CD";
  782. this.textORD_PROG_CD.Size = new System.Drawing.Size(135, 21);
  783. this.textORD_PROG_CD.TabIndex = 1;
  784. //
  785. // textORD_UDT_YN
  786. //
  787. this.textORD_UDT_YN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  788. this.textORD_UDT_YN.Location = new System.Drawing.Point(576, 383);
  789. this.textORD_UDT_YN.MaxLength = 4;
  790. this.textORD_UDT_YN.Name = "textORD_UDT_YN";
  791. this.textORD_UDT_YN.Size = new System.Drawing.Size(135, 21);
  792. this.textORD_UDT_YN.TabIndex = 1;
  793. //
  794. // textWTH_TOL_ERMIN
  795. //
  796. this.textWTH_TOL_ERMIN.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  797. this.textWTH_TOL_ERMIN.Location = new System.Drawing.Point(576, 239);
  798. this.textWTH_TOL_ERMIN.MaxLength = 4;
  799. this.textWTH_TOL_ERMIN.Name = "textWTH_TOL_ERMIN";
  800. this.textWTH_TOL_ERMIN.Size = new System.Drawing.Size(135, 21);
  801. this.textWTH_TOL_ERMIN.TabIndex = 1;
  802. //
  803. // textORD_THK
  804. //
  805. this.textORD_THK.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  806. this.textORD_THK.Location = new System.Drawing.Point(102, 239);
  807. this.textORD_THK.MaxLength = 4;
  808. this.textORD_THK.Name = "textORD_THK";
  809. this.textORD_THK.Size = new System.Drawing.Size(135, 21);
  810. this.textORD_THK.TabIndex = 1;
  811. //
  812. // textCONTRACT_NO
  813. //
  814. this.textCONTRACT_NO.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  815. this.textCONTRACT_NO.Location = new System.Drawing.Point(102, 449);
  816. this.textCONTRACT_NO.MaxLength = 4;
  817. this.textCONTRACT_NO.Name = "textCONTRACT_NO";
  818. this.textCONTRACT_NO.Size = new System.Drawing.Size(374, 21);
  819. this.textCONTRACT_NO.TabIndex = 1;
  820. //
  821. // textDDC_STL_GRD
  822. //
  823. this.textDDC_STL_GRD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  824. this.textDDC_STL_GRD.Location = new System.Drawing.Point(102, 183);
  825. this.textDDC_STL_GRD.MaxLength = 4;
  826. this.textDDC_STL_GRD.Name = "textDDC_STL_GRD";
  827. this.textDDC_STL_GRD.Size = new System.Drawing.Size(374, 21);
  828. this.textDDC_STL_GRD.TabIndex = 1;
  829. //
  830. // textFAC_STL_GRD
  831. //
  832. this.textFAC_STL_GRD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  833. this.textFAC_STL_GRD.Location = new System.Drawing.Point(102, 159);
  834. this.textFAC_STL_GRD.MaxLength = 4;
  835. this.textFAC_STL_GRD.Name = "textFAC_STL_GRD";
  836. this.textFAC_STL_GRD.Size = new System.Drawing.Size(374, 21);
  837. this.textFAC_STL_GRD.TabIndex = 1;
  838. //
  839. // textSPEC_STL_GRD
  840. //
  841. this.textSPEC_STL_GRD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  842. this.textSPEC_STL_GRD.Location = new System.Drawing.Point(102, 135);
  843. this.textSPEC_STL_GRD.MaxLength = 4;
  844. this.textSPEC_STL_GRD.Name = "textSPEC_STL_GRD";
  845. this.textSPEC_STL_GRD.Size = new System.Drawing.Size(374, 21);
  846. this.textSPEC_STL_GRD.TabIndex = 1;
  847. //
  848. // textCUST_STL_GRD
  849. //
  850. this.textCUST_STL_GRD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  851. this.textCUST_STL_GRD.Location = new System.Drawing.Point(102, 111);
  852. this.textCUST_STL_GRD.MaxLength = 4;
  853. this.textCUST_STL_GRD.Name = "textCUST_STL_GRD";
  854. this.textCUST_STL_GRD.Size = new System.Drawing.Size(374, 21);
  855. this.textCUST_STL_GRD.TabIndex = 1;
  856. //
  857. // textDEST_CD
  858. //
  859. this.textDEST_CD.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  860. this.textDEST_CD.Location = new System.Drawing.Point(102, 87);
  861. this.textDEST_CD.MaxLength = 4;
  862. this.textDEST_CD.Name = "textDEST_CD";
  863. this.textDEST_CD.Size = new System.Drawing.Size(374, 21);
  864. this.textDEST_CD.TabIndex = 1;
  865. //
  866. // label13
  867. //
  868. this.label13.BackColor = System.Drawing.Color.LightBlue;
  869. this.label13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  870. this.label13.Location = new System.Drawing.Point(486, 207);
  871. this.label13.Name = "label13";
  872. this.label13.Size = new System.Drawing.Size(88, 21);
  873. this.label13.TabIndex = 0;
  874. this.label13.Text = "客户参数号";
  875. this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  876. //
  877. // label11
  878. //
  879. this.label11.BackColor = System.Drawing.Color.LightBlue;
  880. this.label11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  881. this.label11.Location = new System.Drawing.Point(486, 183);
  882. this.label11.Name = "label11";
  883. this.label11.Size = new System.Drawing.Size(88, 21);
  884. this.label11.TabIndex = 0;
  885. this.label11.Text = "订单用途";
  886. this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  887. //
  888. // label9
  889. //
  890. this.label9.BackColor = System.Drawing.Color.LightBlue;
  891. this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  892. this.label9.Location = new System.Drawing.Point(250, 207);
  893. this.label9.Name = "label9";
  894. this.label9.Size = new System.Drawing.Size(85, 21);
  895. this.label9.TabIndex = 0;
  896. this.label9.Text = "标准号";
  897. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  898. //
  899. // label7
  900. //
  901. this.label7.BackColor = System.Drawing.Color.LightBlue;
  902. this.label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  903. this.label7.Location = new System.Drawing.Point(486, 135);
  904. this.label7.Name = "label7";
  905. this.label7.Size = new System.Drawing.Size(88, 21);
  906. this.label7.TabIndex = 0;
  907. this.label7.Text = "销售负责人";
  908. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  909. //
  910. // label5
  911. //
  912. this.label5.BackColor = System.Drawing.Color.LightBlue;
  913. this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  914. this.label5.Location = new System.Drawing.Point(486, 111);
  915. this.label5.Name = "label5";
  916. this.label5.Size = new System.Drawing.Size(88, 21);
  917. this.label5.TabIndex = 0;
  918. this.label5.Text = "销售负责人";
  919. this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  920. //
  921. // label27
  922. //
  923. this.label27.BackColor = System.Drawing.Color.LightBlue;
  924. this.label27.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  925. this.label27.Location = new System.Drawing.Point(250, 425);
  926. this.label27.Name = "label27";
  927. this.label27.Size = new System.Drawing.Size(85, 21);
  928. this.label27.TabIndex = 0;
  929. this.label27.Text = "紧急材区分";
  930. this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  931. //
  932. // label3
  933. //
  934. this.label3.BackColor = System.Drawing.Color.LightBlue;
  935. this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  936. this.label3.Location = new System.Drawing.Point(486, 87);
  937. this.label3.Name = "label3";
  938. this.label3.Size = new System.Drawing.Size(88, 21);
  939. this.label3.TabIndex = 0;
  940. this.label3.Text = "用户";
  941. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  942. //
  943. // label26
  944. //
  945. this.label26.BackColor = System.Drawing.Color.LightBlue;
  946. this.label26.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  947. this.label26.Location = new System.Drawing.Point(250, 404);
  948. this.label26.Name = "label26";
  949. this.label26.Size = new System.Drawing.Size(85, 21);
  950. this.label26.TabIndex = 0;
  951. this.label26.Text = "火焰表面处理";
  952. this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  953. //
  954. // label25
  955. //
  956. this.label25.BackColor = System.Drawing.Color.LightBlue;
  957. this.label25.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  958. this.label25.Location = new System.Drawing.Point(250, 383);
  959. this.label25.Name = "label25";
  960. this.label25.Size = new System.Drawing.Size(85, 21);
  961. this.label25.TabIndex = 0;
  962. this.label25.Text = "平整分卷指定";
  963. this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  964. //
  965. // label35
  966. //
  967. this.label35.BackColor = System.Drawing.Color.LightBlue;
  968. this.label35.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  969. this.label35.Location = new System.Drawing.Point(728, 135);
  970. this.label35.Name = "label35";
  971. this.label35.Size = new System.Drawing.Size(93, 21);
  972. this.label35.TabIndex = 0;
  973. this.label35.Text = "合同号";
  974. this.label35.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  975. //
  976. // label31
  977. //
  978. this.label31.BackColor = System.Drawing.Color.LightBlue;
  979. this.label31.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  980. this.label31.Location = new System.Drawing.Point(250, 47);
  981. this.label31.Name = "label31";
  982. this.label31.Size = new System.Drawing.Size(85, 21);
  983. this.label31.TabIndex = 0;
  984. this.label31.Text = "订货区分";
  985. this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  986. //
  987. // label54
  988. //
  989. this.label54.BackColor = System.Drawing.Color.LightBlue;
  990. this.label54.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  991. this.label54.Location = new System.Drawing.Point(724, 488);
  992. this.label54.Name = "label54";
  993. this.label54.Size = new System.Drawing.Size(85, 21);
  994. this.label54.TabIndex = 0;
  995. this.label54.Text = "订单结束者";
  996. this.label54.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  997. //
  998. // label50
  999. //
  1000. this.label50.BackColor = System.Drawing.Color.LightBlue;
  1001. this.label50.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1002. this.label50.Location = new System.Drawing.Point(724, 446);
  1003. this.label50.Name = "label50";
  1004. this.label50.Size = new System.Drawing.Size(85, 21);
  1005. this.label50.TabIndex = 0;
  1006. this.label50.Text = "订单结束与否";
  1007. this.label50.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1008. //
  1009. // label45
  1010. //
  1011. this.label45.BackColor = System.Drawing.Color.LightBlue;
  1012. this.label45.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1013. this.label45.Location = new System.Drawing.Point(724, 302);
  1014. this.label45.Name = "label45";
  1015. this.label45.Size = new System.Drawing.Size(85, 21);
  1016. this.label45.TabIndex = 0;
  1017. this.label45.Text = "订单公差上限";
  1018. this.label45.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1019. //
  1020. // label37
  1021. //
  1022. this.label37.BackColor = System.Drawing.Color.LightBlue;
  1023. this.label37.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1024. this.label37.Location = new System.Drawing.Point(250, 302);
  1025. this.label37.Name = "label37";
  1026. this.label37.Size = new System.Drawing.Size(85, 21);
  1027. this.label37.TabIndex = 0;
  1028. this.label37.Text = "订单公差上限";
  1029. this.label37.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1030. //
  1031. // label53
  1032. //
  1033. this.label53.BackColor = System.Drawing.Color.LightBlue;
  1034. this.label53.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1035. this.label53.Location = new System.Drawing.Point(724, 467);
  1036. this.label53.Name = "label53";
  1037. this.label53.Size = new System.Drawing.Size(85, 21);
  1038. this.label53.TabIndex = 0;
  1039. this.label53.Text = "订单结束日期";
  1040. this.label53.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1041. //
  1042. // label49
  1043. //
  1044. this.label49.BackColor = System.Drawing.Color.LightBlue;
  1045. this.label49.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1046. this.label49.Location = new System.Drawing.Point(724, 425);
  1047. this.label49.Name = "label49";
  1048. this.label49.Size = new System.Drawing.Size(85, 21);
  1049. this.label49.TabIndex = 0;
  1050. this.label49.Text = "发货结束者";
  1051. this.label49.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1052. //
  1053. // label44
  1054. //
  1055. this.label44.BackColor = System.Drawing.Color.LightBlue;
  1056. this.label44.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1057. this.label44.Location = new System.Drawing.Point(724, 281);
  1058. this.label44.Name = "label44";
  1059. this.label44.Size = new System.Drawing.Size(85, 21);
  1060. this.label44.TabIndex = 0;
  1061. this.label44.Text = "订单公差下限";
  1062. this.label44.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1063. //
  1064. // label19
  1065. //
  1066. this.label19.BackColor = System.Drawing.Color.LightBlue;
  1067. this.label19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1068. this.label19.Location = new System.Drawing.Point(250, 281);
  1069. this.label19.Name = "label19";
  1070. this.label19.Size = new System.Drawing.Size(85, 21);
  1071. this.label19.TabIndex = 0;
  1072. this.label19.Text = "订单公差下限";
  1073. this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1074. //
  1075. // label48
  1076. //
  1077. this.label48.BackColor = System.Drawing.Color.LightBlue;
  1078. this.label48.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1079. this.label48.Location = new System.Drawing.Point(724, 404);
  1080. this.label48.Name = "label48";
  1081. this.label48.Size = new System.Drawing.Size(85, 21);
  1082. this.label48.TabIndex = 0;
  1083. this.label48.Text = "发货结束日期";
  1084. this.label48.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1085. //
  1086. // label41
  1087. //
  1088. this.label41.BackColor = System.Drawing.Color.LightBlue;
  1089. this.label41.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1090. this.label41.Location = new System.Drawing.Point(724, 260);
  1091. this.label41.Name = "label41";
  1092. this.label41.Size = new System.Drawing.Size(85, 21);
  1093. this.label41.TabIndex = 0;
  1094. this.label41.Text = "单重公差上限";
  1095. this.label41.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1096. //
  1097. // label17
  1098. //
  1099. this.label17.BackColor = System.Drawing.Color.LightBlue;
  1100. this.label17.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1101. this.label17.Location = new System.Drawing.Point(250, 260);
  1102. this.label17.Name = "label17";
  1103. this.label17.Size = new System.Drawing.Size(85, 21);
  1104. this.label17.TabIndex = 0;
  1105. this.label17.Text = "厚度公差上限";
  1106. this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1107. //
  1108. // label34
  1109. //
  1110. this.label34.BackColor = System.Drawing.Color.LightBlue;
  1111. this.label34.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1112. this.label34.Location = new System.Drawing.Point(728, 10);
  1113. this.label34.Name = "label34";
  1114. this.label34.Size = new System.Drawing.Size(93, 21);
  1115. this.label34.TabIndex = 0;
  1116. this.label34.Text = "交货日期";
  1117. this.label34.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1118. //
  1119. // label30
  1120. //
  1121. this.label30.BackColor = System.Drawing.Color.LightBlue;
  1122. this.label30.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1123. this.label30.Location = new System.Drawing.Point(250, 10);
  1124. this.label30.Name = "label30";
  1125. this.label30.Size = new System.Drawing.Size(85, 21);
  1126. this.label30.TabIndex = 0;
  1127. this.label30.Text = "库存销售区分";
  1128. this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1129. //
  1130. // label47
  1131. //
  1132. this.label47.BackColor = System.Drawing.Color.LightBlue;
  1133. this.label47.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1134. this.label47.Location = new System.Drawing.Point(724, 383);
  1135. this.label47.Name = "label47";
  1136. this.label47.Size = new System.Drawing.Size(85, 21);
  1137. this.label47.TabIndex = 0;
  1138. this.label47.Text = "发货结束与否";
  1139. this.label47.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1140. //
  1141. // label40
  1142. //
  1143. this.label40.BackColor = System.Drawing.Color.LightBlue;
  1144. this.label40.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1145. this.label40.Location = new System.Drawing.Point(724, 239);
  1146. this.label40.Name = "label40";
  1147. this.label40.Size = new System.Drawing.Size(85, 21);
  1148. this.label40.TabIndex = 0;
  1149. this.label40.Text = "单重公差下限";
  1150. this.label40.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1151. //
  1152. // label15
  1153. //
  1154. this.label15.BackColor = System.Drawing.Color.LightBlue;
  1155. this.label15.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1156. this.label15.Location = new System.Drawing.Point(250, 239);
  1157. this.label15.Name = "label15";
  1158. this.label15.Size = new System.Drawing.Size(85, 21);
  1159. this.label15.TabIndex = 0;
  1160. this.label15.Text = "厚度公差下限";
  1161. this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1162. //
  1163. // label23
  1164. //
  1165. this.label23.BackColor = System.Drawing.Color.LightBlue;
  1166. this.label23.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1167. this.label23.Location = new System.Drawing.Point(12, 404);
  1168. this.label23.Name = "label23";
  1169. this.label23.Size = new System.Drawing.Size(84, 21);
  1170. this.label23.TabIndex = 0;
  1171. this.label23.Text = "检验机构";
  1172. this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1173. //
  1174. // label33
  1175. //
  1176. this.label33.BackColor = System.Drawing.Color.LightBlue;
  1177. this.label33.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1178. this.label33.Location = new System.Drawing.Point(486, 47);
  1179. this.label33.Name = "label33";
  1180. this.label33.Size = new System.Drawing.Size(88, 21);
  1181. this.label33.TabIndex = 0;
  1182. this.label33.Text = "客户";
  1183. this.label33.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1184. //
  1185. // label22
  1186. //
  1187. this.label22.BackColor = System.Drawing.Color.LightBlue;
  1188. this.label22.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1189. this.label22.Location = new System.Drawing.Point(12, 383);
  1190. this.label22.Name = "label22";
  1191. this.label22.Size = new System.Drawing.Size(84, 21);
  1192. this.label22.TabIndex = 0;
  1193. this.label22.Text = "运输方式";
  1194. this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1195. //
  1196. // label29
  1197. //
  1198. this.label29.BackColor = System.Drawing.Color.LightBlue;
  1199. this.label29.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1200. this.label29.Location = new System.Drawing.Point(12, 47);
  1201. this.label29.Name = "label29";
  1202. this.label29.Size = new System.Drawing.Size(84, 21);
  1203. this.label29.TabIndex = 0;
  1204. this.label29.Text = "产品";
  1205. this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1206. //
  1207. // label32
  1208. //
  1209. this.label32.BackColor = System.Drawing.Color.LightBlue;
  1210. this.label32.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1211. this.label32.Location = new System.Drawing.Point(486, 10);
  1212. this.label32.Name = "label32";
  1213. this.label32.Size = new System.Drawing.Size(88, 21);
  1214. this.label32.TabIndex = 0;
  1215. this.label32.Text = "订单接受日期";
  1216. this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1217. //
  1218. // label52
  1219. //
  1220. this.label52.BackColor = System.Drawing.Color.LightBlue;
  1221. this.label52.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1222. this.label52.Location = new System.Drawing.Point(486, 488);
  1223. this.label52.Name = "label52";
  1224. this.label52.Size = new System.Drawing.Size(84, 21);
  1225. this.label52.TabIndex = 0;
  1226. this.label52.Text = "订单取消者";
  1227. this.label52.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1228. //
  1229. // label46
  1230. //
  1231. this.label46.BackColor = System.Drawing.Color.LightBlue;
  1232. this.label46.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1233. this.label46.Location = new System.Drawing.Point(486, 446);
  1234. this.label46.Name = "label46";
  1235. this.label46.Size = new System.Drawing.Size(84, 21);
  1236. this.label46.TabIndex = 0;
  1237. this.label46.Text = "订单取消区分";
  1238. this.label46.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1239. //
  1240. // label43
  1241. //
  1242. this.label43.BackColor = System.Drawing.Color.LightBlue;
  1243. this.label43.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1244. this.label43.Location = new System.Drawing.Point(486, 302);
  1245. this.label43.Name = "label43";
  1246. this.label43.Size = new System.Drawing.Size(84, 21);
  1247. this.label43.TabIndex = 0;
  1248. this.label43.Text = "订单外径";
  1249. this.label43.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1250. //
  1251. // label36
  1252. //
  1253. this.label36.BackColor = System.Drawing.Color.LightBlue;
  1254. this.label36.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1255. this.label36.Location = new System.Drawing.Point(12, 302);
  1256. this.label36.Name = "label36";
  1257. this.label36.Size = new System.Drawing.Size(84, 21);
  1258. this.label36.TabIndex = 0;
  1259. this.label36.Text = "订单重量";
  1260. this.label36.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1261. //
  1262. // label51
  1263. //
  1264. this.label51.BackColor = System.Drawing.Color.LightBlue;
  1265. this.label51.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1266. this.label51.Location = new System.Drawing.Point(486, 467);
  1267. this.label51.Name = "label51";
  1268. this.label51.Size = new System.Drawing.Size(84, 21);
  1269. this.label51.TabIndex = 0;
  1270. this.label51.Text = "订单取消日期";
  1271. this.label51.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1272. //
  1273. // label24
  1274. //
  1275. this.label24.BackColor = System.Drawing.Color.LightBlue;
  1276. this.label24.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1277. this.label24.Location = new System.Drawing.Point(486, 425);
  1278. this.label24.Name = "label24";
  1279. this.label24.Size = new System.Drawing.Size(84, 21);
  1280. this.label24.TabIndex = 0;
  1281. this.label24.Text = "订单修改者";
  1282. this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1283. //
  1284. // label42
  1285. //
  1286. this.label42.BackColor = System.Drawing.Color.LightBlue;
  1287. this.label42.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1288. this.label42.Location = new System.Drawing.Point(486, 281);
  1289. this.label42.Name = "label42";
  1290. this.label42.Size = new System.Drawing.Size(84, 21);
  1291. this.label42.TabIndex = 0;
  1292. this.label42.Text = "订单内径";
  1293. this.label42.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1294. //
  1295. // label18
  1296. //
  1297. this.label18.BackColor = System.Drawing.Color.LightBlue;
  1298. this.label18.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1299. this.label18.Location = new System.Drawing.Point(12, 281);
  1300. this.label18.Name = "label18";
  1301. this.label18.Size = new System.Drawing.Size(84, 21);
  1302. this.label18.TabIndex = 0;
  1303. this.label18.Text = "订单长度";
  1304. this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1305. //
  1306. // label28
  1307. //
  1308. this.label28.BackColor = System.Drawing.Color.LightBlue;
  1309. this.label28.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1310. this.label28.Location = new System.Drawing.Point(12, 10);
  1311. this.label28.Name = "label28";
  1312. this.label28.Size = new System.Drawing.Size(84, 21);
  1313. this.label28.TabIndex = 0;
  1314. this.label28.Text = "订单进度";
  1315. this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1316. //
  1317. // label21
  1318. //
  1319. this.label21.BackColor = System.Drawing.Color.LightBlue;
  1320. this.label21.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1321. this.label21.Location = new System.Drawing.Point(486, 404);
  1322. this.label21.Name = "label21";
  1323. this.label21.Size = new System.Drawing.Size(84, 21);
  1324. this.label21.TabIndex = 0;
  1325. this.label21.Text = " 订单修改日期";
  1326. this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1327. //
  1328. // label39
  1329. //
  1330. this.label39.BackColor = System.Drawing.Color.LightBlue;
  1331. this.label39.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1332. this.label39.Location = new System.Drawing.Point(486, 260);
  1333. this.label39.Name = "label39";
  1334. this.label39.Size = new System.Drawing.Size(84, 21);
  1335. this.label39.TabIndex = 0;
  1336. this.label39.Text = "宽度公差上限";
  1337. this.label39.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1338. //
  1339. // label20
  1340. //
  1341. this.label20.BackColor = System.Drawing.Color.LightBlue;
  1342. this.label20.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1343. this.label20.Location = new System.Drawing.Point(486, 383);
  1344. this.label20.Name = "label20";
  1345. this.label20.Size = new System.Drawing.Size(84, 21);
  1346. this.label20.TabIndex = 0;
  1347. this.label20.Text = "订单修改区分";
  1348. this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1349. //
  1350. // label16
  1351. //
  1352. this.label16.BackColor = System.Drawing.Color.LightBlue;
  1353. this.label16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1354. this.label16.Location = new System.Drawing.Point(12, 260);
  1355. this.label16.Name = "label16";
  1356. this.label16.Size = new System.Drawing.Size(84, 21);
  1357. this.label16.TabIndex = 0;
  1358. this.label16.Text = "订单宽度";
  1359. this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1360. //
  1361. // label38
  1362. //
  1363. this.label38.BackColor = System.Drawing.Color.LightBlue;
  1364. this.label38.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1365. this.label38.Location = new System.Drawing.Point(486, 239);
  1366. this.label38.Name = "label38";
  1367. this.label38.Size = new System.Drawing.Size(84, 21);
  1368. this.label38.TabIndex = 0;
  1369. this.label38.Text = "宽度公差下限";
  1370. this.label38.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1371. //
  1372. // label14
  1373. //
  1374. this.label14.BackColor = System.Drawing.Color.LightBlue;
  1375. this.label14.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1376. this.label14.Location = new System.Drawing.Point(12, 239);
  1377. this.label14.Name = "label14";
  1378. this.label14.Size = new System.Drawing.Size(84, 21);
  1379. this.label14.TabIndex = 0;
  1380. this.label14.Text = "订单厚度";
  1381. this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1382. //
  1383. // label12
  1384. //
  1385. this.label12.BackColor = System.Drawing.Color.LightBlue;
  1386. this.label12.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1387. this.label12.Location = new System.Drawing.Point(12, 449);
  1388. this.label12.Name = "label12";
  1389. this.label12.Size = new System.Drawing.Size(84, 21);
  1390. this.label12.TabIndex = 0;
  1391. this.label12.Text = "合同号";
  1392. this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1393. //
  1394. // label10
  1395. //
  1396. this.label10.BackColor = System.Drawing.Color.LightBlue;
  1397. this.label10.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1398. this.label10.Location = new System.Drawing.Point(12, 183);
  1399. this.label10.Name = "label10";
  1400. this.label10.Size = new System.Drawing.Size(84, 21);
  1401. this.label10.TabIndex = 0;
  1402. this.label10.Text = "客户牌号";
  1403. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1404. //
  1405. // label8
  1406. //
  1407. this.label8.BackColor = System.Drawing.Color.LightBlue;
  1408. this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1409. this.label8.Location = new System.Drawing.Point(12, 159);
  1410. this.label8.Name = "label8";
  1411. this.label8.Size = new System.Drawing.Size(84, 21);
  1412. this.label8.TabIndex = 0;
  1413. this.label8.Text = "厂内牌号";
  1414. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1415. //
  1416. // label6
  1417. //
  1418. this.label6.BackColor = System.Drawing.Color.LightBlue;
  1419. this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1420. this.label6.Location = new System.Drawing.Point(12, 135);
  1421. this.label6.Name = "label6";
  1422. this.label6.Size = new System.Drawing.Size(84, 21);
  1423. this.label6.TabIndex = 0;
  1424. this.label6.Text = "产品牌号";
  1425. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1426. //
  1427. // label4
  1428. //
  1429. this.label4.BackColor = System.Drawing.Color.LightBlue;
  1430. this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1431. this.label4.Location = new System.Drawing.Point(12, 111);
  1432. this.label4.Name = "label4";
  1433. this.label4.Size = new System.Drawing.Size(84, 21);
  1434. this.label4.TabIndex = 0;
  1435. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1436. //
  1437. // label2
  1438. //
  1439. this.label2.BackColor = System.Drawing.Color.LightBlue;
  1440. this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1441. this.label2.Location = new System.Drawing.Point(12, 87);
  1442. this.label2.Name = "label2";
  1443. this.label2.Size = new System.Drawing.Size(84, 21);
  1444. this.label2.TabIndex = 0;
  1445. this.label2.Text = "目的地";
  1446. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1447. //
  1448. // UIE041080
  1449. //
  1450. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1451. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1452. this.ClientSize = new System.Drawing.Size(1012, 722);
  1453. this.Controls.Add(this.panel2);
  1454. this.Controls.Add(this.panel1);
  1455. this.Name = "UIE041080";
  1456. this.Text = "订单详细信息查询";
  1457. this.panel1.ResumeLayout(false);
  1458. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1459. this.ultraGroupBox1.ResumeLayout(false);
  1460. this.ultraGroupBox1.PerformLayout();
  1461. ((System.ComponentModel.ISupportInitialize)(this.ComboORD_SEQ)).EndInit();
  1462. this.panel2.ResumeLayout(false);
  1463. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1464. this.ultraGroupBox2.ResumeLayout(false);
  1465. this.ultraGroupBox2.PerformLayout();
  1466. this.ResumeLayout(false);
  1467. }
  1468. #endregion
  1469. private System.Windows.Forms.Panel panel1;
  1470. private System.Windows.Forms.Panel panel2;
  1471. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1472. private System.Windows.Forms.Label label1;
  1473. private System.Windows.Forms.TextBox textOrdNO;
  1474. private Infragistics.Win.UltraWinGrid.UltraCombo ComboORD_SEQ;
  1475. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1476. private System.Windows.Forms.TextBox textCUST_SPEC_NO;
  1477. private System.Windows.Forms.TextBox textORD_USEAGE_CD;
  1478. private System.Windows.Forms.TextBox textSPEC_ABBSYM;
  1479. private System.Windows.Forms.TextBox textCUST_CD;
  1480. private System.Windows.Forms.TextBox textSALE_CHR_CD;
  1481. private System.Windows.Forms.TextBox textORDCUST_CD;
  1482. private System.Windows.Forms.TextBox textCONTRACT_NO;
  1483. private System.Windows.Forms.TextBox textDDC_STL_GRD;
  1484. private System.Windows.Forms.TextBox textFAC_STL_GRD;
  1485. private System.Windows.Forms.TextBox textSPEC_STL_GRD;
  1486. private System.Windows.Forms.TextBox textCUST_STL_GRD;
  1487. private System.Windows.Forms.TextBox textDEST_CD;
  1488. private System.Windows.Forms.Label label13;
  1489. private System.Windows.Forms.Label label11;
  1490. private System.Windows.Forms.Label label9;
  1491. private System.Windows.Forms.Label label7;
  1492. private System.Windows.Forms.Label label5;
  1493. private System.Windows.Forms.Label label3;
  1494. private System.Windows.Forms.Label label12;
  1495. private System.Windows.Forms.Label label10;
  1496. private System.Windows.Forms.Label label8;
  1497. private System.Windows.Forms.Label label6;
  1498. private System.Windows.Forms.Label label4;
  1499. private System.Windows.Forms.Label label2;
  1500. private System.Windows.Forms.TextBox textEMGMTR_NMG_CLF;
  1501. private System.Windows.Forms.TextBox textSCARPING_PROC_YN;
  1502. private System.Windows.Forms.TextBox textORD_LEN_MIN;
  1503. private System.Windows.Forms.TextBox textSPM_PROC_YN;
  1504. private System.Windows.Forms.TextBox textBox35;
  1505. private System.Windows.Forms.TextBox textRCVORD_CLF;
  1506. private System.Windows.Forms.TextBox textTHK_TOL_ERMAX;
  1507. private System.Windows.Forms.TextBox textDEL_TO_DATE;
  1508. private System.Windows.Forms.TextBox textSTKSALE_TP;
  1509. private System.Windows.Forms.TextBox textTHK_TOL_ERMIN;
  1510. private System.Windows.Forms.TextBox textEXAMORG_CD;
  1511. private System.Windows.Forms.TextBox textORD_LEN;
  1512. private System.Windows.Forms.TextBox textDLIV_TP;
  1513. private System.Windows.Forms.TextBox textBox33;
  1514. private System.Windows.Forms.TextBox textPRODNM_CD;
  1515. private System.Windows.Forms.TextBox textORD_WTH;
  1516. private System.Windows.Forms.TextBox textORD_ACT_DTIME;
  1517. private System.Windows.Forms.TextBox textORD_PROG_CD;
  1518. private System.Windows.Forms.TextBox textORD_THK;
  1519. private System.Windows.Forms.Label label27;
  1520. private System.Windows.Forms.Label label26;
  1521. private System.Windows.Forms.Label label25;
  1522. private System.Windows.Forms.Label label35;
  1523. private System.Windows.Forms.Label label31;
  1524. private System.Windows.Forms.Label label19;
  1525. private System.Windows.Forms.Label label17;
  1526. private System.Windows.Forms.Label label34;
  1527. private System.Windows.Forms.Label label30;
  1528. private System.Windows.Forms.Label label15;
  1529. private System.Windows.Forms.Label label23;
  1530. private System.Windows.Forms.Label label33;
  1531. private System.Windows.Forms.Label label22;
  1532. private System.Windows.Forms.Label label29;
  1533. private System.Windows.Forms.Label label32;
  1534. private System.Windows.Forms.Label label18;
  1535. private System.Windows.Forms.Label label28;
  1536. private System.Windows.Forms.Label label16;
  1537. private System.Windows.Forms.Label label14;
  1538. private System.Windows.Forms.TextBox textORD_LEN_MAX;
  1539. private System.Windows.Forms.TextBox textORD_WGT;
  1540. private System.Windows.Forms.Label label37;
  1541. private System.Windows.Forms.Label label36;
  1542. private System.Windows.Forms.TextBox textPROD_WGT_MAX;
  1543. private System.Windows.Forms.TextBox textPROD_WGT_MIN;
  1544. private System.Windows.Forms.TextBox textWGT_ACVAL_MAX;
  1545. private System.Windows.Forms.TextBox textWGT_ACVAL_MIN;
  1546. private System.Windows.Forms.TextBox textORD_OUTDIA;
  1547. private System.Windows.Forms.TextBox textORD_INDIA;
  1548. private System.Windows.Forms.TextBox textWTH_TOL_ERMAX;
  1549. private System.Windows.Forms.TextBox textWTH_TOL_ERMIN;
  1550. private System.Windows.Forms.Label label45;
  1551. private System.Windows.Forms.Label label44;
  1552. private System.Windows.Forms.Label label41;
  1553. private System.Windows.Forms.Label label40;
  1554. private System.Windows.Forms.Label label43;
  1555. private System.Windows.Forms.Label label42;
  1556. private System.Windows.Forms.Label label39;
  1557. private System.Windows.Forms.Label label38;
  1558. private System.Windows.Forms.TextBox textORD_END_YN;
  1559. private System.Windows.Forms.TextBox textSHIP_ENDBY;
  1560. private System.Windows.Forms.TextBox textSHIP_FN_DATE;
  1561. private System.Windows.Forms.TextBox textSHIP_END_YN;
  1562. private System.Windows.Forms.TextBox textORD_CNC_YN;
  1563. private System.Windows.Forms.TextBox textORD_UDTBY;
  1564. private System.Windows.Forms.TextBox textORD_UDT_DTIME;
  1565. private System.Windows.Forms.TextBox textORD_UDT_YN;
  1566. private System.Windows.Forms.Label label50;
  1567. private System.Windows.Forms.Label label49;
  1568. private System.Windows.Forms.Label label48;
  1569. private System.Windows.Forms.Label label47;
  1570. private System.Windows.Forms.Label label46;
  1571. private System.Windows.Forms.Label label24;
  1572. private System.Windows.Forms.Label label21;
  1573. private System.Windows.Forms.Label label20;
  1574. private System.Windows.Forms.TextBox textORD_ENDBY;
  1575. private System.Windows.Forms.TextBox textORD_END_DATE;
  1576. private System.Windows.Forms.TextBox textORD_CNCBY;
  1577. private System.Windows.Forms.TextBox textORD_CNC_DTIME;
  1578. private System.Windows.Forms.Label label54;
  1579. private System.Windows.Forms.Label label53;
  1580. private System.Windows.Forms.Label label52;
  1581. private System.Windows.Forms.Label label51;
  1582. private System.Windows.Forms.TextBox textBoxBUY_ABBSYM;
  1583. private System.Windows.Forms.Label label55;
  1584. private System.Windows.Forms.TextBox textBoxPRODUCT_LX;
  1585. private System.Windows.Forms.Label label56;
  1586. }
  1587. }