| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707 |
- namespace Pur.require_plan
- {
- partial class FrmPurOilImportUse
- {
- /// <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.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATENAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATETIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("YEAR");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M1USE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M2USE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M3USE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M4USE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M5USE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M6USE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M7USE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M8USE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M9USE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M10USE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M11USE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M12USE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CARDDID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("USERNAME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("type1");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("type2");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("status");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M1USENEW");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M2USENEW");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M3USENEW");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M4USENEW");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M5USENEW");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M6USENEW");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M7USENEW");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M8USENEW");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M9USENEW");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M10USENEW");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M11USENEW");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M12USENEW");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("remainNew");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("remain");
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 21679907);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup1", 21679908);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup3 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup2", 21679909);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup4 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup3", 21679910);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup5 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup4", 21679911);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup6 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup5", 21679912);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup7 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup6", 21679913);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup8 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup7", 21679914);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup9 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup8", 21679915);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup10 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup9", 21679916);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup11 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup10", 21679917);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup12 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup11", 21679918);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup13 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup12", 21679919);
- Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup14 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup13", 21679920);
- Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
- Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
- Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
- Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
- Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doImport");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doSure");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClear");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doExcel");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClose");
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery");
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doImport");
- Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doSure");
- Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doDelete");
- Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClose");
- Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClear");
- Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doExcel");
- Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPurOilImportUse));
- this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
- this.panel4 = new System.Windows.Forms.Panel();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.panel3 = new System.Windows.Forms.Panel();
- this.ck_12m = new System.Windows.Forms.CheckBox();
- this.ck_11m = new System.Windows.Forms.CheckBox();
- this.ck_10m = new System.Windows.Forms.CheckBox();
- this.ck_9m = new System.Windows.Forms.CheckBox();
- this.ck_8m = new System.Windows.Forms.CheckBox();
- this.ck_7m = new System.Windows.Forms.CheckBox();
- this.ck_6m = new System.Windows.Forms.CheckBox();
- this.ck_5m = new System.Windows.Forms.CheckBox();
- this.ck_4m = new System.Windows.Forms.CheckBox();
- this.ck_3m = new System.Windows.Forms.CheckBox();
- this.ck_2m = new System.Windows.Forms.CheckBox();
- this.ck_1m = new System.Windows.Forms.CheckBox();
- this.ck_yu = new System.Windows.Forms.CheckBox();
- this.label1 = new System.Windows.Forms.Label();
- this.Qyear = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.label2 = new System.Windows.Forms.Label();
- this.linkLabel2 = new System.Windows.Forms.LinkLabel();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
- this.panel2 = new System.Windows.Forms.Panel();
- this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.import = 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.dataColumn11 = new System.Data.DataColumn();
- 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.dataColumn18 = new System.Data.DataColumn();
- this.dataColumn19 = new System.Data.DataColumn();
- this.dataColumn20 = 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.dataColumn28 = new System.Data.DataColumn();
- this.dataColumn12 = new System.Data.DataColumn();
- this.dataColumn13 = new System.Data.DataColumn();
- this.dataColumn32 = 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.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.panel1 = new System.Windows.Forms.Panel();
- this.label14 = new System.Windows.Forms.Label();
- this.txt_useName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
- this.ck_ctime = new System.Windows.Forms.CheckBox();
- this.ultraLabel26 = new Infragistics.Win.Misc.UltraLabel();
- this.txtCreateTimeEnd = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
- this.txtCreateTimeStart = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
- this.label15 = new System.Windows.Forms.Label();
- this.txt_card_change_d = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.FrmPmsBase_Fill_Panel = new System.Windows.Forms.Panel();
- this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
- this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
- this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
- this._FrmPmsBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._FrmPmsBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._FrmPmsBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this._FrmPmsBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
- this.ultraTabPageControl1.SuspendLayout();
- this.panel4.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- this.panel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.Qyear)).BeginInit();
- this.ultraTabPageControl2.SuspendLayout();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.import)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_useName)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtCreateTimeEnd)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtCreateTimeStart)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_card_change_d)).BeginInit();
- this.FrmPmsBase_Fill_Panel.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
- this.ultraTabControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
- this.SuspendLayout();
- //
- // ultraTabPageControl1
- //
- this.ultraTabPageControl1.Controls.Add(this.panel4);
- this.ultraTabPageControl1.Controls.Add(this.panel3);
- this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 26);
- this.ultraTabPageControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraTabPageControl1.Name = "ultraTabPageControl1";
- this.ultraTabPageControl1.Size = new System.Drawing.Size(1271, 521);
- //
- // panel4
- //
- this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel4.Controls.Add(this.ultraGrid1);
- this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel4.Location = new System.Drawing.Point(0, 62);
- this.panel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(1271, 459);
- this.panel4.TabIndex = 4;
- //
- // ultraGrid1
- //
- appearance2.BackColor = System.Drawing.SystemColors.Window;
- appearance2.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid1.DisplayLayout.Appearance = appearance2;
- this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance3.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance3.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance3.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance3;
- appearance5.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance5;
- this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
- 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.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
- this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
- appearance8.BackColor = System.Drawing.SystemColors.Window;
- appearance8.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance8;
- appearance11.BackColor = System.Drawing.SystemColors.Highlight;
- appearance11.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance11;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance44.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance44;
- appearance9.BorderColor = System.Drawing.Color.Silver;
- appearance9.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance9;
- this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
- appearance7.BackColor = System.Drawing.SystemColors.Control;
- appearance7.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance7.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance7.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance7;
- appearance6.TextHAlignAsString = "Left";
- this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance6;
- this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance43.BackColor = System.Drawing.SystemColors.Window;
- appearance43.BorderColor = System.Drawing.Color.Silver;
- this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance43;
- this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance10.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance10;
- this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
- this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(1269, 457);
- this.ultraGrid1.TabIndex = 0;
- this.ultraGrid1.Text = "ultraGrid1";
- //
- // panel3
- //
- this.panel3.Controls.Add(this.ck_12m);
- this.panel3.Controls.Add(this.ck_11m);
- this.panel3.Controls.Add(this.ck_10m);
- this.panel3.Controls.Add(this.ck_9m);
- this.panel3.Controls.Add(this.ck_8m);
- this.panel3.Controls.Add(this.ck_7m);
- this.panel3.Controls.Add(this.ck_6m);
- this.panel3.Controls.Add(this.ck_5m);
- this.panel3.Controls.Add(this.ck_4m);
- this.panel3.Controls.Add(this.ck_3m);
- this.panel3.Controls.Add(this.ck_2m);
- this.panel3.Controls.Add(this.ck_1m);
- this.panel3.Controls.Add(this.ck_yu);
- this.panel3.Controls.Add(this.label1);
- this.panel3.Controls.Add(this.Qyear);
- this.panel3.Controls.Add(this.label2);
- this.panel3.Controls.Add(this.linkLabel2);
- this.panel3.Controls.Add(this.ultraLabel1);
- this.panel3.Controls.Add(this.ultraLabel2);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel3.Location = new System.Drawing.Point(0, 0);
- this.panel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(1271, 62);
- this.panel3.TabIndex = 3;
- //
- // ck_12m
- //
- this.ck_12m.AutoSize = true;
- this.ck_12m.Location = new System.Drawing.Point(893, 36);
- this.ck_12m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ck_12m.Name = "ck_12m";
- this.ck_12m.Size = new System.Drawing.Size(60, 19);
- this.ck_12m.TabIndex = 21;
- this.ck_12m.Text = "11月";
- this.ck_12m.UseVisualStyleBackColor = true;
- //
- // ck_11m
- //
- this.ck_11m.AutoSize = true;
- this.ck_11m.Location = new System.Drawing.Point(827, 36);
- this.ck_11m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ck_11m.Name = "ck_11m";
- this.ck_11m.Size = new System.Drawing.Size(60, 19);
- this.ck_11m.TabIndex = 20;
- this.ck_11m.Text = "10月";
- this.ck_11m.UseVisualStyleBackColor = true;
- //
- // ck_10m
- //
- this.ck_10m.AutoSize = true;
- this.ck_10m.Location = new System.Drawing.Point(768, 36);
- this.ck_10m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ck_10m.Name = "ck_10m";
- this.ck_10m.Size = new System.Drawing.Size(52, 19);
- this.ck_10m.TabIndex = 19;
- this.ck_10m.Text = "9月";
- this.ck_10m.UseVisualStyleBackColor = true;
- //
- // ck_9m
- //
- this.ck_9m.AutoSize = true;
- this.ck_9m.Location = new System.Drawing.Point(709, 36);
- this.ck_9m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ck_9m.Name = "ck_9m";
- this.ck_9m.Size = new System.Drawing.Size(52, 19);
- this.ck_9m.TabIndex = 18;
- this.ck_9m.Text = "8月";
- this.ck_9m.UseVisualStyleBackColor = true;
- //
- // ck_8m
- //
- this.ck_8m.AutoSize = true;
- this.ck_8m.Location = new System.Drawing.Point(651, 36);
- this.ck_8m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ck_8m.Name = "ck_8m";
- this.ck_8m.Size = new System.Drawing.Size(52, 19);
- this.ck_8m.TabIndex = 17;
- this.ck_8m.Text = "7月";
- this.ck_8m.UseVisualStyleBackColor = true;
- //
- // ck_7m
- //
- this.ck_7m.AutoSize = true;
- this.ck_7m.Location = new System.Drawing.Point(592, 36);
- this.ck_7m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ck_7m.Name = "ck_7m";
- this.ck_7m.Size = new System.Drawing.Size(52, 19);
- this.ck_7m.TabIndex = 16;
- this.ck_7m.Text = "6月";
- this.ck_7m.UseVisualStyleBackColor = true;
- //
- // ck_6m
- //
- this.ck_6m.AutoSize = true;
- this.ck_6m.Location = new System.Drawing.Point(533, 36);
- this.ck_6m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ck_6m.Name = "ck_6m";
- this.ck_6m.Size = new System.Drawing.Size(52, 19);
- this.ck_6m.TabIndex = 15;
- this.ck_6m.Text = "5月";
- this.ck_6m.UseVisualStyleBackColor = true;
- //
- // ck_5m
- //
- this.ck_5m.AutoSize = true;
- this.ck_5m.Location = new System.Drawing.Point(475, 36);
- this.ck_5m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ck_5m.Name = "ck_5m";
- this.ck_5m.Size = new System.Drawing.Size(52, 19);
- this.ck_5m.TabIndex = 14;
- this.ck_5m.Text = "4月";
- this.ck_5m.UseVisualStyleBackColor = true;
- //
- // ck_4m
- //
- this.ck_4m.AutoSize = true;
- this.ck_4m.Location = new System.Drawing.Point(416, 36);
- this.ck_4m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ck_4m.Name = "ck_4m";
- this.ck_4m.Size = new System.Drawing.Size(52, 19);
- this.ck_4m.TabIndex = 13;
- this.ck_4m.Text = "3月";
- this.ck_4m.UseVisualStyleBackColor = true;
- //
- // ck_3m
- //
- this.ck_3m.AutoSize = true;
- this.ck_3m.Location = new System.Drawing.Point(357, 36);
- this.ck_3m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ck_3m.Name = "ck_3m";
- this.ck_3m.Size = new System.Drawing.Size(52, 19);
- this.ck_3m.TabIndex = 12;
- this.ck_3m.Text = "2月";
- this.ck_3m.UseVisualStyleBackColor = true;
- //
- // ck_2m
- //
- this.ck_2m.AutoSize = true;
- this.ck_2m.Location = new System.Drawing.Point(299, 36);
- this.ck_2m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ck_2m.Name = "ck_2m";
- this.ck_2m.Size = new System.Drawing.Size(52, 19);
- this.ck_2m.TabIndex = 11;
- this.ck_2m.Text = "1月";
- this.ck_2m.UseVisualStyleBackColor = true;
- //
- // ck_1m
- //
- this.ck_1m.AutoSize = true;
- this.ck_1m.Location = new System.Drawing.Point(200, 36);
- this.ck_1m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ck_1m.Name = "ck_1m";
- this.ck_1m.Size = new System.Drawing.Size(90, 19);
- this.ck_1m.TabIndex = 10;
- this.ck_1m.Text = "去年12月";
- this.ck_1m.UseVisualStyleBackColor = true;
- //
- // ck_yu
- //
- this.ck_yu.AutoSize = true;
- this.ck_yu.Location = new System.Drawing.Point(131, 36);
- this.ck_yu.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ck_yu.Name = "ck_yu";
- this.ck_yu.Size = new System.Drawing.Size(59, 19);
- this.ck_yu.TabIndex = 9;
- this.ck_yu.Text = "余额";
- this.ck_yu.UseVisualStyleBackColor = true;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(12, 38);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(105, 15);
- this.label1.TabIndex = 8;
- this.label1.Text = "指定更新内容:";
- //
- // Qyear
- //
- this.Qyear.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.Qyear.Location = new System.Drawing.Point(125, 5);
- this.Qyear.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.Qyear.Name = "Qyear";
- this.Qyear.Size = new System.Drawing.Size(149, 24);
- this.Qyear.TabIndex = 7;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(13, 10);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(105, 15);
- this.label2.TabIndex = 6;
- this.label2.Text = "指定交易年份:";
- //
- // linkLabel2
- //
- this.linkLabel2.AutoSize = true;
- this.linkLabel2.Location = new System.Drawing.Point(929, 9);
- this.linkLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.linkLabel2.Name = "linkLabel2";
- this.linkLabel2.Size = new System.Drawing.Size(234, 15);
- this.linkLabel2.TabIndex = 5;
- this.linkLabel2.TabStop = true;
- this.linkLabel2.Text = "年初余额和每月消耗导入模板.xls";
- this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
- //
- // ultraLabel1
- //
- appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.ultraLabel1.Appearance = appearance1;
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Location = new System.Drawing.Point(283, 8);
- this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(687, 24);
- this.ultraLabel1.TabIndex = 2;
- this.ultraLabel1.Text = "请按照Excel模板文件导入,并且确认好数据,减少错误。数字默认保存2位";
- //
- // ultraLabel2
- //
- this.ultraLabel2.AutoSize = true;
- this.ultraLabel2.Location = new System.Drawing.Point(841, 9);
- this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(100, 24);
- this.ultraLabel2.TabIndex = 3;
- this.ultraLabel2.Text = "Excel模板";
- //
- // ultraTabPageControl2
- //
- this.ultraTabPageControl2.Controls.Add(this.panel2);
- this.ultraTabPageControl2.Controls.Add(this.panel1);
- this.ultraTabPageControl2.Location = new System.Drawing.Point(-13333, -12500);
- this.ultraTabPageControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraTabPageControl2.Name = "ultraTabPageControl2";
- this.ultraTabPageControl2.Size = new System.Drawing.Size(1271, 521);
- //
- // panel2
- //
- this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panel2.Controls.Add(this.ultraGrid2);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(0, 38);
- this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1271, 483);
- this.panel2.TabIndex = 2;
- //
- // ultraGrid2
- //
- this.ultraGrid2.DataMember = "Table1";
- this.ultraGrid2.DataSource = this.import;
- appearance14.BackColor = System.Drawing.SystemColors.Window;
- appearance14.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid2.DisplayLayout.Appearance = appearance14;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.RowLayoutColumnInfo.OriginX = 70;
- ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
- ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn1.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.RowLayoutColumnInfo.OriginX = 72;
- ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
- ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn2.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.RowLayoutColumnInfo.OriginX = 74;
- ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
- ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn3.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
- ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn4.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn5.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
- ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn5.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn6.RowLayoutColumnInfo.ParentGroupIndex = 0;
- ultraGridColumn6.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
- ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn7.Header.VisiblePosition = 6;
- ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn7.RowLayoutColumnInfo.ParentGroupIndex = 1;
- ultraGridColumn7.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
- ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn8.Header.VisiblePosition = 7;
- ultraGridColumn8.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn8.RowLayoutColumnInfo.ParentGroupIndex = 2;
- ultraGridColumn8.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
- ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn9.Header.VisiblePosition = 8;
- ultraGridColumn9.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn9.RowLayoutColumnInfo.ParentGroupIndex = 3;
- ultraGridColumn9.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
- ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn10.Header.VisiblePosition = 9;
- ultraGridColumn10.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn10.RowLayoutColumnInfo.ParentGroupIndex = 4;
- ultraGridColumn10.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
- ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn11.Header.VisiblePosition = 10;
- ultraGridColumn11.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn11.RowLayoutColumnInfo.ParentGroupIndex = 5;
- ultraGridColumn11.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
- ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn12.Header.VisiblePosition = 11;
- ultraGridColumn12.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn12.RowLayoutColumnInfo.ParentGroupIndex = 6;
- ultraGridColumn12.RowLayoutColumnInfo.ParentGroupKey = "NewGroup6";
- ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn13.Header.VisiblePosition = 12;
- ultraGridColumn13.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn13.RowLayoutColumnInfo.ParentGroupIndex = 7;
- ultraGridColumn13.RowLayoutColumnInfo.ParentGroupKey = "NewGroup7";
- ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn14.Header.VisiblePosition = 13;
- ultraGridColumn14.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn14.RowLayoutColumnInfo.ParentGroupIndex = 8;
- ultraGridColumn14.RowLayoutColumnInfo.ParentGroupKey = "NewGroup8";
- ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn15.Header.VisiblePosition = 14;
- ultraGridColumn15.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn15.RowLayoutColumnInfo.ParentGroupIndex = 9;
- ultraGridColumn15.RowLayoutColumnInfo.ParentGroupKey = "NewGroup9";
- ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn16.Header.VisiblePosition = 15;
- ultraGridColumn16.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn16.RowLayoutColumnInfo.ParentGroupIndex = 10;
- ultraGridColumn16.RowLayoutColumnInfo.ParentGroupKey = "NewGroup10";
- ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn17.Header.VisiblePosition = 16;
- ultraGridColumn17.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 11;
- ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "NewGroup11";
- ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn18.Header.VisiblePosition = 17;
- ultraGridColumn18.RowLayoutColumnInfo.OriginX = 76;
- ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
- ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn18.RowLayoutColumnInfo.SpanY = 4;
- ultraGridColumn19.Header.VisiblePosition = 18;
- ultraGridColumn19.Hidden = true;
- ultraGridColumn19.RowLayoutColumnInfo.OriginX = 60;
- ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn20.Header.VisiblePosition = 19;
- ultraGridColumn20.RowLayoutColumnInfo.OriginX = 4;
- ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn20.RowLayoutColumnInfo.ParentGroupIndex = 12;
- ultraGridColumn20.RowLayoutColumnInfo.ParentGroupKey = "NewGroup12";
- ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn21.Header.VisiblePosition = 20;
- ultraGridColumn21.RowLayoutColumnInfo.OriginX = 6;
- ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn21.RowLayoutColumnInfo.ParentGroupIndex = 12;
- ultraGridColumn21.RowLayoutColumnInfo.ParentGroupKey = "NewGroup12";
- ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn22.Header.VisiblePosition = 21;
- ultraGridColumn22.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn22.RowLayoutColumnInfo.ParentGroupIndex = 12;
- ultraGridColumn22.RowLayoutColumnInfo.ParentGroupKey = "NewGroup12";
- ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn23.Header.VisiblePosition = 22;
- ultraGridColumn23.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn23.RowLayoutColumnInfo.ParentGroupIndex = 12;
- ultraGridColumn23.RowLayoutColumnInfo.ParentGroupKey = "NewGroup12";
- ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn24.Header.VisiblePosition = 23;
- ultraGridColumn24.RowLayoutColumnInfo.OriginX = 8;
- ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn24.RowLayoutColumnInfo.ParentGroupIndex = 12;
- ultraGridColumn24.RowLayoutColumnInfo.ParentGroupKey = "NewGroup12";
- ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn25.Header.VisiblePosition = 24;
- ultraGridColumn25.RowLayoutColumnInfo.OriginX = 10;
- ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn25.RowLayoutColumnInfo.ParentGroupIndex = 12;
- ultraGridColumn25.RowLayoutColumnInfo.ParentGroupKey = "NewGroup12";
- ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn26.Header.VisiblePosition = 25;
- ultraGridColumn26.RowLayoutColumnInfo.OriginX = 12;
- ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn26.RowLayoutColumnInfo.ParentGroupIndex = 12;
- ultraGridColumn26.RowLayoutColumnInfo.ParentGroupKey = "NewGroup12";
- ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn27.Header.VisiblePosition = 26;
- ultraGridColumn27.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn27.RowLayoutColumnInfo.ParentGroupIndex = 0;
- ultraGridColumn27.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
- ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn28.Header.VisiblePosition = 27;
- ultraGridColumn28.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn28.RowLayoutColumnInfo.ParentGroupIndex = 1;
- ultraGridColumn28.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
- ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn29.Header.VisiblePosition = 28;
- ultraGridColumn29.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn29.RowLayoutColumnInfo.ParentGroupIndex = 2;
- ultraGridColumn29.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
- ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn30.Header.VisiblePosition = 29;
- ultraGridColumn30.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn30.RowLayoutColumnInfo.ParentGroupIndex = 3;
- ultraGridColumn30.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
- ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn31.Header.VisiblePosition = 30;
- ultraGridColumn31.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn31.RowLayoutColumnInfo.ParentGroupIndex = 4;
- ultraGridColumn31.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
- ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn32.Header.VisiblePosition = 31;
- ultraGridColumn32.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn32.RowLayoutColumnInfo.ParentGroupIndex = 5;
- ultraGridColumn32.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
- ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn33.Header.VisiblePosition = 32;
- ultraGridColumn33.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn33.RowLayoutColumnInfo.ParentGroupIndex = 6;
- ultraGridColumn33.RowLayoutColumnInfo.ParentGroupKey = "NewGroup6";
- ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn34.Header.VisiblePosition = 33;
- ultraGridColumn34.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn34.RowLayoutColumnInfo.ParentGroupIndex = 7;
- ultraGridColumn34.RowLayoutColumnInfo.ParentGroupKey = "NewGroup7";
- ultraGridColumn34.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn35.Header.VisiblePosition = 34;
- ultraGridColumn35.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn35.RowLayoutColumnInfo.ParentGroupIndex = 8;
- ultraGridColumn35.RowLayoutColumnInfo.ParentGroupKey = "NewGroup8";
- ultraGridColumn35.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn35.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn36.Header.VisiblePosition = 35;
- ultraGridColumn36.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn36.RowLayoutColumnInfo.ParentGroupIndex = 9;
- ultraGridColumn36.RowLayoutColumnInfo.ParentGroupKey = "NewGroup9";
- ultraGridColumn36.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn37.Header.VisiblePosition = 36;
- ultraGridColumn37.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn37.RowLayoutColumnInfo.ParentGroupIndex = 10;
- ultraGridColumn37.RowLayoutColumnInfo.ParentGroupKey = "NewGroup10";
- ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn38.Header.VisiblePosition = 37;
- ultraGridColumn38.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn38.RowLayoutColumnInfo.ParentGroupIndex = 11;
- ultraGridColumn38.RowLayoutColumnInfo.ParentGroupKey = "NewGroup11";
- ultraGridColumn38.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn39.Header.VisiblePosition = 38;
- ultraGridColumn39.RowLayoutColumnInfo.OriginX = 2;
- ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn39.RowLayoutColumnInfo.ParentGroupIndex = 13;
- ultraGridColumn39.RowLayoutColumnInfo.ParentGroupKey = "NewGroup13";
- ultraGridColumn39.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn39.RowLayoutColumnInfo.SpanY = 2;
- ultraGridColumn40.Header.VisiblePosition = 39;
- ultraGridColumn40.RowLayoutColumnInfo.OriginX = 0;
- ultraGridColumn40.RowLayoutColumnInfo.OriginY = 0;
- ultraGridColumn40.RowLayoutColumnInfo.ParentGroupIndex = 13;
- ultraGridColumn40.RowLayoutColumnInfo.ParentGroupKey = "NewGroup13";
- ultraGridColumn40.RowLayoutColumnInfo.SpanX = 2;
- ultraGridColumn40.RowLayoutColumnInfo.SpanY = 2;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6,
- ultraGridColumn7,
- ultraGridColumn8,
- ultraGridColumn9,
- ultraGridColumn10,
- ultraGridColumn11,
- ultraGridColumn12,
- ultraGridColumn13,
- ultraGridColumn14,
- ultraGridColumn15,
- ultraGridColumn16,
- ultraGridColumn17,
- ultraGridColumn18,
- ultraGridColumn19,
- ultraGridColumn20,
- ultraGridColumn21,
- ultraGridColumn22,
- ultraGridColumn23,
- ultraGridColumn24,
- ultraGridColumn25,
- ultraGridColumn26,
- ultraGridColumn27,
- ultraGridColumn28,
- ultraGridColumn29,
- ultraGridColumn30,
- ultraGridColumn31,
- ultraGridColumn32,
- ultraGridColumn33,
- ultraGridColumn34,
- ultraGridColumn35,
- ultraGridColumn36,
- ultraGridColumn37,
- ultraGridColumn38,
- ultraGridColumn39,
- ultraGridColumn40});
- ultraGridGroup1.Header.Caption = "去年12月份";
- ultraGridGroup1.Key = "NewGroup0";
- ultraGridGroup1.RowLayoutGroupInfo.OriginX = 22;
- ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup1.RowLayoutGroupInfo.SpanX = 4;
- ultraGridGroup1.RowLayoutGroupInfo.SpanY = 4;
- ultraGridGroup2.Header.Caption = "1月份";
- ultraGridGroup2.Key = "NewGroup1";
- ultraGridGroup2.RowLayoutGroupInfo.OriginX = 26;
- ultraGridGroup2.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup2.RowLayoutGroupInfo.SpanX = 4;
- ultraGridGroup2.RowLayoutGroupInfo.SpanY = 4;
- ultraGridGroup3.Header.Caption = "2月份";
- ultraGridGroup3.Key = "NewGroup2";
- ultraGridGroup3.RowLayoutGroupInfo.OriginX = 30;
- ultraGridGroup3.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup3.RowLayoutGroupInfo.SpanX = 4;
- ultraGridGroup3.RowLayoutGroupInfo.SpanY = 4;
- ultraGridGroup4.Header.Caption = "3月份";
- ultraGridGroup4.Key = "NewGroup3";
- ultraGridGroup4.RowLayoutGroupInfo.OriginX = 34;
- ultraGridGroup4.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup4.RowLayoutGroupInfo.SpanX = 4;
- ultraGridGroup4.RowLayoutGroupInfo.SpanY = 4;
- ultraGridGroup5.Header.Caption = "4月份";
- ultraGridGroup5.Key = "NewGroup4";
- ultraGridGroup5.RowLayoutGroupInfo.OriginX = 38;
- ultraGridGroup5.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup5.RowLayoutGroupInfo.SpanX = 4;
- ultraGridGroup5.RowLayoutGroupInfo.SpanY = 4;
- ultraGridGroup6.Header.Caption = "5月份";
- ultraGridGroup6.Key = "NewGroup5";
- ultraGridGroup6.RowLayoutGroupInfo.OriginX = 42;
- ultraGridGroup6.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup6.RowLayoutGroupInfo.SpanX = 4;
- ultraGridGroup6.RowLayoutGroupInfo.SpanY = 4;
- ultraGridGroup7.Header.Caption = "6月份";
- ultraGridGroup7.Key = "NewGroup6";
- ultraGridGroup7.RowLayoutGroupInfo.OriginX = 46;
- ultraGridGroup7.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup7.RowLayoutGroupInfo.SpanX = 4;
- ultraGridGroup7.RowLayoutGroupInfo.SpanY = 4;
- ultraGridGroup8.Header.Caption = "7月份";
- ultraGridGroup8.Key = "NewGroup7";
- ultraGridGroup8.RowLayoutGroupInfo.OriginX = 50;
- ultraGridGroup8.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup8.RowLayoutGroupInfo.SpanX = 4;
- ultraGridGroup8.RowLayoutGroupInfo.SpanY = 4;
- ultraGridGroup9.Header.Caption = "8月份";
- ultraGridGroup9.Key = "NewGroup8";
- ultraGridGroup9.RowLayoutGroupInfo.OriginX = 54;
- ultraGridGroup9.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup9.RowLayoutGroupInfo.SpanX = 4;
- ultraGridGroup9.RowLayoutGroupInfo.SpanY = 4;
- ultraGridGroup10.Header.Caption = "9月份";
- ultraGridGroup10.Key = "NewGroup9";
- ultraGridGroup10.RowLayoutGroupInfo.OriginX = 58;
- ultraGridGroup10.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup10.RowLayoutGroupInfo.SpanX = 4;
- ultraGridGroup10.RowLayoutGroupInfo.SpanY = 4;
- ultraGridGroup11.Header.Caption = "10月份";
- ultraGridGroup11.Key = "NewGroup10";
- ultraGridGroup11.RowLayoutGroupInfo.OriginX = 62;
- ultraGridGroup11.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup11.RowLayoutGroupInfo.SpanX = 4;
- ultraGridGroup11.RowLayoutGroupInfo.SpanY = 4;
- ultraGridGroup12.Header.Caption = "11月份";
- ultraGridGroup12.Key = "NewGroup11";
- ultraGridGroup12.RowLayoutGroupInfo.OriginX = 66;
- ultraGridGroup12.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup12.RowLayoutGroupInfo.SpanX = 4;
- ultraGridGroup12.RowLayoutGroupInfo.SpanY = 4;
- ultraGridGroup13.Header.Caption = "卡信息";
- ultraGridGroup13.Key = "NewGroup12";
- ultraGridGroup13.RowLayoutGroupInfo.OriginX = 4;
- ultraGridGroup13.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup13.RowLayoutGroupInfo.SpanX = 14;
- ultraGridGroup13.RowLayoutGroupInfo.SpanY = 4;
- ultraGridGroup14.Header.Caption = "年初余额";
- ultraGridGroup14.Key = "NewGroup13";
- ultraGridGroup14.RowLayoutGroupInfo.OriginX = 18;
- ultraGridGroup14.RowLayoutGroupInfo.OriginY = 0;
- ultraGridGroup14.RowLayoutGroupInfo.SpanX = 4;
- ultraGridGroup14.RowLayoutGroupInfo.SpanY = 4;
- ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
- ultraGridGroup1,
- ultraGridGroup2,
- ultraGridGroup3,
- ultraGridGroup4,
- ultraGridGroup5,
- ultraGridGroup6,
- ultraGridGroup7,
- ultraGridGroup8,
- ultraGridGroup9,
- ultraGridGroup10,
- ultraGridGroup11,
- ultraGridGroup12,
- ultraGridGroup13,
- ultraGridGroup14});
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
- this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance15.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance15.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance15.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance15;
- appearance17.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance17;
- this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid2.DisplayLayout.GroupByBox.Hidden = true;
- 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.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
- this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
- appearance20.BackColor = System.Drawing.SystemColors.Window;
- appearance20.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance20;
- appearance23.BackColor = System.Drawing.SystemColors.Highlight;
- appearance23.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance23;
- this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance25.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance25;
- appearance21.BorderColor = System.Drawing.Color.Silver;
- appearance21.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance21;
- this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
- appearance19.BackColor = System.Drawing.SystemColors.Control;
- appearance19.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance19.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance19.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance19;
- appearance18.TextHAlignAsString = "Left";
- this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance18;
- this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance24.BackColor = System.Drawing.SystemColors.Window;
- appearance24.BorderColor = System.Drawing.Color.Silver;
- this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance24;
- this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance22.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance22;
- this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
- this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraGrid2.Name = "ultraGrid2";
- this.ultraGrid2.Size = new System.Drawing.Size(1269, 481);
- this.ultraGrid2.TabIndex = 0;
- this.ultraGrid2.Text = "ultraGrid2";
- //
- // import
- //
- this.import.DataSetName = "NewDataSet";
- this.import.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable1});
- //
- // dataTable1
- //
- this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn1,
- this.dataColumn2,
- this.dataColumn3,
- this.dataColumn11,
- this.dataColumn14,
- this.dataColumn15,
- this.dataColumn16,
- this.dataColumn17,
- this.dataColumn18,
- this.dataColumn19,
- this.dataColumn20,
- this.dataColumn21,
- this.dataColumn22,
- this.dataColumn23,
- this.dataColumn24,
- this.dataColumn25,
- this.dataColumn26,
- this.dataColumn27,
- this.dataColumn28,
- this.dataColumn12,
- this.dataColumn13,
- this.dataColumn32,
- this.dataColumn4,
- this.dataColumn5,
- this.dataColumn6,
- this.dataColumn7,
- this.dataColumn8,
- this.dataColumn9,
- this.dataColumn10,
- this.dataColumn33,
- this.dataColumn34,
- this.dataColumn35,
- this.dataColumn36,
- this.dataColumn37,
- this.dataColumn38,
- this.dataColumn39,
- this.dataColumn40,
- this.dataColumn41,
- this.dataColumn42,
- this.dataColumn43});
- this.dataTable1.TableName = "Table1";
- //
- // dataColumn1
- //
- this.dataColumn1.Caption = "是否导入";
- this.dataColumn1.ColumnName = "VALIDFLAG";
- //
- // dataColumn2
- //
- this.dataColumn2.Caption = "创建人";
- this.dataColumn2.ColumnName = "CREATENAME";
- //
- // dataColumn3
- //
- this.dataColumn3.Caption = "创建时间";
- this.dataColumn3.ColumnName = "CREATETIME";
- //
- // dataColumn11
- //
- this.dataColumn11.Caption = "主键";
- this.dataColumn11.ColumnName = "ID";
- //
- // dataColumn14
- //
- this.dataColumn14.Caption = "年份";
- this.dataColumn14.ColumnName = "YEAR";
- //
- // dataColumn15
- //
- this.dataColumn15.Caption = "去年12月消耗";
- this.dataColumn15.ColumnName = "M1USE";
- //
- // dataColumn16
- //
- this.dataColumn16.Caption = "1月消耗";
- this.dataColumn16.ColumnName = "M2USE";
- //
- // dataColumn17
- //
- this.dataColumn17.Caption = "2月消耗";
- this.dataColumn17.ColumnName = "M3USE";
- //
- // dataColumn18
- //
- this.dataColumn18.Caption = "3月消耗";
- this.dataColumn18.ColumnName = "M4USE";
- //
- // dataColumn19
- //
- this.dataColumn19.Caption = "4月消耗";
- this.dataColumn19.ColumnName = "M5USE";
- //
- // dataColumn20
- //
- this.dataColumn20.Caption = "5月消耗";
- this.dataColumn20.ColumnName = "M6USE";
- //
- // dataColumn21
- //
- this.dataColumn21.Caption = "6月消耗";
- this.dataColumn21.ColumnName = "M7USE";
- //
- // dataColumn22
- //
- this.dataColumn22.Caption = "7月消耗";
- this.dataColumn22.ColumnName = "M8USE";
- //
- // dataColumn23
- //
- this.dataColumn23.Caption = "8月消耗";
- this.dataColumn23.ColumnName = "M9USE";
- //
- // dataColumn24
- //
- this.dataColumn24.Caption = "9月消耗";
- this.dataColumn24.ColumnName = "M10USE";
- //
- // dataColumn25
- //
- this.dataColumn25.Caption = "10月消耗";
- this.dataColumn25.ColumnName = "M11USE";
- //
- // dataColumn26
- //
- this.dataColumn26.Caption = "11月消耗";
- this.dataColumn26.ColumnName = "M12USE";
- //
- // dataColumn27
- //
- this.dataColumn27.Caption = "备注";
- this.dataColumn27.ColumnName = "REMARK";
- //
- // dataColumn28
- //
- this.dataColumn28.Caption = "选择";
- this.dataColumn28.ColumnName = "CHK";
- this.dataColumn28.DataType = typeof(bool);
- this.dataColumn28.DefaultValue = false;
- //
- // dataColumn12
- //
- this.dataColumn12.Caption = "主卡编号";
- this.dataColumn12.ColumnName = "MID";
- //
- // dataColumn13
- //
- this.dataColumn13.Caption = "副卡编号";
- this.dataColumn13.ColumnName = "DID";
- //
- // dataColumn32
- //
- this.dataColumn32.Caption = "副卡卡号";
- this.dataColumn32.ColumnName = "CARDDID";
- //
- // dataColumn4
- //
- this.dataColumn4.Caption = "用户";
- this.dataColumn4.ColumnName = "USERNAME";
- //
- // dataColumn5
- //
- this.dataColumn5.Caption = "卡类型1";
- this.dataColumn5.ColumnName = "type1";
- //
- // dataColumn6
- //
- this.dataColumn6.Caption = "卡类型2";
- this.dataColumn6.ColumnName = "type2";
- //
- // dataColumn7
- //
- this.dataColumn7.Caption = "状态";
- this.dataColumn7.ColumnName = "status";
- //
- // dataColumn8
- //
- this.dataColumn8.Caption = "去年12月消耗新";
- this.dataColumn8.ColumnName = "M1USENEW";
- //
- // dataColumn9
- //
- this.dataColumn9.Caption = "1月消耗新";
- this.dataColumn9.ColumnName = "M2USENEW";
- //
- // dataColumn10
- //
- this.dataColumn10.Caption = "2月消耗新";
- this.dataColumn10.ColumnName = "M3USENEW";
- //
- // dataColumn33
- //
- this.dataColumn33.Caption = "3月消耗新";
- this.dataColumn33.ColumnName = "M4USENEW";
- //
- // dataColumn34
- //
- this.dataColumn34.Caption = "4月消耗新";
- this.dataColumn34.ColumnName = "M5USENEW";
- //
- // dataColumn35
- //
- this.dataColumn35.Caption = "5月消耗新";
- this.dataColumn35.ColumnName = "M6USENEW";
- //
- // dataColumn36
- //
- this.dataColumn36.Caption = "6月消耗新";
- this.dataColumn36.ColumnName = "M7USENEW";
- //
- // dataColumn37
- //
- this.dataColumn37.Caption = "7月消耗新";
- this.dataColumn37.ColumnName = "M8USENEW";
- //
- // dataColumn38
- //
- this.dataColumn38.Caption = "8月消耗新";
- this.dataColumn38.ColumnName = "M9USENEW";
- //
- // dataColumn39
- //
- this.dataColumn39.Caption = "9月消耗新";
- this.dataColumn39.ColumnName = "M10USENEW";
- //
- // dataColumn40
- //
- this.dataColumn40.Caption = "10月消耗新";
- this.dataColumn40.ColumnName = "M11USENEW";
- //
- // dataColumn41
- //
- this.dataColumn41.Caption = "11月消耗新";
- this.dataColumn41.ColumnName = "M12USENEW";
- //
- // dataColumn42
- //
- this.dataColumn42.Caption = "年初余额新";
- this.dataColumn42.ColumnName = "remainNew";
- //
- // dataColumn43
- //
- this.dataColumn43.Caption = "年初余额";
- this.dataColumn43.ColumnName = "remain";
- //
- // panel1
- //
- this.panel1.Controls.Add(this.label14);
- this.panel1.Controls.Add(this.txt_useName);
- this.panel1.Controls.Add(this.ultraLabel3);
- this.panel1.Controls.Add(this.ck_ctime);
- this.panel1.Controls.Add(this.ultraLabel26);
- this.panel1.Controls.Add(this.txtCreateTimeEnd);
- this.panel1.Controls.Add(this.txtCreateTimeStart);
- this.panel1.Controls.Add(this.label15);
- this.panel1.Controls.Add(this.txt_card_change_d);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1271, 38);
- this.panel1.TabIndex = 1;
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(661, 10);
- this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(52, 15);
- this.label14.TabIndex = 191;
- this.label14.Text = "用户名";
- //
- // txt_useName
- //
- this.txt_useName.Enabled = false;
- this.txt_useName.Location = new System.Drawing.Point(717, 5);
- this.txt_useName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txt_useName.MaxLength = 200;
- this.txt_useName.Name = "txt_useName";
- this.txt_useName.Size = new System.Drawing.Size(149, 24);
- this.txt_useName.TabIndex = 190;
- this.txt_useName.Visible = false;
- //
- // ultraLabel3
- //
- this.ultraLabel3.AutoSize = true;
- this.ultraLabel3.Location = new System.Drawing.Point(479, 8);
- this.ultraLabel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel3.Name = "ultraLabel3";
- this.ultraLabel3.Size = new System.Drawing.Size(28, 24);
- this.ultraLabel3.TabIndex = 189;
- this.ultraLabel3.Text = "至";
- //
- // ck_ctime
- //
- this.ck_ctime.AutoSize = true;
- this.ck_ctime.Location = new System.Drawing.Point(221, 9);
- this.ck_ctime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ck_ctime.Name = "ck_ctime";
- this.ck_ctime.Size = new System.Drawing.Size(18, 17);
- this.ck_ctime.TabIndex = 188;
- this.ck_ctime.UseVisualStyleBackColor = true;
- this.ck_ctime.CheckedChanged += new System.EventHandler(this.ck_ctime_CheckedChanged);
- //
- // ultraLabel26
- //
- this.ultraLabel26.AutoSize = true;
- this.ultraLabel26.Location = new System.Drawing.Point(252, 8);
- this.ultraLabel26.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.ultraLabel26.Name = "ultraLabel26";
- this.ultraLabel26.Size = new System.Drawing.Size(89, 24);
- this.ultraLabel26.TabIndex = 187;
- this.ultraLabel26.Text = "操作时间";
- //
- // txtCreateTimeEnd
- //
- this.txtCreateTimeEnd.DateButtons.Add(dateButton1);
- this.txtCreateTimeEnd.Format = "yyyy/MM/dd";
- this.txtCreateTimeEnd.Location = new System.Drawing.Point(508, 5);
- this.txtCreateTimeEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txtCreateTimeEnd.Name = "txtCreateTimeEnd";
- this.txtCreateTimeEnd.NonAutoSizeHeight = 25;
- this.txtCreateTimeEnd.Size = new System.Drawing.Size(143, 25);
- this.txtCreateTimeEnd.TabIndex = 186;
- this.txtCreateTimeEnd.Value = new System.DateTime(2016, 3, 1, 0, 0, 0, 0);
- //
- // txtCreateTimeStart
- //
- dateButton2.Date = new System.DateTime(((long)(0)));
- this.txtCreateTimeStart.DateButtons.Add(dateButton2);
- this.txtCreateTimeStart.Format = "yyyy/MM/dd";
- this.txtCreateTimeStart.Location = new System.Drawing.Point(329, 5);
- this.txtCreateTimeStart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.txtCreateTimeStart.Name = "txtCreateTimeStart";
- this.txtCreateTimeStart.NonAutoSizeHeight = 25;
- this.txtCreateTimeStart.Size = new System.Drawing.Size(143, 25);
- this.txtCreateTimeStart.TabIndex = 185;
- this.txtCreateTimeStart.Value = "2015/11/17 0:00:00";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Location = new System.Drawing.Point(12, 10);
- this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(37, 15);
- this.label15.TabIndex = 184;
- this.label15.Text = "卡号";
- //
- // txt_card_change_d
- //
- this.txt_card_change_d.Location = new System.Drawing.Point(56, 5);
- this.txt_card_change_d.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txt_card_change_d.MaxLength = 200;
- this.txt_card_change_d.Name = "txt_card_change_d";
- this.txt_card_change_d.Size = new System.Drawing.Size(149, 24);
- this.txt_card_change_d.TabIndex = 183;
- //
- // FrmPmsBase_Fill_Panel
- //
- this.FrmPmsBase_Fill_Panel.Controls.Add(this.ultraTabControl1);
- this.FrmPmsBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
- this.FrmPmsBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
- this.FrmPmsBase_Fill_Panel.Location = new System.Drawing.Point(0, 28);
- this.FrmPmsBase_Fill_Panel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.FrmPmsBase_Fill_Panel.Name = "FrmPmsBase_Fill_Panel";
- this.FrmPmsBase_Fill_Panel.Size = new System.Drawing.Size(1275, 550);
- this.FrmPmsBase_Fill_Panel.TabIndex = 0;
- //
- // ultraTabControl1
- //
- this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
- this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
- this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
- this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
- this.ultraTabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraTabControl1.Name = "ultraTabControl1";
- this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
- this.ultraTabControl1.Size = new System.Drawing.Size(1275, 550);
- this.ultraTabControl1.TabIndex = 3;
- ultraTab1.TabPage = this.ultraTabPageControl1;
- ultraTab1.Text = "待导入数据";
- ultraTab2.TabPage = this.ultraTabPageControl2;
- ultraTab2.Text = "导入记录";
- this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
- ultraTab1,
- ultraTab2});
- this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged);
- //
- // ultraTabSharedControlsPage1
- //
- this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
- this.ultraTabSharedControlsPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
- this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1271, 521);
- //
- // ultraToolbarsManager1
- //
- this.ultraToolbarsManager1.DesignerFlags = 1;
- this.ultraToolbarsManager1.DockWithinContainer = this;
- this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(Pur.Entity.FrmPmsBase);
- this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
- ultraToolbar1.DockedColumn = 0;
- ultraToolbar1.DockedRow = 0;
- ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool1,
- buttonTool2,
- buttonTool3,
- buttonTool6,
- buttonTool13,
- buttonTool5});
- ultraToolbar1.Text = "UltraToolbar1";
- this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
- ultraToolbar1});
- appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
- buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
- buttonTool7.SharedPropsInternal.Caption = "查询";
- buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
- buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
- buttonTool8.SharedPropsInternal.Caption = "导入";
- buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance38.Image = ((object)(resources.GetObject("appearance38.Image")));
- buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance38;
- buttonTool9.SharedPropsInternal.Caption = "保存";
- buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance39.Image = ((object)(resources.GetObject("appearance39.Image")));
- buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance39;
- buttonTool10.SharedPropsInternal.Caption = "删除";
- buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance41.Image = ((object)(resources.GetObject("appearance41.Image")));
- buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance41;
- buttonTool11.SharedPropsInternal.Caption = "关闭";
- buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance40.Image = ((object)(resources.GetObject("appearance40.Image")));
- buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance40;
- buttonTool12.SharedPropsInternal.Caption = "清空";
- buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- appearance42.Image = ((object)(resources.GetObject("appearance42.Image")));
- buttonTool14.SharedPropsInternal.AppearancesSmall.Appearance = appearance42;
- buttonTool14.SharedPropsInternal.Caption = "导出Excel";
- buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
- this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
- buttonTool7,
- buttonTool8,
- buttonTool9,
- buttonTool10,
- buttonTool11,
- buttonTool12,
- buttonTool14});
- this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
- //
- // _FrmPmsBase_Toolbars_Dock_Area_Left
- //
- this._FrmPmsBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._FrmPmsBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
- this._FrmPmsBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
- this._FrmPmsBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
- this._FrmPmsBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
- this._FrmPmsBase_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this._FrmPmsBase_Toolbars_Dock_Area_Left.Name = "_FrmPmsBase_Toolbars_Dock_Area_Left";
- this._FrmPmsBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 550);
- this._FrmPmsBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // _FrmPmsBase_Toolbars_Dock_Area_Right
- //
- this._FrmPmsBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._FrmPmsBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
- this._FrmPmsBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
- this._FrmPmsBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
- this._FrmPmsBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1275, 28);
- this._FrmPmsBase_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this._FrmPmsBase_Toolbars_Dock_Area_Right.Name = "_FrmPmsBase_Toolbars_Dock_Area_Right";
- this._FrmPmsBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 550);
- this._FrmPmsBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // _FrmPmsBase_Toolbars_Dock_Area_Top
- //
- this._FrmPmsBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._FrmPmsBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
- this._FrmPmsBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
- this._FrmPmsBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
- this._FrmPmsBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
- this._FrmPmsBase_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this._FrmPmsBase_Toolbars_Dock_Area_Top.Name = "_FrmPmsBase_Toolbars_Dock_Area_Top";
- this._FrmPmsBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1275, 28);
- this._FrmPmsBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // _FrmPmsBase_Toolbars_Dock_Area_Bottom
- //
- this._FrmPmsBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
- this._FrmPmsBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
- this._FrmPmsBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
- this._FrmPmsBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
- this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 578);
- this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Name = "_FrmPmsBase_Toolbars_Dock_Area_Bottom";
- this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1275, 0);
- this._FrmPmsBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
- //
- // FrmPurOilImportUse
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1275, 578);
- this.Controls.Add(this.FrmPmsBase_Fill_Panel);
- this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Left);
- this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Right);
- this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Top);
- this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Bottom);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
- this.Name = "FrmPurOilImportUse";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "油卡年初余额和月消耗数据导入";
- this.Load += new System.EventHandler(this.FrmPurOilImportUse_Load);
- this.Shown += new System.EventHandler(this.FrmImportOrder_Shown);
- this.ultraTabPageControl1.ResumeLayout(false);
- this.panel4.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- this.panel3.ResumeLayout(false);
- this.panel3.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.Qyear)).EndInit();
- this.ultraTabPageControl2.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.import)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txt_useName)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtCreateTimeEnd)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtCreateTimeStart)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_card_change_d)).EndInit();
- this.FrmPmsBase_Fill_Panel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
- this.ultraTabControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel FrmPmsBase_Fill_Panel;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
- private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
- private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
- private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
- private System.Windows.Forms.LinkLabel linkLabel2;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel3;
- private System.Windows.Forms.CheckBox ck_ctime;
- private Infragistics.Win.Misc.UltraLabel ultraLabel26;
- private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txtCreateTimeEnd;
- private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txtCreateTimeStart;
- private System.Windows.Forms.Label label15;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_card_change_d;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Panel panel3;
- private System.Data.DataSet import;
- private System.Data.DataTable dataTable1;
- private System.Data.DataColumn dataColumn1;
- private System.Data.DataColumn dataColumn2;
- private System.Data.DataColumn dataColumn3;
- private System.Data.DataColumn dataColumn11;
- private System.Data.DataColumn dataColumn14;
- private System.Data.DataColumn dataColumn15;
- private System.Data.DataColumn dataColumn16;
- private System.Data.DataColumn dataColumn17;
- private System.Data.DataColumn dataColumn18;
- private System.Data.DataColumn dataColumn19;
- private System.Data.DataColumn dataColumn20;
- 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.DataColumn dataColumn28;
- private System.Data.DataColumn dataColumn12;
- private System.Data.DataColumn dataColumn13;
- private System.Data.DataColumn dataColumn32;
- 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 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.Windows.Forms.Label label14;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_useName;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor Qyear;
- private System.Windows.Forms.Label label2;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Left;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Right;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Top;
- private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Bottom;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Windows.Forms.CheckBox ck_12m;
- private System.Windows.Forms.CheckBox ck_11m;
- private System.Windows.Forms.CheckBox ck_10m;
- private System.Windows.Forms.CheckBox ck_9m;
- private System.Windows.Forms.CheckBox ck_8m;
- private System.Windows.Forms.CheckBox ck_7m;
- private System.Windows.Forms.CheckBox ck_6m;
- private System.Windows.Forms.CheckBox ck_5m;
- private System.Windows.Forms.CheckBox ck_4m;
- private System.Windows.Forms.CheckBox ck_3m;
- private System.Windows.Forms.CheckBox ck_2m;
- private System.Windows.Forms.CheckBox ck_1m;
- private System.Windows.Forms.CheckBox ck_yu;
- private System.Windows.Forms.Label label1;
- }
- }
|