| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651 |
- namespace Core.StlMes.Client.SaleOrder
- {
- partial class frmTransitLine
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
- Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
- Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.UltraWinEditors.EditorButton editorButton3 = new Infragistics.Win.UltraWinEditors.EditorButton();
- Infragistics.Win.UltraWinEditors.EditorButton editorButton4 = new Infragistics.Win.UltraWinEditors.EditorButton();
- Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doAdd");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doUpdate");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doDelete");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doRecovery");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doOk");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClose");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doAdd");
- Infragistics.Win.Appearance appearance72 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doDelete");
- Infragistics.Win.Appearance appearance74 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doUpdate");
- Infragistics.Win.Appearance appearance73 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery");
- Infragistics.Win.Appearance appearance71 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTransitLine));
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClose");
- Infragistics.Win.Appearance appearance76 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doRecovery");
- Infragistics.Win.Appearance appearance75 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doOk");
- Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool17 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doLase");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool18 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doNext");
- Infragistics.Win.Appearance appearance110 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinTabControl.UltraTab ultraTab7 = new Infragistics.Win.UltraWinTabControl.UltraTab();
- Infragistics.Win.UltraWinTabControl.UltraTab ultraTab8 = new Infragistics.Win.UltraWinTabControl.UltraTab();
- Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
- Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table3", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANSIT_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MODE_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MODE_DESC");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INDEX_SEQ");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AGENCY_FL");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANSIT_TYP");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO_B_TYP");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO_B");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO_E_TYP");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO_E");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SPCL_LN_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CARRIER_UNIT");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RECEIVOR");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANSIT_LN_MNY");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn43 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn44 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn45 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
- Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANSIT_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANSIT_DESC");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO_B_TYP");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO_B");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO_E_TYP");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REGION_NO_E");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANSIT_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MODE_NO");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MODE_DESC");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("TRANSIT_MNY");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
- Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
- this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
- this.panel1 = new System.Windows.Forms.Panel();
- this.utxtEditZz = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.utxtEditSf = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
- this.cmbZZType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.cmbSfType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
- this.panel2 = new System.Windows.Forms.Panel();
- this.utxtModeDesc = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
- this.utxtTransitDesc = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraTabPageControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
- this.panel3 = new System.Windows.Forms.Panel();
- this.cmbZzmxType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.cmbZy = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.cmbCydw = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.cmbYsfs = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.cmbIsD = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.cmbSfmxType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.uNumericFy = new Infragistics.Win.UltraWinEditors.UltraNumericEditor();
- this.ultraLabel12 = new Infragistics.Win.Misc.UltraLabel();
- this.utxtJhr = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel11 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel10 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel9 = new Infragistics.Win.Misc.UltraLabel();
- this.labelDesc = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
- this.utxtZzmx = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.utxtSfmx = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel13 = new Infragistics.Win.Misc.UltraLabel();
- this._Form1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
- this._Form1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._Form1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._Form1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.chkMdd = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.txtMdTitle = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txtQsTitle = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.chkQsd = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
- this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
- this.ultraGridMx = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.dataSet1 = new System.Data.DataSet();
- this.dataTable1 = new System.Data.DataTable();
- this.dataColumn1 = new System.Data.DataColumn();
- this.dataColumn2 = new System.Data.DataColumn();
- this.dataColumn3 = new System.Data.DataColumn();
- this.dataColumn4 = new System.Data.DataColumn();
- this.dataColumn5 = new System.Data.DataColumn();
- this.dataColumn6 = new System.Data.DataColumn();
- this.dataColumn7 = new System.Data.DataColumn();
- this.dataColumn8 = new System.Data.DataColumn();
- this.dataColumn9 = new System.Data.DataColumn();
- this.dataColumn10 = new System.Data.DataColumn();
- this.dataColumn11 = new System.Data.DataColumn();
- this.dataColumn12 = new System.Data.DataColumn();
- this.dataColumn13 = new System.Data.DataColumn();
- this.dataTable2 = new System.Data.DataTable();
- this.dataColumn14 = new System.Data.DataColumn();
- this.dataColumn15 = new System.Data.DataColumn();
- this.dataColumn16 = new System.Data.DataColumn();
- this.dataColumn17 = new System.Data.DataColumn();
- this.dataColumn21 = new System.Data.DataColumn();
- this.dataColumn22 = new System.Data.DataColumn();
- this.dataColumn23 = new System.Data.DataColumn();
- this.dataColumn24 = new System.Data.DataColumn();
- this.dataColumn25 = new System.Data.DataColumn();
- this.dataColumn26 = new System.Data.DataColumn();
- this.dataColumn27 = new System.Data.DataColumn();
- this.dataTable3 = new System.Data.DataTable();
- this.dataColumn18 = new System.Data.DataColumn();
- this.dataColumn19 = new System.Data.DataColumn();
- this.dataColumn20 = new System.Data.DataColumn();
- this.dataColumn28 = new System.Data.DataColumn();
- this.dataColumn29 = new System.Data.DataColumn();
- this.dataColumn30 = new System.Data.DataColumn();
- this.dataColumn31 = new System.Data.DataColumn();
- this.dataColumn32 = new System.Data.DataColumn();
- this.dataColumn33 = new System.Data.DataColumn();
- this.dataColumn34 = new System.Data.DataColumn();
- this.dataColumn35 = new System.Data.DataColumn();
- this.dataColumn36 = new System.Data.DataColumn();
- this.dataColumn37 = new System.Data.DataColumn();
- this.dataColumn38 = new System.Data.DataColumn();
- this.dataColumn39 = new System.Data.DataColumn();
- this.dataColumn40 = new System.Data.DataColumn();
- this.dataColumn41 = new System.Data.DataColumn();
- this.dataColumn42 = new System.Data.DataColumn();
- this.dataColumn43 = new System.Data.DataColumn();
- this.dataColumn44 = new System.Data.DataColumn();
- this.dataColumn45 = new System.Data.DataColumn();
- this.ultraGridXl = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraGridFa = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraTabPageControl1.SuspendLayout();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.utxtEditZz)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.utxtEditSf)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbZZType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSfType)).BeginInit();
- this.ultraTabPageControl2.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.utxtModeDesc)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.utxtTransitDesc)).BeginInit();
- this.ultraTabPageControl3.SuspendLayout();
- this.panel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbZzmxType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbZy)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbCydw)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbYsfs)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbIsD)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSfmxType)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uNumericFy)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.utxtJhr)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.utxtZzmx)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.utxtSfmx)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.chkMdd)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtMdTitle)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtQsTitle)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkQsd)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
- this.ultraTabControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridMx)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridXl)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridFa)).BeginInit();
- this.SuspendLayout();
- //
- // ultraTabPageControl1
- //
- this.ultraTabPageControl1.Controls.Add(this.panel1);
- this.ultraTabPageControl1.Location = new System.Drawing.Point(2, 21);
- this.ultraTabPageControl1.Name = "ultraTabPageControl1";
- this.ultraTabPageControl1.Size = new System.Drawing.Size(795, 114);
- //
- // panel1
- //
- this.panel1.Controls.Add(this.utxtEditZz);
- this.panel1.Controls.Add(this.utxtEditSf);
- this.panel1.Controls.Add(this.ultraLabel4);
- this.panel1.Controls.Add(this.ultraLabel5);
- this.panel1.Controls.Add(this.cmbZZType);
- this.panel1.Controls.Add(this.cmbSfType);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(795, 114);
- this.panel1.TabIndex = 0;
- //
- // utxtEditZz
- //
- editorButton1.Text = "?";
- this.utxtEditZz.ButtonsRight.Add(editorButton1);
- this.utxtEditZz.Location = new System.Drawing.Point(161, 43);
- this.utxtEditZz.Name = "utxtEditZz";
- this.utxtEditZz.ReadOnly = true;
- this.utxtEditZz.Size = new System.Drawing.Size(167, 21);
- this.utxtEditZz.TabIndex = 94;
- this.utxtEditZz.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.utxtEditZz_EditorButtonClick);
- //
- // utxtEditSf
- //
- editorButton2.Text = "?";
- this.utxtEditSf.ButtonsRight.Add(editorButton2);
- this.utxtEditSf.Location = new System.Drawing.Point(161, 19);
- this.utxtEditSf.Name = "utxtEditSf";
- this.utxtEditSf.ReadOnly = true;
- this.utxtEditSf.Size = new System.Drawing.Size(167, 21);
- this.utxtEditSf.TabIndex = 92;
- this.utxtEditSf.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.utxtEditSf_EditorButtonClick);
- //
- // ultraLabel4
- //
- this.ultraLabel4.AutoSize = true;
- this.ultraLabel4.Location = new System.Drawing.Point(17, 46);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(42, 16);
- this.ultraLabel4.TabIndex = 91;
- this.ultraLabel4.Text = "终止地";
- //
- // ultraLabel5
- //
- this.ultraLabel5.AutoSize = true;
- this.ultraLabel5.Location = new System.Drawing.Point(17, 23);
- this.ultraLabel5.Name = "ultraLabel5";
- this.ultraLabel5.Size = new System.Drawing.Size(42, 16);
- this.ultraLabel5.TabIndex = 89;
- this.ultraLabel5.Text = "始发地";
- //
- // cmbZZType
- //
- this.cmbZZType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbZZType.Location = new System.Drawing.Point(60, 43);
- this.cmbZZType.Name = "cmbZZType";
- this.cmbZZType.Size = new System.Drawing.Size(95, 21);
- this.cmbZZType.TabIndex = 41;
- this.cmbZZType.ValueChanged += new System.EventHandler(this.cmbZZType_ValueChanged);
- //
- // cmbSfType
- //
- this.cmbSfType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbSfType.Location = new System.Drawing.Point(60, 19);
- this.cmbSfType.Name = "cmbSfType";
- this.cmbSfType.Size = new System.Drawing.Size(95, 21);
- this.cmbSfType.TabIndex = 41;
- this.cmbSfType.ValueChanged += new System.EventHandler(this.cmbSfType_ValueChanged);
- //
- // ultraTabPageControl2
- //
- this.ultraTabPageControl2.Controls.Add(this.panel2);
- this.ultraTabPageControl2.Location = new System.Drawing.Point(-10000, -10000);
- this.ultraTabPageControl2.Name = "ultraTabPageControl2";
- this.ultraTabPageControl2.Size = new System.Drawing.Size(795, 114);
- //
- // panel2
- //
- this.panel2.Controls.Add(this.utxtModeDesc);
- this.panel2.Controls.Add(this.ultraLabel3);
- this.panel2.Controls.Add(this.utxtTransitDesc);
- this.panel2.Controls.Add(this.ultraLabel1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(795, 114);
- this.panel2.TabIndex = 0;
- //
- // utxtModeDesc
- //
- this.utxtModeDesc.Location = new System.Drawing.Point(74, 41);
- this.utxtModeDesc.Name = "utxtModeDesc";
- this.utxtModeDesc.Size = new System.Drawing.Size(328, 21);
- this.utxtModeDesc.TabIndex = 87;
- //
- // ultraLabel3
- //
- this.ultraLabel3.AutoSize = true;
- this.ultraLabel3.Location = new System.Drawing.Point(18, 45);
- this.ultraLabel3.Name = "ultraLabel3";
- this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel3.TabIndex = 86;
- this.ultraLabel3.Text = "方案说明";
- //
- // utxtTransitDesc
- //
- this.utxtTransitDesc.Location = new System.Drawing.Point(74, 17);
- this.utxtTransitDesc.Name = "utxtTransitDesc";
- this.utxtTransitDesc.ReadOnly = true;
- this.utxtTransitDesc.Size = new System.Drawing.Size(328, 21);
- this.utxtTransitDesc.TabIndex = 85;
- //
- // ultraLabel1
- //
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Location = new System.Drawing.Point(19, 21);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel1.TabIndex = 84;
- this.ultraLabel1.Text = "线路描述";
- //
- // ultraTabPageControl3
- //
- this.ultraTabPageControl3.Controls.Add(this.panel3);
- this.ultraTabPageControl3.Location = new System.Drawing.Point(-10000, -10000);
- this.ultraTabPageControl3.Name = "ultraTabPageControl3";
- this.ultraTabPageControl3.Size = new System.Drawing.Size(795, 114);
- //
- // panel3
- //
- this.panel3.Controls.Add(this.cmbZzmxType);
- this.panel3.Controls.Add(this.cmbZy);
- this.panel3.Controls.Add(this.cmbCydw);
- this.panel3.Controls.Add(this.cmbYsfs);
- this.panel3.Controls.Add(this.cmbIsD);
- this.panel3.Controls.Add(this.cmbSfmxType);
- this.panel3.Controls.Add(this.uNumericFy);
- this.panel3.Controls.Add(this.ultraLabel12);
- this.panel3.Controls.Add(this.utxtJhr);
- this.panel3.Controls.Add(this.ultraLabel11);
- this.panel3.Controls.Add(this.ultraLabel10);
- this.panel3.Controls.Add(this.ultraLabel9);
- this.panel3.Controls.Add(this.labelDesc);
- this.panel3.Controls.Add(this.ultraLabel7);
- this.panel3.Controls.Add(this.utxtZzmx);
- this.panel3.Controls.Add(this.utxtSfmx);
- this.panel3.Controls.Add(this.ultraLabel2);
- this.panel3.Controls.Add(this.ultraLabel6);
- this.panel3.Controls.Add(this.ultraLabel13);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(0, 0);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(795, 114);
- this.panel3.TabIndex = 1;
- //
- // cmbZzmxType
- //
- this.cmbZzmxType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbZzmxType.Location = new System.Drawing.Point(59, 58);
- this.cmbZzmxType.Name = "cmbZzmxType";
- this.cmbZzmxType.Size = new System.Drawing.Size(110, 21);
- this.cmbZzmxType.TabIndex = 116;
- this.cmbZzmxType.ValueChanged += new System.EventHandler(this.cmbZzmxType_ValueChanged);
- //
- // cmbZy
- //
- this.cmbZy.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbZy.Location = new System.Drawing.Point(405, 33);
- this.cmbZy.Name = "cmbZy";
- this.cmbZy.Size = new System.Drawing.Size(96, 21);
- this.cmbZy.TabIndex = 116;
- //
- // cmbCydw
- //
- this.cmbCydw.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbCydw.Location = new System.Drawing.Point(567, 33);
- this.cmbCydw.Name = "cmbCydw";
- this.cmbCydw.Size = new System.Drawing.Size(96, 21);
- this.cmbCydw.TabIndex = 116;
- //
- // cmbYsfs
- //
- this.cmbYsfs.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbYsfs.Location = new System.Drawing.Point(567, 7);
- this.cmbYsfs.Name = "cmbYsfs";
- this.cmbYsfs.Size = new System.Drawing.Size(96, 21);
- this.cmbYsfs.TabIndex = 116;
- //
- // cmbIsD
- //
- this.cmbIsD.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- valueListItem1.DataValue = "1";
- valueListItem1.DisplayText = "是";
- valueListItem2.DataValue = "0";
- valueListItem2.DisplayText = "否";
- this.cmbIsD.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem1,
- valueListItem2});
- this.cmbIsD.Location = new System.Drawing.Point(405, 8);
- this.cmbIsD.Name = "cmbIsD";
- this.cmbIsD.Size = new System.Drawing.Size(96, 21);
- this.cmbIsD.TabIndex = 116;
- //
- // cmbSfmxType
- //
- this.cmbSfmxType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.cmbSfmxType.Location = new System.Drawing.Point(59, 34);
- this.cmbSfmxType.Name = "cmbSfmxType";
- this.cmbSfmxType.Size = new System.Drawing.Size(110, 21);
- this.cmbSfmxType.TabIndex = 116;
- this.cmbSfmxType.ValueChanged += new System.EventHandler(this.cmbSfmxType_ValueChanged);
- //
- // uNumericFy
- //
- this.uNumericFy.Location = new System.Drawing.Point(567, 57);
- this.uNumericFy.MaskInput = "nnnnn.nnn";
- this.uNumericFy.Name = "uNumericFy";
- this.uNumericFy.NumericType = Infragistics.Win.UltraWinEditors.NumericType.Double;
- this.uNumericFy.Size = new System.Drawing.Size(96, 21);
- this.uNumericFy.TabIndex = 115;
- //
- // ultraLabel12
- //
- this.ultraLabel12.AutoSize = true;
- this.ultraLabel12.Location = new System.Drawing.Point(539, 62);
- this.ultraLabel12.Name = "ultraLabel12";
- this.ultraLabel12.Size = new System.Drawing.Size(29, 16);
- this.ultraLabel12.TabIndex = 114;
- this.ultraLabel12.Text = "费用";
- //
- // utxtJhr
- //
- this.utxtJhr.Location = new System.Drawing.Point(405, 58);
- this.utxtJhr.Name = "utxtJhr";
- this.utxtJhr.Size = new System.Drawing.Size(96, 21);
- this.utxtJhr.TabIndex = 113;
- //
- // ultraLabel11
- //
- this.ultraLabel11.AutoSize = true;
- this.ultraLabel11.Location = new System.Drawing.Point(361, 61);
- this.ultraLabel11.Name = "ultraLabel11";
- this.ultraLabel11.Size = new System.Drawing.Size(42, 16);
- this.ultraLabel11.TabIndex = 112;
- this.ultraLabel11.Text = "接货人";
- //
- // ultraLabel10
- //
- this.ultraLabel10.AutoSize = true;
- this.ultraLabel10.Location = new System.Drawing.Point(350, 13);
- this.ultraLabel10.Name = "ultraLabel10";
- this.ultraLabel10.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel10.TabIndex = 110;
- this.ultraLabel10.Text = "是否代办";
- //
- // ultraLabel9
- //
- this.ultraLabel9.AutoSize = true;
- this.ultraLabel9.Location = new System.Drawing.Point(514, 37);
- this.ultraLabel9.Name = "ultraLabel9";
- this.ultraLabel9.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel9.TabIndex = 108;
- this.ultraLabel9.Text = "承运单位";
- //
- // labelDesc
- //
- this.labelDesc.Location = new System.Drawing.Point(18, 15);
- this.labelDesc.Name = "labelDesc";
- this.labelDesc.Size = new System.Drawing.Size(319, 16);
- this.labelDesc.TabIndex = 107;
- this.labelDesc.Text = "对线路及方案进行描述";
- //
- // ultraLabel7
- //
- this.ultraLabel7.AutoSize = true;
- this.ultraLabel7.Location = new System.Drawing.Point(360, 37);
- this.ultraLabel7.Name = "ultraLabel7";
- this.ultraLabel7.Size = new System.Drawing.Size(42, 16);
- this.ultraLabel7.TabIndex = 105;
- this.ultraLabel7.Text = "专用线";
- //
- // utxtZzmx
- //
- editorButton3.Text = "?";
- this.utxtZzmx.ButtonsRight.Add(editorButton3);
- this.utxtZzmx.Location = new System.Drawing.Point(172, 58);
- this.utxtZzmx.Name = "utxtZzmx";
- this.utxtZzmx.ReadOnly = true;
- this.utxtZzmx.Size = new System.Drawing.Size(167, 21);
- this.utxtZzmx.TabIndex = 104;
- this.utxtZzmx.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.utxtZzmx_EditorButtonClick);
- //
- // utxtSfmx
- //
- editorButton4.Text = "?";
- this.utxtSfmx.ButtonsRight.Add(editorButton4);
- this.utxtSfmx.Location = new System.Drawing.Point(172, 34);
- this.utxtSfmx.Name = "utxtSfmx";
- this.utxtSfmx.ReadOnly = true;
- this.utxtSfmx.Size = new System.Drawing.Size(167, 21);
- this.utxtSfmx.TabIndex = 102;
- this.utxtSfmx.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.utxtSfmx_EditorButtonClick);
- //
- // ultraLabel2
- //
- this.ultraLabel2.AutoSize = true;
- this.ultraLabel2.Location = new System.Drawing.Point(18, 62);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(42, 16);
- this.ultraLabel2.TabIndex = 101;
- this.ultraLabel2.Text = "终止地";
- //
- // ultraLabel6
- //
- this.ultraLabel6.AutoSize = true;
- this.ultraLabel6.Location = new System.Drawing.Point(19, 38);
- this.ultraLabel6.Name = "ultraLabel6";
- this.ultraLabel6.Size = new System.Drawing.Size(42, 16);
- this.ultraLabel6.TabIndex = 99;
- this.ultraLabel6.Text = "始发地";
- //
- // ultraLabel13
- //
- this.ultraLabel13.AutoSize = true;
- this.ultraLabel13.Location = new System.Drawing.Point(514, 11);
- this.ultraLabel13.Name = "ultraLabel13";
- this.ultraLabel13.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel13.TabIndex = 97;
- this.ultraLabel13.Text = "运输方式";
- //
- // _Form1_Toolbars_Dock_Area_Top
- //
- this._Form1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._Form1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
- this._Form1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
- this._Form1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
- this._Form1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
- this._Form1_Toolbars_Dock_Area_Top.Name = "_Form1_Toolbars_Dock_Area_Top";
- this._Form1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(799, 25);
- this._Form1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // ultraToolbarsManager1
- //
- this.ultraToolbarsManager1.DesignerFlags = 1;
- this.ultraToolbarsManager1.DockWithinContainer = this;
- this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
- this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
- ultraToolbar1.DockedColumn = 0;
- ultraToolbar1.DockedRow = 0;
- buttonTool2.InstanceProps.IsFirstInGroup = true;
- buttonTool1.InstanceProps.IsFirstInGroup = true;
- buttonTool11.InstanceProps.IsFirstInGroup = true;
- buttonTool13.InstanceProps.IsFirstInGroup = true;
- buttonTool14.InstanceProps.IsFirstInGroup = true;
- buttonTool5.InstanceProps.IsFirstInGroup = true;
- ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool2,
- buttonTool1,
- buttonTool11,
- buttonTool4,
- buttonTool13,
- buttonTool14,
- buttonTool5});
- ultraToolbar1.Text = "UltraToolbar1";
- this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
- ultraToolbar1});
- appearance72.Image = global::Core.StlMes.Client.SaleOrder.Properties.Resources.Add;
- buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance72;
- buttonTool6.SharedPropsInternal.Caption = "新增";
- buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance74.Image = global::Core.StlMes.Client.SaleOrder.Properties.Resources.Delete;
- buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance74;
- buttonTool7.SharedPropsInternal.Caption = "废除";
- buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance73.Image = global::Core.StlMes.Client.SaleOrder.Properties.Resources.Update;
- buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance73;
- buttonTool8.SharedPropsInternal.Caption = "修改";
- buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance71.Image = ((object)(resources.GetObject("appearance71.Image")));
- buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance71;
- buttonTool9.SharedPropsInternal.Caption = "查询";
- buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance76.Image = global::Core.StlMes.Client.SaleOrder.Properties.Resources.Exit;
- buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance76;
- buttonTool10.SharedPropsInternal.Caption = "关闭";
- buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance75.Image = ((object)(resources.GetObject("appearance75.Image")));
- buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance75;
- buttonTool12.SharedPropsInternal.Caption = "恢复";
- buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance47.Image = ((object)(resources.GetObject("appearance47.Image")));
- buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance47;
- buttonTool3.SharedPropsInternal.Caption = "确认";
- buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance110.Image = global::Core.StlMes.Client.SaleOrder.Properties.Resources.POINT_DOWN;
- buttonTool18.SharedPropsInternal.AppearancesSmall.Appearance = appearance110;
- buttonTool18.SharedPropsInternal.Caption = "下移";
- buttonTool18.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool6,
- buttonTool7,
- buttonTool8,
- buttonTool9,
- buttonTool10,
- buttonTool12,
- buttonTool3,
- buttonTool17,
- buttonTool18});
- this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
- //
- // _Form1_Toolbars_Dock_Area_Bottom
- //
- this._Form1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._Form1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
- this._Form1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
- this._Form1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
- this._Form1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 548);
- this._Form1_Toolbars_Dock_Area_Bottom.Name = "_Form1_Toolbars_Dock_Area_Bottom";
- this._Form1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(799, 0);
- this._Form1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // _Form1_Toolbars_Dock_Area_Left
- //
- this._Form1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._Form1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
- this._Form1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
- this._Form1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
- this._Form1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 25);
- this._Form1_Toolbars_Dock_Area_Left.Name = "_Form1_Toolbars_Dock_Area_Left";
- this._Form1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 523);
- this._Form1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // _Form1_Toolbars_Dock_Area_Right
- //
- this._Form1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._Form1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
- this._Form1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
- this._Form1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
- this._Form1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(799, 25);
- this._Form1_Toolbars_Dock_Area_Right.Name = "_Form1_Toolbars_Dock_Area_Right";
- this._Form1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 523);
- this._Form1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.chkMdd);
- this.ultraGroupBox1.Controls.Add(this.txtMdTitle);
- this.ultraGroupBox1.Controls.Add(this.txtQsTitle);
- this.ultraGroupBox1.Controls.Add(this.chkQsd);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 25);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(799, 53);
- this.ultraGroupBox1.TabIndex = 8;
- //
- // chkMdd
- //
- this.chkMdd.Location = new System.Drawing.Point(195, 17);
- this.chkMdd.Name = "chkMdd";
- this.chkMdd.Size = new System.Drawing.Size(60, 20);
- this.chkMdd.TabIndex = 39;
- this.chkMdd.Text = "目的地";
- this.chkMdd.CheckedChanged += new System.EventHandler(this.chkMdd_CheckedChanged);
- //
- // txtMdTitle
- //
- this.txtMdTitle.Enabled = false;
- this.txtMdTitle.Location = new System.Drawing.Point(255, 16);
- this.txtMdTitle.Name = "txtMdTitle";
- this.txtMdTitle.Size = new System.Drawing.Size(100, 21);
- this.txtMdTitle.TabIndex = 38;
- //
- // txtQsTitle
- //
- this.txtQsTitle.Enabled = false;
- this.txtQsTitle.Location = new System.Drawing.Point(72, 17);
- this.txtQsTitle.Name = "txtQsTitle";
- this.txtQsTitle.Size = new System.Drawing.Size(100, 21);
- this.txtQsTitle.TabIndex = 38;
- //
- // chkQsd
- //
- this.chkQsd.Location = new System.Drawing.Point(13, 18);
- this.chkQsd.Name = "chkQsd";
- this.chkQsd.Size = new System.Drawing.Size(63, 20);
- this.chkQsd.TabIndex = 6;
- this.chkQsd.Text = "始发地";
- this.chkQsd.CheckedChanged += new System.EventHandler(this.chkQsd_CheckedChanged);
- //
- // ultraTabControl1
- //
- this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
- this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
- this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
- this.ultraTabControl1.Controls.Add(this.ultraTabPageControl3);
- this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraTabControl1.Location = new System.Drawing.Point(0, 411);
- this.ultraTabControl1.Name = "ultraTabControl1";
- this.ultraTabControl1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
- this.ultraTabControl1.Size = new System.Drawing.Size(799, 137);
- this.ultraTabControl1.TabIndex = 12;
- this.ultraTabControl1.TabOrientation = Infragistics.Win.UltraWinTabs.TabOrientation.TopLeft;
- ultraTab7.Key = "0";
- ultraTab7.TabPage = this.ultraTabPageControl1;
- ultraTab7.Text = "始发-终止";
- ultraTab8.Key = "1";
- ultraTab8.TabPage = this.ultraTabPageControl2;
- ultraTab8.Text = "方案";
- ultraTab1.Key = "2";
- ultraTab1.TabPage = this.ultraTabPageControl3;
- ultraTab1.Text = "线路明细";
- this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
- ultraTab7,
- ultraTab8,
- ultraTab1});
- this.ultraTabControl1.ViewStyle = Infragistics.Win.UltraWinTabControl.ViewStyle.VisualStudio2005;
- this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged);
- //
- // ultraTabSharedControlsPage1
- //
- this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
- this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
- this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(795, 114);
- //
- // ultraGridMx
- //
- this.ultraGridMx.DataMember = "Table3";
- this.ultraGridMx.DataSource = this.dataSet1;
- appearance25.BackColor = System.Drawing.SystemColors.Window;
- appearance25.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGridMx.DisplayLayout.Appearance = appearance25;
- this.ultraGridMx.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
- ultraGridColumn25.Header.VisiblePosition = 0;
- ultraGridColumn25.Hidden = true;
- ultraGridColumn26.Header.VisiblePosition = 1;
- ultraGridColumn26.Hidden = true;
- ultraGridColumn27.Header.VisiblePosition = 3;
- ultraGridColumn27.Width = 118;
- ultraGridColumn28.Header.VisiblePosition = 2;
- ultraGridColumn28.Width = 14;
- ultraGridColumn29.Header.VisiblePosition = 5;
- ultraGridColumn29.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
- ultraGridColumn29.Width = 79;
- ultraGridColumn30.Header.VisiblePosition = 6;
- ultraGridColumn30.Width = 81;
- ultraGridColumn31.Header.VisiblePosition = 4;
- ultraGridColumn31.Hidden = true;
- ultraGridColumn32.Header.VisiblePosition = 7;
- ultraGridColumn32.Width = 70;
- ultraGridColumn33.Header.VisiblePosition = 8;
- ultraGridColumn33.Hidden = true;
- ultraGridColumn34.Header.VisiblePosition = 9;
- ultraGridColumn34.Width = 65;
- ultraGridColumn35.Header.VisiblePosition = 15;
- ultraGridColumn35.Width = 69;
- ultraGridColumn36.Header.VisiblePosition = 17;
- ultraGridColumn36.Width = 72;
- ultraGridColumn37.Header.VisiblePosition = 11;
- ultraGridColumn37.Width = 74;
- ultraGridColumn38.Header.VisiblePosition = 10;
- ultraGridColumn38.Width = 79;
- ultraGridColumn39.Header.VisiblePosition = 18;
- ultraGridColumn39.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
- ultraGridColumn39.Width = 76;
- ultraGridColumn40.Header.VisiblePosition = 12;
- ultraGridColumn40.Hidden = true;
- ultraGridColumn41.Header.VisiblePosition = 13;
- ultraGridColumn41.Hidden = true;
- ultraGridColumn42.Header.VisiblePosition = 14;
- ultraGridColumn42.Hidden = true;
- ultraGridColumn43.Header.VisiblePosition = 16;
- ultraGridColumn43.Hidden = true;
- ultraGridColumn44.Header.VisiblePosition = 19;
- ultraGridColumn44.Hidden = true;
- ultraGridColumn45.Header.VisiblePosition = 20;
- ultraGridColumn45.Hidden = true;
- ultraGridBand3.Columns.AddRange(new object[] {
- ultraGridColumn25,
- ultraGridColumn26,
- ultraGridColumn27,
- ultraGridColumn28,
- ultraGridColumn29,
- ultraGridColumn30,
- ultraGridColumn31,
- ultraGridColumn32,
- ultraGridColumn33,
- ultraGridColumn34,
- ultraGridColumn35,
- ultraGridColumn36,
- ultraGridColumn37,
- ultraGridColumn38,
- ultraGridColumn39,
- ultraGridColumn40,
- ultraGridColumn41,
- ultraGridColumn42,
- ultraGridColumn43,
- ultraGridColumn44,
- ultraGridColumn45});
- ultraGridBand3.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
- ultraGridBand3.SummaryFooterCaption = "";
- this.ultraGridMx.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
- this.ultraGridMx.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGridMx.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance26.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance26.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGridMx.DisplayLayout.GroupByBox.Appearance = appearance26;
- appearance27.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGridMx.DisplayLayout.GroupByBox.BandLabelAppearance = appearance27;
- this.ultraGridMx.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance28.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance28.BackColor2 = System.Drawing.SystemColors.Control;
- appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance28.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGridMx.DisplayLayout.GroupByBox.PromptAppearance = appearance28;
- this.ultraGridMx.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGridMx.DisplayLayout.MaxRowScrollRegions = 1;
- appearance29.BackColor = System.Drawing.SystemColors.Window;
- appearance29.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGridMx.DisplayLayout.Override.ActiveCellAppearance = appearance29;
- appearance30.BackColor = System.Drawing.SystemColors.Highlight;
- appearance30.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGridMx.DisplayLayout.Override.ActiveRowAppearance = appearance30;
- this.ultraGridMx.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGridMx.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGridMx.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGridMx.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance31.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGridMx.DisplayLayout.Override.CardAreaAppearance = appearance31;
- appearance32.BorderColor = System.Drawing.Color.Silver;
- appearance32.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGridMx.DisplayLayout.Override.CellAppearance = appearance32;
- this.ultraGridMx.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGridMx.DisplayLayout.Override.CellPadding = 0;
- this.ultraGridMx.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
- appearance33.BackColor = System.Drawing.SystemColors.Control;
- appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance33.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGridMx.DisplayLayout.Override.GroupByRowAppearance = appearance33;
- appearance34.TextHAlignAsString = "Left";
- this.ultraGridMx.DisplayLayout.Override.HeaderAppearance = appearance34;
- this.ultraGridMx.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGridMx.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance35.BackColor = System.Drawing.SystemColors.Window;
- appearance35.BorderColor = System.Drawing.Color.Silver;
- this.ultraGridMx.DisplayLayout.Override.RowAppearance = appearance35;
- this.ultraGridMx.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGridMx.DisplayLayout.Override.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.Bottom;
- this.ultraGridMx.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance36.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGridMx.DisplayLayout.Override.TemplateAddRowAppearance = appearance36;
- this.ultraGridMx.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGridMx.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGridMx.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGridMx.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraGridMx.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGridMx.Location = new System.Drawing.Point(0, 226);
- this.ultraGridMx.Name = "ultraGridMx";
- this.ultraGridMx.Size = new System.Drawing.Size(799, 185);
- this.ultraGridMx.TabIndex = 13;
- this.ultraGridMx.AfterRowActivate += new System.EventHandler(this.ultraGridMx_AfterRowActivate);
- //
- // dataSet1
- //
- this.dataSet1.DataSetName = "NewDataSet";
- this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1,
- this.dataTable2,
- this.dataTable3});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6,
- this.dataColumn7,
- this.dataColumn8,
- this.dataColumn9,
- this.dataColumn10,
- this.dataColumn11,
- this.dataColumn12,
- this.dataColumn13});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "运输线路编码";
- this.dataColumn1.ColumnName = "TRANSIT_NO";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "运输线路描述";
- this.dataColumn2.ColumnName = "TRANSIT_DESC";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "始发地类型";
- this.dataColumn3.ColumnName = "REGION_NO_B_TYP";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "始发地";
- this.dataColumn4.ColumnName = "REGION_NO_B";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "终止地类型";
- this.dataColumn5.ColumnName = "REGION_NO_E_TYP";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "终止地";
- this.dataColumn6.ColumnName = "REGION_NO_E";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "有效标志";
- this.dataColumn7.ColumnName = "VALIDFLAG";
- //
- // dataColumn8
- //
- this.dataColumn8.Caption = "创建人";
- this.dataColumn8.ColumnName = "CREATE_NAME";
- //
- // dataColumn9
- //
- this.dataColumn9.Caption = "创建时间";
- this.dataColumn9.ColumnName = "CREATE_TIME";
- //
- // dataColumn10
- //
- this.dataColumn10.Caption = "修改人";
- this.dataColumn10.ColumnName = "UPDATE_NAME";
- //
- // dataColumn11
- //
- this.dataColumn11.Caption = "修改时间";
- this.dataColumn11.ColumnName = "UPDATE_TIME";
- //
- // dataColumn12
- //
- this.dataColumn12.Caption = "删除人";
- this.dataColumn12.ColumnName = "DELETE_NAME";
- //
- // dataColumn13
- //
- this.dataColumn13.Caption = "删除时间";
- this.dataColumn13.ColumnName = "DELETE_TIME";
- //
- // dataTable2
- //
- this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn14,
- this.dataColumn15,
- this.dataColumn16,
- this.dataColumn17,
- this.dataColumn21,
- this.dataColumn22,
- this.dataColumn23,
- this.dataColumn24,
- this.dataColumn25,
- this.dataColumn26,
- this.dataColumn27});
- this.dataTable2.TableName = "Table2";
- //
- // dataColumn14
- //
- this.dataColumn14.Caption = "运输线路编码";
- this.dataColumn14.ColumnName = "TRANSIT_NO";
- //
- // dataColumn15
- //
- this.dataColumn15.Caption = "路径方式编码";
- this.dataColumn15.ColumnName = "MODE_NO";
- //
- // dataColumn16
- //
- this.dataColumn16.Caption = "方案说明";
- this.dataColumn16.ColumnName = "MODE_DESC";
- //
- // dataColumn17
- //
- this.dataColumn17.Caption = "总运费";
- this.dataColumn17.ColumnName = "TRANSIT_MNY";
- //
- // dataColumn21
- //
- this.dataColumn21.Caption = "有效标志";
- this.dataColumn21.ColumnName = "VALIDFLAG";
- //
- // dataColumn22
- //
- this.dataColumn22.Caption = "创建人";
- this.dataColumn22.ColumnName = "CREATE_NAME";
- //
- // dataColumn23
- //
- this.dataColumn23.Caption = "创建时间";
- this.dataColumn23.ColumnName = "CREATE_TIME";
- //
- // dataColumn24
- //
- this.dataColumn24.Caption = "修改人";
- this.dataColumn24.ColumnName = "UPDATE_NAME";
- //
- // dataColumn25
- //
- this.dataColumn25.Caption = "修改时间";
- this.dataColumn25.ColumnName = "UPDATE_TIME";
- //
- // dataColumn26
- //
- this.dataColumn26.Caption = "删除人";
- this.dataColumn26.ColumnName = "DELETE_NAME";
- //
- // dataColumn27
- //
- this.dataColumn27.Caption = "删除时间";
- this.dataColumn27.ColumnName = "DELETE_TIME";
- //
- // dataTable3
- //
- this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn18,
- this.dataColumn19,
- this.dataColumn20,
- this.dataColumn28,
- this.dataColumn29,
- this.dataColumn30,
- this.dataColumn31,
- this.dataColumn32,
- this.dataColumn33,
- this.dataColumn34,
- this.dataColumn35,
- this.dataColumn36,
- this.dataColumn37,
- this.dataColumn38,
- this.dataColumn39,
- this.dataColumn40,
- this.dataColumn41,
- this.dataColumn42,
- this.dataColumn43,
- this.dataColumn44,
- this.dataColumn45});
- this.dataTable3.TableName = "Table3";
- //
- // dataColumn18
- //
- this.dataColumn18.Caption = "运输线路编码";
- this.dataColumn18.ColumnName = "TRANSIT_NO";
- //
- // dataColumn19
- //
- this.dataColumn19.Caption = "路径方式编码";
- this.dataColumn19.ColumnName = "MODE_NO";
- //
- // dataColumn20
- //
- this.dataColumn20.Caption = "运输方案";
- this.dataColumn20.ColumnName = "MODE_DESC";
- //
- // dataColumn28
- //
- this.dataColumn28.Caption = "顺序号";
- this.dataColumn28.ColumnName = "INDEX_SEQ";
- //
- // dataColumn29
- //
- this.dataColumn29.Caption = "是否代办";
- this.dataColumn29.ColumnName = "AGENCY_FL";
- //
- // dataColumn30
- //
- this.dataColumn30.Caption = "运输方式";
- this.dataColumn30.ColumnName = "TRANSIT_TYP";
- //
- // dataColumn31
- //
- this.dataColumn31.Caption = "始发地类型";
- this.dataColumn31.ColumnName = "REGION_NO_B_TYP";
- //
- // dataColumn32
- //
- this.dataColumn32.Caption = "始发地";
- this.dataColumn32.ColumnName = "REGION_NO_B";
- //
- // dataColumn33
- //
- this.dataColumn33.Caption = "终止地类型";
- this.dataColumn33.ColumnName = "REGION_NO_E_TYP";
- //
- // dataColumn34
- //
- this.dataColumn34.Caption = "终止地";
- this.dataColumn34.ColumnName = "REGION_NO_E";
- //
- // dataColumn35
- //
- this.dataColumn35.Caption = "专运线";
- this.dataColumn35.ColumnName = "SPCL_LN_NO";
- //
- // dataColumn36
- //
- this.dataColumn36.Caption = "承运单位";
- this.dataColumn36.ColumnName = "CARRIER_UNIT";
- //
- // dataColumn37
- //
- this.dataColumn37.Caption = "接货人";
- this.dataColumn37.ColumnName = "RECEIVOR";
- //
- // dataColumn38
- //
- this.dataColumn38.Caption = "费用";
- this.dataColumn38.ColumnName = "TRANSIT_LN_MNY";
- //
- // dataColumn39
- //
- this.dataColumn39.Caption = "有效标志";
- this.dataColumn39.ColumnName = "VALIDFLAG";
- //
- // dataColumn40
- //
- this.dataColumn40.Caption = "创建人";
- this.dataColumn40.ColumnName = "CREATE_NAME";
- //
- // dataColumn41
- //
- this.dataColumn41.Caption = "创建时间";
- this.dataColumn41.ColumnName = "CREATE_TIME";
- //
- // dataColumn42
- //
- this.dataColumn42.Caption = "修改人";
- this.dataColumn42.ColumnName = "UPDATE_NAME";
- //
- // dataColumn43
- //
- this.dataColumn43.Caption = "修改时间";
- this.dataColumn43.ColumnName = "UPDATE_TIME";
- //
- // dataColumn44
- //
- this.dataColumn44.Caption = "删除人";
- this.dataColumn44.ColumnName = "DELETE_NAME";
- //
- // dataColumn45
- //
- this.dataColumn45.Caption = "删除时间";
- this.dataColumn45.ColumnName = "DELETE_TIME";
- //
- // ultraGridXl
- //
- this.ultraGridXl.DataMember = "Table1";
- this.ultraGridXl.DataSource = this.dataSet1;
- appearance1.BackColor = System.Drawing.SystemColors.Window;
- appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGridXl.DisplayLayout.Appearance = appearance1;
- this.ultraGridXl.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
- ultraGridColumn12.Header.VisiblePosition = 0;
- ultraGridColumn12.Hidden = true;
- ultraGridColumn13.Header.VisiblePosition = 1;
- ultraGridColumn13.Width = 127;
- ultraGridColumn14.Header.VisiblePosition = 2;
- ultraGridColumn14.Hidden = true;
- ultraGridColumn15.Header.VisiblePosition = 3;
- ultraGridColumn15.Width = 154;
- ultraGridColumn16.Header.VisiblePosition = 4;
- ultraGridColumn16.Hidden = true;
- ultraGridColumn17.Header.VisiblePosition = 5;
- ultraGridColumn17.Width = 133;
- ultraGridColumn18.Header.VisiblePosition = 6;
- ultraGridColumn18.Hidden = true;
- ultraGridColumn18.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
- ultraGridColumn19.Header.VisiblePosition = 7;
- ultraGridColumn19.Hidden = true;
- ultraGridColumn20.Header.VisiblePosition = 8;
- ultraGridColumn20.Hidden = true;
- ultraGridColumn21.Header.VisiblePosition = 9;
- ultraGridColumn21.Hidden = true;
- ultraGridColumn22.Header.VisiblePosition = 10;
- ultraGridColumn22.Hidden = true;
- ultraGridColumn23.Header.VisiblePosition = 11;
- ultraGridColumn23.Hidden = true;
- ultraGridColumn24.Header.VisiblePosition = 12;
- ultraGridColumn24.Hidden = true;
- ultraGridBand2.Columns.AddRange(new object[] {
- ultraGridColumn12,
- ultraGridColumn13,
- ultraGridColumn14,
- ultraGridColumn15,
- ultraGridColumn16,
- ultraGridColumn17,
- ultraGridColumn18,
- ultraGridColumn19,
- ultraGridColumn20,
- ultraGridColumn21,
- ultraGridColumn22,
- ultraGridColumn23,
- ultraGridColumn24});
- ultraGridBand2.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
- ultraGridBand2.SummaryFooterCaption = "";
- this.ultraGridXl.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
- this.ultraGridXl.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGridXl.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance2.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGridXl.DisplayLayout.GroupByBox.Appearance = appearance2;
- appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGridXl.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
- this.ultraGridXl.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance4.BackColor2 = System.Drawing.SystemColors.Control;
- appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGridXl.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
- this.ultraGridXl.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGridXl.DisplayLayout.MaxRowScrollRegions = 1;
- appearance5.BackColor = System.Drawing.SystemColors.Window;
- appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGridXl.DisplayLayout.Override.ActiveCellAppearance = appearance5;
- appearance6.BackColor = System.Drawing.SystemColors.Highlight;
- appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGridXl.DisplayLayout.Override.ActiveRowAppearance = appearance6;
- this.ultraGridXl.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGridXl.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGridXl.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGridXl.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance7.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGridXl.DisplayLayout.Override.CardAreaAppearance = appearance7;
- appearance8.BorderColor = System.Drawing.Color.Silver;
- appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGridXl.DisplayLayout.Override.CellAppearance = appearance8;
- this.ultraGridXl.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGridXl.DisplayLayout.Override.CellPadding = 0;
- this.ultraGridXl.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
- appearance9.BackColor = System.Drawing.SystemColors.Control;
- appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance9.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGridXl.DisplayLayout.Override.GroupByRowAppearance = appearance9;
- appearance10.TextHAlignAsString = "Left";
- this.ultraGridXl.DisplayLayout.Override.HeaderAppearance = appearance10;
- this.ultraGridXl.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGridXl.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance11.BackColor = System.Drawing.SystemColors.Window;
- appearance11.BorderColor = System.Drawing.Color.Silver;
- this.ultraGridXl.DisplayLayout.Override.RowAppearance = appearance11;
- this.ultraGridXl.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGridXl.DisplayLayout.Override.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.Bottom;
- this.ultraGridXl.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGridXl.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
- this.ultraGridXl.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGridXl.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGridXl.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGridXl.Dock = System.Windows.Forms.DockStyle.Left;
- this.ultraGridXl.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGridXl.Location = new System.Drawing.Point(0, 78);
- this.ultraGridXl.Name = "ultraGridXl";
- this.ultraGridXl.Size = new System.Drawing.Size(416, 148);
- this.ultraGridXl.TabIndex = 14;
- this.ultraGridXl.AfterRowActivate += new System.EventHandler(this.ultraGridXl_AfterRowActivate);
- //
- // ultraGridFa
- //
- this.ultraGridFa.DataMember = "Table2";
- this.ultraGridFa.DataSource = this.dataSet1;
- appearance13.BackColor = System.Drawing.SystemColors.Window;
- appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGridFa.DisplayLayout.Appearance = appearance13;
- this.ultraGridFa.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.Hidden = true;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.Hidden = true;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.Width = 170;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.Width = 211;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn5.Hidden = true;
- ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.Hidden = true;
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn7.Hidden = true;
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridColumn8.Hidden = true;
- ultraGridColumn9.Header.VisiblePosition = 8;
- ultraGridColumn9.Hidden = true;
- ultraGridColumn10.Header.VisiblePosition = 9;
- ultraGridColumn10.Hidden = true;
- ultraGridColumn11.Header.VisiblePosition = 10;
- ultraGridColumn11.Hidden = true;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11});
- ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
- ultraGridBand1.SummaryFooterCaption = "";
- this.ultraGridFa.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGridFa.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGridFa.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance14.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGridFa.DisplayLayout.GroupByBox.Appearance = appearance14;
- appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGridFa.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
- this.ultraGridFa.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance16.BackColor2 = System.Drawing.SystemColors.Control;
- appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGridFa.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
- this.ultraGridFa.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGridFa.DisplayLayout.MaxRowScrollRegions = 1;
- appearance17.BackColor = System.Drawing.SystemColors.Window;
- appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGridFa.DisplayLayout.Override.ActiveCellAppearance = appearance17;
- appearance18.BackColor = System.Drawing.SystemColors.Highlight;
- appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGridFa.DisplayLayout.Override.ActiveRowAppearance = appearance18;
- this.ultraGridFa.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGridFa.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGridFa.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGridFa.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance19.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGridFa.DisplayLayout.Override.CardAreaAppearance = appearance19;
- appearance20.BorderColor = System.Drawing.Color.Silver;
- appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGridFa.DisplayLayout.Override.CellAppearance = appearance20;
- this.ultraGridFa.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGridFa.DisplayLayout.Override.CellPadding = 0;
- this.ultraGridFa.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.FilterRow;
- appearance21.BackColor = System.Drawing.SystemColors.Control;
- appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance21.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGridFa.DisplayLayout.Override.GroupByRowAppearance = appearance21;
- appearance22.TextHAlignAsString = "Left";
- this.ultraGridFa.DisplayLayout.Override.HeaderAppearance = appearance22;
- this.ultraGridFa.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGridFa.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance23.BackColor = System.Drawing.SystemColors.Window;
- appearance23.BorderColor = System.Drawing.Color.Silver;
- this.ultraGridFa.DisplayLayout.Override.RowAppearance = appearance23;
- this.ultraGridFa.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGridFa.DisplayLayout.Override.SummaryDisplayArea = Infragistics.Win.UltraWinGrid.SummaryDisplayAreas.Bottom;
- this.ultraGridFa.DisplayLayout.Override.SummaryFooterCaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGridFa.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
- this.ultraGridFa.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGridFa.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGridFa.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGridFa.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGridFa.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGridFa.Location = new System.Drawing.Point(416, 78);
- this.ultraGridFa.Name = "ultraGridFa";
- this.ultraGridFa.Size = new System.Drawing.Size(383, 148);
- this.ultraGridFa.TabIndex = 19;
- this.ultraGridFa.AfterRowActivate += new System.EventHandler(this.ultraGridFa_AfterRowActivate);
- //
- // frmTransitLine
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(799, 548);
- this.Controls.Add(this.ultraGridFa);
- this.Controls.Add(this.ultraGridXl);
- this.Controls.Add(this.ultraGridMx);
- this.Controls.Add(this.ultraTabControl1);
- this.Controls.Add(this.ultraGroupBox1);
- this.Controls.Add(this._Form1_Toolbars_Dock_Area_Left);
- this.Controls.Add(this._Form1_Toolbars_Dock_Area_Right);
- this.Controls.Add(this._Form1_Toolbars_Dock_Area_Top);
- this.Controls.Add(this._Form1_Toolbars_Dock_Area_Bottom);
- this.Name = "frmTransitLine";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "运输线路信息管理";
- this.Load += new System.EventHandler(this.frmTransitLine_Load);
- this.ultraTabPageControl1.ResumeLayout(false);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.utxtEditZz)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.utxtEditSf)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbZZType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSfType)).EndInit();
- this.ultraTabPageControl2.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.utxtModeDesc)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.utxtTransitDesc)).EndInit();
- this.ultraTabPageControl3.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbZzmxType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbZy)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbCydw)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbYsfs)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbIsD)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSfmxType)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uNumericFy)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.utxtJhr)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.utxtZzmx)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.utxtSfmx)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.chkMdd)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtMdTitle)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtQsTitle)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkQsd)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
- this.ultraTabControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridMx)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridXl)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGridFa)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Left;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Right;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Top;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _Form1_Toolbars_Dock_Area_Bottom;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkMdd;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtQsTitle;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkQsd;
- private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
- private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
- private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
- private System.Windows.Forms.Panel panel1;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbSfType;
- private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
- private System.Windows.Forms.Panel panel2;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridXl;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridMx;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridFa;
- private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl3;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMdTitle;
- private System.Data.DataSet dataSet1;
- private System.Data.DataTable dataTable1;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn3;
- private System.Data.DataColumn dataColumn4;
- private System.Data.DataColumn dataColumn5;
- private System.Data.DataColumn dataColumn6;
- private System.Data.DataColumn dataColumn7;
- private System.Data.DataColumn dataColumn8;
- private System.Data.DataColumn dataColumn9;
- private System.Data.DataColumn dataColumn10;
- private System.Data.DataColumn dataColumn11;
- private System.Data.DataColumn dataColumn12;
- private System.Data.DataColumn dataColumn13;
- private System.Data.DataTable dataTable2;
- private System.Data.DataColumn dataColumn14;
- private System.Data.DataColumn dataColumn15;
- private System.Data.DataColumn dataColumn16;
- private System.Data.DataColumn dataColumn17;
- private System.Data.DataColumn dataColumn21;
- private System.Data.DataColumn dataColumn22;
- private System.Data.DataColumn dataColumn23;
- private System.Data.DataColumn dataColumn24;
- private System.Data.DataColumn dataColumn25;
- private System.Data.DataColumn dataColumn26;
- private System.Data.DataColumn dataColumn27;
- private System.Data.DataTable dataTable3;
- private System.Data.DataColumn dataColumn18;
- private System.Data.DataColumn dataColumn19;
- private System.Data.DataColumn dataColumn20;
- private System.Data.DataColumn dataColumn28;
- private System.Data.DataColumn dataColumn29;
- private System.Data.DataColumn dataColumn30;
- private System.Data.DataColumn dataColumn31;
- private System.Data.DataColumn dataColumn32;
- private System.Data.DataColumn dataColumn33;
- private System.Data.DataColumn dataColumn34;
- private System.Data.DataColumn dataColumn35;
- private System.Data.DataColumn dataColumn36;
- private System.Data.DataColumn dataColumn37;
- private System.Data.DataColumn dataColumn38;
- private System.Data.DataColumn dataColumn39;
- private System.Data.DataColumn dataColumn40;
- private System.Data.DataColumn dataColumn41;
- private System.Data.DataColumn dataColumn42;
- private System.Data.DataColumn dataColumn43;
- private System.Data.DataColumn dataColumn44;
- private System.Data.DataColumn dataColumn45;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor utxtEditZz;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor utxtEditSf;
- private Infragistics.Win.Misc.UltraLabel ultraLabel4;
- private Infragistics.Win.Misc.UltraLabel ultraLabel5;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbZZType;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor utxtModeDesc;
- private Infragistics.Win.Misc.UltraLabel ultraLabel3;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor utxtTransitDesc;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private System.Windows.Forms.Panel panel3;
- private Infragistics.Win.UltraWinEditors.UltraNumericEditor uNumericFy;
- private Infragistics.Win.Misc.UltraLabel ultraLabel12;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor utxtJhr;
- private Infragistics.Win.Misc.UltraLabel ultraLabel11;
- private Infragistics.Win.Misc.UltraLabel ultraLabel10;
- private Infragistics.Win.Misc.UltraLabel ultraLabel9;
- private Infragistics.Win.Misc.UltraLabel labelDesc;
- private Infragistics.Win.Misc.UltraLabel ultraLabel7;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor utxtZzmx;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor utxtSfmx;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.Misc.UltraLabel ultraLabel6;
- private Infragistics.Win.Misc.UltraLabel ultraLabel13;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbSfmxType;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbZzmxType;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbIsD;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbZy;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbYsfs;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbCydw;
- }
- }
|