e4682bb05e8ec062ef3e4cbdc1e0e2721689cca8.svn-base 88 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432
  1. using System;
  2. using System.Drawing;
  3. using System.Collections;
  4. using System.ComponentModel;
  5. using System.Windows.Forms;
  6. using Core.XgMes.Client.StorageBase;
  7. namespace Core.XgMes.Client.CoilMachiningManage
  8. {
  9. /// <summary>
  10. /// Frm_TurnoffSend 的摘要说明。
  11. /// </summary>
  12. public class Frm_TurnoffSend : Core.XgMes.Client.StorageBase.FrmStorageBaseMode
  13. {
  14. #region 变量
  15. private Infragistics.Win.UltraWinGrid.UltraGrid Grd_HCSendPlan;
  16. private System.Windows.Forms.Panel Pal_Edit;
  17. private Infragistics.Win.Misc.UltraButton btn_NSendID;
  18. private Infragistics.Win.UltraWinEditors.UltraTextEditor Txt_SendPactNO;
  19. private Infragistics.Win.Misc.UltraLabel ultraLabel18;
  20. private Infragistics.Win.UltraWinEditors.UltraTextEditor Txt_IncpName;
  21. private Infragistics.Win.Misc.UltraLabel ultraLabel14;
  22. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  23. private Infragistics.Win.UltraWinGrid.UltraCombo Cmb_PLD;
  24. private Infragistics.Win.UltraWinEditors.UltraOptionSet Ops_SendType;
  25. private Infragistics.Win.Misc.UltraButton Btn_GetListCoding;
  26. private Infragistics.Win.Misc.UltraButton Btn_SendBillet;
  27. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  28. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor Dte_SendTime;
  29. private Infragistics.Win.Misc.UltraLabel ultraLabel8;
  30. private Infragistics.Win.UltraWinEditors.UltraTextEditor Txt_Remark;
  31. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  32. private Infragistics.Win.UltraWinEditors.UltraTextEditor Txt_ListCodingTop;
  33. private Infragistics.Win.UltraWinGrid.UltraCombo Cmb_ClassTeam;
  34. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  35. private Infragistics.Win.UltraWinGrid.UltraCombo Cmb_ClassOrder;
  36. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  37. private Infragistics.Win.UltraWinGrid.UltraCombo Cmb_SendMan;
  38. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  39. private Infragistics.Win.UltraWinEditors.UltraTextEditor Txt_ListCoding;
  40. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  41. private Infragistics.Win.UltraWinEditors.UltraTextEditor Txt_VecihleNO;
  42. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  43. private Infragistics.Win.UltraWinEditors.UltraTextEditor Txt_AskPlan;
  44. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  45. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  46. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_AskPlanID;
  47. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_ListCode;
  48. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_ListCode;
  49. private Infragistics.Win.UltraWinEditors.UltraTextEditor Txt_PactNO;
  50. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor Dte_EndTime;
  51. private Infragistics.Win.Misc.UltraLabel Lab_To;
  52. private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor Dte_BeginTime;
  53. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_Clear;
  54. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  55. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  56. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_AskPlanID;
  57. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_CoilID;
  58. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_CoilID;
  59. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_PactNO;
  60. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chk_DeliveryTime;
  61. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_Coil_ID;
  62. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_Station;
  63. private Infragistics.Win.UltraWinTabControl.UltraTabControl Tab_Match;
  64. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  65. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  66. private Infragistics.Win.UltraWinGrid.UltraGrid Grd_Storage;
  67. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  68. private Infragistics.Win.UltraWinGrid.UltraGrid Grd_Send;
  69. #endregion
  70. /// <summary>
  71. /// 必需的设计器变量。
  72. /// </summary>
  73. private System.ComponentModel.Container components = null;
  74. public Frm_TurnoffSend()
  75. {
  76. //
  77. // Windows 窗体设计器支持所必需的
  78. //
  79. InitializeComponent();
  80. //
  81. // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
  82. //
  83. }
  84. /// <summary>
  85. /// 清理所有正在使用的资源。
  86. /// </summary>
  87. protected override void Dispose( bool disposing )
  88. {
  89. if( disposing )
  90. {
  91. if(components != null)
  92. {
  93. components.Dispose();
  94. }
  95. }
  96. base.Dispose( disposing );
  97. }
  98. #region Windows 窗体设计器生成的代码
  99. /// <summary>
  100. /// 设计器支持所需的方法 - 不要使用代码编辑器修改
  101. /// 此方法的内容。
  102. /// </summary>
  103. private void InitializeComponent()
  104. {
  105. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  106. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  107. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  108. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  109. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  110. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  111. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  112. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  113. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  114. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  115. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  116. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  117. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  118. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  119. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  120. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  121. Infragistics.Win.Appearance appearance82 = new Infragistics.Win.Appearance();
  122. Infragistics.Win.Appearance appearance83 = new Infragistics.Win.Appearance();
  123. Infragistics.Win.Appearance appearance84 = new Infragistics.Win.Appearance();
  124. Infragistics.Win.Appearance appearance85 = new Infragistics.Win.Appearance();
  125. Infragistics.Win.Appearance appearance86 = new Infragistics.Win.Appearance();
  126. Infragistics.Win.Appearance appearance87 = new Infragistics.Win.Appearance();
  127. Infragistics.Win.Appearance appearance88 = new Infragistics.Win.Appearance();
  128. Infragistics.Win.Appearance appearance89 = new Infragistics.Win.Appearance();
  129. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  130. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  131. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  132. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  133. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  134. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  135. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  136. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  137. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  138. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  139. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  140. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  141. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  142. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  143. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  144. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  145. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  146. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  147. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  148. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  149. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  150. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  151. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  152. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  153. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  154. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  155. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  156. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  157. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  158. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  159. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  160. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  161. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  162. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  163. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  164. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  165. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  166. Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
  167. Infragistics.Win.Appearance appearance53 = new Infragistics.Win.Appearance();
  168. Infragistics.Win.Appearance appearance54 = new Infragistics.Win.Appearance();
  169. Infragistics.Win.Appearance appearance55 = new Infragistics.Win.Appearance();
  170. Infragistics.Win.Appearance appearance56 = new Infragistics.Win.Appearance();
  171. Infragistics.Win.Appearance appearance57 = new Infragistics.Win.Appearance();
  172. Infragistics.Win.Appearance appearance58 = new Infragistics.Win.Appearance();
  173. Infragistics.Win.Appearance appearance59 = new Infragistics.Win.Appearance();
  174. Infragistics.Win.Appearance appearance60 = new Infragistics.Win.Appearance();
  175. Infragistics.Win.Appearance appearance61 = new Infragistics.Win.Appearance();
  176. Infragistics.Win.Appearance appearance62 = new Infragistics.Win.Appearance();
  177. Infragistics.Win.Appearance appearance63 = new Infragistics.Win.Appearance();
  178. Infragistics.Win.Appearance appearance64 = new Infragistics.Win.Appearance();
  179. Infragistics.Win.Appearance appearance65 = new Infragistics.Win.Appearance();
  180. Infragistics.Win.Appearance appearance66 = new Infragistics.Win.Appearance();
  181. Infragistics.Win.Appearance appearance67 = new Infragistics.Win.Appearance();
  182. Infragistics.Win.Appearance appearance68 = new Infragistics.Win.Appearance();
  183. Infragistics.Win.Appearance appearance69 = new Infragistics.Win.Appearance();
  184. Infragistics.Win.Appearance appearance70 = new Infragistics.Win.Appearance();
  185. Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
  186. Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
  187. Infragistics.Win.Appearance appearance73 = new Infragistics.Win.Appearance();
  188. Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
  189. Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
  190. Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
  191. Infragistics.Win.Appearance appearance77 = new Infragistics.Win.Appearance();
  192. Infragistics.Win.Appearance appearance78 = new Infragistics.Win.Appearance();
  193. Infragistics.Win.Appearance appearance79 = new Infragistics.Win.Appearance();
  194. Infragistics.Win.Appearance appearance80 = new Infragistics.Win.Appearance();
  195. Infragistics.Win.Appearance appearance81 = new Infragistics.Win.Appearance();
  196. Infragistics.Win.Appearance appearance90 = new Infragistics.Win.Appearance();
  197. Infragistics.Win.Appearance appearance91 = new Infragistics.Win.Appearance();
  198. Infragistics.Win.Appearance appearance92 = new Infragistics.Win.Appearance();
  199. Infragistics.Win.Appearance appearance93 = new Infragistics.Win.Appearance();
  200. Infragistics.Win.Appearance appearance94 = new Infragistics.Win.Appearance();
  201. Infragistics.Win.Appearance appearance95 = new Infragistics.Win.Appearance();
  202. Infragistics.Win.Appearance appearance96 = new Infragistics.Win.Appearance();
  203. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  204. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  205. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  206. this.Grd_Storage = new Infragistics.Win.UltraWinGrid.UltraGrid();
  207. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  208. this.Grd_Send = new Infragistics.Win.UltraWinGrid.UltraGrid();
  209. this.Grd_HCSendPlan = new Infragistics.Win.UltraWinGrid.UltraGrid();
  210. this.Pal_Edit = new System.Windows.Forms.Panel();
  211. this.txt_Station = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  212. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  213. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  214. this.chk_Clear = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  215. this.btn_NSendID = new Infragistics.Win.Misc.UltraButton();
  216. this.Txt_SendPactNO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  217. this.ultraLabel18 = new Infragistics.Win.Misc.UltraLabel();
  218. this.Txt_IncpName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  219. this.ultraLabel14 = new Infragistics.Win.Misc.UltraLabel();
  220. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  221. this.Cmb_PLD = new Infragistics.Win.UltraWinGrid.UltraCombo();
  222. this.Ops_SendType = new Infragistics.Win.UltraWinEditors.UltraOptionSet();
  223. this.Btn_GetListCoding = new Infragistics.Win.Misc.UltraButton();
  224. this.Btn_SendBillet = new Infragistics.Win.Misc.UltraButton();
  225. this.txt_Coil_ID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  226. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  227. this.Dte_SendTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  228. this.ultraLabel8 = new Infragistics.Win.Misc.UltraLabel();
  229. this.Txt_Remark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  230. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  231. this.Txt_ListCodingTop = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  232. this.Cmb_ClassTeam = new Infragistics.Win.UltraWinGrid.UltraCombo();
  233. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  234. this.Cmb_ClassOrder = new Infragistics.Win.UltraWinGrid.UltraCombo();
  235. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  236. this.Cmb_SendMan = new Infragistics.Win.UltraWinGrid.UltraCombo();
  237. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  238. this.Txt_ListCoding = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  239. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  240. this.Txt_VecihleNO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  241. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  242. this.Txt_AskPlan = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  243. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  244. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  245. this.txt_AskPlanID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  246. this.chk_AskPlanID = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  247. this.txt_ListCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  248. this.chk_ListCode = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  249. this.txt_CoilID = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  250. this.chk_CoilID = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  251. this.Txt_PactNO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  252. this.chk_PactNO = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  253. this.Dte_EndTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  254. this.Lab_To = new Infragistics.Win.Misc.UltraLabel();
  255. this.Dte_BeginTime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  256. this.chk_DeliveryTime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  257. this.Tab_Match = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  258. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  259. ((System.ComponentModel.ISupportInitialize)(this.BaseToolBarManager)).BeginInit();
  260. this.FrmBaseMode_Fill_Panel.SuspendLayout();
  261. this.Pal_Top.SuspendLayout();
  262. this.Pal_Buttom.SuspendLayout();
  263. ((System.ComponentModel.ISupportInitialize)(this.Grp_Query)).BeginInit();
  264. this.Grp_Query.SuspendLayout();
  265. ((System.ComponentModel.ISupportInitialize)(this.Calc_Manager)).BeginInit();
  266. this.ultraTabPageControl1.SuspendLayout();
  267. ((System.ComponentModel.ISupportInitialize)(this.Grd_Storage)).BeginInit();
  268. this.ultraTabPageControl2.SuspendLayout();
  269. ((System.ComponentModel.ISupportInitialize)(this.Grd_Send)).BeginInit();
  270. ((System.ComponentModel.ISupportInitialize)(this.Grd_HCSendPlan)).BeginInit();
  271. this.Pal_Edit.SuspendLayout();
  272. ((System.ComponentModel.ISupportInitialize)(this.txt_Station)).BeginInit();
  273. ((System.ComponentModel.ISupportInitialize)(this.Txt_SendPactNO)).BeginInit();
  274. ((System.ComponentModel.ISupportInitialize)(this.Txt_IncpName)).BeginInit();
  275. ((System.ComponentModel.ISupportInitialize)(this.Cmb_PLD)).BeginInit();
  276. ((System.ComponentModel.ISupportInitialize)(this.Ops_SendType)).BeginInit();
  277. ((System.ComponentModel.ISupportInitialize)(this.txt_Coil_ID)).BeginInit();
  278. ((System.ComponentModel.ISupportInitialize)(this.Dte_SendTime)).BeginInit();
  279. ((System.ComponentModel.ISupportInitialize)(this.Txt_Remark)).BeginInit();
  280. ((System.ComponentModel.ISupportInitialize)(this.Txt_ListCodingTop)).BeginInit();
  281. ((System.ComponentModel.ISupportInitialize)(this.Cmb_ClassTeam)).BeginInit();
  282. ((System.ComponentModel.ISupportInitialize)(this.Cmb_ClassOrder)).BeginInit();
  283. ((System.ComponentModel.ISupportInitialize)(this.Cmb_SendMan)).BeginInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.Txt_ListCoding)).BeginInit();
  285. ((System.ComponentModel.ISupportInitialize)(this.Txt_VecihleNO)).BeginInit();
  286. ((System.ComponentModel.ISupportInitialize)(this.Txt_AskPlan)).BeginInit();
  287. ((System.ComponentModel.ISupportInitialize)(this.txt_AskPlanID)).BeginInit();
  288. ((System.ComponentModel.ISupportInitialize)(this.txt_ListCode)).BeginInit();
  289. ((System.ComponentModel.ISupportInitialize)(this.txt_CoilID)).BeginInit();
  290. ((System.ComponentModel.ISupportInitialize)(this.Txt_PactNO)).BeginInit();
  291. ((System.ComponentModel.ISupportInitialize)(this.Dte_EndTime)).BeginInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.Dte_BeginTime)).BeginInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.Tab_Match)).BeginInit();
  294. this.Tab_Match.SuspendLayout();
  295. this.SuspendLayout();
  296. //
  297. // BaseToolBarManager
  298. //
  299. this.BaseToolBarManager.MenuSettings.ForceSerialization = true;
  300. this.BaseToolBarManager.ToolbarSettings.AllowCustomize = Infragistics.Win.DefaultableBoolean.False;
  301. //
  302. // FrmBaseMode_Fill_Panel
  303. //
  304. this.FrmBaseMode_Fill_Panel.Size = new System.Drawing.Size(960, 440);
  305. //
  306. // _FrmBaseMode_Toolbars_Dock_Area_Left
  307. //
  308. this._FrmBaseMode_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 20);
  309. this._FrmBaseMode_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 440);
  310. //
  311. // _FrmBaseMode_Toolbars_Dock_Area_Right
  312. //
  313. this._FrmBaseMode_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(960, 20);
  314. this._FrmBaseMode_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 440);
  315. //
  316. // _FrmBaseMode_Toolbars_Dock_Area_Top
  317. //
  318. this._FrmBaseMode_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(960, 20);
  319. //
  320. // _FrmBaseMode_Toolbars_Dock_Area_Bottom
  321. //
  322. this._FrmBaseMode_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 460);
  323. this._FrmBaseMode_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(960, 0);
  324. //
  325. // Pal_Top
  326. //
  327. this.Pal_Top.Size = new System.Drawing.Size(960, 63);
  328. //
  329. // Pal_Buttom
  330. //
  331. this.Pal_Buttom.Controls.Add(this.Tab_Match);
  332. this.Pal_Buttom.Controls.Add(this.Pal_Edit);
  333. this.Pal_Buttom.Controls.Add(this.Grd_HCSendPlan);
  334. this.Pal_Buttom.Size = new System.Drawing.Size(960, 377);
  335. //
  336. // Grp_Query
  337. //
  338. this.Grp_Query.Controls.Add(this.ultraLabel11);
  339. this.Grp_Query.Controls.Add(this.txt_AskPlanID);
  340. this.Grp_Query.Controls.Add(this.chk_AskPlanID);
  341. this.Grp_Query.Controls.Add(this.txt_ListCode);
  342. this.Grp_Query.Controls.Add(this.chk_ListCode);
  343. this.Grp_Query.Controls.Add(this.txt_CoilID);
  344. this.Grp_Query.Controls.Add(this.chk_CoilID);
  345. this.Grp_Query.Controls.Add(this.Txt_PactNO);
  346. this.Grp_Query.Controls.Add(this.chk_PactNO);
  347. this.Grp_Query.Controls.Add(this.Dte_EndTime);
  348. this.Grp_Query.Controls.Add(this.Lab_To);
  349. this.Grp_Query.Controls.Add(this.Dte_BeginTime);
  350. this.Grp_Query.Controls.Add(this.chk_DeliveryTime);
  351. this.Grp_Query.Size = new System.Drawing.Size(960, 63);
  352. //
  353. // ultraTabPageControl1
  354. //
  355. this.ultraTabPageControl1.Controls.Add(this.Grd_Storage);
  356. this.ultraTabPageControl1.Location = new System.Drawing.Point(2, 21);
  357. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  358. this.ultraTabPageControl1.Size = new System.Drawing.Size(956, 128);
  359. //
  360. // Grd_Storage
  361. //
  362. this.Grd_Storage.CalcManager = this.Calc_Manager;
  363. this.Grd_Storage.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.True;
  364. appearance1.BackColor = System.Drawing.SystemColors.ActiveBorder;
  365. appearance1.BackColor2 = System.Drawing.SystemColors.ControlDark;
  366. appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  367. appearance1.BorderColor = System.Drawing.SystemColors.Window;
  368. this.Grd_Storage.DisplayLayout.GroupByBox.Appearance = appearance1;
  369. appearance2.ForeColor = System.Drawing.SystemColors.GrayText;
  370. this.Grd_Storage.DisplayLayout.GroupByBox.BandLabelAppearance = appearance2;
  371. this.Grd_Storage.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  372. this.Grd_Storage.DisplayLayout.GroupByBox.Hidden = true;
  373. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  374. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  375. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  376. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  377. this.Grd_Storage.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  378. this.Grd_Storage.DisplayLayout.Override.CellPadding = 0;
  379. this.Grd_Storage.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
  380. appearance4.BackColor = System.Drawing.SystemColors.Control;
  381. appearance4.BackColor2 = System.Drawing.SystemColors.ControlDark;
  382. appearance4.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  383. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  384. appearance4.BorderColor = System.Drawing.SystemColors.Window;
  385. this.Grd_Storage.DisplayLayout.Override.GroupByRowAppearance = appearance4;
  386. appearance5.BackColor = System.Drawing.Color.LightSteelBlue;
  387. appearance5.TextHAlign = Infragistics.Win.HAlign.Center;
  388. this.Grd_Storage.DisplayLayout.Override.HeaderAppearance = appearance5;
  389. this.Grd_Storage.DisplayLayout.Override.MinRowHeight = 21;
  390. appearance6.BackColor = System.Drawing.SystemColors.Window;
  391. appearance6.BorderColor = System.Drawing.Color.Silver;
  392. this.Grd_Storage.DisplayLayout.Override.RowAppearance = appearance6;
  393. appearance7.BackColor = System.Drawing.Color.LightSteelBlue;
  394. this.Grd_Storage.DisplayLayout.Override.RowSelectorAppearance = appearance7;
  395. this.Grd_Storage.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  396. this.Grd_Storage.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  397. appearance8.BackColor = System.Drawing.SystemColors.ControlLight;
  398. this.Grd_Storage.DisplayLayout.Override.TemplateAddRowAppearance = appearance8;
  399. this.Grd_Storage.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  400. this.Grd_Storage.Dock = System.Windows.Forms.DockStyle.Fill;
  401. this.Grd_Storage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  402. this.Grd_Storage.Location = new System.Drawing.Point(0, 0);
  403. this.Grd_Storage.Name = "Grd_Storage";
  404. this.Grd_Storage.Size = new System.Drawing.Size(956, 128);
  405. this.Grd_Storage.TabIndex = 49;
  406. //
  407. // ultraTabPageControl2
  408. //
  409. this.ultraTabPageControl2.Controls.Add(this.Grd_Send);
  410. this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
  411. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  412. this.ultraTabPageControl2.Size = new System.Drawing.Size(956, 128);
  413. //
  414. // Grd_Send
  415. //
  416. this.Grd_Send.CalcManager = this.Calc_Manager;
  417. this.Grd_Send.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.True;
  418. appearance9.BackColor = System.Drawing.SystemColors.ActiveBorder;
  419. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  420. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  421. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  422. this.Grd_Send.DisplayLayout.GroupByBox.Appearance = appearance9;
  423. appearance10.ForeColor = System.Drawing.SystemColors.GrayText;
  424. this.Grd_Send.DisplayLayout.GroupByBox.BandLabelAppearance = appearance10;
  425. this.Grd_Send.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  426. this.Grd_Send.DisplayLayout.GroupByBox.Hidden = true;
  427. appearance11.BackColor = System.Drawing.SystemColors.ControlLightLight;
  428. appearance11.BackColor2 = System.Drawing.SystemColors.Control;
  429. appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  430. appearance11.ForeColor = System.Drawing.SystemColors.GrayText;
  431. this.Grd_Send.DisplayLayout.GroupByBox.PromptAppearance = appearance11;
  432. this.Grd_Send.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.RaisedSoft;
  433. this.Grd_Send.DisplayLayout.Override.CellPadding = 0;
  434. appearance12.BackColor = System.Drawing.SystemColors.Control;
  435. appearance12.BackColor2 = System.Drawing.SystemColors.ControlDark;
  436. appearance12.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  437. appearance12.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  438. appearance12.BorderColor = System.Drawing.SystemColors.Window;
  439. this.Grd_Send.DisplayLayout.Override.GroupByRowAppearance = appearance12;
  440. appearance13.BackColor = System.Drawing.Color.LightSteelBlue;
  441. appearance13.TextHAlign = Infragistics.Win.HAlign.Center;
  442. this.Grd_Send.DisplayLayout.Override.HeaderAppearance = appearance13;
  443. this.Grd_Send.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.Select;
  444. this.Grd_Send.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  445. this.Grd_Send.DisplayLayout.Override.MinRowHeight = 21;
  446. appearance14.BackColor = System.Drawing.SystemColors.Window;
  447. appearance14.BorderColor = System.Drawing.Color.Silver;
  448. this.Grd_Send.DisplayLayout.Override.RowAppearance = appearance14;
  449. appearance15.BackColor = System.Drawing.Color.LightSteelBlue;
  450. this.Grd_Send.DisplayLayout.Override.RowSelectorAppearance = appearance15;
  451. this.Grd_Send.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.SeparateElement;
  452. this.Grd_Send.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  453. this.Grd_Send.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  454. this.Grd_Send.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  455. appearance16.BackColor = System.Drawing.SystemColors.ControlLight;
  456. this.Grd_Send.DisplayLayout.Override.TemplateAddRowAppearance = appearance16;
  457. this.Grd_Send.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  458. this.Grd_Send.Dock = System.Windows.Forms.DockStyle.Fill;
  459. this.Grd_Send.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.Grd_Send.Location = new System.Drawing.Point(0, 0);
  461. this.Grd_Send.Name = "Grd_Send";
  462. this.Grd_Send.Size = new System.Drawing.Size(956, 128);
  463. this.Grd_Send.TabIndex = 49;
  464. //
  465. // Grd_HCSendPlan
  466. //
  467. this.Grd_HCSendPlan.CalcManager = this.Calc_Manager;
  468. this.Grd_HCSendPlan.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.True;
  469. appearance82.BackColor = System.Drawing.SystemColors.ActiveBorder;
  470. appearance82.BackColor2 = System.Drawing.SystemColors.ControlDark;
  471. appearance82.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  472. appearance82.BorderColor = System.Drawing.SystemColors.Window;
  473. this.Grd_HCSendPlan.DisplayLayout.GroupByBox.Appearance = appearance82;
  474. appearance83.ForeColor = System.Drawing.SystemColors.GrayText;
  475. this.Grd_HCSendPlan.DisplayLayout.GroupByBox.BandLabelAppearance = appearance83;
  476. this.Grd_HCSendPlan.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  477. this.Grd_HCSendPlan.DisplayLayout.GroupByBox.Hidden = true;
  478. appearance84.BackColor = System.Drawing.SystemColors.ControlLightLight;
  479. appearance84.BackColor2 = System.Drawing.SystemColors.Control;
  480. appearance84.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  481. appearance84.ForeColor = System.Drawing.SystemColors.GrayText;
  482. this.Grd_HCSendPlan.DisplayLayout.GroupByBox.PromptAppearance = appearance84;
  483. this.Grd_HCSendPlan.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.RaisedSoft;
  484. this.Grd_HCSendPlan.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  485. this.Grd_HCSendPlan.DisplayLayout.Override.CellPadding = 0;
  486. appearance85.BackColor = System.Drawing.SystemColors.Control;
  487. appearance85.BackColor2 = System.Drawing.SystemColors.ControlDark;
  488. appearance85.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  489. appearance85.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  490. appearance85.BorderColor = System.Drawing.SystemColors.Window;
  491. this.Grd_HCSendPlan.DisplayLayout.Override.GroupByRowAppearance = appearance85;
  492. appearance86.BackColor = System.Drawing.Color.LightSteelBlue;
  493. appearance86.TextHAlign = Infragistics.Win.HAlign.Center;
  494. this.Grd_HCSendPlan.DisplayLayout.Override.HeaderAppearance = appearance86;
  495. this.Grd_HCSendPlan.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  496. this.Grd_HCSendPlan.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  497. this.Grd_HCSendPlan.DisplayLayout.Override.MinRowHeight = 21;
  498. appearance87.BackColor = System.Drawing.SystemColors.Window;
  499. appearance87.BorderColor = System.Drawing.Color.Silver;
  500. this.Grd_HCSendPlan.DisplayLayout.Override.RowAppearance = appearance87;
  501. appearance88.BackColor = System.Drawing.Color.LightSteelBlue;
  502. this.Grd_HCSendPlan.DisplayLayout.Override.RowSelectorAppearance = appearance88;
  503. this.Grd_HCSendPlan.DisplayLayout.Override.RowSelectorHeaderStyle = Infragistics.Win.UltraWinGrid.RowSelectorHeaderStyle.SeparateElement;
  504. this.Grd_HCSendPlan.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  505. this.Grd_HCSendPlan.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  506. this.Grd_HCSendPlan.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  507. appearance89.BackColor = System.Drawing.SystemColors.ControlLight;
  508. this.Grd_HCSendPlan.DisplayLayout.Override.TemplateAddRowAppearance = appearance89;
  509. this.Grd_HCSendPlan.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  510. this.Grd_HCSendPlan.Dock = System.Windows.Forms.DockStyle.Top;
  511. this.Grd_HCSendPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  512. this.Grd_HCSendPlan.Location = new System.Drawing.Point(0, 0);
  513. this.Grd_HCSendPlan.Name = "Grd_HCSendPlan";
  514. this.Grd_HCSendPlan.Size = new System.Drawing.Size(960, 130);
  515. this.Grd_HCSendPlan.TabIndex = 43;
  516. //
  517. // Pal_Edit
  518. //
  519. this.Pal_Edit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  520. this.Pal_Edit.Controls.Add(this.txt_Station);
  521. this.Pal_Edit.Controls.Add(this.ultraLabel10);
  522. this.Pal_Edit.Controls.Add(this.ultraCheckEditor1);
  523. this.Pal_Edit.Controls.Add(this.chk_Clear);
  524. this.Pal_Edit.Controls.Add(this.btn_NSendID);
  525. this.Pal_Edit.Controls.Add(this.Txt_SendPactNO);
  526. this.Pal_Edit.Controls.Add(this.ultraLabel18);
  527. this.Pal_Edit.Controls.Add(this.Txt_IncpName);
  528. this.Pal_Edit.Controls.Add(this.ultraLabel14);
  529. this.Pal_Edit.Controls.Add(this.ultraLabel12);
  530. this.Pal_Edit.Controls.Add(this.Cmb_PLD);
  531. this.Pal_Edit.Controls.Add(this.Ops_SendType);
  532. this.Pal_Edit.Controls.Add(this.Btn_GetListCoding);
  533. this.Pal_Edit.Controls.Add(this.Btn_SendBillet);
  534. this.Pal_Edit.Controls.Add(this.txt_Coil_ID);
  535. this.Pal_Edit.Controls.Add(this.ultraLabel9);
  536. this.Pal_Edit.Controls.Add(this.Dte_SendTime);
  537. this.Pal_Edit.Controls.Add(this.ultraLabel8);
  538. this.Pal_Edit.Controls.Add(this.Txt_Remark);
  539. this.Pal_Edit.Controls.Add(this.ultraLabel7);
  540. this.Pal_Edit.Controls.Add(this.Txt_ListCodingTop);
  541. this.Pal_Edit.Controls.Add(this.Cmb_ClassTeam);
  542. this.Pal_Edit.Controls.Add(this.ultraLabel6);
  543. this.Pal_Edit.Controls.Add(this.Cmb_ClassOrder);
  544. this.Pal_Edit.Controls.Add(this.ultraLabel5);
  545. this.Pal_Edit.Controls.Add(this.Cmb_SendMan);
  546. this.Pal_Edit.Controls.Add(this.ultraLabel4);
  547. this.Pal_Edit.Controls.Add(this.Txt_ListCoding);
  548. this.Pal_Edit.Controls.Add(this.ultraLabel3);
  549. this.Pal_Edit.Controls.Add(this.Txt_VecihleNO);
  550. this.Pal_Edit.Controls.Add(this.ultraLabel2);
  551. this.Pal_Edit.Controls.Add(this.Txt_AskPlan);
  552. this.Pal_Edit.Controls.Add(this.ultraLabel1);
  553. this.Pal_Edit.Dock = System.Windows.Forms.DockStyle.Top;
  554. this.Pal_Edit.Location = new System.Drawing.Point(0, 130);
  555. this.Pal_Edit.Name = "Pal_Edit";
  556. this.Pal_Edit.Size = new System.Drawing.Size(960, 96);
  557. this.Pal_Edit.TabIndex = 52;
  558. //
  559. // txt_Station
  560. //
  561. appearance17.BackColor = System.Drawing.Color.LavenderBlush;
  562. this.txt_Station.Appearance = appearance17;
  563. this.txt_Station.AutoSize = true;
  564. this.txt_Station.FlatMode = true;
  565. this.txt_Station.Location = new System.Drawing.Point(264, 48);
  566. this.txt_Station.Name = "txt_Station";
  567. this.txt_Station.Size = new System.Drawing.Size(144, 19);
  568. this.txt_Station.TabIndex = 65;
  569. //
  570. // ultraLabel10
  571. //
  572. this.ultraLabel10.BackColor = System.Drawing.Color.Transparent;
  573. this.ultraLabel10.Location = new System.Drawing.Point(233, 50);
  574. this.ultraLabel10.Name = "ultraLabel10";
  575. this.ultraLabel10.Size = new System.Drawing.Size(29, 16);
  576. this.ultraLabel10.TabIndex = 66;
  577. this.ultraLabel10.Text = "到站";
  578. //
  579. // ultraCheckEditor1
  580. //
  581. appearance18.BackColor = System.Drawing.Color.Red;
  582. this.ultraCheckEditor1.Appearance = appearance18;
  583. this.ultraCheckEditor1.FlatMode = true;
  584. this.ultraCheckEditor1.Location = new System.Drawing.Point(768, 52);
  585. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  586. this.ultraCheckEditor1.Size = new System.Drawing.Size(76, 16);
  587. this.ultraCheckEditor1.TabIndex = 64;
  588. this.ultraCheckEditor1.Text = "强行发运";
  589. //
  590. // chk_Clear
  591. //
  592. appearance19.BackColor = System.Drawing.Color.Red;
  593. this.chk_Clear.Appearance = appearance19;
  594. this.chk_Clear.FlatMode = true;
  595. this.chk_Clear.Location = new System.Drawing.Point(852, 52);
  596. this.chk_Clear.Name = "chk_Clear";
  597. this.chk_Clear.Size = new System.Drawing.Size(64, 16);
  598. this.chk_Clear.TabIndex = 63;
  599. this.chk_Clear.Text = "清库板";
  600. //
  601. // btn_NSendID
  602. //
  603. this.btn_NSendID.FlatMode = true;
  604. this.btn_NSendID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  605. this.btn_NSendID.Location = new System.Drawing.Point(178, 4);
  606. this.btn_NSendID.Name = "btn_NSendID";
  607. this.btn_NSendID.Size = new System.Drawing.Size(22, 20);
  608. this.btn_NSendID.TabIndex = 60;
  609. this.btn_NSendID.Text = "……";
  610. this.btn_NSendID.Visible = false;
  611. //
  612. // Txt_SendPactNO
  613. //
  614. appearance20.BackColor = System.Drawing.Color.LavenderBlush;
  615. this.Txt_SendPactNO.Appearance = appearance20;
  616. this.Txt_SendPactNO.AutoSize = true;
  617. this.Txt_SendPactNO.FlatMode = true;
  618. this.Txt_SendPactNO.Location = new System.Drawing.Point(264, 4);
  619. this.Txt_SendPactNO.Name = "Txt_SendPactNO";
  620. this.Txt_SendPactNO.Size = new System.Drawing.Size(144, 19);
  621. this.Txt_SendPactNO.TabIndex = 6;
  622. //
  623. // ultraLabel18
  624. //
  625. this.ultraLabel18.BackColor = System.Drawing.Color.Transparent;
  626. this.ultraLabel18.Location = new System.Drawing.Point(220, 6);
  627. this.ultraLabel18.Name = "ultraLabel18";
  628. this.ultraLabel18.Size = new System.Drawing.Size(42, 16);
  629. this.ultraLabel18.TabIndex = 56;
  630. this.ultraLabel18.Text = "合同号";
  631. //
  632. // Txt_IncpName
  633. //
  634. appearance21.BackColor = System.Drawing.Color.LavenderBlush;
  635. this.Txt_IncpName.Appearance = appearance21;
  636. this.Txt_IncpName.AutoSize = true;
  637. this.Txt_IncpName.FlatMode = true;
  638. this.Txt_IncpName.Location = new System.Drawing.Point(264, 26);
  639. this.Txt_IncpName.Name = "Txt_IncpName";
  640. this.Txt_IncpName.Size = new System.Drawing.Size(144, 19);
  641. this.Txt_IncpName.TabIndex = 9;
  642. //
  643. // ultraLabel14
  644. //
  645. this.ultraLabel14.BackColor = System.Drawing.Color.Transparent;
  646. this.ultraLabel14.Location = new System.Drawing.Point(208, 28);
  647. this.ultraLabel14.Name = "ultraLabel14";
  648. this.ultraLabel14.Size = new System.Drawing.Size(54, 16);
  649. this.ultraLabel14.TabIndex = 48;
  650. this.ultraLabel14.Text = "订货单位";
  651. //
  652. // ultraLabel12
  653. //
  654. this.ultraLabel12.Location = new System.Drawing.Point(770, 30);
  655. this.ultraLabel12.Name = "ultraLabel12";
  656. this.ultraLabel12.Size = new System.Drawing.Size(54, 16);
  657. this.ultraLabel12.TabIndex = 45;
  658. this.ultraLabel12.Text = "转运单位";
  659. //
  660. // Cmb_PLD
  661. //
  662. appearance22.BackColor = System.Drawing.Color.LightCyan;
  663. this.Cmb_PLD.Appearance = appearance22;
  664. this.Cmb_PLD.CalcManager = this.Calc_Manager;
  665. this.Cmb_PLD.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
  666. appearance23.BackColor = System.Drawing.SystemColors.Window;
  667. appearance23.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  668. this.Cmb_PLD.DisplayLayout.Appearance = appearance23;
  669. this.Cmb_PLD.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  670. this.Cmb_PLD.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  671. appearance24.BackColor = System.Drawing.SystemColors.ActiveBorder;
  672. appearance24.BackColor2 = System.Drawing.SystemColors.ControlDark;
  673. appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  674. appearance24.BorderColor = System.Drawing.SystemColors.Window;
  675. this.Cmb_PLD.DisplayLayout.GroupByBox.Appearance = appearance24;
  676. appearance25.ForeColor = System.Drawing.SystemColors.GrayText;
  677. this.Cmb_PLD.DisplayLayout.GroupByBox.BandLabelAppearance = appearance25;
  678. this.Cmb_PLD.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  679. appearance26.BackColor = System.Drawing.SystemColors.ControlLightLight;
  680. appearance26.BackColor2 = System.Drawing.SystemColors.Control;
  681. appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  682. appearance26.ForeColor = System.Drawing.SystemColors.GrayText;
  683. this.Cmb_PLD.DisplayLayout.GroupByBox.PromptAppearance = appearance26;
  684. this.Cmb_PLD.DisplayLayout.MaxColScrollRegions = 1;
  685. this.Cmb_PLD.DisplayLayout.MaxRowScrollRegions = 1;
  686. appearance27.BackColor = System.Drawing.SystemColors.Window;
  687. appearance27.ForeColor = System.Drawing.SystemColors.ControlText;
  688. this.Cmb_PLD.DisplayLayout.Override.ActiveCellAppearance = appearance27;
  689. appearance28.BackColor = System.Drawing.SystemColors.Highlight;
  690. appearance28.ForeColor = System.Drawing.SystemColors.HighlightText;
  691. this.Cmb_PLD.DisplayLayout.Override.ActiveRowAppearance = appearance28;
  692. this.Cmb_PLD.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  693. this.Cmb_PLD.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  694. appearance29.BackColor = System.Drawing.SystemColors.Window;
  695. this.Cmb_PLD.DisplayLayout.Override.CardAreaAppearance = appearance29;
  696. appearance30.BorderColor = System.Drawing.Color.Silver;
  697. appearance30.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  698. this.Cmb_PLD.DisplayLayout.Override.CellAppearance = appearance30;
  699. this.Cmb_PLD.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  700. this.Cmb_PLD.DisplayLayout.Override.CellPadding = 0;
  701. appearance31.BackColor = System.Drawing.SystemColors.Control;
  702. appearance31.BackColor2 = System.Drawing.SystemColors.ControlDark;
  703. appearance31.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  704. appearance31.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  705. appearance31.BorderColor = System.Drawing.SystemColors.Window;
  706. this.Cmb_PLD.DisplayLayout.Override.GroupByRowAppearance = appearance31;
  707. appearance32.TextHAlign = Infragistics.Win.HAlign.Left;
  708. this.Cmb_PLD.DisplayLayout.Override.HeaderAppearance = appearance32;
  709. this.Cmb_PLD.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  710. this.Cmb_PLD.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  711. appearance33.BackColor = System.Drawing.SystemColors.Window;
  712. appearance33.BorderColor = System.Drawing.Color.Silver;
  713. this.Cmb_PLD.DisplayLayout.Override.RowAppearance = appearance33;
  714. this.Cmb_PLD.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  715. appearance34.BackColor = System.Drawing.SystemColors.ControlLight;
  716. this.Cmb_PLD.DisplayLayout.Override.TemplateAddRowAppearance = appearance34;
  717. this.Cmb_PLD.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  718. this.Cmb_PLD.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  719. this.Cmb_PLD.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  720. this.Cmb_PLD.DisplayMember = "";
  721. this.Cmb_PLD.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
  722. this.Cmb_PLD.FlatMode = true;
  723. this.Cmb_PLD.Location = new System.Drawing.Point(826, 28);
  724. this.Cmb_PLD.Name = "Cmb_PLD";
  725. this.Cmb_PLD.Size = new System.Drawing.Size(94, 19);
  726. this.Cmb_PLD.TabIndex = 44;
  727. this.Cmb_PLD.ValueMember = "";
  728. //
  729. // Ops_SendType
  730. //
  731. this.Ops_SendType.BackColor = System.Drawing.Color.Transparent;
  732. this.Ops_SendType.CheckedIndex = 0;
  733. this.Ops_SendType.FlatMode = true;
  734. this.Ops_SendType.ItemAppearance = appearance35;
  735. valueListItem1.DataValue = "0";
  736. valueListItem1.DisplayText = "正常发运";
  737. valueListItem2.DataValue = "1";
  738. valueListItem2.DisplayText = "内部转运";
  739. this.Ops_SendType.Items.Add(valueListItem1);
  740. this.Ops_SendType.Items.Add(valueListItem2);
  741. this.Ops_SendType.Location = new System.Drawing.Point(768, 4);
  742. this.Ops_SendType.Name = "Ops_SendType";
  743. this.Ops_SendType.Size = new System.Drawing.Size(152, 18);
  744. this.Ops_SendType.TabIndex = 43;
  745. this.Ops_SendType.Text = "正常发运";
  746. //
  747. // Btn_GetListCoding
  748. //
  749. this.Btn_GetListCoding.FlatMode = true;
  750. this.Btn_GetListCoding.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  751. this.Btn_GetListCoding.Location = new System.Drawing.Point(178, 48);
  752. this.Btn_GetListCoding.Name = "Btn_GetListCoding";
  753. this.Btn_GetListCoding.Size = new System.Drawing.Size(22, 20);
  754. this.Btn_GetListCoding.TabIndex = 40;
  755. this.Btn_GetListCoding.Text = "……";
  756. this.Btn_GetListCoding.Visible = false;
  757. //
  758. // Btn_SendBillet
  759. //
  760. this.Btn_SendBillet.Location = new System.Drawing.Point(684, 52);
  761. this.Btn_SendBillet.Name = "Btn_SendBillet";
  762. this.Btn_SendBillet.Size = new System.Drawing.Size(72, 24);
  763. this.Btn_SendBillet.TabIndex = 17;
  764. this.Btn_SendBillet.Text = "发运登记";
  765. this.Btn_SendBillet.Click += new System.EventHandler(this.Btn_SendBillet_Click);
  766. //
  767. // txt_Coil_ID
  768. //
  769. appearance36.BackColor = System.Drawing.Color.LightCyan;
  770. this.txt_Coil_ID.Appearance = appearance36;
  771. this.txt_Coil_ID.AutoSize = true;
  772. this.txt_Coil_ID.FlatMode = true;
  773. this.txt_Coil_ID.Location = new System.Drawing.Point(642, 26);
  774. this.txt_Coil_ID.Name = "txt_Coil_ID";
  775. this.txt_Coil_ID.Size = new System.Drawing.Size(114, 19);
  776. this.txt_Coil_ID.TabIndex = 16;
  777. //
  778. // ultraLabel9
  779. //
  780. this.ultraLabel9.Location = new System.Drawing.Point(586, 28);
  781. this.ultraLabel9.Name = "ultraLabel9";
  782. this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
  783. this.ultraLabel9.TabIndex = 19;
  784. this.ultraLabel9.Text = "卷板包号";
  785. //
  786. // Dte_SendTime
  787. //
  788. appearance37.BackColor = System.Drawing.Color.LightCyan;
  789. this.Dte_SendTime.Appearance = appearance37;
  790. this.Dte_SendTime.DateTime = new System.DateTime(2007, 9, 4, 0, 0, 0, 0);
  791. this.Dte_SendTime.FlatMode = true;
  792. this.Dte_SendTime.Location = new System.Drawing.Point(642, 4);
  793. this.Dte_SendTime.MaskInput = "{date}";
  794. this.Dte_SendTime.Name = "Dte_SendTime";
  795. this.Dte_SendTime.Size = new System.Drawing.Size(114, 19);
  796. this.Dte_SendTime.TabIndex = 13;
  797. this.Dte_SendTime.Value = new System.DateTime(2007, 9, 4, 0, 0, 0, 0);
  798. //
  799. // ultraLabel8
  800. //
  801. this.ultraLabel8.BackColor = System.Drawing.Color.Transparent;
  802. this.ultraLabel8.Location = new System.Drawing.Point(586, 6);
  803. this.ultraLabel8.Name = "ultraLabel8";
  804. this.ultraLabel8.Size = new System.Drawing.Size(54, 16);
  805. this.ultraLabel8.TabIndex = 15;
  806. this.ultraLabel8.Text = "发运时间";
  807. //
  808. // Txt_Remark
  809. //
  810. appearance38.BackColor = System.Drawing.Color.LightCyan;
  811. this.Txt_Remark.Appearance = appearance38;
  812. this.Txt_Remark.AutoSize = true;
  813. this.Txt_Remark.FlatMode = true;
  814. this.Txt_Remark.Location = new System.Drawing.Point(64, 70);
  815. this.Txt_Remark.Name = "Txt_Remark";
  816. this.Txt_Remark.Size = new System.Drawing.Size(516, 19);
  817. this.Txt_Remark.TabIndex = 17;
  818. //
  819. // ultraLabel7
  820. //
  821. this.ultraLabel7.BackColor = System.Drawing.Color.Transparent;
  822. this.ultraLabel7.Location = new System.Drawing.Point(8, 72);
  823. this.ultraLabel7.Name = "ultraLabel7";
  824. this.ultraLabel7.Size = new System.Drawing.Size(54, 16);
  825. this.ultraLabel7.TabIndex = 13;
  826. this.ultraLabel7.Text = "发运备注";
  827. //
  828. // Txt_ListCodingTop
  829. //
  830. appearance39.BackColor = System.Drawing.Color.LightCyan;
  831. this.Txt_ListCodingTop.Appearance = appearance39;
  832. this.Txt_ListCodingTop.AutoSize = true;
  833. this.Txt_ListCodingTop.FlatMode = true;
  834. this.Txt_ListCodingTop.Location = new System.Drawing.Point(66, 48);
  835. this.Txt_ListCodingTop.Name = "Txt_ListCodingTop";
  836. this.Txt_ListCodingTop.Size = new System.Drawing.Size(28, 19);
  837. this.Txt_ListCodingTop.TabIndex = 3;
  838. //
  839. // Cmb_ClassTeam
  840. //
  841. appearance40.BackColor = System.Drawing.Color.LightCyan;
  842. this.Cmb_ClassTeam.Appearance = appearance40;
  843. this.Cmb_ClassTeam.CalcManager = this.Calc_Manager;
  844. this.Cmb_ClassTeam.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
  845. appearance41.BackColor = System.Drawing.SystemColors.Window;
  846. appearance41.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  847. this.Cmb_ClassTeam.DisplayLayout.Appearance = appearance41;
  848. this.Cmb_ClassTeam.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  849. this.Cmb_ClassTeam.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  850. appearance42.BackColor = System.Drawing.SystemColors.ActiveBorder;
  851. appearance42.BackColor2 = System.Drawing.SystemColors.ControlDark;
  852. appearance42.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  853. appearance42.BorderColor = System.Drawing.SystemColors.Window;
  854. this.Cmb_ClassTeam.DisplayLayout.GroupByBox.Appearance = appearance42;
  855. appearance43.ForeColor = System.Drawing.SystemColors.GrayText;
  856. this.Cmb_ClassTeam.DisplayLayout.GroupByBox.BandLabelAppearance = appearance43;
  857. this.Cmb_ClassTeam.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  858. appearance44.BackColor = System.Drawing.SystemColors.ControlLightLight;
  859. appearance44.BackColor2 = System.Drawing.SystemColors.Control;
  860. appearance44.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  861. appearance44.ForeColor = System.Drawing.SystemColors.GrayText;
  862. this.Cmb_ClassTeam.DisplayLayout.GroupByBox.PromptAppearance = appearance44;
  863. this.Cmb_ClassTeam.DisplayLayout.MaxColScrollRegions = 1;
  864. this.Cmb_ClassTeam.DisplayLayout.MaxRowScrollRegions = 1;
  865. appearance45.BackColor = System.Drawing.SystemColors.Window;
  866. appearance45.ForeColor = System.Drawing.SystemColors.ControlText;
  867. this.Cmb_ClassTeam.DisplayLayout.Override.ActiveCellAppearance = appearance45;
  868. appearance46.BackColor = System.Drawing.SystemColors.Highlight;
  869. appearance46.ForeColor = System.Drawing.SystemColors.HighlightText;
  870. this.Cmb_ClassTeam.DisplayLayout.Override.ActiveRowAppearance = appearance46;
  871. this.Cmb_ClassTeam.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  872. this.Cmb_ClassTeam.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  873. appearance47.BackColor = System.Drawing.SystemColors.Window;
  874. this.Cmb_ClassTeam.DisplayLayout.Override.CardAreaAppearance = appearance47;
  875. appearance48.BorderColor = System.Drawing.Color.Silver;
  876. appearance48.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  877. this.Cmb_ClassTeam.DisplayLayout.Override.CellAppearance = appearance48;
  878. this.Cmb_ClassTeam.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  879. this.Cmb_ClassTeam.DisplayLayout.Override.CellPadding = 0;
  880. appearance49.BackColor = System.Drawing.SystemColors.Control;
  881. appearance49.BackColor2 = System.Drawing.SystemColors.ControlDark;
  882. appearance49.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  883. appearance49.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  884. appearance49.BorderColor = System.Drawing.SystemColors.Window;
  885. this.Cmb_ClassTeam.DisplayLayout.Override.GroupByRowAppearance = appearance49;
  886. appearance50.TextHAlign = Infragistics.Win.HAlign.Left;
  887. this.Cmb_ClassTeam.DisplayLayout.Override.HeaderAppearance = appearance50;
  888. this.Cmb_ClassTeam.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  889. this.Cmb_ClassTeam.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  890. appearance51.BackColor = System.Drawing.SystemColors.Window;
  891. appearance51.BorderColor = System.Drawing.Color.Silver;
  892. this.Cmb_ClassTeam.DisplayLayout.Override.RowAppearance = appearance51;
  893. this.Cmb_ClassTeam.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  894. appearance52.BackColor = System.Drawing.SystemColors.ControlLight;
  895. this.Cmb_ClassTeam.DisplayLayout.Override.TemplateAddRowAppearance = appearance52;
  896. this.Cmb_ClassTeam.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  897. this.Cmb_ClassTeam.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  898. this.Cmb_ClassTeam.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  899. this.Cmb_ClassTeam.DisplayMember = "";
  900. this.Cmb_ClassTeam.FlatMode = true;
  901. this.Cmb_ClassTeam.Location = new System.Drawing.Point(470, 48);
  902. this.Cmb_ClassTeam.Name = "Cmb_ClassTeam";
  903. this.Cmb_ClassTeam.Size = new System.Drawing.Size(108, 19);
  904. this.Cmb_ClassTeam.TabIndex = 12;
  905. this.Cmb_ClassTeam.ValueMember = "";
  906. //
  907. // ultraLabel6
  908. //
  909. this.ultraLabel6.BackColor = System.Drawing.Color.Transparent;
  910. this.ultraLabel6.Location = new System.Drawing.Point(414, 50);
  911. this.ultraLabel6.Name = "ultraLabel6";
  912. this.ultraLabel6.Size = new System.Drawing.Size(54, 16);
  913. this.ultraLabel6.TabIndex = 10;
  914. this.ultraLabel6.Text = "发运班组";
  915. //
  916. // Cmb_ClassOrder
  917. //
  918. appearance53.BackColor = System.Drawing.Color.LightCyan;
  919. this.Cmb_ClassOrder.Appearance = appearance53;
  920. this.Cmb_ClassOrder.CalcManager = this.Calc_Manager;
  921. this.Cmb_ClassOrder.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
  922. appearance54.BackColor = System.Drawing.SystemColors.Window;
  923. appearance54.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  924. this.Cmb_ClassOrder.DisplayLayout.Appearance = appearance54;
  925. this.Cmb_ClassOrder.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  926. this.Cmb_ClassOrder.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  927. appearance55.BackColor = System.Drawing.SystemColors.ActiveBorder;
  928. appearance55.BackColor2 = System.Drawing.SystemColors.ControlDark;
  929. appearance55.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  930. appearance55.BorderColor = System.Drawing.SystemColors.Window;
  931. this.Cmb_ClassOrder.DisplayLayout.GroupByBox.Appearance = appearance55;
  932. appearance56.ForeColor = System.Drawing.SystemColors.GrayText;
  933. this.Cmb_ClassOrder.DisplayLayout.GroupByBox.BandLabelAppearance = appearance56;
  934. this.Cmb_ClassOrder.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  935. appearance57.BackColor = System.Drawing.SystemColors.ControlLightLight;
  936. appearance57.BackColor2 = System.Drawing.SystemColors.Control;
  937. appearance57.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  938. appearance57.ForeColor = System.Drawing.SystemColors.GrayText;
  939. this.Cmb_ClassOrder.DisplayLayout.GroupByBox.PromptAppearance = appearance57;
  940. this.Cmb_ClassOrder.DisplayLayout.MaxColScrollRegions = 1;
  941. this.Cmb_ClassOrder.DisplayLayout.MaxRowScrollRegions = 1;
  942. appearance58.BackColor = System.Drawing.SystemColors.Window;
  943. appearance58.ForeColor = System.Drawing.SystemColors.ControlText;
  944. this.Cmb_ClassOrder.DisplayLayout.Override.ActiveCellAppearance = appearance58;
  945. appearance59.BackColor = System.Drawing.SystemColors.Highlight;
  946. appearance59.ForeColor = System.Drawing.SystemColors.HighlightText;
  947. this.Cmb_ClassOrder.DisplayLayout.Override.ActiveRowAppearance = appearance59;
  948. this.Cmb_ClassOrder.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  949. this.Cmb_ClassOrder.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  950. appearance60.BackColor = System.Drawing.SystemColors.Window;
  951. this.Cmb_ClassOrder.DisplayLayout.Override.CardAreaAppearance = appearance60;
  952. appearance61.BorderColor = System.Drawing.Color.Silver;
  953. appearance61.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  954. this.Cmb_ClassOrder.DisplayLayout.Override.CellAppearance = appearance61;
  955. this.Cmb_ClassOrder.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  956. this.Cmb_ClassOrder.DisplayLayout.Override.CellPadding = 0;
  957. appearance62.BackColor = System.Drawing.SystemColors.Control;
  958. appearance62.BackColor2 = System.Drawing.SystemColors.ControlDark;
  959. appearance62.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  960. appearance62.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  961. appearance62.BorderColor = System.Drawing.SystemColors.Window;
  962. this.Cmb_ClassOrder.DisplayLayout.Override.GroupByRowAppearance = appearance62;
  963. appearance63.TextHAlign = Infragistics.Win.HAlign.Left;
  964. this.Cmb_ClassOrder.DisplayLayout.Override.HeaderAppearance = appearance63;
  965. this.Cmb_ClassOrder.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  966. this.Cmb_ClassOrder.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  967. appearance64.BackColor = System.Drawing.SystemColors.Window;
  968. appearance64.BorderColor = System.Drawing.Color.Silver;
  969. this.Cmb_ClassOrder.DisplayLayout.Override.RowAppearance = appearance64;
  970. this.Cmb_ClassOrder.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  971. appearance65.BackColor = System.Drawing.SystemColors.ControlLight;
  972. this.Cmb_ClassOrder.DisplayLayout.Override.TemplateAddRowAppearance = appearance65;
  973. this.Cmb_ClassOrder.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  974. this.Cmb_ClassOrder.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  975. this.Cmb_ClassOrder.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  976. this.Cmb_ClassOrder.DisplayMember = "";
  977. this.Cmb_ClassOrder.FlatMode = true;
  978. this.Cmb_ClassOrder.Location = new System.Drawing.Point(470, 26);
  979. this.Cmb_ClassOrder.Name = "Cmb_ClassOrder";
  980. this.Cmb_ClassOrder.Size = new System.Drawing.Size(108, 19);
  981. this.Cmb_ClassOrder.TabIndex = 11;
  982. this.Cmb_ClassOrder.ValueMember = "";
  983. //
  984. // ultraLabel5
  985. //
  986. this.ultraLabel5.BackColor = System.Drawing.Color.Transparent;
  987. this.ultraLabel5.Location = new System.Drawing.Point(414, 28);
  988. this.ultraLabel5.Name = "ultraLabel5";
  989. this.ultraLabel5.Size = new System.Drawing.Size(54, 16);
  990. this.ultraLabel5.TabIndex = 8;
  991. this.ultraLabel5.Text = "发运班次";
  992. //
  993. // Cmb_SendMan
  994. //
  995. appearance66.BackColor = System.Drawing.Color.LightCyan;
  996. this.Cmb_SendMan.Appearance = appearance66;
  997. this.Cmb_SendMan.CalcManager = this.Calc_Manager;
  998. this.Cmb_SendMan.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
  999. appearance67.BackColor = System.Drawing.SystemColors.Window;
  1000. appearance67.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  1001. this.Cmb_SendMan.DisplayLayout.Appearance = appearance67;
  1002. this.Cmb_SendMan.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1003. this.Cmb_SendMan.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1004. appearance68.BackColor = System.Drawing.SystemColors.ActiveBorder;
  1005. appearance68.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1006. appearance68.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1007. appearance68.BorderColor = System.Drawing.SystemColors.Window;
  1008. this.Cmb_SendMan.DisplayLayout.GroupByBox.Appearance = appearance68;
  1009. appearance69.ForeColor = System.Drawing.SystemColors.GrayText;
  1010. this.Cmb_SendMan.DisplayLayout.GroupByBox.BandLabelAppearance = appearance69;
  1011. this.Cmb_SendMan.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1012. appearance70.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1013. appearance70.BackColor2 = System.Drawing.SystemColors.Control;
  1014. appearance70.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1015. appearance70.ForeColor = System.Drawing.SystemColors.GrayText;
  1016. this.Cmb_SendMan.DisplayLayout.GroupByBox.PromptAppearance = appearance70;
  1017. this.Cmb_SendMan.DisplayLayout.MaxColScrollRegions = 1;
  1018. this.Cmb_SendMan.DisplayLayout.MaxRowScrollRegions = 1;
  1019. appearance71.BackColor = System.Drawing.SystemColors.Window;
  1020. appearance71.ForeColor = System.Drawing.SystemColors.ControlText;
  1021. this.Cmb_SendMan.DisplayLayout.Override.ActiveCellAppearance = appearance71;
  1022. appearance72.BackColor = System.Drawing.SystemColors.Highlight;
  1023. appearance72.ForeColor = System.Drawing.SystemColors.HighlightText;
  1024. this.Cmb_SendMan.DisplayLayout.Override.ActiveRowAppearance = appearance72;
  1025. this.Cmb_SendMan.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1026. this.Cmb_SendMan.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1027. appearance73.BackColor = System.Drawing.SystemColors.Window;
  1028. this.Cmb_SendMan.DisplayLayout.Override.CardAreaAppearance = appearance73;
  1029. appearance74.BorderColor = System.Drawing.Color.Silver;
  1030. appearance74.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1031. this.Cmb_SendMan.DisplayLayout.Override.CellAppearance = appearance74;
  1032. this.Cmb_SendMan.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1033. this.Cmb_SendMan.DisplayLayout.Override.CellPadding = 0;
  1034. appearance75.BackColor = System.Drawing.SystemColors.Control;
  1035. appearance75.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1036. appearance75.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1037. appearance75.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1038. appearance75.BorderColor = System.Drawing.SystemColors.Window;
  1039. this.Cmb_SendMan.DisplayLayout.Override.GroupByRowAppearance = appearance75;
  1040. appearance76.TextHAlign = Infragistics.Win.HAlign.Left;
  1041. this.Cmb_SendMan.DisplayLayout.Override.HeaderAppearance = appearance76;
  1042. this.Cmb_SendMan.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1043. this.Cmb_SendMan.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1044. appearance77.BackColor = System.Drawing.SystemColors.Window;
  1045. appearance77.BorderColor = System.Drawing.Color.Silver;
  1046. this.Cmb_SendMan.DisplayLayout.Override.RowAppearance = appearance77;
  1047. this.Cmb_SendMan.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1048. appearance78.BackColor = System.Drawing.SystemColors.ControlLight;
  1049. this.Cmb_SendMan.DisplayLayout.Override.TemplateAddRowAppearance = appearance78;
  1050. this.Cmb_SendMan.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1051. this.Cmb_SendMan.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1052. this.Cmb_SendMan.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1053. this.Cmb_SendMan.DisplayMember = "";
  1054. this.Cmb_SendMan.FlatMode = true;
  1055. this.Cmb_SendMan.Location = new System.Drawing.Point(470, 4);
  1056. this.Cmb_SendMan.Name = "Cmb_SendMan";
  1057. this.Cmb_SendMan.Size = new System.Drawing.Size(108, 19);
  1058. this.Cmb_SendMan.TabIndex = 10;
  1059. this.Cmb_SendMan.ValueMember = "";
  1060. //
  1061. // ultraLabel4
  1062. //
  1063. this.ultraLabel4.BackColor = System.Drawing.Color.Transparent;
  1064. this.ultraLabel4.Location = new System.Drawing.Point(426, 6);
  1065. this.ultraLabel4.Name = "ultraLabel4";
  1066. this.ultraLabel4.Size = new System.Drawing.Size(42, 16);
  1067. this.ultraLabel4.TabIndex = 6;
  1068. this.ultraLabel4.Text = "发运人";
  1069. //
  1070. // Txt_ListCoding
  1071. //
  1072. appearance79.BackColor = System.Drawing.Color.LightCyan;
  1073. this.Txt_ListCoding.Appearance = appearance79;
  1074. this.Txt_ListCoding.AutoSize = true;
  1075. this.Txt_ListCoding.FlatMode = true;
  1076. this.Txt_ListCoding.Location = new System.Drawing.Point(94, 48);
  1077. this.Txt_ListCoding.Name = "Txt_ListCoding";
  1078. this.Txt_ListCoding.Size = new System.Drawing.Size(84, 19);
  1079. this.Txt_ListCoding.TabIndex = 4;
  1080. //
  1081. // ultraLabel3
  1082. //
  1083. this.ultraLabel3.BackColor = System.Drawing.Color.Transparent;
  1084. this.ultraLabel3.Location = new System.Drawing.Point(10, 50);
  1085. this.ultraLabel3.Name = "ultraLabel3";
  1086. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  1087. this.ultraLabel3.TabIndex = 4;
  1088. this.ultraLabel3.Text = "明细编码";
  1089. //
  1090. // Txt_VecihleNO
  1091. //
  1092. appearance80.BackColor = System.Drawing.Color.LightCyan;
  1093. this.Txt_VecihleNO.Appearance = appearance80;
  1094. this.Txt_VecihleNO.AutoSize = true;
  1095. this.Txt_VecihleNO.FlatMode = true;
  1096. this.Txt_VecihleNO.Location = new System.Drawing.Point(66, 26);
  1097. this.Txt_VecihleNO.Name = "Txt_VecihleNO";
  1098. this.Txt_VecihleNO.Size = new System.Drawing.Size(112, 19);
  1099. this.Txt_VecihleNO.TabIndex = 2;
  1100. //
  1101. // ultraLabel2
  1102. //
  1103. this.ultraLabel2.BackColor = System.Drawing.Color.Transparent;
  1104. this.ultraLabel2.Location = new System.Drawing.Point(10, 28);
  1105. this.ultraLabel2.Name = "ultraLabel2";
  1106. this.ultraLabel2.Size = new System.Drawing.Size(54, 16);
  1107. this.ultraLabel2.TabIndex = 2;
  1108. this.ultraLabel2.Text = "发运车号";
  1109. //
  1110. // Txt_AskPlan
  1111. //
  1112. appearance81.BackColor = System.Drawing.Color.LightCyan;
  1113. this.Txt_AskPlan.Appearance = appearance81;
  1114. this.Txt_AskPlan.AutoSize = true;
  1115. this.Txt_AskPlan.FlatMode = true;
  1116. this.Txt_AskPlan.Location = new System.Drawing.Point(66, 4);
  1117. this.Txt_AskPlan.Name = "Txt_AskPlan";
  1118. this.Txt_AskPlan.ReadOnly = true;
  1119. this.Txt_AskPlan.Size = new System.Drawing.Size(112, 19);
  1120. this.Txt_AskPlan.TabIndex = 1;
  1121. //
  1122. // ultraLabel1
  1123. //
  1124. this.ultraLabel1.BackColor = System.Drawing.Color.Transparent;
  1125. this.ultraLabel1.Location = new System.Drawing.Point(10, 6);
  1126. this.ultraLabel1.Name = "ultraLabel1";
  1127. this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
  1128. this.ultraLabel1.TabIndex = 0;
  1129. this.ultraLabel1.Text = "发运号码";
  1130. //
  1131. // ultraLabel11
  1132. //
  1133. appearance90.TextVAlign = Infragistics.Win.VAlign.Middle;
  1134. this.ultraLabel11.Appearance = appearance90;
  1135. this.ultraLabel11.BackColor = System.Drawing.Color.Red;
  1136. this.ultraLabel11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1137. this.ultraLabel11.Location = new System.Drawing.Point(528, 34);
  1138. this.ultraLabel11.Name = "ultraLabel11";
  1139. this.ultraLabel11.Size = new System.Drawing.Size(174, 20);
  1140. this.ultraLabel11.TabIndex = 120;
  1141. this.ultraLabel11.Text = "颜色表示不满足交货需求";
  1142. //
  1143. // txt_AskPlanID
  1144. //
  1145. appearance91.BackColor = System.Drawing.Color.LightCyan;
  1146. this.txt_AskPlanID.Appearance = appearance91;
  1147. this.txt_AskPlanID.AutoSize = true;
  1148. this.txt_AskPlanID.Enabled = false;
  1149. this.txt_AskPlanID.FlatMode = true;
  1150. this.txt_AskPlanID.Location = new System.Drawing.Point(424, 10);
  1151. this.txt_AskPlanID.Name = "txt_AskPlanID";
  1152. this.txt_AskPlanID.Size = new System.Drawing.Size(98, 19);
  1153. this.txt_AskPlanID.TabIndex = 114;
  1154. this.txt_AskPlanID.Tag = "";
  1155. //
  1156. // chk_AskPlanID
  1157. //
  1158. this.chk_AskPlanID.FlatMode = true;
  1159. this.chk_AskPlanID.Location = new System.Drawing.Point(362, 14);
  1160. this.chk_AskPlanID.Name = "chk_AskPlanID";
  1161. this.chk_AskPlanID.Size = new System.Drawing.Size(60, 14);
  1162. this.chk_AskPlanID.TabIndex = 113;
  1163. this.chk_AskPlanID.Text = "发运号";
  1164. //
  1165. // txt_ListCode
  1166. //
  1167. appearance92.BackColor = System.Drawing.Color.LightCyan;
  1168. this.txt_ListCode.Appearance = appearance92;
  1169. this.txt_ListCode.AutoSize = true;
  1170. this.txt_ListCode.Enabled = false;
  1171. this.txt_ListCode.FlatMode = true;
  1172. this.txt_ListCode.Location = new System.Drawing.Point(424, 32);
  1173. this.txt_ListCode.Name = "txt_ListCode";
  1174. this.txt_ListCode.Size = new System.Drawing.Size(98, 19);
  1175. this.txt_ListCode.TabIndex = 112;
  1176. this.txt_ListCode.Tag = "";
  1177. //
  1178. // chk_ListCode
  1179. //
  1180. this.chk_ListCode.FlatMode = true;
  1181. this.chk_ListCode.Location = new System.Drawing.Point(362, 36);
  1182. this.chk_ListCode.Name = "chk_ListCode";
  1183. this.chk_ListCode.Size = new System.Drawing.Size(60, 14);
  1184. this.chk_ListCode.TabIndex = 111;
  1185. this.chk_ListCode.Text = "明细号";
  1186. //
  1187. // txt_CoilID
  1188. //
  1189. appearance93.BackColor = System.Drawing.Color.LightCyan;
  1190. this.txt_CoilID.Appearance = appearance93;
  1191. this.txt_CoilID.AutoSize = true;
  1192. this.txt_CoilID.Enabled = false;
  1193. this.txt_CoilID.FlatMode = true;
  1194. this.txt_CoilID.Location = new System.Drawing.Point(260, 10);
  1195. this.txt_CoilID.Name = "txt_CoilID";
  1196. this.txt_CoilID.Size = new System.Drawing.Size(98, 19);
  1197. this.txt_CoilID.TabIndex = 110;
  1198. this.txt_CoilID.Tag = "";
  1199. //
  1200. // chk_CoilID
  1201. //
  1202. this.chk_CoilID.FlatMode = true;
  1203. this.chk_CoilID.Location = new System.Drawing.Point(188, 12);
  1204. this.chk_CoilID.Name = "chk_CoilID";
  1205. this.chk_CoilID.Size = new System.Drawing.Size(72, 14);
  1206. this.chk_CoilID.TabIndex = 109;
  1207. this.chk_CoilID.Text = "卷板批号";
  1208. //
  1209. // Txt_PactNO
  1210. //
  1211. appearance94.BackColor = System.Drawing.Color.LightCyan;
  1212. this.Txt_PactNO.Appearance = appearance94;
  1213. this.Txt_PactNO.AutoSize = true;
  1214. this.Txt_PactNO.Enabled = false;
  1215. this.Txt_PactNO.FlatMode = true;
  1216. this.Txt_PactNO.Location = new System.Drawing.Point(260, 32);
  1217. this.Txt_PactNO.Name = "Txt_PactNO";
  1218. this.Txt_PactNO.Size = new System.Drawing.Size(98, 19);
  1219. this.Txt_PactNO.TabIndex = 108;
  1220. this.Txt_PactNO.Tag = "";
  1221. //
  1222. // chk_PactNO
  1223. //
  1224. this.chk_PactNO.FlatMode = true;
  1225. this.chk_PactNO.Location = new System.Drawing.Point(188, 34);
  1226. this.chk_PactNO.Name = "chk_PactNO";
  1227. this.chk_PactNO.Size = new System.Drawing.Size(60, 14);
  1228. this.chk_PactNO.TabIndex = 107;
  1229. this.chk_PactNO.Text = "合同号";
  1230. //
  1231. // Dte_EndTime
  1232. //
  1233. appearance95.BackColor = System.Drawing.Color.LightCyan;
  1234. this.Dte_EndTime.Appearance = appearance95;
  1235. this.Dte_EndTime.DateTime = new System.DateTime(2007, 9, 4, 0, 0, 0, 0);
  1236. this.Dte_EndTime.FlatMode = true;
  1237. this.Dte_EndTime.Location = new System.Drawing.Point(70, 32);
  1238. this.Dte_EndTime.Name = "Dte_EndTime";
  1239. this.Dte_EndTime.Size = new System.Drawing.Size(112, 19);
  1240. this.Dte_EndTime.TabIndex = 102;
  1241. this.Dte_EndTime.Tag = "TO_CHAR(C.PLANDATE,\'YYYY-MM-DD\')#D#1|:WDSN";
  1242. this.Dte_EndTime.Value = new System.DateTime(2007, 9, 4, 0, 0, 0, 0);
  1243. //
  1244. // Lab_To
  1245. //
  1246. this.Lab_To.FlatMode = true;
  1247. this.Lab_To.Location = new System.Drawing.Point(50, 34);
  1248. this.Lab_To.Name = "Lab_To";
  1249. this.Lab_To.Size = new System.Drawing.Size(17, 16);
  1250. this.Lab_To.TabIndex = 101;
  1251. this.Lab_To.Text = "到";
  1252. //
  1253. // Dte_BeginTime
  1254. //
  1255. appearance96.BackColor = System.Drawing.Color.LightCyan;
  1256. this.Dte_BeginTime.Appearance = appearance96;
  1257. this.Dte_BeginTime.DateTime = new System.DateTime(2007, 9, 4, 0, 0, 0, 0);
  1258. this.Dte_BeginTime.FlatMode = true;
  1259. this.Dte_BeginTime.Location = new System.Drawing.Point(70, 10);
  1260. this.Dte_BeginTime.Name = "Dte_BeginTime";
  1261. this.Dte_BeginTime.Size = new System.Drawing.Size(112, 19);
  1262. this.Dte_BeginTime.TabIndex = 100;
  1263. this.Dte_BeginTime.Tag = "TO_CHAR(C.PLANDATE,\'YYYY-MM-DD\')#D#0|:HDSN";
  1264. this.Dte_BeginTime.Value = new System.DateTime(2007, 9, 4, 0, 0, 0, 0);
  1265. //
  1266. // chk_DeliveryTime
  1267. //
  1268. this.chk_DeliveryTime.ButtonStyle = Infragistics.Win.UIElementButtonStyle.Office2003ToolbarButton;
  1269. this.chk_DeliveryTime.Checked = true;
  1270. this.chk_DeliveryTime.CheckState = System.Windows.Forms.CheckState.Checked;
  1271. this.chk_DeliveryTime.FlatMode = true;
  1272. this.chk_DeliveryTime.Location = new System.Drawing.Point(22, 12);
  1273. this.chk_DeliveryTime.Name = "chk_DeliveryTime";
  1274. this.chk_DeliveryTime.Size = new System.Drawing.Size(48, 14);
  1275. this.chk_DeliveryTime.TabIndex = 99;
  1276. this.chk_DeliveryTime.Text = "时间";
  1277. //
  1278. // Tab_Match
  1279. //
  1280. this.Tab_Match.Controls.Add(this.ultraTabSharedControlsPage1);
  1281. this.Tab_Match.Controls.Add(this.ultraTabPageControl1);
  1282. this.Tab_Match.Controls.Add(this.ultraTabPageControl2);
  1283. this.Tab_Match.Dock = System.Windows.Forms.DockStyle.Fill;
  1284. this.Tab_Match.Location = new System.Drawing.Point(0, 226);
  1285. this.Tab_Match.Name = "Tab_Match";
  1286. this.Tab_Match.SharedControlsPage = this.ultraTabSharedControlsPage1;
  1287. this.Tab_Match.Size = new System.Drawing.Size(960, 151);
  1288. this.Tab_Match.TabIndex = 56;
  1289. ultraTab1.Key = "STORAGE";
  1290. ultraTab1.TabPage = this.ultraTabPageControl1;
  1291. ultraTab1.Text = "可发信息";
  1292. ultraTab2.Key = "SEND";
  1293. ultraTab2.TabPage = this.ultraTabPageControl2;
  1294. ultraTab2.Text = "已发信息";
  1295. this.Tab_Match.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  1296. ultraTab1,
  1297. ultraTab2});
  1298. this.Tab_Match.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.VisualStudio2005;
  1299. //
  1300. // ultraTabSharedControlsPage1
  1301. //
  1302. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  1303. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  1304. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(956, 128);
  1305. //
  1306. // Frm_TurnoffSend
  1307. //
  1308. this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
  1309. this.ClientSize = new System.Drawing.Size(960, 460);
  1310. this.Name = "Frm_TurnoffSend";
  1311. this.Text = "Frm_TurnoffSend";
  1312. this.Load += new System.EventHandler(this.Frm_TurnoffSend_Load);
  1313. ((System.ComponentModel.ISupportInitialize)(this.BaseToolBarManager)).EndInit();
  1314. this.FrmBaseMode_Fill_Panel.ResumeLayout(false);
  1315. this.Pal_Top.ResumeLayout(false);
  1316. this.Pal_Buttom.ResumeLayout(false);
  1317. ((System.ComponentModel.ISupportInitialize)(this.Grp_Query)).EndInit();
  1318. this.Grp_Query.ResumeLayout(false);
  1319. ((System.ComponentModel.ISupportInitialize)(this.Calc_Manager)).EndInit();
  1320. this.ultraTabPageControl1.ResumeLayout(false);
  1321. ((System.ComponentModel.ISupportInitialize)(this.Grd_Storage)).EndInit();
  1322. this.ultraTabPageControl2.ResumeLayout(false);
  1323. ((System.ComponentModel.ISupportInitialize)(this.Grd_Send)).EndInit();
  1324. ((System.ComponentModel.ISupportInitialize)(this.Grd_HCSendPlan)).EndInit();
  1325. this.Pal_Edit.ResumeLayout(false);
  1326. ((System.ComponentModel.ISupportInitialize)(this.txt_Station)).EndInit();
  1327. ((System.ComponentModel.ISupportInitialize)(this.Txt_SendPactNO)).EndInit();
  1328. ((System.ComponentModel.ISupportInitialize)(this.Txt_IncpName)).EndInit();
  1329. ((System.ComponentModel.ISupportInitialize)(this.Cmb_PLD)).EndInit();
  1330. ((System.ComponentModel.ISupportInitialize)(this.Ops_SendType)).EndInit();
  1331. ((System.ComponentModel.ISupportInitialize)(this.txt_Coil_ID)).EndInit();
  1332. ((System.ComponentModel.ISupportInitialize)(this.Dte_SendTime)).EndInit();
  1333. ((System.ComponentModel.ISupportInitialize)(this.Txt_Remark)).EndInit();
  1334. ((System.ComponentModel.ISupportInitialize)(this.Txt_ListCodingTop)).EndInit();
  1335. ((System.ComponentModel.ISupportInitialize)(this.Cmb_ClassTeam)).EndInit();
  1336. ((System.ComponentModel.ISupportInitialize)(this.Cmb_ClassOrder)).EndInit();
  1337. ((System.ComponentModel.ISupportInitialize)(this.Cmb_SendMan)).EndInit();
  1338. ((System.ComponentModel.ISupportInitialize)(this.Txt_ListCoding)).EndInit();
  1339. ((System.ComponentModel.ISupportInitialize)(this.Txt_VecihleNO)).EndInit();
  1340. ((System.ComponentModel.ISupportInitialize)(this.Txt_AskPlan)).EndInit();
  1341. ((System.ComponentModel.ISupportInitialize)(this.txt_AskPlanID)).EndInit();
  1342. ((System.ComponentModel.ISupportInitialize)(this.txt_ListCode)).EndInit();
  1343. ((System.ComponentModel.ISupportInitialize)(this.txt_CoilID)).EndInit();
  1344. ((System.ComponentModel.ISupportInitialize)(this.Txt_PactNO)).EndInit();
  1345. ((System.ComponentModel.ISupportInitialize)(this.Dte_EndTime)).EndInit();
  1346. ((System.ComponentModel.ISupportInitialize)(this.Dte_BeginTime)).EndInit();
  1347. ((System.ComponentModel.ISupportInitialize)(this.Tab_Match)).EndInit();
  1348. this.Tab_Match.ResumeLayout(false);
  1349. this.ResumeLayout(false);
  1350. }
  1351. #endregion
  1352. #region "Init"
  1353. private void Frm_TurnoffSend_Load(object sender, System.EventArgs e)
  1354. {
  1355. try
  1356. {
  1357. this.ToolBarToolsConfig = this.Key.Split('@')[1];
  1358. this.DBFileName = this.Key.Split('@')[2];
  1359. InitFrmDataSet();
  1360. this.Txt_ListCodingTop.Text = "FR"+System.DateTime.Now.ToString("yy").Substring(1,2);
  1361. this.Cmb_PLD.Value = "4001RZ1";
  1362. this.Dte_SendTime.DateTime=System.DateTime.Now.Date;
  1363. Dte_BeginTime.DateTime=System.DateTime.Now;
  1364. Dte_EndTime.DateTime=System.DateTime.Now;
  1365. }
  1366. catch(System.Exception ex)
  1367. {
  1368. System.Diagnostics.Debug.WriteLine(ex.ToString());
  1369. }
  1370. }
  1371. private void InitFrmDataSet()
  1372. {
  1373. try
  1374. {
  1375. if(this.DBFileName.Trim().Length >0)
  1376. {
  1377. object obj = StorageBaseClass.GetEntityInfo(this.DBFileName,"4001RZ1");
  1378. if(obj!=null)
  1379. {
  1380. this.FrmDataSet = obj as System.Data.DataSet ;
  1381. Init_Frm();
  1382. }
  1383. }
  1384. }
  1385. catch(System.Exception ex)
  1386. {
  1387. System.Diagnostics.Debug.WriteLine(ex.ToString());
  1388. }
  1389. }
  1390. protected override void Init_Frm()
  1391. {
  1392. try
  1393. {
  1394. base.Init_Frm ();
  1395. StorageGridHelper.SetGrid(this.Grd_HCSendPlan,ref this._FrmDataSet,"SEL_ASKVEHICLEPLAN_C",new string[]{"SEL_ASKVEHICLEPLAN_C"});
  1396. StorageGridHelper.SetGrid(this.Grd_Storage,ref this._FrmDataSet,"KCJ3_TURNOFFBUTTRESSLIST_VIEW",new string[]{"KCJ3_TURNOFFBUTTRESSLIST_VIEW"});
  1397. StorageGridHelper.SetGrid(this.Grd_Send,ref this._FrmDataSet,"KCJ3_TURNOFFSENDLIST",new string[]{"KCJ3_TURNOFFSENDLIST"});
  1398. this.Grd_HCSendPlan.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1399. this.Grd_Send.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1400. StorageBaseClass.Init_ComboControl(this.Cmb_ClassOrder,"XT_BC|ID_|NAME_",ref this._FrmDataSet);
  1401. StorageBaseClass.Init_ComboControl(this.Cmb_ClassTeam,"XT_BZ|ID_|NAME_",ref this._FrmDataSet);
  1402. StorageBaseClass.Init_ComboControl(this.Cmb_PLD,"PLD|ID|NAME",ref this._FrmDataSet);
  1403. StorageBaseClass.Init_ComboControl(this.Cmb_SendMan,"SENDMAN|NAME_|NAME_",ref this._FrmDataSet);
  1404. Grd_Storage.DisplayLayout.Override.SupportDataErrorInfo = Infragistics.Win.UltraWinGrid.SupportDataErrorInfo.RowsAndCells;
  1405. }
  1406. catch(System.Exception ex)
  1407. {
  1408. System.Diagnostics.Debug.WriteLine(ex.ToString());
  1409. }
  1410. }
  1411. #endregion
  1412. private void Btn_SendBillet_Click(object sender, EventArgs e)
  1413. {
  1414. }
  1415. }
  1416. }