frmTransitLine.Designer.cs 98 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651
  1. namespace Core.StlMes.Client.SaleOrder
  2. {
  3. partial class frmTransitLine
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  30. Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
  31. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton();
  34. Infragistics.Win.UltraWinEditors.EditorButton editorButton4 = new Infragistics.Win.UltraWinEditors.EditorButton();
  35. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery");
  37. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doAdd");
  38. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doUpdate");
  39. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doDelete");
  40. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doRecovery");
  41. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doOk");
  42. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClose");
  43. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doAdd");
  44. Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doDelete");
  46. Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doUpdate");
  48. Infragistics.Win.Appearance appearance73 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery");
  50. Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
  51. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTransitLine));
  52. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClose");
  53. Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doRecovery");
  55. Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doOk");
  57. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doLase");
  59. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doNext");
  60. Infragistics.Win.Appearance appearance110 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab7 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  62. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab8 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  63. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  64. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table3", -1);
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANSIT_NO");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MODE_NO");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MODE_DESC");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INDEX_SEQ");
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AGENCY_FL");
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANSIT_TYP");
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO_B_TYP");
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO_B");
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO_E_TYP");
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO_E");
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPCL_LN_NO");
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CARRIER_UNIT");
  78. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RECEIVOR");
  79. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANSIT_LN_MNY");
  80. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  81. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  83. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  84. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  85. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  86. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  87. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  88. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  89. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  90. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  91. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  92. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  93. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  94. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  95. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  96. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  97. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  98. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  100. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANSIT_NO");
  101. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANSIT_DESC");
  102. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO_B_TYP");
  103. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO_B");
  104. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO_E_TYP");
  105. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO_E");
  106. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  107. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  108. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  109. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  110. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  111. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  112. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  113. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  114. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  115. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  116. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  117. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  118. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  119. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  120. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  121. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  122. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  123. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  124. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  125. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
  126. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANSIT_NO");
  127. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MODE_NO");
  128. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MODE_DESC");
  129. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANSIT_MNY");
  130. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  131. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  132. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  133. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  134. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  135. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  136. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  137. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  138. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  139. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  140. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  141. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  142. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  143. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  144. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  145. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  146. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  147. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  148. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  149. this.panel1 = new System.Windows.Forms.Panel();
  150. this.utxtEditZz = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  151. this.utxtEditSf = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  152. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  153. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  154. this.cmbZZType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  155. this.cmbSfType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  156. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  157. this.panel2 = new System.Windows.Forms.Panel();
  158. this.utxtModeDesc = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  159. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  160. this.utxtTransitDesc = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  161. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  162. this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  163. this.panel3 = new System.Windows.Forms.Panel();
  164. this.cmbZzmxType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  165. this.cmbZy = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  166. this.cmbCydw = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  167. this.cmbYsfs = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  168. this.cmbIsD = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  169. this.cmbSfmxType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  170. this.uNumericFy = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
  171. this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
  172. this.utxtJhr = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  173. this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
  174. this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
  175. this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
  176. this.labelDesc = new Infragistics.Win.Misc.UltraLabel();
  177. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  178. this.utxtZzmx = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  179. this.utxtSfmx = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  180. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  181. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  182. this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
  183. this._Form1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  184. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  185. this._Form1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  186. this._Form1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  187. this._Form1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  188. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  189. this.chkMdd = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  190. this.txtMdTitle = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  191. this.txtQsTitle = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  192. this.chkQsd = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  193. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  194. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  195. this.ultraGridMx = new Infragistics.Win.UltraWinGrid.UltraGrid();
  196. this.dataSet1 = new System.Data.DataSet();
  197. this.dataTable1 = new System.Data.DataTable();
  198. this.dataColumn1 = new System.Data.DataColumn();
  199. this.dataColumn2 = new System.Data.DataColumn();
  200. this.dataColumn3 = new System.Data.DataColumn();
  201. this.dataColumn4 = new System.Data.DataColumn();
  202. this.dataColumn5 = new System.Data.DataColumn();
  203. this.dataColumn6 = new System.Data.DataColumn();
  204. this.dataColumn7 = new System.Data.DataColumn();
  205. this.dataColumn8 = new System.Data.DataColumn();
  206. this.dataColumn9 = new System.Data.DataColumn();
  207. this.dataColumn10 = new System.Data.DataColumn();
  208. this.dataColumn11 = new System.Data.DataColumn();
  209. this.dataColumn12 = new System.Data.DataColumn();
  210. this.dataColumn13 = new System.Data.DataColumn();
  211. this.dataTable2 = new System.Data.DataTable();
  212. this.dataColumn14 = new System.Data.DataColumn();
  213. this.dataColumn15 = new System.Data.DataColumn();
  214. this.dataColumn16 = new System.Data.DataColumn();
  215. this.dataColumn17 = new System.Data.DataColumn();
  216. this.dataColumn21 = new System.Data.DataColumn();
  217. this.dataColumn22 = new System.Data.DataColumn();
  218. this.dataColumn23 = new System.Data.DataColumn();
  219. this.dataColumn24 = new System.Data.DataColumn();
  220. this.dataColumn25 = new System.Data.DataColumn();
  221. this.dataColumn26 = new System.Data.DataColumn();
  222. this.dataColumn27 = new System.Data.DataColumn();
  223. this.dataTable3 = new System.Data.DataTable();
  224. this.dataColumn18 = new System.Data.DataColumn();
  225. this.dataColumn19 = new System.Data.DataColumn();
  226. this.dataColumn20 = new System.Data.DataColumn();
  227. this.dataColumn28 = new System.Data.DataColumn();
  228. this.dataColumn29 = new System.Data.DataColumn();
  229. this.dataColumn30 = new System.Data.DataColumn();
  230. this.dataColumn31 = new System.Data.DataColumn();
  231. this.dataColumn32 = new System.Data.DataColumn();
  232. this.dataColumn33 = new System.Data.DataColumn();
  233. this.dataColumn34 = new System.Data.DataColumn();
  234. this.dataColumn35 = new System.Data.DataColumn();
  235. this.dataColumn36 = new System.Data.DataColumn();
  236. this.dataColumn37 = new System.Data.DataColumn();
  237. this.dataColumn38 = new System.Data.DataColumn();
  238. this.dataColumn39 = new System.Data.DataColumn();
  239. this.dataColumn40 = new System.Data.DataColumn();
  240. this.dataColumn41 = new System.Data.DataColumn();
  241. this.dataColumn42 = new System.Data.DataColumn();
  242. this.dataColumn43 = new System.Data.DataColumn();
  243. this.dataColumn44 = new System.Data.DataColumn();
  244. this.dataColumn45 = new System.Data.DataColumn();
  245. this.ultraGridXl = new Infragistics.Win.UltraWinGrid.UltraGrid();
  246. this.ultraGridFa = new Infragistics.Win.UltraWinGrid.UltraGrid();
  247. this.ultraTabPageControl1.SuspendLayout();
  248. this.panel1.SuspendLayout();
  249. ((System.ComponentModel.ISupportInitialize)(this.utxtEditZz)).BeginInit();
  250. ((System.ComponentModel.ISupportInitialize)(this.utxtEditSf)).BeginInit();
  251. ((System.ComponentModel.ISupportInitialize)(this.cmbZZType)).BeginInit();
  252. ((System.ComponentModel.ISupportInitialize)(this.cmbSfType)).BeginInit();
  253. this.ultraTabPageControl2.SuspendLayout();
  254. this.panel2.SuspendLayout();
  255. ((System.ComponentModel.ISupportInitialize)(this.utxtModeDesc)).BeginInit();
  256. ((System.ComponentModel.ISupportInitialize)(this.utxtTransitDesc)).BeginInit();
  257. this.ultraTabPageControl3.SuspendLayout();
  258. this.panel3.SuspendLayout();
  259. ((System.ComponentModel.ISupportInitialize)(this.cmbZzmxType)).BeginInit();
  260. ((System.ComponentModel.ISupportInitialize)(this.cmbZy)).BeginInit();
  261. ((System.ComponentModel.ISupportInitialize)(this.cmbCydw)).BeginInit();
  262. ((System.ComponentModel.ISupportInitialize)(this.cmbYsfs)).BeginInit();
  263. ((System.ComponentModel.ISupportInitialize)(this.cmbIsD)).BeginInit();
  264. ((System.ComponentModel.ISupportInitialize)(this.cmbSfmxType)).BeginInit();
  265. ((System.ComponentModel.ISupportInitialize)(this.uNumericFy)).BeginInit();
  266. ((System.ComponentModel.ISupportInitialize)(this.utxtJhr)).BeginInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.utxtZzmx)).BeginInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.utxtSfmx)).BeginInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  270. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  271. this.ultraGroupBox1.SuspendLayout();
  272. ((System.ComponentModel.ISupportInitialize)(this.chkMdd)).BeginInit();
  273. ((System.ComponentModel.ISupportInitialize)(this.txtMdTitle)).BeginInit();
  274. ((System.ComponentModel.ISupportInitialize)(this.txtQsTitle)).BeginInit();
  275. ((System.ComponentModel.ISupportInitialize)(this.chkQsd)).BeginInit();
  276. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  277. this.ultraTabControl1.SuspendLayout();
  278. ((System.ComponentModel.ISupportInitialize)(this.ultraGridMx)).BeginInit();
  279. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  280. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  281. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  282. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  283. ((System.ComponentModel.ISupportInitialize)(this.ultraGridXl)).BeginInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.ultraGridFa)).BeginInit();
  285. this.SuspendLayout();
  286. //
  287. // ultraTabPageControl1
  288. //
  289. this.ultraTabPageControl1.Controls.Add(this.panel1);
  290. this.ultraTabPageControl1.Location = new System.Drawing.Point(2, 21);
  291. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  292. this.ultraTabPageControl1.Size = new System.Drawing.Size(795, 114);
  293. //
  294. // panel1
  295. //
  296. this.panel1.Controls.Add(this.utxtEditZz);
  297. this.panel1.Controls.Add(this.utxtEditSf);
  298. this.panel1.Controls.Add(this.ultraLabel4);
  299. this.panel1.Controls.Add(this.ultraLabel5);
  300. this.panel1.Controls.Add(this.cmbZZType);
  301. this.panel1.Controls.Add(this.cmbSfType);
  302. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  303. this.panel1.Location = new System.Drawing.Point(0, 0);
  304. this.panel1.Name = "panel1";
  305. this.panel1.Size = new System.Drawing.Size(795, 114);
  306. this.panel1.TabIndex = 0;
  307. //
  308. // utxtEditZz
  309. //
  310. editorButton1.Text = "?";
  311. this.utxtEditZz.ButtonsRight.Add(editorButton1);
  312. this.utxtEditZz.Location = new System.Drawing.Point(161, 43);
  313. this.utxtEditZz.Name = "utxtEditZz";
  314. this.utxtEditZz.ReadOnly = true;
  315. this.utxtEditZz.Size = new System.Drawing.Size(167, 21);
  316. this.utxtEditZz.TabIndex = 94;
  317. this.utxtEditZz.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.utxtEditZz_EditorButtonClick);
  318. //
  319. // utxtEditSf
  320. //
  321. editorButton2.Text = "?";
  322. this.utxtEditSf.ButtonsRight.Add(editorButton2);
  323. this.utxtEditSf.Location = new System.Drawing.Point(161, 19);
  324. this.utxtEditSf.Name = "utxtEditSf";
  325. this.utxtEditSf.ReadOnly = true;
  326. this.utxtEditSf.Size = new System.Drawing.Size(167, 21);
  327. this.utxtEditSf.TabIndex = 92;
  328. this.utxtEditSf.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.utxtEditSf_EditorButtonClick);
  329. //
  330. // ultraLabel4
  331. //
  332. this.ultraLabel4.AutoSize = true;
  333. this.ultraLabel4.Location = new System.Drawing.Point(17, 46);
  334. this.ultraLabel4.Name = "ultraLabel4";
  335. this.ultraLabel4.Size = new System.Drawing.Size(42, 16);
  336. this.ultraLabel4.TabIndex = 91;
  337. this.ultraLabel4.Text = "终止地";
  338. //
  339. // ultraLabel5
  340. //
  341. this.ultraLabel5.AutoSize = true;
  342. this.ultraLabel5.Location = new System.Drawing.Point(17, 23);
  343. this.ultraLabel5.Name = "ultraLabel5";
  344. this.ultraLabel5.Size = new System.Drawing.Size(42, 16);
  345. this.ultraLabel5.TabIndex = 89;
  346. this.ultraLabel5.Text = "始发地";
  347. //
  348. // cmbZZType
  349. //
  350. this.cmbZZType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  351. this.cmbZZType.Location = new System.Drawing.Point(60, 43);
  352. this.cmbZZType.Name = "cmbZZType";
  353. this.cmbZZType.Size = new System.Drawing.Size(95, 21);
  354. this.cmbZZType.TabIndex = 41;
  355. this.cmbZZType.ValueChanged += new System.EventHandler(this.cmbZZType_ValueChanged);
  356. //
  357. // cmbSfType
  358. //
  359. this.cmbSfType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  360. this.cmbSfType.Location = new System.Drawing.Point(60, 19);
  361. this.cmbSfType.Name = "cmbSfType";
  362. this.cmbSfType.Size = new System.Drawing.Size(95, 21);
  363. this.cmbSfType.TabIndex = 41;
  364. this.cmbSfType.ValueChanged += new System.EventHandler(this.cmbSfType_ValueChanged);
  365. //
  366. // ultraTabPageControl2
  367. //
  368. this.ultraTabPageControl2.Controls.Add(this.panel2);
  369. this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
  370. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  371. this.ultraTabPageControl2.Size = new System.Drawing.Size(795, 114);
  372. //
  373. // panel2
  374. //
  375. this.panel2.Controls.Add(this.utxtModeDesc);
  376. this.panel2.Controls.Add(this.ultraLabel3);
  377. this.panel2.Controls.Add(this.utxtTransitDesc);
  378. this.panel2.Controls.Add(this.ultraLabel1);
  379. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  380. this.panel2.Location = new System.Drawing.Point(0, 0);
  381. this.panel2.Name = "panel2";
  382. this.panel2.Size = new System.Drawing.Size(795, 114);
  383. this.panel2.TabIndex = 0;
  384. //
  385. // utxtModeDesc
  386. //
  387. this.utxtModeDesc.Location = new System.Drawing.Point(74, 41);
  388. this.utxtModeDesc.Name = "utxtModeDesc";
  389. this.utxtModeDesc.Size = new System.Drawing.Size(328, 21);
  390. this.utxtModeDesc.TabIndex = 87;
  391. //
  392. // ultraLabel3
  393. //
  394. this.ultraLabel3.AutoSize = true;
  395. this.ultraLabel3.Location = new System.Drawing.Point(18, 45);
  396. this.ultraLabel3.Name = "ultraLabel3";
  397. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  398. this.ultraLabel3.TabIndex = 86;
  399. this.ultraLabel3.Text = "方案说明";
  400. //
  401. // utxtTransitDesc
  402. //
  403. this.utxtTransitDesc.Location = new System.Drawing.Point(74, 17);
  404. this.utxtTransitDesc.Name = "utxtTransitDesc";
  405. this.utxtTransitDesc.ReadOnly = true;
  406. this.utxtTransitDesc.Size = new System.Drawing.Size(328, 21);
  407. this.utxtTransitDesc.TabIndex = 85;
  408. //
  409. // ultraLabel1
  410. //
  411. this.ultraLabel1.AutoSize = true;
  412. this.ultraLabel1.Location = new System.Drawing.Point(19, 21);
  413. this.ultraLabel1.Name = "ultraLabel1";
  414. this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
  415. this.ultraLabel1.TabIndex = 84;
  416. this.ultraLabel1.Text = "线路描述";
  417. //
  418. // ultraTabPageControl3
  419. //
  420. this.ultraTabPageControl3.Controls.Add(this.panel3);
  421. this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
  422. this.ultraTabPageControl3.Name = "ultraTabPageControl3";
  423. this.ultraTabPageControl3.Size = new System.Drawing.Size(795, 114);
  424. //
  425. // panel3
  426. //
  427. this.panel3.Controls.Add(this.cmbZzmxType);
  428. this.panel3.Controls.Add(this.cmbZy);
  429. this.panel3.Controls.Add(this.cmbCydw);
  430. this.panel3.Controls.Add(this.cmbYsfs);
  431. this.panel3.Controls.Add(this.cmbIsD);
  432. this.panel3.Controls.Add(this.cmbSfmxType);
  433. this.panel3.Controls.Add(this.uNumericFy);
  434. this.panel3.Controls.Add(this.ultraLabel12);
  435. this.panel3.Controls.Add(this.utxtJhr);
  436. this.panel3.Controls.Add(this.ultraLabel11);
  437. this.panel3.Controls.Add(this.ultraLabel10);
  438. this.panel3.Controls.Add(this.ultraLabel9);
  439. this.panel3.Controls.Add(this.labelDesc);
  440. this.panel3.Controls.Add(this.ultraLabel7);
  441. this.panel3.Controls.Add(this.utxtZzmx);
  442. this.panel3.Controls.Add(this.utxtSfmx);
  443. this.panel3.Controls.Add(this.ultraLabel2);
  444. this.panel3.Controls.Add(this.ultraLabel6);
  445. this.panel3.Controls.Add(this.ultraLabel13);
  446. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  447. this.panel3.Location = new System.Drawing.Point(0, 0);
  448. this.panel3.Name = "panel3";
  449. this.panel3.Size = new System.Drawing.Size(795, 114);
  450. this.panel3.TabIndex = 1;
  451. //
  452. // cmbZzmxType
  453. //
  454. this.cmbZzmxType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  455. this.cmbZzmxType.Location = new System.Drawing.Point(59, 58);
  456. this.cmbZzmxType.Name = "cmbZzmxType";
  457. this.cmbZzmxType.Size = new System.Drawing.Size(110, 21);
  458. this.cmbZzmxType.TabIndex = 116;
  459. this.cmbZzmxType.ValueChanged += new System.EventHandler(this.cmbZzmxType_ValueChanged);
  460. //
  461. // cmbZy
  462. //
  463. this.cmbZy.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  464. this.cmbZy.Location = new System.Drawing.Point(405, 33);
  465. this.cmbZy.Name = "cmbZy";
  466. this.cmbZy.Size = new System.Drawing.Size(96, 21);
  467. this.cmbZy.TabIndex = 116;
  468. //
  469. // cmbCydw
  470. //
  471. this.cmbCydw.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  472. this.cmbCydw.Location = new System.Drawing.Point(567, 33);
  473. this.cmbCydw.Name = "cmbCydw";
  474. this.cmbCydw.Size = new System.Drawing.Size(96, 21);
  475. this.cmbCydw.TabIndex = 116;
  476. //
  477. // cmbYsfs
  478. //
  479. this.cmbYsfs.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  480. this.cmbYsfs.Location = new System.Drawing.Point(567, 7);
  481. this.cmbYsfs.Name = "cmbYsfs";
  482. this.cmbYsfs.Size = new System.Drawing.Size(96, 21);
  483. this.cmbYsfs.TabIndex = 116;
  484. //
  485. // cmbIsD
  486. //
  487. this.cmbIsD.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  488. valueListItem1.DataValue = "1";
  489. valueListItem1.DisplayText = "是";
  490. valueListItem2.DataValue = "0";
  491. valueListItem2.DisplayText = "否";
  492. this.cmbIsD.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  493. valueListItem1,
  494. valueListItem2});
  495. this.cmbIsD.Location = new System.Drawing.Point(405, 8);
  496. this.cmbIsD.Name = "cmbIsD";
  497. this.cmbIsD.Size = new System.Drawing.Size(96, 21);
  498. this.cmbIsD.TabIndex = 116;
  499. //
  500. // cmbSfmxType
  501. //
  502. this.cmbSfmxType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  503. this.cmbSfmxType.Location = new System.Drawing.Point(59, 34);
  504. this.cmbSfmxType.Name = "cmbSfmxType";
  505. this.cmbSfmxType.Size = new System.Drawing.Size(110, 21);
  506. this.cmbSfmxType.TabIndex = 116;
  507. this.cmbSfmxType.ValueChanged += new System.EventHandler(this.cmbSfmxType_ValueChanged);
  508. //
  509. // uNumericFy
  510. //
  511. this.uNumericFy.Location = new System.Drawing.Point(567, 57);
  512. this.uNumericFy.MaskInput = "nnnnn.nnn";
  513. this.uNumericFy.Name = "uNumericFy";
  514. this.uNumericFy.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
  515. this.uNumericFy.Size = new System.Drawing.Size(96, 21);
  516. this.uNumericFy.TabIndex = 115;
  517. //
  518. // ultraLabel12
  519. //
  520. this.ultraLabel12.AutoSize = true;
  521. this.ultraLabel12.Location = new System.Drawing.Point(539, 62);
  522. this.ultraLabel12.Name = "ultraLabel12";
  523. this.ultraLabel12.Size = new System.Drawing.Size(29, 16);
  524. this.ultraLabel12.TabIndex = 114;
  525. this.ultraLabel12.Text = "费用";
  526. //
  527. // utxtJhr
  528. //
  529. this.utxtJhr.Location = new System.Drawing.Point(405, 58);
  530. this.utxtJhr.Name = "utxtJhr";
  531. this.utxtJhr.Size = new System.Drawing.Size(96, 21);
  532. this.utxtJhr.TabIndex = 113;
  533. //
  534. // ultraLabel11
  535. //
  536. this.ultraLabel11.AutoSize = true;
  537. this.ultraLabel11.Location = new System.Drawing.Point(361, 61);
  538. this.ultraLabel11.Name = "ultraLabel11";
  539. this.ultraLabel11.Size = new System.Drawing.Size(42, 16);
  540. this.ultraLabel11.TabIndex = 112;
  541. this.ultraLabel11.Text = "接货人";
  542. //
  543. // ultraLabel10
  544. //
  545. this.ultraLabel10.AutoSize = true;
  546. this.ultraLabel10.Location = new System.Drawing.Point(350, 13);
  547. this.ultraLabel10.Name = "ultraLabel10";
  548. this.ultraLabel10.Size = new System.Drawing.Size(54, 16);
  549. this.ultraLabel10.TabIndex = 110;
  550. this.ultraLabel10.Text = "是否代办";
  551. //
  552. // ultraLabel9
  553. //
  554. this.ultraLabel9.AutoSize = true;
  555. this.ultraLabel9.Location = new System.Drawing.Point(514, 37);
  556. this.ultraLabel9.Name = "ultraLabel9";
  557. this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
  558. this.ultraLabel9.TabIndex = 108;
  559. this.ultraLabel9.Text = "承运单位";
  560. //
  561. // labelDesc
  562. //
  563. this.labelDesc.Location = new System.Drawing.Point(18, 15);
  564. this.labelDesc.Name = "labelDesc";
  565. this.labelDesc.Size = new System.Drawing.Size(319, 16);
  566. this.labelDesc.TabIndex = 107;
  567. this.labelDesc.Text = "对线路及方案进行描述";
  568. //
  569. // ultraLabel7
  570. //
  571. this.ultraLabel7.AutoSize = true;
  572. this.ultraLabel7.Location = new System.Drawing.Point(360, 37);
  573. this.ultraLabel7.Name = "ultraLabel7";
  574. this.ultraLabel7.Size = new System.Drawing.Size(42, 16);
  575. this.ultraLabel7.TabIndex = 105;
  576. this.ultraLabel7.Text = "专用线";
  577. //
  578. // utxtZzmx
  579. //
  580. editorButton3.Text = "?";
  581. this.utxtZzmx.ButtonsRight.Add(editorButton3);
  582. this.utxtZzmx.Location = new System.Drawing.Point(172, 58);
  583. this.utxtZzmx.Name = "utxtZzmx";
  584. this.utxtZzmx.ReadOnly = true;
  585. this.utxtZzmx.Size = new System.Drawing.Size(167, 21);
  586. this.utxtZzmx.TabIndex = 104;
  587. this.utxtZzmx.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.utxtZzmx_EditorButtonClick);
  588. //
  589. // utxtSfmx
  590. //
  591. editorButton4.Text = "?";
  592. this.utxtSfmx.ButtonsRight.Add(editorButton4);
  593. this.utxtSfmx.Location = new System.Drawing.Point(172, 34);
  594. this.utxtSfmx.Name = "utxtSfmx";
  595. this.utxtSfmx.ReadOnly = true;
  596. this.utxtSfmx.Size = new System.Drawing.Size(167, 21);
  597. this.utxtSfmx.TabIndex = 102;
  598. this.utxtSfmx.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.utxtSfmx_EditorButtonClick);
  599. //
  600. // ultraLabel2
  601. //
  602. this.ultraLabel2.AutoSize = true;
  603. this.ultraLabel2.Location = new System.Drawing.Point(18, 62);
  604. this.ultraLabel2.Name = "ultraLabel2";
  605. this.ultraLabel2.Size = new System.Drawing.Size(42, 16);
  606. this.ultraLabel2.TabIndex = 101;
  607. this.ultraLabel2.Text = "终止地";
  608. //
  609. // ultraLabel6
  610. //
  611. this.ultraLabel6.AutoSize = true;
  612. this.ultraLabel6.Location = new System.Drawing.Point(19, 38);
  613. this.ultraLabel6.Name = "ultraLabel6";
  614. this.ultraLabel6.Size = new System.Drawing.Size(42, 16);
  615. this.ultraLabel6.TabIndex = 99;
  616. this.ultraLabel6.Text = "始发地";
  617. //
  618. // ultraLabel13
  619. //
  620. this.ultraLabel13.AutoSize = true;
  621. this.ultraLabel13.Location = new System.Drawing.Point(514, 11);
  622. this.ultraLabel13.Name = "ultraLabel13";
  623. this.ultraLabel13.Size = new System.Drawing.Size(54, 16);
  624. this.ultraLabel13.TabIndex = 97;
  625. this.ultraLabel13.Text = "运输方式";
  626. //
  627. // _Form1_Toolbars_Dock_Area_Top
  628. //
  629. this._Form1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  630. this._Form1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  631. this._Form1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  632. this._Form1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  633. this._Form1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  634. this._Form1_Toolbars_Dock_Area_Top.Name = "_Form1_Toolbars_Dock_Area_Top";
  635. this._Form1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(799, 25);
  636. this._Form1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  637. //
  638. // ultraToolbarsManager1
  639. //
  640. this.ultraToolbarsManager1.DesignerFlags = 1;
  641. this.ultraToolbarsManager1.DockWithinContainer = this;
  642. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  643. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  644. ultraToolbar1.DockedColumn = 0;
  645. ultraToolbar1.DockedRow = 0;
  646. buttonTool2.InstanceProps.IsFirstInGroup = true;
  647. buttonTool1.InstanceProps.IsFirstInGroup = true;
  648. buttonTool11.InstanceProps.IsFirstInGroup = true;
  649. buttonTool13.InstanceProps.IsFirstInGroup = true;
  650. buttonTool14.InstanceProps.IsFirstInGroup = true;
  651. buttonTool5.InstanceProps.IsFirstInGroup = true;
  652. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  653. buttonTool2,
  654. buttonTool1,
  655. buttonTool11,
  656. buttonTool4,
  657. buttonTool13,
  658. buttonTool14,
  659. buttonTool5});
  660. ultraToolbar1.Text = "UltraToolbar1";
  661. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  662. ultraToolbar1});
  663. appearance72.Image = global::Core.StlMes.Client.SaleOrder.Properties.Resources.Add;
  664. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance72;
  665. buttonTool6.SharedPropsInternal.Caption = "新增";
  666. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  667. appearance74.Image = global::Core.StlMes.Client.SaleOrder.Properties.Resources.Delete;
  668. buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance74;
  669. buttonTool7.SharedPropsInternal.Caption = "废除";
  670. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  671. appearance73.Image = global::Core.StlMes.Client.SaleOrder.Properties.Resources.Update;
  672. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance73;
  673. buttonTool8.SharedPropsInternal.Caption = "修改";
  674. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  675. appearance71.Image = ((object)(resources.GetObject("appearance71.Image")));
  676. buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance71;
  677. buttonTool9.SharedPropsInternal.Caption = "查询";
  678. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  679. appearance76.Image = global::Core.StlMes.Client.SaleOrder.Properties.Resources.Exit;
  680. buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance76;
  681. buttonTool10.SharedPropsInternal.Caption = "关闭";
  682. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  683. appearance75.Image = ((object)(resources.GetObject("appearance75.Image")));
  684. buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance75;
  685. buttonTool12.SharedPropsInternal.Caption = "恢复";
  686. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  687. appearance47.Image = ((object)(resources.GetObject("appearance47.Image")));
  688. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance47;
  689. buttonTool3.SharedPropsInternal.Caption = "确认";
  690. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  691. appearance110.Image = global::Core.StlMes.Client.SaleOrder.Properties.Resources.POINT_DOWN;
  692. buttonTool18.SharedPropsInternal.AppearancesSmall.Appearance = appearance110;
  693. buttonTool18.SharedPropsInternal.Caption = "下移";
  694. buttonTool18.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  695. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  696. buttonTool6,
  697. buttonTool7,
  698. buttonTool8,
  699. buttonTool9,
  700. buttonTool10,
  701. buttonTool12,
  702. buttonTool3,
  703. buttonTool17,
  704. buttonTool18});
  705. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  706. //
  707. // _Form1_Toolbars_Dock_Area_Bottom
  708. //
  709. this._Form1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  710. this._Form1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  711. this._Form1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  712. this._Form1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  713. this._Form1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 548);
  714. this._Form1_Toolbars_Dock_Area_Bottom.Name = "_Form1_Toolbars_Dock_Area_Bottom";
  715. this._Form1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(799, 0);
  716. this._Form1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  717. //
  718. // _Form1_Toolbars_Dock_Area_Left
  719. //
  720. this._Form1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  721. this._Form1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  722. this._Form1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  723. this._Form1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  724. this._Form1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 25);
  725. this._Form1_Toolbars_Dock_Area_Left.Name = "_Form1_Toolbars_Dock_Area_Left";
  726. this._Form1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 523);
  727. this._Form1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  728. //
  729. // _Form1_Toolbars_Dock_Area_Right
  730. //
  731. this._Form1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  732. this._Form1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  733. this._Form1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  734. this._Form1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  735. this._Form1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(799, 25);
  736. this._Form1_Toolbars_Dock_Area_Right.Name = "_Form1_Toolbars_Dock_Area_Right";
  737. this._Form1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 523);
  738. this._Form1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  739. //
  740. // ultraGroupBox1
  741. //
  742. this.ultraGroupBox1.Controls.Add(this.chkMdd);
  743. this.ultraGroupBox1.Controls.Add(this.txtMdTitle);
  744. this.ultraGroupBox1.Controls.Add(this.txtQsTitle);
  745. this.ultraGroupBox1.Controls.Add(this.chkQsd);
  746. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  747. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 25);
  748. this.ultraGroupBox1.Name = "ultraGroupBox1";
  749. this.ultraGroupBox1.Size = new System.Drawing.Size(799, 53);
  750. this.ultraGroupBox1.TabIndex = 8;
  751. //
  752. // chkMdd
  753. //
  754. this.chkMdd.Location = new System.Drawing.Point(195, 17);
  755. this.chkMdd.Name = "chkMdd";
  756. this.chkMdd.Size = new System.Drawing.Size(60, 20);
  757. this.chkMdd.TabIndex = 39;
  758. this.chkMdd.Text = "目的地";
  759. this.chkMdd.CheckedChanged += new System.EventHandler(this.chkMdd_CheckedChanged);
  760. //
  761. // txtMdTitle
  762. //
  763. this.txtMdTitle.Enabled = false;
  764. this.txtMdTitle.Location = new System.Drawing.Point(255, 16);
  765. this.txtMdTitle.Name = "txtMdTitle";
  766. this.txtMdTitle.Size = new System.Drawing.Size(100, 21);
  767. this.txtMdTitle.TabIndex = 38;
  768. //
  769. // txtQsTitle
  770. //
  771. this.txtQsTitle.Enabled = false;
  772. this.txtQsTitle.Location = new System.Drawing.Point(72, 17);
  773. this.txtQsTitle.Name = "txtQsTitle";
  774. this.txtQsTitle.Size = new System.Drawing.Size(100, 21);
  775. this.txtQsTitle.TabIndex = 38;
  776. //
  777. // chkQsd
  778. //
  779. this.chkQsd.Location = new System.Drawing.Point(13, 18);
  780. this.chkQsd.Name = "chkQsd";
  781. this.chkQsd.Size = new System.Drawing.Size(63, 20);
  782. this.chkQsd.TabIndex = 6;
  783. this.chkQsd.Text = "始发地";
  784. this.chkQsd.CheckedChanged += new System.EventHandler(this.chkQsd_CheckedChanged);
  785. //
  786. // ultraTabControl1
  787. //
  788. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  789. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  790. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  791. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl3);
  792. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
  793. this.ultraTabControl1.Location = new System.Drawing.Point(0, 411);
  794. this.ultraTabControl1.Name = "ultraTabControl1";
  795. this.ultraTabControl1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  796. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  797. this.ultraTabControl1.Size = new System.Drawing.Size(799, 137);
  798. this.ultraTabControl1.TabIndex = 12;
  799. this.ultraTabControl1.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.TopLeft;
  800. ultraTab7.Key = "0";
  801. ultraTab7.TabPage = this.ultraTabPageControl1;
  802. ultraTab7.Text = "始发-终止";
  803. ultraTab8.Key = "1";
  804. ultraTab8.TabPage = this.ultraTabPageControl2;
  805. ultraTab8.Text = "方案";
  806. ultraTab1.Key = "2";
  807. ultraTab1.TabPage = this.ultraTabPageControl3;
  808. ultraTab1.Text = "线路明细";
  809. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  810. ultraTab7,
  811. ultraTab8,
  812. ultraTab1});
  813. this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.VisualStudio2005;
  814. this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged);
  815. //
  816. // ultraTabSharedControlsPage1
  817. //
  818. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  819. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  820. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(795, 114);
  821. //
  822. // ultraGridMx
  823. //
  824. this.ultraGridMx.DataMember = "Table3";
  825. this.ultraGridMx.DataSource = this.dataSet1;
  826. appearance25.BackColor = System.Drawing.SystemColors.Window;
  827. appearance25.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  828. this.ultraGridMx.DisplayLayout.Appearance = appearance25;
  829. this.ultraGridMx.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
  830. ultraGridColumn25.Header.VisiblePosition = 0;
  831. ultraGridColumn25.Hidden = true;
  832. ultraGridColumn26.Header.VisiblePosition = 1;
  833. ultraGridColumn26.Hidden = true;
  834. ultraGridColumn27.Header.VisiblePosition = 3;
  835. ultraGridColumn27.Width = 118;
  836. ultraGridColumn28.Header.VisiblePosition = 2;
  837. ultraGridColumn28.Width = 14;
  838. ultraGridColumn29.Header.VisiblePosition = 5;
  839. ultraGridColumn29.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  840. ultraGridColumn29.Width = 79;
  841. ultraGridColumn30.Header.VisiblePosition = 6;
  842. ultraGridColumn30.Width = 81;
  843. ultraGridColumn31.Header.VisiblePosition = 4;
  844. ultraGridColumn31.Hidden = true;
  845. ultraGridColumn32.Header.VisiblePosition = 7;
  846. ultraGridColumn32.Width = 70;
  847. ultraGridColumn33.Header.VisiblePosition = 8;
  848. ultraGridColumn33.Hidden = true;
  849. ultraGridColumn34.Header.VisiblePosition = 9;
  850. ultraGridColumn34.Width = 65;
  851. ultraGridColumn35.Header.VisiblePosition = 15;
  852. ultraGridColumn35.Width = 69;
  853. ultraGridColumn36.Header.VisiblePosition = 17;
  854. ultraGridColumn36.Width = 72;
  855. ultraGridColumn37.Header.VisiblePosition = 11;
  856. ultraGridColumn37.Width = 74;
  857. ultraGridColumn38.Header.VisiblePosition = 10;
  858. ultraGridColumn38.Width = 79;
  859. ultraGridColumn39.Header.VisiblePosition = 18;
  860. ultraGridColumn39.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  861. ultraGridColumn39.Width = 76;
  862. ultraGridColumn40.Header.VisiblePosition = 12;
  863. ultraGridColumn40.Hidden = true;
  864. ultraGridColumn41.Header.VisiblePosition = 13;
  865. ultraGridColumn41.Hidden = true;
  866. ultraGridColumn42.Header.VisiblePosition = 14;
  867. ultraGridColumn42.Hidden = true;
  868. ultraGridColumn43.Header.VisiblePosition = 16;
  869. ultraGridColumn43.Hidden = true;
  870. ultraGridColumn44.Header.VisiblePosition = 19;
  871. ultraGridColumn44.Hidden = true;
  872. ultraGridColumn45.Header.VisiblePosition = 20;
  873. ultraGridColumn45.Hidden = true;
  874. ultraGridBand3.Columns.AddRange(new object[] {
  875. ultraGridColumn25,
  876. ultraGridColumn26,
  877. ultraGridColumn27,
  878. ultraGridColumn28,
  879. ultraGridColumn29,
  880. ultraGridColumn30,
  881. ultraGridColumn31,
  882. ultraGridColumn32,
  883. ultraGridColumn33,
  884. ultraGridColumn34,
  885. ultraGridColumn35,
  886. ultraGridColumn36,
  887. ultraGridColumn37,
  888. ultraGridColumn38,
  889. ultraGridColumn39,
  890. ultraGridColumn40,
  891. ultraGridColumn41,
  892. ultraGridColumn42,
  893. ultraGridColumn43,
  894. ultraGridColumn44,
  895. ultraGridColumn45});
  896. ultraGridBand3.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  897. ultraGridBand3.SummaryFooterCaption = "";
  898. this.ultraGridMx.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
  899. this.ultraGridMx.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  900. this.ultraGridMx.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  901. appearance26.BackColor = System.Drawing.SystemColors.ActiveBorder;
  902. appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark;
  903. appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  904. appearance26.BorderColor = System.Drawing.SystemColors.Window;
  905. this.ultraGridMx.DisplayLayout.GroupByBox.Appearance = appearance26;
  906. appearance27.ForeColor = System.Drawing.SystemColors.GrayText;
  907. this.ultraGridMx.DisplayLayout.GroupByBox.BandLabelAppearance = appearance27;
  908. this.ultraGridMx.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  909. appearance28.BackColor = System.Drawing.SystemColors.ControlLightLight;
  910. appearance28.BackColor2 = System.Drawing.SystemColors.Control;
  911. appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  912. appearance28.ForeColor = System.Drawing.SystemColors.GrayText;
  913. this.ultraGridMx.DisplayLayout.GroupByBox.PromptAppearance = appearance28;
  914. this.ultraGridMx.DisplayLayout.MaxColScrollRegions = 1;
  915. this.ultraGridMx.DisplayLayout.MaxRowScrollRegions = 1;
  916. appearance29.BackColor = System.Drawing.SystemColors.Window;
  917. appearance29.ForeColor = System.Drawing.SystemColors.ControlText;
  918. this.ultraGridMx.DisplayLayout.Override.ActiveCellAppearance = appearance29;
  919. appearance30.BackColor = System.Drawing.SystemColors.Highlight;
  920. appearance30.ForeColor = System.Drawing.SystemColors.HighlightText;
  921. this.ultraGridMx.DisplayLayout.Override.ActiveRowAppearance = appearance30;
  922. this.ultraGridMx.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
  923. this.ultraGridMx.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  924. this.ultraGridMx.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  925. this.ultraGridMx.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  926. appearance31.BackColor = System.Drawing.SystemColors.Window;
  927. this.ultraGridMx.DisplayLayout.Override.CardAreaAppearance = appearance31;
  928. appearance32.BorderColor = System.Drawing.Color.Silver;
  929. appearance32.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  930. this.ultraGridMx.DisplayLayout.Override.CellAppearance = appearance32;
  931. this.ultraGridMx.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  932. this.ultraGridMx.DisplayLayout.Override.CellPadding = 0;
  933. this.ultraGridMx.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
  934. appearance33.BackColor = System.Drawing.SystemColors.Control;
  935. appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark;
  936. appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  937. appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  938. appearance33.BorderColor = System.Drawing.SystemColors.Window;
  939. this.ultraGridMx.DisplayLayout.Override.GroupByRowAppearance = appearance33;
  940. appearance34.TextHAlignAsString = "Left";
  941. this.ultraGridMx.DisplayLayout.Override.HeaderAppearance = appearance34;
  942. this.ultraGridMx.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  943. this.ultraGridMx.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  944. appearance35.BackColor = System.Drawing.SystemColors.Window;
  945. appearance35.BorderColor = System.Drawing.Color.Silver;
  946. this.ultraGridMx.DisplayLayout.Override.RowAppearance = appearance35;
  947. this.ultraGridMx.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  948. this.ultraGridMx.DisplayLayout.Override.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.Bottom;
  949. this.ultraGridMx.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  950. appearance36.BackColor = System.Drawing.SystemColors.ControlLight;
  951. this.ultraGridMx.DisplayLayout.Override.TemplateAddRowAppearance = appearance36;
  952. this.ultraGridMx.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  953. this.ultraGridMx.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  954. this.ultraGridMx.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  955. this.ultraGridMx.Dock = System.Windows.Forms.DockStyle.Bottom;
  956. this.ultraGridMx.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  957. this.ultraGridMx.Location = new System.Drawing.Point(0, 226);
  958. this.ultraGridMx.Name = "ultraGridMx";
  959. this.ultraGridMx.Size = new System.Drawing.Size(799, 185);
  960. this.ultraGridMx.TabIndex = 13;
  961. this.ultraGridMx.AfterRowActivate += new System.EventHandler(this.ultraGridMx_AfterRowActivate);
  962. //
  963. // dataSet1
  964. //
  965. this.dataSet1.DataSetName = "NewDataSet";
  966. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  967. this.dataTable1,
  968. this.dataTable2,
  969. this.dataTable3});
  970. //
  971. // dataTable1
  972. //
  973. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  974. this.dataColumn1,
  975. this.dataColumn2,
  976. this.dataColumn3,
  977. this.dataColumn4,
  978. this.dataColumn5,
  979. this.dataColumn6,
  980. this.dataColumn7,
  981. this.dataColumn8,
  982. this.dataColumn9,
  983. this.dataColumn10,
  984. this.dataColumn11,
  985. this.dataColumn12,
  986. this.dataColumn13});
  987. this.dataTable1.TableName = "Table1";
  988. //
  989. // dataColumn1
  990. //
  991. this.dataColumn1.Caption = "运输线路编码";
  992. this.dataColumn1.ColumnName = "TRANSIT_NO";
  993. //
  994. // dataColumn2
  995. //
  996. this.dataColumn2.Caption = "运输线路描述";
  997. this.dataColumn2.ColumnName = "TRANSIT_DESC";
  998. //
  999. // dataColumn3
  1000. //
  1001. this.dataColumn3.Caption = "始发地类型";
  1002. this.dataColumn3.ColumnName = "REGION_NO_B_TYP";
  1003. //
  1004. // dataColumn4
  1005. //
  1006. this.dataColumn4.Caption = "始发地";
  1007. this.dataColumn4.ColumnName = "REGION_NO_B";
  1008. //
  1009. // dataColumn5
  1010. //
  1011. this.dataColumn5.Caption = "终止地类型";
  1012. this.dataColumn5.ColumnName = "REGION_NO_E_TYP";
  1013. //
  1014. // dataColumn6
  1015. //
  1016. this.dataColumn6.Caption = "终止地";
  1017. this.dataColumn6.ColumnName = "REGION_NO_E";
  1018. //
  1019. // dataColumn7
  1020. //
  1021. this.dataColumn7.Caption = "有效标志";
  1022. this.dataColumn7.ColumnName = "VALIDFLAG";
  1023. //
  1024. // dataColumn8
  1025. //
  1026. this.dataColumn8.Caption = "创建人";
  1027. this.dataColumn8.ColumnName = "CREATE_NAME";
  1028. //
  1029. // dataColumn9
  1030. //
  1031. this.dataColumn9.Caption = "创建时间";
  1032. this.dataColumn9.ColumnName = "CREATE_TIME";
  1033. //
  1034. // dataColumn10
  1035. //
  1036. this.dataColumn10.Caption = "修改人";
  1037. this.dataColumn10.ColumnName = "UPDATE_NAME";
  1038. //
  1039. // dataColumn11
  1040. //
  1041. this.dataColumn11.Caption = "修改时间";
  1042. this.dataColumn11.ColumnName = "UPDATE_TIME";
  1043. //
  1044. // dataColumn12
  1045. //
  1046. this.dataColumn12.Caption = "删除人";
  1047. this.dataColumn12.ColumnName = "DELETE_NAME";
  1048. //
  1049. // dataColumn13
  1050. //
  1051. this.dataColumn13.Caption = "删除时间";
  1052. this.dataColumn13.ColumnName = "DELETE_TIME";
  1053. //
  1054. // dataTable2
  1055. //
  1056. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  1057. this.dataColumn14,
  1058. this.dataColumn15,
  1059. this.dataColumn16,
  1060. this.dataColumn17,
  1061. this.dataColumn21,
  1062. this.dataColumn22,
  1063. this.dataColumn23,
  1064. this.dataColumn24,
  1065. this.dataColumn25,
  1066. this.dataColumn26,
  1067. this.dataColumn27});
  1068. this.dataTable2.TableName = "Table2";
  1069. //
  1070. // dataColumn14
  1071. //
  1072. this.dataColumn14.Caption = "运输线路编码";
  1073. this.dataColumn14.ColumnName = "TRANSIT_NO";
  1074. //
  1075. // dataColumn15
  1076. //
  1077. this.dataColumn15.Caption = "路径方式编码";
  1078. this.dataColumn15.ColumnName = "MODE_NO";
  1079. //
  1080. // dataColumn16
  1081. //
  1082. this.dataColumn16.Caption = "方案说明";
  1083. this.dataColumn16.ColumnName = "MODE_DESC";
  1084. //
  1085. // dataColumn17
  1086. //
  1087. this.dataColumn17.Caption = "总运费";
  1088. this.dataColumn17.ColumnName = "TRANSIT_MNY";
  1089. //
  1090. // dataColumn21
  1091. //
  1092. this.dataColumn21.Caption = "有效标志";
  1093. this.dataColumn21.ColumnName = "VALIDFLAG";
  1094. //
  1095. // dataColumn22
  1096. //
  1097. this.dataColumn22.Caption = "创建人";
  1098. this.dataColumn22.ColumnName = "CREATE_NAME";
  1099. //
  1100. // dataColumn23
  1101. //
  1102. this.dataColumn23.Caption = "创建时间";
  1103. this.dataColumn23.ColumnName = "CREATE_TIME";
  1104. //
  1105. // dataColumn24
  1106. //
  1107. this.dataColumn24.Caption = "修改人";
  1108. this.dataColumn24.ColumnName = "UPDATE_NAME";
  1109. //
  1110. // dataColumn25
  1111. //
  1112. this.dataColumn25.Caption = "修改时间";
  1113. this.dataColumn25.ColumnName = "UPDATE_TIME";
  1114. //
  1115. // dataColumn26
  1116. //
  1117. this.dataColumn26.Caption = "删除人";
  1118. this.dataColumn26.ColumnName = "DELETE_NAME";
  1119. //
  1120. // dataColumn27
  1121. //
  1122. this.dataColumn27.Caption = "删除时间";
  1123. this.dataColumn27.ColumnName = "DELETE_TIME";
  1124. //
  1125. // dataTable3
  1126. //
  1127. this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
  1128. this.dataColumn18,
  1129. this.dataColumn19,
  1130. this.dataColumn20,
  1131. this.dataColumn28,
  1132. this.dataColumn29,
  1133. this.dataColumn30,
  1134. this.dataColumn31,
  1135. this.dataColumn32,
  1136. this.dataColumn33,
  1137. this.dataColumn34,
  1138. this.dataColumn35,
  1139. this.dataColumn36,
  1140. this.dataColumn37,
  1141. this.dataColumn38,
  1142. this.dataColumn39,
  1143. this.dataColumn40,
  1144. this.dataColumn41,
  1145. this.dataColumn42,
  1146. this.dataColumn43,
  1147. this.dataColumn44,
  1148. this.dataColumn45});
  1149. this.dataTable3.TableName = "Table3";
  1150. //
  1151. // dataColumn18
  1152. //
  1153. this.dataColumn18.Caption = "运输线路编码";
  1154. this.dataColumn18.ColumnName = "TRANSIT_NO";
  1155. //
  1156. // dataColumn19
  1157. //
  1158. this.dataColumn19.Caption = "路径方式编码";
  1159. this.dataColumn19.ColumnName = "MODE_NO";
  1160. //
  1161. // dataColumn20
  1162. //
  1163. this.dataColumn20.Caption = "运输方案";
  1164. this.dataColumn20.ColumnName = "MODE_DESC";
  1165. //
  1166. // dataColumn28
  1167. //
  1168. this.dataColumn28.Caption = "顺序号";
  1169. this.dataColumn28.ColumnName = "INDEX_SEQ";
  1170. //
  1171. // dataColumn29
  1172. //
  1173. this.dataColumn29.Caption = "是否代办";
  1174. this.dataColumn29.ColumnName = "AGENCY_FL";
  1175. //
  1176. // dataColumn30
  1177. //
  1178. this.dataColumn30.Caption = "运输方式";
  1179. this.dataColumn30.ColumnName = "TRANSIT_TYP";
  1180. //
  1181. // dataColumn31
  1182. //
  1183. this.dataColumn31.Caption = "始发地类型";
  1184. this.dataColumn31.ColumnName = "REGION_NO_B_TYP";
  1185. //
  1186. // dataColumn32
  1187. //
  1188. this.dataColumn32.Caption = "始发地";
  1189. this.dataColumn32.ColumnName = "REGION_NO_B";
  1190. //
  1191. // dataColumn33
  1192. //
  1193. this.dataColumn33.Caption = "终止地类型";
  1194. this.dataColumn33.ColumnName = "REGION_NO_E_TYP";
  1195. //
  1196. // dataColumn34
  1197. //
  1198. this.dataColumn34.Caption = "终止地";
  1199. this.dataColumn34.ColumnName = "REGION_NO_E";
  1200. //
  1201. // dataColumn35
  1202. //
  1203. this.dataColumn35.Caption = "专运线";
  1204. this.dataColumn35.ColumnName = "SPCL_LN_NO";
  1205. //
  1206. // dataColumn36
  1207. //
  1208. this.dataColumn36.Caption = "承运单位";
  1209. this.dataColumn36.ColumnName = "CARRIER_UNIT";
  1210. //
  1211. // dataColumn37
  1212. //
  1213. this.dataColumn37.Caption = "接货人";
  1214. this.dataColumn37.ColumnName = "RECEIVOR";
  1215. //
  1216. // dataColumn38
  1217. //
  1218. this.dataColumn38.Caption = "费用";
  1219. this.dataColumn38.ColumnName = "TRANSIT_LN_MNY";
  1220. //
  1221. // dataColumn39
  1222. //
  1223. this.dataColumn39.Caption = "有效标志";
  1224. this.dataColumn39.ColumnName = "VALIDFLAG";
  1225. //
  1226. // dataColumn40
  1227. //
  1228. this.dataColumn40.Caption = "创建人";
  1229. this.dataColumn40.ColumnName = "CREATE_NAME";
  1230. //
  1231. // dataColumn41
  1232. //
  1233. this.dataColumn41.Caption = "创建时间";
  1234. this.dataColumn41.ColumnName = "CREATE_TIME";
  1235. //
  1236. // dataColumn42
  1237. //
  1238. this.dataColumn42.Caption = "修改人";
  1239. this.dataColumn42.ColumnName = "UPDATE_NAME";
  1240. //
  1241. // dataColumn43
  1242. //
  1243. this.dataColumn43.Caption = "修改时间";
  1244. this.dataColumn43.ColumnName = "UPDATE_TIME";
  1245. //
  1246. // dataColumn44
  1247. //
  1248. this.dataColumn44.Caption = "删除人";
  1249. this.dataColumn44.ColumnName = "DELETE_NAME";
  1250. //
  1251. // dataColumn45
  1252. //
  1253. this.dataColumn45.Caption = "删除时间";
  1254. this.dataColumn45.ColumnName = "DELETE_TIME";
  1255. //
  1256. // ultraGridXl
  1257. //
  1258. this.ultraGridXl.DataMember = "Table1";
  1259. this.ultraGridXl.DataSource = this.dataSet1;
  1260. appearance1.BackColor = System.Drawing.SystemColors.Window;
  1261. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  1262. this.ultraGridXl.DisplayLayout.Appearance = appearance1;
  1263. this.ultraGridXl.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
  1264. ultraGridColumn12.Header.VisiblePosition = 0;
  1265. ultraGridColumn12.Hidden = true;
  1266. ultraGridColumn13.Header.VisiblePosition = 1;
  1267. ultraGridColumn13.Width = 127;
  1268. ultraGridColumn14.Header.VisiblePosition = 2;
  1269. ultraGridColumn14.Hidden = true;
  1270. ultraGridColumn15.Header.VisiblePosition = 3;
  1271. ultraGridColumn15.Width = 154;
  1272. ultraGridColumn16.Header.VisiblePosition = 4;
  1273. ultraGridColumn16.Hidden = true;
  1274. ultraGridColumn17.Header.VisiblePosition = 5;
  1275. ultraGridColumn17.Width = 133;
  1276. ultraGridColumn18.Header.VisiblePosition = 6;
  1277. ultraGridColumn18.Hidden = true;
  1278. ultraGridColumn18.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  1279. ultraGridColumn19.Header.VisiblePosition = 7;
  1280. ultraGridColumn19.Hidden = true;
  1281. ultraGridColumn20.Header.VisiblePosition = 8;
  1282. ultraGridColumn20.Hidden = true;
  1283. ultraGridColumn21.Header.VisiblePosition = 9;
  1284. ultraGridColumn21.Hidden = true;
  1285. ultraGridColumn22.Header.VisiblePosition = 10;
  1286. ultraGridColumn22.Hidden = true;
  1287. ultraGridColumn23.Header.VisiblePosition = 11;
  1288. ultraGridColumn23.Hidden = true;
  1289. ultraGridColumn24.Header.VisiblePosition = 12;
  1290. ultraGridColumn24.Hidden = true;
  1291. ultraGridBand2.Columns.AddRange(new object[] {
  1292. ultraGridColumn12,
  1293. ultraGridColumn13,
  1294. ultraGridColumn14,
  1295. ultraGridColumn15,
  1296. ultraGridColumn16,
  1297. ultraGridColumn17,
  1298. ultraGridColumn18,
  1299. ultraGridColumn19,
  1300. ultraGridColumn20,
  1301. ultraGridColumn21,
  1302. ultraGridColumn22,
  1303. ultraGridColumn23,
  1304. ultraGridColumn24});
  1305. ultraGridBand2.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  1306. ultraGridBand2.SummaryFooterCaption = "";
  1307. this.ultraGridXl.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  1308. this.ultraGridXl.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1309. this.ultraGridXl.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1310. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  1311. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1312. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1313. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  1314. this.ultraGridXl.DisplayLayout.GroupByBox.Appearance = appearance2;
  1315. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  1316. this.ultraGridXl.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  1317. this.ultraGridXl.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1318. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1319. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  1320. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1321. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  1322. this.ultraGridXl.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  1323. this.ultraGridXl.DisplayLayout.MaxColScrollRegions = 1;
  1324. this.ultraGridXl.DisplayLayout.MaxRowScrollRegions = 1;
  1325. appearance5.BackColor = System.Drawing.SystemColors.Window;
  1326. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  1327. this.ultraGridXl.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  1328. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  1329. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  1330. this.ultraGridXl.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  1331. this.ultraGridXl.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
  1332. this.ultraGridXl.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  1333. this.ultraGridXl.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1334. this.ultraGridXl.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1335. appearance7.BackColor = System.Drawing.SystemColors.Window;
  1336. this.ultraGridXl.DisplayLayout.Override.CardAreaAppearance = appearance7;
  1337. appearance8.BorderColor = System.Drawing.Color.Silver;
  1338. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1339. this.ultraGridXl.DisplayLayout.Override.CellAppearance = appearance8;
  1340. this.ultraGridXl.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1341. this.ultraGridXl.DisplayLayout.Override.CellPadding = 0;
  1342. this.ultraGridXl.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
  1343. appearance9.BackColor = System.Drawing.SystemColors.Control;
  1344. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1345. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1346. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1347. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  1348. this.ultraGridXl.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  1349. appearance10.TextHAlignAsString = "Left";
  1350. this.ultraGridXl.DisplayLayout.Override.HeaderAppearance = appearance10;
  1351. this.ultraGridXl.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1352. this.ultraGridXl.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1353. appearance11.BackColor = System.Drawing.SystemColors.Window;
  1354. appearance11.BorderColor = System.Drawing.Color.Silver;
  1355. this.ultraGridXl.DisplayLayout.Override.RowAppearance = appearance11;
  1356. this.ultraGridXl.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1357. this.ultraGridXl.DisplayLayout.Override.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.Bottom;
  1358. this.ultraGridXl.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1359. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  1360. this.ultraGridXl.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  1361. this.ultraGridXl.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  1362. this.ultraGridXl.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1363. this.ultraGridXl.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1364. this.ultraGridXl.Dock = System.Windows.Forms.DockStyle.Left;
  1365. this.ultraGridXl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1366. this.ultraGridXl.Location = new System.Drawing.Point(0, 78);
  1367. this.ultraGridXl.Name = "ultraGridXl";
  1368. this.ultraGridXl.Size = new System.Drawing.Size(416, 148);
  1369. this.ultraGridXl.TabIndex = 14;
  1370. this.ultraGridXl.AfterRowActivate += new System.EventHandler(this.ultraGridXl_AfterRowActivate);
  1371. //
  1372. // ultraGridFa
  1373. //
  1374. this.ultraGridFa.DataMember = "Table2";
  1375. this.ultraGridFa.DataSource = this.dataSet1;
  1376. appearance13.BackColor = System.Drawing.SystemColors.Window;
  1377. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  1378. this.ultraGridFa.DisplayLayout.Appearance = appearance13;
  1379. this.ultraGridFa.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
  1380. ultraGridColumn1.Header.VisiblePosition = 0;
  1381. ultraGridColumn1.Hidden = true;
  1382. ultraGridColumn2.Header.VisiblePosition = 1;
  1383. ultraGridColumn2.Hidden = true;
  1384. ultraGridColumn3.Header.VisiblePosition = 2;
  1385. ultraGridColumn3.Width = 170;
  1386. ultraGridColumn4.Header.VisiblePosition = 3;
  1387. ultraGridColumn4.Width = 211;
  1388. ultraGridColumn5.Header.VisiblePosition = 4;
  1389. ultraGridColumn5.Hidden = true;
  1390. ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  1391. ultraGridColumn6.Header.VisiblePosition = 5;
  1392. ultraGridColumn6.Hidden = true;
  1393. ultraGridColumn7.Header.VisiblePosition = 6;
  1394. ultraGridColumn7.Hidden = true;
  1395. ultraGridColumn8.Header.VisiblePosition = 7;
  1396. ultraGridColumn8.Hidden = true;
  1397. ultraGridColumn9.Header.VisiblePosition = 8;
  1398. ultraGridColumn9.Hidden = true;
  1399. ultraGridColumn10.Header.VisiblePosition = 9;
  1400. ultraGridColumn10.Hidden = true;
  1401. ultraGridColumn11.Header.VisiblePosition = 10;
  1402. ultraGridColumn11.Hidden = true;
  1403. ultraGridBand1.Columns.AddRange(new object[] {
  1404. ultraGridColumn1,
  1405. ultraGridColumn2,
  1406. ultraGridColumn3,
  1407. ultraGridColumn4,
  1408. ultraGridColumn5,
  1409. ultraGridColumn6,
  1410. ultraGridColumn7,
  1411. ultraGridColumn8,
  1412. ultraGridColumn9,
  1413. ultraGridColumn10,
  1414. ultraGridColumn11});
  1415. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  1416. ultraGridBand1.SummaryFooterCaption = "";
  1417. this.ultraGridFa.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  1418. this.ultraGridFa.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1419. this.ultraGridFa.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1420. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  1421. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1422. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1423. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  1424. this.ultraGridFa.DisplayLayout.GroupByBox.Appearance = appearance14;
  1425. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  1426. this.ultraGridFa.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  1427. this.ultraGridFa.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1428. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1429. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  1430. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1431. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  1432. this.ultraGridFa.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  1433. this.ultraGridFa.DisplayLayout.MaxColScrollRegions = 1;
  1434. this.ultraGridFa.DisplayLayout.MaxRowScrollRegions = 1;
  1435. appearance17.BackColor = System.Drawing.SystemColors.Window;
  1436. appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
  1437. this.ultraGridFa.DisplayLayout.Override.ActiveCellAppearance = appearance17;
  1438. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  1439. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  1440. this.ultraGridFa.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  1441. this.ultraGridFa.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
  1442. this.ultraGridFa.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  1443. this.ultraGridFa.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1444. this.ultraGridFa.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1445. appearance19.BackColor = System.Drawing.SystemColors.Window;
  1446. this.ultraGridFa.DisplayLayout.Override.CardAreaAppearance = appearance19;
  1447. appearance20.BorderColor = System.Drawing.Color.Silver;
  1448. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1449. this.ultraGridFa.DisplayLayout.Override.CellAppearance = appearance20;
  1450. this.ultraGridFa.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1451. this.ultraGridFa.DisplayLayout.Override.CellPadding = 0;
  1452. this.ultraGridFa.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
  1453. appearance21.BackColor = System.Drawing.SystemColors.Control;
  1454. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1455. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1456. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1457. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  1458. this.ultraGridFa.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  1459. appearance22.TextHAlignAsString = "Left";
  1460. this.ultraGridFa.DisplayLayout.Override.HeaderAppearance = appearance22;
  1461. this.ultraGridFa.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1462. this.ultraGridFa.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1463. appearance23.BackColor = System.Drawing.SystemColors.Window;
  1464. appearance23.BorderColor = System.Drawing.Color.Silver;
  1465. this.ultraGridFa.DisplayLayout.Override.RowAppearance = appearance23;
  1466. this.ultraGridFa.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1467. this.ultraGridFa.DisplayLayout.Override.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.Bottom;
  1468. this.ultraGridFa.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1469. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  1470. this.ultraGridFa.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  1471. this.ultraGridFa.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  1472. this.ultraGridFa.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1473. this.ultraGridFa.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1474. this.ultraGridFa.Dock = System.Windows.Forms.DockStyle.Fill;
  1475. this.ultraGridFa.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1476. this.ultraGridFa.Location = new System.Drawing.Point(416, 78);
  1477. this.ultraGridFa.Name = "ultraGridFa";
  1478. this.ultraGridFa.Size = new System.Drawing.Size(383, 148);
  1479. this.ultraGridFa.TabIndex = 19;
  1480. this.ultraGridFa.AfterRowActivate += new System.EventHandler(this.ultraGridFa_AfterRowActivate);
  1481. //
  1482. // frmTransitLine
  1483. //
  1484. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1485. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1486. this.ClientSize = new System.Drawing.Size(799, 548);
  1487. this.Controls.Add(this.ultraGridFa);
  1488. this.Controls.Add(this.ultraGridXl);
  1489. this.Controls.Add(this.ultraGridMx);
  1490. this.Controls.Add(this.ultraTabControl1);
  1491. this.Controls.Add(this.ultraGroupBox1);
  1492. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Left);
  1493. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Right);
  1494. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Top);
  1495. this.Controls.Add(this._Form1_Toolbars_Dock_Area_Bottom);
  1496. this.Name = "frmTransitLine";
  1497. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  1498. this.Text = "运输线路信息管理";
  1499. this.Load += new System.EventHandler(this.frmTransitLine_Load);
  1500. this.ultraTabPageControl1.ResumeLayout(false);
  1501. this.panel1.ResumeLayout(false);
  1502. this.panel1.PerformLayout();
  1503. ((System.ComponentModel.ISupportInitialize)(this.utxtEditZz)).EndInit();
  1504. ((System.ComponentModel.ISupportInitialize)(this.utxtEditSf)).EndInit();
  1505. ((System.ComponentModel.ISupportInitialize)(this.cmbZZType)).EndInit();
  1506. ((System.ComponentModel.ISupportInitialize)(this.cmbSfType)).EndInit();
  1507. this.ultraTabPageControl2.ResumeLayout(false);
  1508. this.panel2.ResumeLayout(false);
  1509. this.panel2.PerformLayout();
  1510. ((System.ComponentModel.ISupportInitialize)(this.utxtModeDesc)).EndInit();
  1511. ((System.ComponentModel.ISupportInitialize)(this.utxtTransitDesc)).EndInit();
  1512. this.ultraTabPageControl3.ResumeLayout(false);
  1513. this.panel3.ResumeLayout(false);
  1514. this.panel3.PerformLayout();
  1515. ((System.ComponentModel.ISupportInitialize)(this.cmbZzmxType)).EndInit();
  1516. ((System.ComponentModel.ISupportInitialize)(this.cmbZy)).EndInit();
  1517. ((System.ComponentModel.ISupportInitialize)(this.cmbCydw)).EndInit();
  1518. ((System.ComponentModel.ISupportInitialize)(this.cmbYsfs)).EndInit();
  1519. ((System.ComponentModel.ISupportInitialize)(this.cmbIsD)).EndInit();
  1520. ((System.ComponentModel.ISupportInitialize)(this.cmbSfmxType)).EndInit();
  1521. ((System.ComponentModel.ISupportInitialize)(this.uNumericFy)).EndInit();
  1522. ((System.ComponentModel.ISupportInitialize)(this.utxtJhr)).EndInit();
  1523. ((System.ComponentModel.ISupportInitialize)(this.utxtZzmx)).EndInit();
  1524. ((System.ComponentModel.ISupportInitialize)(this.utxtSfmx)).EndInit();
  1525. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  1526. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1527. this.ultraGroupBox1.ResumeLayout(false);
  1528. this.ultraGroupBox1.PerformLayout();
  1529. ((System.ComponentModel.ISupportInitialize)(this.chkMdd)).EndInit();
  1530. ((System.ComponentModel.ISupportInitialize)(this.txtMdTitle)).EndInit();
  1531. ((System.ComponentModel.ISupportInitialize)(this.txtQsTitle)).EndInit();
  1532. ((System.ComponentModel.ISupportInitialize)(this.chkQsd)).EndInit();
  1533. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  1534. this.ultraTabControl1.ResumeLayout(false);
  1535. ((System.ComponentModel.ISupportInitialize)(this.ultraGridMx)).EndInit();
  1536. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1537. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1538. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1539. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  1540. ((System.ComponentModel.ISupportInitialize)(this.ultraGridXl)).EndInit();
  1541. ((System.ComponentModel.ISupportInitialize)(this.ultraGridFa)).EndInit();
  1542. this.ResumeLayout(false);
  1543. }
  1544. #endregion
  1545. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  1546. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Left;
  1547. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Right;
  1548. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Top;
  1549. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Bottom;
  1550. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1551. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkMdd;
  1552. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtQsTitle;
  1553. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkQsd;
  1554. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  1555. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  1556. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  1557. private System.Windows.Forms.Panel panel1;
  1558. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbSfType;
  1559. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  1560. private System.Windows.Forms.Panel panel2;
  1561. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridXl;
  1562. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridMx;
  1563. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridFa;
  1564. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl3;
  1565. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMdTitle;
  1566. private System.Data.DataSet dataSet1;
  1567. private System.Data.DataTable dataTable1;
  1568. private System.Data.DataColumn dataColumn1;
  1569. private System.Data.DataColumn dataColumn2;
  1570. private System.Data.DataColumn dataColumn3;
  1571. private System.Data.DataColumn dataColumn4;
  1572. private System.Data.DataColumn dataColumn5;
  1573. private System.Data.DataColumn dataColumn6;
  1574. private System.Data.DataColumn dataColumn7;
  1575. private System.Data.DataColumn dataColumn8;
  1576. private System.Data.DataColumn dataColumn9;
  1577. private System.Data.DataColumn dataColumn10;
  1578. private System.Data.DataColumn dataColumn11;
  1579. private System.Data.DataColumn dataColumn12;
  1580. private System.Data.DataColumn dataColumn13;
  1581. private System.Data.DataTable dataTable2;
  1582. private System.Data.DataColumn dataColumn14;
  1583. private System.Data.DataColumn dataColumn15;
  1584. private System.Data.DataColumn dataColumn16;
  1585. private System.Data.DataColumn dataColumn17;
  1586. private System.Data.DataColumn dataColumn21;
  1587. private System.Data.DataColumn dataColumn22;
  1588. private System.Data.DataColumn dataColumn23;
  1589. private System.Data.DataColumn dataColumn24;
  1590. private System.Data.DataColumn dataColumn25;
  1591. private System.Data.DataColumn dataColumn26;
  1592. private System.Data.DataColumn dataColumn27;
  1593. private System.Data.DataTable dataTable3;
  1594. private System.Data.DataColumn dataColumn18;
  1595. private System.Data.DataColumn dataColumn19;
  1596. private System.Data.DataColumn dataColumn20;
  1597. private System.Data.DataColumn dataColumn28;
  1598. private System.Data.DataColumn dataColumn29;
  1599. private System.Data.DataColumn dataColumn30;
  1600. private System.Data.DataColumn dataColumn31;
  1601. private System.Data.DataColumn dataColumn32;
  1602. private System.Data.DataColumn dataColumn33;
  1603. private System.Data.DataColumn dataColumn34;
  1604. private System.Data.DataColumn dataColumn35;
  1605. private System.Data.DataColumn dataColumn36;
  1606. private System.Data.DataColumn dataColumn37;
  1607. private System.Data.DataColumn dataColumn38;
  1608. private System.Data.DataColumn dataColumn39;
  1609. private System.Data.DataColumn dataColumn40;
  1610. private System.Data.DataColumn dataColumn41;
  1611. private System.Data.DataColumn dataColumn42;
  1612. private System.Data.DataColumn dataColumn43;
  1613. private System.Data.DataColumn dataColumn44;
  1614. private System.Data.DataColumn dataColumn45;
  1615. private Infragistics.Win.UltraWinEditors.UltraTextEditor utxtEditZz;
  1616. private Infragistics.Win.UltraWinEditors.UltraTextEditor utxtEditSf;
  1617. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  1618. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  1619. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbZZType;
  1620. private Infragistics.Win.UltraWinEditors.UltraTextEditor utxtModeDesc;
  1621. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  1622. private Infragistics.Win.UltraWinEditors.UltraTextEditor utxtTransitDesc;
  1623. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1624. private System.Windows.Forms.Panel panel3;
  1625. private Infragistics.Win.UltraWinEditors.UltraNumericEditor uNumericFy;
  1626. private Infragistics.Win.Misc.UltraLabel ultraLabel12;
  1627. private Infragistics.Win.UltraWinEditors.UltraTextEditor utxtJhr;
  1628. private Infragistics.Win.Misc.UltraLabel ultraLabel11;
  1629. private Infragistics.Win.Misc.UltraLabel ultraLabel10;
  1630. private Infragistics.Win.Misc.UltraLabel ultraLabel9;
  1631. private Infragistics.Win.Misc.UltraLabel labelDesc;
  1632. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  1633. private Infragistics.Win.UltraWinEditors.UltraTextEditor utxtZzmx;
  1634. private Infragistics.Win.UltraWinEditors.UltraTextEditor utxtSfmx;
  1635. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1636. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  1637. private Infragistics.Win.Misc.UltraLabel ultraLabel13;
  1638. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbSfmxType;
  1639. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbZzmxType;
  1640. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbIsD;
  1641. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbZy;
  1642. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbYsfs;
  1643. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCydw;
  1644. }
  1645. }