FrmPurOilImportUse.Designer.cs 100 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707
  1. namespace Pur.require_plan
  2. {
  3. partial class FrmPurOilImportUse
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  33. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATENAME");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATETIME");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("YEAR");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M1USE");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M2USE");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M3USE");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M4USE");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M5USE");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M6USE");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M7USE");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M8USE");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M9USE");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M10USE");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M11USE");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M12USE");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MID");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DID");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CARDDID");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("USERNAME");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("type1");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("type2");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("status");
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M1USENEW");
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M2USENEW");
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M3USENEW");
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M4USENEW");
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M5USENEW");
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M6USENEW");
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M7USENEW");
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M8USENEW");
  78. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M9USENEW");
  79. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M10USENEW");
  80. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M11USENEW");
  81. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M12USENEW");
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("remainNew");
  83. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("remain");
  84. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup0", 21679907);
  85. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup2 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup1", 21679908);
  86. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup3 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup2", 21679909);
  87. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup4 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup3", 21679910);
  88. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup5 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup4", 21679911);
  89. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup6 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup5", 21679912);
  90. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup7 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup6", 21679913);
  91. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup8 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup7", 21679914);
  92. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup9 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup8", 21679915);
  93. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup10 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup9", 21679916);
  94. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup11 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup10", 21679917);
  95. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup12 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup11", 21679918);
  96. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup13 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup12", 21679919);
  97. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup14 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("NewGroup13", 21679920);
  98. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  100. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  101. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  102. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  103. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  104. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  105. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  106. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  107. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  108. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  109. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton1 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  110. Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton dateButton2 = new Infragistics.Win.UltraWinSchedule.CalendarCombo.DateButton();
  111. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  112. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  113. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  114. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery");
  115. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doImport");
  116. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doSure");
  117. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClear");
  118. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doExcel");
  119. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClose");
  120. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery");
  121. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  122. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doImport");
  123. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  124. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doSure");
  125. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  126. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doDelete");
  127. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  128. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClose");
  129. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  130. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doClear");
  131. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  132. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doExcel");
  133. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  134. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPurOilImportUse));
  135. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  136. this.panel4 = new System.Windows.Forms.Panel();
  137. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  138. this.panel3 = new System.Windows.Forms.Panel();
  139. this.ck_12m = new System.Windows.Forms.CheckBox();
  140. this.ck_11m = new System.Windows.Forms.CheckBox();
  141. this.ck_10m = new System.Windows.Forms.CheckBox();
  142. this.ck_9m = new System.Windows.Forms.CheckBox();
  143. this.ck_8m = new System.Windows.Forms.CheckBox();
  144. this.ck_7m = new System.Windows.Forms.CheckBox();
  145. this.ck_6m = new System.Windows.Forms.CheckBox();
  146. this.ck_5m = new System.Windows.Forms.CheckBox();
  147. this.ck_4m = new System.Windows.Forms.CheckBox();
  148. this.ck_3m = new System.Windows.Forms.CheckBox();
  149. this.ck_2m = new System.Windows.Forms.CheckBox();
  150. this.ck_1m = new System.Windows.Forms.CheckBox();
  151. this.ck_yu = new System.Windows.Forms.CheckBox();
  152. this.label1 = new System.Windows.Forms.Label();
  153. this.Qyear = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  154. this.label2 = new System.Windows.Forms.Label();
  155. this.linkLabel2 = new System.Windows.Forms.LinkLabel();
  156. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  157. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  158. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  159. this.panel2 = new System.Windows.Forms.Panel();
  160. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  161. this.import = new System.Data.DataSet();
  162. this.dataTable1 = new System.Data.DataTable();
  163. this.dataColumn1 = new System.Data.DataColumn();
  164. this.dataColumn2 = new System.Data.DataColumn();
  165. this.dataColumn3 = new System.Data.DataColumn();
  166. this.dataColumn11 = new System.Data.DataColumn();
  167. this.dataColumn14 = new System.Data.DataColumn();
  168. this.dataColumn15 = new System.Data.DataColumn();
  169. this.dataColumn16 = new System.Data.DataColumn();
  170. this.dataColumn17 = new System.Data.DataColumn();
  171. this.dataColumn18 = new System.Data.DataColumn();
  172. this.dataColumn19 = new System.Data.DataColumn();
  173. this.dataColumn20 = new System.Data.DataColumn();
  174. this.dataColumn21 = new System.Data.DataColumn();
  175. this.dataColumn22 = new System.Data.DataColumn();
  176. this.dataColumn23 = new System.Data.DataColumn();
  177. this.dataColumn24 = new System.Data.DataColumn();
  178. this.dataColumn25 = new System.Data.DataColumn();
  179. this.dataColumn26 = new System.Data.DataColumn();
  180. this.dataColumn27 = new System.Data.DataColumn();
  181. this.dataColumn28 = new System.Data.DataColumn();
  182. this.dataColumn12 = new System.Data.DataColumn();
  183. this.dataColumn13 = new System.Data.DataColumn();
  184. this.dataColumn32 = new System.Data.DataColumn();
  185. this.dataColumn4 = new System.Data.DataColumn();
  186. this.dataColumn5 = new System.Data.DataColumn();
  187. this.dataColumn6 = new System.Data.DataColumn();
  188. this.dataColumn7 = new System.Data.DataColumn();
  189. this.dataColumn8 = new System.Data.DataColumn();
  190. this.dataColumn9 = new System.Data.DataColumn();
  191. this.dataColumn10 = new System.Data.DataColumn();
  192. this.dataColumn33 = new System.Data.DataColumn();
  193. this.dataColumn34 = new System.Data.DataColumn();
  194. this.dataColumn35 = new System.Data.DataColumn();
  195. this.dataColumn36 = new System.Data.DataColumn();
  196. this.dataColumn37 = new System.Data.DataColumn();
  197. this.dataColumn38 = new System.Data.DataColumn();
  198. this.dataColumn39 = new System.Data.DataColumn();
  199. this.dataColumn40 = new System.Data.DataColumn();
  200. this.dataColumn41 = new System.Data.DataColumn();
  201. this.dataColumn42 = new System.Data.DataColumn();
  202. this.dataColumn43 = new System.Data.DataColumn();
  203. this.panel1 = new System.Windows.Forms.Panel();
  204. this.label14 = new System.Windows.Forms.Label();
  205. this.txt_useName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  206. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  207. this.ck_ctime = new System.Windows.Forms.CheckBox();
  208. this.ultraLabel26 = new Infragistics.Win.Misc.UltraLabel();
  209. this.txtCreateTimeEnd = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  210. this.txtCreateTimeStart = new Infragistics.Win.UltraWinSchedule.UltraCalendarCombo();
  211. this.label15 = new System.Windows.Forms.Label();
  212. this.txt_card_change_d = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  213. this.FrmPmsBase_Fill_Panel = new System.Windows.Forms.Panel();
  214. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  215. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  216. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  217. this._FrmPmsBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  218. this._FrmPmsBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  219. this._FrmPmsBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  220. this._FrmPmsBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  221. this.ultraTabPageControl1.SuspendLayout();
  222. this.panel4.SuspendLayout();
  223. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  224. this.panel3.SuspendLayout();
  225. ((System.ComponentModel.ISupportInitialize)(this.Qyear)).BeginInit();
  226. this.ultraTabPageControl2.SuspendLayout();
  227. this.panel2.SuspendLayout();
  228. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  229. ((System.ComponentModel.ISupportInitialize)(this.import)).BeginInit();
  230. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  231. this.panel1.SuspendLayout();
  232. ((System.ComponentModel.ISupportInitialize)(this.txt_useName)).BeginInit();
  233. ((System.ComponentModel.ISupportInitialize)(this.txtCreateTimeEnd)).BeginInit();
  234. ((System.ComponentModel.ISupportInitialize)(this.txtCreateTimeStart)).BeginInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.txt_card_change_d)).BeginInit();
  236. this.FrmPmsBase_Fill_Panel.SuspendLayout();
  237. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  238. this.ultraTabControl1.SuspendLayout();
  239. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  240. this.SuspendLayout();
  241. //
  242. // ultraTabPageControl1
  243. //
  244. this.ultraTabPageControl1.Controls.Add(this.panel4);
  245. this.ultraTabPageControl1.Controls.Add(this.panel3);
  246. this.ultraTabPageControl1.Location = new System.Drawing.Point(1, 26);
  247. this.ultraTabPageControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  248. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  249. this.ultraTabPageControl1.Size = new System.Drawing.Size(1271, 521);
  250. //
  251. // panel4
  252. //
  253. this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  254. this.panel4.Controls.Add(this.ultraGrid1);
  255. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  256. this.panel4.Location = new System.Drawing.Point(0, 62);
  257. this.panel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  258. this.panel4.Name = "panel4";
  259. this.panel4.Size = new System.Drawing.Size(1271, 459);
  260. this.panel4.TabIndex = 4;
  261. //
  262. // ultraGrid1
  263. //
  264. appearance2.BackColor = System.Drawing.SystemColors.Window;
  265. appearance2.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  266. this.ultraGrid1.DisplayLayout.Appearance = appearance2;
  267. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  268. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  269. appearance3.BackColor = System.Drawing.SystemColors.ActiveBorder;
  270. appearance3.BackColor2 = System.Drawing.SystemColors.ControlDark;
  271. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  272. appearance3.BorderColor = System.Drawing.SystemColors.Window;
  273. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance3;
  274. appearance5.ForeColor = System.Drawing.SystemColors.GrayText;
  275. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance5;
  276. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  277. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  278. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  279. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  280. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  281. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  282. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  283. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  284. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  285. appearance8.BackColor = System.Drawing.SystemColors.Window;
  286. appearance8.ForeColor = System.Drawing.SystemColors.ControlText;
  287. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance8;
  288. appearance11.BackColor = System.Drawing.SystemColors.Highlight;
  289. appearance11.ForeColor = System.Drawing.SystemColors.HighlightText;
  290. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance11;
  291. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  292. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  293. appearance44.BackColor = System.Drawing.SystemColors.Window;
  294. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance44;
  295. appearance9.BorderColor = System.Drawing.Color.Silver;
  296. appearance9.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  297. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance9;
  298. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  299. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  300. appearance7.BackColor = System.Drawing.SystemColors.Control;
  301. appearance7.BackColor2 = System.Drawing.SystemColors.ControlDark;
  302. appearance7.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  303. appearance7.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  304. appearance7.BorderColor = System.Drawing.SystemColors.Window;
  305. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance7;
  306. appearance6.TextHAlignAsString = "Left";
  307. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance6;
  308. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  309. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  310. appearance43.BackColor = System.Drawing.SystemColors.Window;
  311. appearance43.BorderColor = System.Drawing.Color.Silver;
  312. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance43;
  313. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  314. appearance10.BackColor = System.Drawing.SystemColors.ControlLight;
  315. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance10;
  316. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  317. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  318. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  319. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  320. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  321. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  322. this.ultraGrid1.Name = "ultraGrid1";
  323. this.ultraGrid1.Size = new System.Drawing.Size(1269, 457);
  324. this.ultraGrid1.TabIndex = 0;
  325. this.ultraGrid1.Text = "ultraGrid1";
  326. //
  327. // panel3
  328. //
  329. this.panel3.Controls.Add(this.ck_12m);
  330. this.panel3.Controls.Add(this.ck_11m);
  331. this.panel3.Controls.Add(this.ck_10m);
  332. this.panel3.Controls.Add(this.ck_9m);
  333. this.panel3.Controls.Add(this.ck_8m);
  334. this.panel3.Controls.Add(this.ck_7m);
  335. this.panel3.Controls.Add(this.ck_6m);
  336. this.panel3.Controls.Add(this.ck_5m);
  337. this.panel3.Controls.Add(this.ck_4m);
  338. this.panel3.Controls.Add(this.ck_3m);
  339. this.panel3.Controls.Add(this.ck_2m);
  340. this.panel3.Controls.Add(this.ck_1m);
  341. this.panel3.Controls.Add(this.ck_yu);
  342. this.panel3.Controls.Add(this.label1);
  343. this.panel3.Controls.Add(this.Qyear);
  344. this.panel3.Controls.Add(this.label2);
  345. this.panel3.Controls.Add(this.linkLabel2);
  346. this.panel3.Controls.Add(this.ultraLabel1);
  347. this.panel3.Controls.Add(this.ultraLabel2);
  348. this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
  349. this.panel3.Location = new System.Drawing.Point(0, 0);
  350. this.panel3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  351. this.panel3.Name = "panel3";
  352. this.panel3.Size = new System.Drawing.Size(1271, 62);
  353. this.panel3.TabIndex = 3;
  354. //
  355. // ck_12m
  356. //
  357. this.ck_12m.AutoSize = true;
  358. this.ck_12m.Location = new System.Drawing.Point(893, 36);
  359. this.ck_12m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  360. this.ck_12m.Name = "ck_12m";
  361. this.ck_12m.Size = new System.Drawing.Size(60, 19);
  362. this.ck_12m.TabIndex = 21;
  363. this.ck_12m.Text = "11月";
  364. this.ck_12m.UseVisualStyleBackColor = true;
  365. //
  366. // ck_11m
  367. //
  368. this.ck_11m.AutoSize = true;
  369. this.ck_11m.Location = new System.Drawing.Point(827, 36);
  370. this.ck_11m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  371. this.ck_11m.Name = "ck_11m";
  372. this.ck_11m.Size = new System.Drawing.Size(60, 19);
  373. this.ck_11m.TabIndex = 20;
  374. this.ck_11m.Text = "10月";
  375. this.ck_11m.UseVisualStyleBackColor = true;
  376. //
  377. // ck_10m
  378. //
  379. this.ck_10m.AutoSize = true;
  380. this.ck_10m.Location = new System.Drawing.Point(768, 36);
  381. this.ck_10m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  382. this.ck_10m.Name = "ck_10m";
  383. this.ck_10m.Size = new System.Drawing.Size(52, 19);
  384. this.ck_10m.TabIndex = 19;
  385. this.ck_10m.Text = "9月";
  386. this.ck_10m.UseVisualStyleBackColor = true;
  387. //
  388. // ck_9m
  389. //
  390. this.ck_9m.AutoSize = true;
  391. this.ck_9m.Location = new System.Drawing.Point(709, 36);
  392. this.ck_9m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  393. this.ck_9m.Name = "ck_9m";
  394. this.ck_9m.Size = new System.Drawing.Size(52, 19);
  395. this.ck_9m.TabIndex = 18;
  396. this.ck_9m.Text = "8月";
  397. this.ck_9m.UseVisualStyleBackColor = true;
  398. //
  399. // ck_8m
  400. //
  401. this.ck_8m.AutoSize = true;
  402. this.ck_8m.Location = new System.Drawing.Point(651, 36);
  403. this.ck_8m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  404. this.ck_8m.Name = "ck_8m";
  405. this.ck_8m.Size = new System.Drawing.Size(52, 19);
  406. this.ck_8m.TabIndex = 17;
  407. this.ck_8m.Text = "7月";
  408. this.ck_8m.UseVisualStyleBackColor = true;
  409. //
  410. // ck_7m
  411. //
  412. this.ck_7m.AutoSize = true;
  413. this.ck_7m.Location = new System.Drawing.Point(592, 36);
  414. this.ck_7m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  415. this.ck_7m.Name = "ck_7m";
  416. this.ck_7m.Size = new System.Drawing.Size(52, 19);
  417. this.ck_7m.TabIndex = 16;
  418. this.ck_7m.Text = "6月";
  419. this.ck_7m.UseVisualStyleBackColor = true;
  420. //
  421. // ck_6m
  422. //
  423. this.ck_6m.AutoSize = true;
  424. this.ck_6m.Location = new System.Drawing.Point(533, 36);
  425. this.ck_6m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  426. this.ck_6m.Name = "ck_6m";
  427. this.ck_6m.Size = new System.Drawing.Size(52, 19);
  428. this.ck_6m.TabIndex = 15;
  429. this.ck_6m.Text = "5月";
  430. this.ck_6m.UseVisualStyleBackColor = true;
  431. //
  432. // ck_5m
  433. //
  434. this.ck_5m.AutoSize = true;
  435. this.ck_5m.Location = new System.Drawing.Point(475, 36);
  436. this.ck_5m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  437. this.ck_5m.Name = "ck_5m";
  438. this.ck_5m.Size = new System.Drawing.Size(52, 19);
  439. this.ck_5m.TabIndex = 14;
  440. this.ck_5m.Text = "4月";
  441. this.ck_5m.UseVisualStyleBackColor = true;
  442. //
  443. // ck_4m
  444. //
  445. this.ck_4m.AutoSize = true;
  446. this.ck_4m.Location = new System.Drawing.Point(416, 36);
  447. this.ck_4m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  448. this.ck_4m.Name = "ck_4m";
  449. this.ck_4m.Size = new System.Drawing.Size(52, 19);
  450. this.ck_4m.TabIndex = 13;
  451. this.ck_4m.Text = "3月";
  452. this.ck_4m.UseVisualStyleBackColor = true;
  453. //
  454. // ck_3m
  455. //
  456. this.ck_3m.AutoSize = true;
  457. this.ck_3m.Location = new System.Drawing.Point(357, 36);
  458. this.ck_3m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  459. this.ck_3m.Name = "ck_3m";
  460. this.ck_3m.Size = new System.Drawing.Size(52, 19);
  461. this.ck_3m.TabIndex = 12;
  462. this.ck_3m.Text = "2月";
  463. this.ck_3m.UseVisualStyleBackColor = true;
  464. //
  465. // ck_2m
  466. //
  467. this.ck_2m.AutoSize = true;
  468. this.ck_2m.Location = new System.Drawing.Point(299, 36);
  469. this.ck_2m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  470. this.ck_2m.Name = "ck_2m";
  471. this.ck_2m.Size = new System.Drawing.Size(52, 19);
  472. this.ck_2m.TabIndex = 11;
  473. this.ck_2m.Text = "1月";
  474. this.ck_2m.UseVisualStyleBackColor = true;
  475. //
  476. // ck_1m
  477. //
  478. this.ck_1m.AutoSize = true;
  479. this.ck_1m.Location = new System.Drawing.Point(200, 36);
  480. this.ck_1m.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  481. this.ck_1m.Name = "ck_1m";
  482. this.ck_1m.Size = new System.Drawing.Size(90, 19);
  483. this.ck_1m.TabIndex = 10;
  484. this.ck_1m.Text = "去年12月";
  485. this.ck_1m.UseVisualStyleBackColor = true;
  486. //
  487. // ck_yu
  488. //
  489. this.ck_yu.AutoSize = true;
  490. this.ck_yu.Location = new System.Drawing.Point(131, 36);
  491. this.ck_yu.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  492. this.ck_yu.Name = "ck_yu";
  493. this.ck_yu.Size = new System.Drawing.Size(59, 19);
  494. this.ck_yu.TabIndex = 9;
  495. this.ck_yu.Text = "余额";
  496. this.ck_yu.UseVisualStyleBackColor = true;
  497. //
  498. // label1
  499. //
  500. this.label1.AutoSize = true;
  501. this.label1.Location = new System.Drawing.Point(12, 38);
  502. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  503. this.label1.Name = "label1";
  504. this.label1.Size = new System.Drawing.Size(105, 15);
  505. this.label1.TabIndex = 8;
  506. this.label1.Text = "指定更新内容:";
  507. //
  508. // Qyear
  509. //
  510. this.Qyear.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  511. this.Qyear.Location = new System.Drawing.Point(125, 5);
  512. this.Qyear.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  513. this.Qyear.Name = "Qyear";
  514. this.Qyear.Size = new System.Drawing.Size(149, 24);
  515. this.Qyear.TabIndex = 7;
  516. //
  517. // label2
  518. //
  519. this.label2.AutoSize = true;
  520. this.label2.Location = new System.Drawing.Point(13, 10);
  521. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  522. this.label2.Name = "label2";
  523. this.label2.Size = new System.Drawing.Size(105, 15);
  524. this.label2.TabIndex = 6;
  525. this.label2.Text = "指定交易年份:";
  526. //
  527. // linkLabel2
  528. //
  529. this.linkLabel2.AutoSize = true;
  530. this.linkLabel2.Location = new System.Drawing.Point(929, 9);
  531. this.linkLabel2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  532. this.linkLabel2.Name = "linkLabel2";
  533. this.linkLabel2.Size = new System.Drawing.Size(234, 15);
  534. this.linkLabel2.TabIndex = 5;
  535. this.linkLabel2.TabStop = true;
  536. this.linkLabel2.Text = "年初余额和每月消耗导入模板.xls";
  537. this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
  538. //
  539. // ultraLabel1
  540. //
  541. appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  542. this.ultraLabel1.Appearance = appearance1;
  543. this.ultraLabel1.AutoSize = true;
  544. this.ultraLabel1.Location = new System.Drawing.Point(283, 8);
  545. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  546. this.ultraLabel1.Name = "ultraLabel1";
  547. this.ultraLabel1.Size = new System.Drawing.Size(687, 24);
  548. this.ultraLabel1.TabIndex = 2;
  549. this.ultraLabel1.Text = "请按照Excel模板文件导入,并且确认好数据,减少错误。数字默认保存2位";
  550. //
  551. // ultraLabel2
  552. //
  553. this.ultraLabel2.AutoSize = true;
  554. this.ultraLabel2.Location = new System.Drawing.Point(841, 9);
  555. this.ultraLabel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  556. this.ultraLabel2.Name = "ultraLabel2";
  557. this.ultraLabel2.Size = new System.Drawing.Size(100, 24);
  558. this.ultraLabel2.TabIndex = 3;
  559. this.ultraLabel2.Text = "Excel模板";
  560. //
  561. // ultraTabPageControl2
  562. //
  563. this.ultraTabPageControl2.Controls.Add(this.panel2);
  564. this.ultraTabPageControl2.Controls.Add(this.panel1);
  565. this.ultraTabPageControl2.Location = new System.Drawing.Point(-13333, -12500);
  566. this.ultraTabPageControl2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  567. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  568. this.ultraTabPageControl2.Size = new System.Drawing.Size(1271, 521);
  569. //
  570. // panel2
  571. //
  572. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  573. this.panel2.Controls.Add(this.ultraGrid2);
  574. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  575. this.panel2.Location = new System.Drawing.Point(0, 38);
  576. this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  577. this.panel2.Name = "panel2";
  578. this.panel2.Size = new System.Drawing.Size(1271, 483);
  579. this.panel2.TabIndex = 2;
  580. //
  581. // ultraGrid2
  582. //
  583. this.ultraGrid2.DataMember = "Table1";
  584. this.ultraGrid2.DataSource = this.import;
  585. appearance14.BackColor = System.Drawing.SystemColors.Window;
  586. appearance14.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  587. this.ultraGrid2.DisplayLayout.Appearance = appearance14;
  588. ultraGridColumn1.Header.VisiblePosition = 0;
  589. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 70;
  590. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  591. ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  592. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  593. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 4;
  594. ultraGridColumn2.Header.VisiblePosition = 1;
  595. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 72;
  596. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  597. ultraGridColumn2.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  598. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  599. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 4;
  600. ultraGridColumn3.Header.VisiblePosition = 2;
  601. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 74;
  602. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  603. ultraGridColumn3.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  604. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  605. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 4;
  606. ultraGridColumn4.Header.VisiblePosition = 3;
  607. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 0;
  608. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  609. ultraGridColumn4.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  610. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  611. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 4;
  612. ultraGridColumn5.Header.VisiblePosition = 4;
  613. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 2;
  614. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  615. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  616. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  617. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 4;
  618. ultraGridColumn6.Header.VisiblePosition = 5;
  619. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 0;
  620. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  621. ultraGridColumn6.RowLayoutColumnInfo.ParentGroupIndex = 0;
  622. ultraGridColumn6.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  623. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  624. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 2;
  625. ultraGridColumn7.Header.VisiblePosition = 6;
  626. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 0;
  627. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  628. ultraGridColumn7.RowLayoutColumnInfo.ParentGroupIndex = 1;
  629. ultraGridColumn7.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
  630. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  631. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 2;
  632. ultraGridColumn8.Header.VisiblePosition = 7;
  633. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 0;
  634. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  635. ultraGridColumn8.RowLayoutColumnInfo.ParentGroupIndex = 2;
  636. ultraGridColumn8.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
  637. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  638. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 2;
  639. ultraGridColumn9.Header.VisiblePosition = 8;
  640. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 0;
  641. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  642. ultraGridColumn9.RowLayoutColumnInfo.ParentGroupIndex = 3;
  643. ultraGridColumn9.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
  644. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  645. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  646. ultraGridColumn10.Header.VisiblePosition = 9;
  647. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 0;
  648. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  649. ultraGridColumn10.RowLayoutColumnInfo.ParentGroupIndex = 4;
  650. ultraGridColumn10.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
  651. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  652. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  653. ultraGridColumn11.Header.VisiblePosition = 10;
  654. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 0;
  655. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  656. ultraGridColumn11.RowLayoutColumnInfo.ParentGroupIndex = 5;
  657. ultraGridColumn11.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
  658. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  659. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  660. ultraGridColumn12.Header.VisiblePosition = 11;
  661. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 0;
  662. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  663. ultraGridColumn12.RowLayoutColumnInfo.ParentGroupIndex = 6;
  664. ultraGridColumn12.RowLayoutColumnInfo.ParentGroupKey = "NewGroup6";
  665. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  666. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  667. ultraGridColumn13.Header.VisiblePosition = 12;
  668. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 0;
  669. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  670. ultraGridColumn13.RowLayoutColumnInfo.ParentGroupIndex = 7;
  671. ultraGridColumn13.RowLayoutColumnInfo.ParentGroupKey = "NewGroup7";
  672. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  673. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  674. ultraGridColumn14.Header.VisiblePosition = 13;
  675. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 0;
  676. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  677. ultraGridColumn14.RowLayoutColumnInfo.ParentGroupIndex = 8;
  678. ultraGridColumn14.RowLayoutColumnInfo.ParentGroupKey = "NewGroup8";
  679. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  680. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  681. ultraGridColumn15.Header.VisiblePosition = 14;
  682. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 0;
  683. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  684. ultraGridColumn15.RowLayoutColumnInfo.ParentGroupIndex = 9;
  685. ultraGridColumn15.RowLayoutColumnInfo.ParentGroupKey = "NewGroup9";
  686. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  687. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  688. ultraGridColumn16.Header.VisiblePosition = 15;
  689. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 0;
  690. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  691. ultraGridColumn16.RowLayoutColumnInfo.ParentGroupIndex = 10;
  692. ultraGridColumn16.RowLayoutColumnInfo.ParentGroupKey = "NewGroup10";
  693. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  694. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  695. ultraGridColumn17.Header.VisiblePosition = 16;
  696. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 0;
  697. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  698. ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 11;
  699. ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "NewGroup11";
  700. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  701. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  702. ultraGridColumn18.Header.VisiblePosition = 17;
  703. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 76;
  704. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  705. ultraGridColumn18.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  706. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  707. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 4;
  708. ultraGridColumn19.Header.VisiblePosition = 18;
  709. ultraGridColumn19.Hidden = true;
  710. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 60;
  711. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  712. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  713. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  714. ultraGridColumn20.Header.VisiblePosition = 19;
  715. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 4;
  716. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  717. ultraGridColumn20.RowLayoutColumnInfo.ParentGroupIndex = 12;
  718. ultraGridColumn20.RowLayoutColumnInfo.ParentGroupKey = "NewGroup12";
  719. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  720. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
  721. ultraGridColumn21.Header.VisiblePosition = 20;
  722. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 6;
  723. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  724. ultraGridColumn21.RowLayoutColumnInfo.ParentGroupIndex = 12;
  725. ultraGridColumn21.RowLayoutColumnInfo.ParentGroupKey = "NewGroup12";
  726. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
  727. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 2;
  728. ultraGridColumn22.Header.VisiblePosition = 21;
  729. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 0;
  730. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  731. ultraGridColumn22.RowLayoutColumnInfo.ParentGroupIndex = 12;
  732. ultraGridColumn22.RowLayoutColumnInfo.ParentGroupKey = "NewGroup12";
  733. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
  734. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 2;
  735. ultraGridColumn23.Header.VisiblePosition = 22;
  736. ultraGridColumn23.RowLayoutColumnInfo.OriginX = 2;
  737. ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
  738. ultraGridColumn23.RowLayoutColumnInfo.ParentGroupIndex = 12;
  739. ultraGridColumn23.RowLayoutColumnInfo.ParentGroupKey = "NewGroup12";
  740. ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
  741. ultraGridColumn23.RowLayoutColumnInfo.SpanY = 2;
  742. ultraGridColumn24.Header.VisiblePosition = 23;
  743. ultraGridColumn24.RowLayoutColumnInfo.OriginX = 8;
  744. ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
  745. ultraGridColumn24.RowLayoutColumnInfo.ParentGroupIndex = 12;
  746. ultraGridColumn24.RowLayoutColumnInfo.ParentGroupKey = "NewGroup12";
  747. ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
  748. ultraGridColumn24.RowLayoutColumnInfo.SpanY = 2;
  749. ultraGridColumn25.Header.VisiblePosition = 24;
  750. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 10;
  751. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
  752. ultraGridColumn25.RowLayoutColumnInfo.ParentGroupIndex = 12;
  753. ultraGridColumn25.RowLayoutColumnInfo.ParentGroupKey = "NewGroup12";
  754. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
  755. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 2;
  756. ultraGridColumn26.Header.VisiblePosition = 25;
  757. ultraGridColumn26.RowLayoutColumnInfo.OriginX = 12;
  758. ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
  759. ultraGridColumn26.RowLayoutColumnInfo.ParentGroupIndex = 12;
  760. ultraGridColumn26.RowLayoutColumnInfo.ParentGroupKey = "NewGroup12";
  761. ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
  762. ultraGridColumn26.RowLayoutColumnInfo.SpanY = 2;
  763. ultraGridColumn27.Header.VisiblePosition = 26;
  764. ultraGridColumn27.RowLayoutColumnInfo.OriginX = 2;
  765. ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
  766. ultraGridColumn27.RowLayoutColumnInfo.ParentGroupIndex = 0;
  767. ultraGridColumn27.RowLayoutColumnInfo.ParentGroupKey = "NewGroup0";
  768. ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
  769. ultraGridColumn27.RowLayoutColumnInfo.SpanY = 2;
  770. ultraGridColumn28.Header.VisiblePosition = 27;
  771. ultraGridColumn28.RowLayoutColumnInfo.OriginX = 2;
  772. ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
  773. ultraGridColumn28.RowLayoutColumnInfo.ParentGroupIndex = 1;
  774. ultraGridColumn28.RowLayoutColumnInfo.ParentGroupKey = "NewGroup1";
  775. ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
  776. ultraGridColumn28.RowLayoutColumnInfo.SpanY = 2;
  777. ultraGridColumn29.Header.VisiblePosition = 28;
  778. ultraGridColumn29.RowLayoutColumnInfo.OriginX = 2;
  779. ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
  780. ultraGridColumn29.RowLayoutColumnInfo.ParentGroupIndex = 2;
  781. ultraGridColumn29.RowLayoutColumnInfo.ParentGroupKey = "NewGroup2";
  782. ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
  783. ultraGridColumn29.RowLayoutColumnInfo.SpanY = 2;
  784. ultraGridColumn30.Header.VisiblePosition = 29;
  785. ultraGridColumn30.RowLayoutColumnInfo.OriginX = 2;
  786. ultraGridColumn30.RowLayoutColumnInfo.OriginY = 0;
  787. ultraGridColumn30.RowLayoutColumnInfo.ParentGroupIndex = 3;
  788. ultraGridColumn30.RowLayoutColumnInfo.ParentGroupKey = "NewGroup3";
  789. ultraGridColumn30.RowLayoutColumnInfo.SpanX = 2;
  790. ultraGridColumn30.RowLayoutColumnInfo.SpanY = 2;
  791. ultraGridColumn31.Header.VisiblePosition = 30;
  792. ultraGridColumn31.RowLayoutColumnInfo.OriginX = 2;
  793. ultraGridColumn31.RowLayoutColumnInfo.OriginY = 0;
  794. ultraGridColumn31.RowLayoutColumnInfo.ParentGroupIndex = 4;
  795. ultraGridColumn31.RowLayoutColumnInfo.ParentGroupKey = "NewGroup4";
  796. ultraGridColumn31.RowLayoutColumnInfo.SpanX = 2;
  797. ultraGridColumn31.RowLayoutColumnInfo.SpanY = 2;
  798. ultraGridColumn32.Header.VisiblePosition = 31;
  799. ultraGridColumn32.RowLayoutColumnInfo.OriginX = 2;
  800. ultraGridColumn32.RowLayoutColumnInfo.OriginY = 0;
  801. ultraGridColumn32.RowLayoutColumnInfo.ParentGroupIndex = 5;
  802. ultraGridColumn32.RowLayoutColumnInfo.ParentGroupKey = "NewGroup5";
  803. ultraGridColumn32.RowLayoutColumnInfo.SpanX = 2;
  804. ultraGridColumn32.RowLayoutColumnInfo.SpanY = 2;
  805. ultraGridColumn33.Header.VisiblePosition = 32;
  806. ultraGridColumn33.RowLayoutColumnInfo.OriginX = 2;
  807. ultraGridColumn33.RowLayoutColumnInfo.OriginY = 0;
  808. ultraGridColumn33.RowLayoutColumnInfo.ParentGroupIndex = 6;
  809. ultraGridColumn33.RowLayoutColumnInfo.ParentGroupKey = "NewGroup6";
  810. ultraGridColumn33.RowLayoutColumnInfo.SpanX = 2;
  811. ultraGridColumn33.RowLayoutColumnInfo.SpanY = 2;
  812. ultraGridColumn34.Header.VisiblePosition = 33;
  813. ultraGridColumn34.RowLayoutColumnInfo.OriginX = 2;
  814. ultraGridColumn34.RowLayoutColumnInfo.OriginY = 0;
  815. ultraGridColumn34.RowLayoutColumnInfo.ParentGroupIndex = 7;
  816. ultraGridColumn34.RowLayoutColumnInfo.ParentGroupKey = "NewGroup7";
  817. ultraGridColumn34.RowLayoutColumnInfo.SpanX = 2;
  818. ultraGridColumn34.RowLayoutColumnInfo.SpanY = 2;
  819. ultraGridColumn35.Header.VisiblePosition = 34;
  820. ultraGridColumn35.RowLayoutColumnInfo.OriginX = 2;
  821. ultraGridColumn35.RowLayoutColumnInfo.OriginY = 0;
  822. ultraGridColumn35.RowLayoutColumnInfo.ParentGroupIndex = 8;
  823. ultraGridColumn35.RowLayoutColumnInfo.ParentGroupKey = "NewGroup8";
  824. ultraGridColumn35.RowLayoutColumnInfo.SpanX = 2;
  825. ultraGridColumn35.RowLayoutColumnInfo.SpanY = 2;
  826. ultraGridColumn36.Header.VisiblePosition = 35;
  827. ultraGridColumn36.RowLayoutColumnInfo.OriginX = 2;
  828. ultraGridColumn36.RowLayoutColumnInfo.OriginY = 0;
  829. ultraGridColumn36.RowLayoutColumnInfo.ParentGroupIndex = 9;
  830. ultraGridColumn36.RowLayoutColumnInfo.ParentGroupKey = "NewGroup9";
  831. ultraGridColumn36.RowLayoutColumnInfo.SpanX = 2;
  832. ultraGridColumn36.RowLayoutColumnInfo.SpanY = 2;
  833. ultraGridColumn37.Header.VisiblePosition = 36;
  834. ultraGridColumn37.RowLayoutColumnInfo.OriginX = 2;
  835. ultraGridColumn37.RowLayoutColumnInfo.OriginY = 0;
  836. ultraGridColumn37.RowLayoutColumnInfo.ParentGroupIndex = 10;
  837. ultraGridColumn37.RowLayoutColumnInfo.ParentGroupKey = "NewGroup10";
  838. ultraGridColumn37.RowLayoutColumnInfo.SpanX = 2;
  839. ultraGridColumn37.RowLayoutColumnInfo.SpanY = 2;
  840. ultraGridColumn38.Header.VisiblePosition = 37;
  841. ultraGridColumn38.RowLayoutColumnInfo.OriginX = 2;
  842. ultraGridColumn38.RowLayoutColumnInfo.OriginY = 0;
  843. ultraGridColumn38.RowLayoutColumnInfo.ParentGroupIndex = 11;
  844. ultraGridColumn38.RowLayoutColumnInfo.ParentGroupKey = "NewGroup11";
  845. ultraGridColumn38.RowLayoutColumnInfo.SpanX = 2;
  846. ultraGridColumn38.RowLayoutColumnInfo.SpanY = 2;
  847. ultraGridColumn39.Header.VisiblePosition = 38;
  848. ultraGridColumn39.RowLayoutColumnInfo.OriginX = 2;
  849. ultraGridColumn39.RowLayoutColumnInfo.OriginY = 0;
  850. ultraGridColumn39.RowLayoutColumnInfo.ParentGroupIndex = 13;
  851. ultraGridColumn39.RowLayoutColumnInfo.ParentGroupKey = "NewGroup13";
  852. ultraGridColumn39.RowLayoutColumnInfo.SpanX = 2;
  853. ultraGridColumn39.RowLayoutColumnInfo.SpanY = 2;
  854. ultraGridColumn40.Header.VisiblePosition = 39;
  855. ultraGridColumn40.RowLayoutColumnInfo.OriginX = 0;
  856. ultraGridColumn40.RowLayoutColumnInfo.OriginY = 0;
  857. ultraGridColumn40.RowLayoutColumnInfo.ParentGroupIndex = 13;
  858. ultraGridColumn40.RowLayoutColumnInfo.ParentGroupKey = "NewGroup13";
  859. ultraGridColumn40.RowLayoutColumnInfo.SpanX = 2;
  860. ultraGridColumn40.RowLayoutColumnInfo.SpanY = 2;
  861. ultraGridBand1.Columns.AddRange(new object[] {
  862. ultraGridColumn1,
  863. ultraGridColumn2,
  864. ultraGridColumn3,
  865. ultraGridColumn4,
  866. ultraGridColumn5,
  867. ultraGridColumn6,
  868. ultraGridColumn7,
  869. ultraGridColumn8,
  870. ultraGridColumn9,
  871. ultraGridColumn10,
  872. ultraGridColumn11,
  873. ultraGridColumn12,
  874. ultraGridColumn13,
  875. ultraGridColumn14,
  876. ultraGridColumn15,
  877. ultraGridColumn16,
  878. ultraGridColumn17,
  879. ultraGridColumn18,
  880. ultraGridColumn19,
  881. ultraGridColumn20,
  882. ultraGridColumn21,
  883. ultraGridColumn22,
  884. ultraGridColumn23,
  885. ultraGridColumn24,
  886. ultraGridColumn25,
  887. ultraGridColumn26,
  888. ultraGridColumn27,
  889. ultraGridColumn28,
  890. ultraGridColumn29,
  891. ultraGridColumn30,
  892. ultraGridColumn31,
  893. ultraGridColumn32,
  894. ultraGridColumn33,
  895. ultraGridColumn34,
  896. ultraGridColumn35,
  897. ultraGridColumn36,
  898. ultraGridColumn37,
  899. ultraGridColumn38,
  900. ultraGridColumn39,
  901. ultraGridColumn40});
  902. ultraGridGroup1.Header.Caption = "去年12月份";
  903. ultraGridGroup1.Key = "NewGroup0";
  904. ultraGridGroup1.RowLayoutGroupInfo.OriginX = 22;
  905. ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
  906. ultraGridGroup1.RowLayoutGroupInfo.SpanX = 4;
  907. ultraGridGroup1.RowLayoutGroupInfo.SpanY = 4;
  908. ultraGridGroup2.Header.Caption = "1月份";
  909. ultraGridGroup2.Key = "NewGroup1";
  910. ultraGridGroup2.RowLayoutGroupInfo.OriginX = 26;
  911. ultraGridGroup2.RowLayoutGroupInfo.OriginY = 0;
  912. ultraGridGroup2.RowLayoutGroupInfo.SpanX = 4;
  913. ultraGridGroup2.RowLayoutGroupInfo.SpanY = 4;
  914. ultraGridGroup3.Header.Caption = "2月份";
  915. ultraGridGroup3.Key = "NewGroup2";
  916. ultraGridGroup3.RowLayoutGroupInfo.OriginX = 30;
  917. ultraGridGroup3.RowLayoutGroupInfo.OriginY = 0;
  918. ultraGridGroup3.RowLayoutGroupInfo.SpanX = 4;
  919. ultraGridGroup3.RowLayoutGroupInfo.SpanY = 4;
  920. ultraGridGroup4.Header.Caption = "3月份";
  921. ultraGridGroup4.Key = "NewGroup3";
  922. ultraGridGroup4.RowLayoutGroupInfo.OriginX = 34;
  923. ultraGridGroup4.RowLayoutGroupInfo.OriginY = 0;
  924. ultraGridGroup4.RowLayoutGroupInfo.SpanX = 4;
  925. ultraGridGroup4.RowLayoutGroupInfo.SpanY = 4;
  926. ultraGridGroup5.Header.Caption = "4月份";
  927. ultraGridGroup5.Key = "NewGroup4";
  928. ultraGridGroup5.RowLayoutGroupInfo.OriginX = 38;
  929. ultraGridGroup5.RowLayoutGroupInfo.OriginY = 0;
  930. ultraGridGroup5.RowLayoutGroupInfo.SpanX = 4;
  931. ultraGridGroup5.RowLayoutGroupInfo.SpanY = 4;
  932. ultraGridGroup6.Header.Caption = "5月份";
  933. ultraGridGroup6.Key = "NewGroup5";
  934. ultraGridGroup6.RowLayoutGroupInfo.OriginX = 42;
  935. ultraGridGroup6.RowLayoutGroupInfo.OriginY = 0;
  936. ultraGridGroup6.RowLayoutGroupInfo.SpanX = 4;
  937. ultraGridGroup6.RowLayoutGroupInfo.SpanY = 4;
  938. ultraGridGroup7.Header.Caption = "6月份";
  939. ultraGridGroup7.Key = "NewGroup6";
  940. ultraGridGroup7.RowLayoutGroupInfo.OriginX = 46;
  941. ultraGridGroup7.RowLayoutGroupInfo.OriginY = 0;
  942. ultraGridGroup7.RowLayoutGroupInfo.SpanX = 4;
  943. ultraGridGroup7.RowLayoutGroupInfo.SpanY = 4;
  944. ultraGridGroup8.Header.Caption = "7月份";
  945. ultraGridGroup8.Key = "NewGroup7";
  946. ultraGridGroup8.RowLayoutGroupInfo.OriginX = 50;
  947. ultraGridGroup8.RowLayoutGroupInfo.OriginY = 0;
  948. ultraGridGroup8.RowLayoutGroupInfo.SpanX = 4;
  949. ultraGridGroup8.RowLayoutGroupInfo.SpanY = 4;
  950. ultraGridGroup9.Header.Caption = "8月份";
  951. ultraGridGroup9.Key = "NewGroup8";
  952. ultraGridGroup9.RowLayoutGroupInfo.OriginX = 54;
  953. ultraGridGroup9.RowLayoutGroupInfo.OriginY = 0;
  954. ultraGridGroup9.RowLayoutGroupInfo.SpanX = 4;
  955. ultraGridGroup9.RowLayoutGroupInfo.SpanY = 4;
  956. ultraGridGroup10.Header.Caption = "9月份";
  957. ultraGridGroup10.Key = "NewGroup9";
  958. ultraGridGroup10.RowLayoutGroupInfo.OriginX = 58;
  959. ultraGridGroup10.RowLayoutGroupInfo.OriginY = 0;
  960. ultraGridGroup10.RowLayoutGroupInfo.SpanX = 4;
  961. ultraGridGroup10.RowLayoutGroupInfo.SpanY = 4;
  962. ultraGridGroup11.Header.Caption = "10月份";
  963. ultraGridGroup11.Key = "NewGroup10";
  964. ultraGridGroup11.RowLayoutGroupInfo.OriginX = 62;
  965. ultraGridGroup11.RowLayoutGroupInfo.OriginY = 0;
  966. ultraGridGroup11.RowLayoutGroupInfo.SpanX = 4;
  967. ultraGridGroup11.RowLayoutGroupInfo.SpanY = 4;
  968. ultraGridGroup12.Header.Caption = "11月份";
  969. ultraGridGroup12.Key = "NewGroup11";
  970. ultraGridGroup12.RowLayoutGroupInfo.OriginX = 66;
  971. ultraGridGroup12.RowLayoutGroupInfo.OriginY = 0;
  972. ultraGridGroup12.RowLayoutGroupInfo.SpanX = 4;
  973. ultraGridGroup12.RowLayoutGroupInfo.SpanY = 4;
  974. ultraGridGroup13.Header.Caption = "卡信息";
  975. ultraGridGroup13.Key = "NewGroup12";
  976. ultraGridGroup13.RowLayoutGroupInfo.OriginX = 4;
  977. ultraGridGroup13.RowLayoutGroupInfo.OriginY = 0;
  978. ultraGridGroup13.RowLayoutGroupInfo.SpanX = 14;
  979. ultraGridGroup13.RowLayoutGroupInfo.SpanY = 4;
  980. ultraGridGroup14.Header.Caption = "年初余额";
  981. ultraGridGroup14.Key = "NewGroup13";
  982. ultraGridGroup14.RowLayoutGroupInfo.OriginX = 18;
  983. ultraGridGroup14.RowLayoutGroupInfo.OriginY = 0;
  984. ultraGridGroup14.RowLayoutGroupInfo.SpanX = 4;
  985. ultraGridGroup14.RowLayoutGroupInfo.SpanY = 4;
  986. ultraGridBand1.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
  987. ultraGridGroup1,
  988. ultraGridGroup2,
  989. ultraGridGroup3,
  990. ultraGridGroup4,
  991. ultraGridGroup5,
  992. ultraGridGroup6,
  993. ultraGridGroup7,
  994. ultraGridGroup8,
  995. ultraGridGroup9,
  996. ultraGridGroup10,
  997. ultraGridGroup11,
  998. ultraGridGroup12,
  999. ultraGridGroup13,
  1000. ultraGridGroup14});
  1001. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  1002. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  1003. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1004. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1005. appearance15.BackColor = System.Drawing.SystemColors.ActiveBorder;
  1006. appearance15.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1007. appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1008. appearance15.BorderColor = System.Drawing.SystemColors.Window;
  1009. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance15;
  1010. appearance17.ForeColor = System.Drawing.SystemColors.GrayText;
  1011. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance17;
  1012. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1013. this.ultraGrid2.DisplayLayout.GroupByBox.Hidden = true;
  1014. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1015. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  1016. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1017. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  1018. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  1019. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  1020. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  1021. appearance20.BackColor = System.Drawing.SystemColors.Window;
  1022. appearance20.ForeColor = System.Drawing.SystemColors.ControlText;
  1023. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance20;
  1024. appearance23.BackColor = System.Drawing.SystemColors.Highlight;
  1025. appearance23.ForeColor = System.Drawing.SystemColors.HighlightText;
  1026. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance23;
  1027. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1028. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1029. appearance25.BackColor = System.Drawing.SystemColors.Window;
  1030. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance25;
  1031. appearance21.BorderColor = System.Drawing.Color.Silver;
  1032. appearance21.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1033. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance21;
  1034. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1035. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  1036. appearance19.BackColor = System.Drawing.SystemColors.Control;
  1037. appearance19.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1038. appearance19.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1039. appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1040. appearance19.BorderColor = System.Drawing.SystemColors.Window;
  1041. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance19;
  1042. appearance18.TextHAlignAsString = "Left";
  1043. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance18;
  1044. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1045. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1046. appearance24.BackColor = System.Drawing.SystemColors.Window;
  1047. appearance24.BorderColor = System.Drawing.Color.Silver;
  1048. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance24;
  1049. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1050. appearance22.BackColor = System.Drawing.SystemColors.ControlLight;
  1051. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance22;
  1052. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1053. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1054. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1055. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  1056. this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
  1057. this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1058. this.ultraGrid2.Name = "ultraGrid2";
  1059. this.ultraGrid2.Size = new System.Drawing.Size(1269, 481);
  1060. this.ultraGrid2.TabIndex = 0;
  1061. this.ultraGrid2.Text = "ultraGrid2";
  1062. //
  1063. // import
  1064. //
  1065. this.import.DataSetName = "NewDataSet";
  1066. this.import.Tables.AddRange(new System.Data.DataTable[] {
  1067. this.dataTable1});
  1068. //
  1069. // dataTable1
  1070. //
  1071. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  1072. this.dataColumn1,
  1073. this.dataColumn2,
  1074. this.dataColumn3,
  1075. this.dataColumn11,
  1076. this.dataColumn14,
  1077. this.dataColumn15,
  1078. this.dataColumn16,
  1079. this.dataColumn17,
  1080. this.dataColumn18,
  1081. this.dataColumn19,
  1082. this.dataColumn20,
  1083. this.dataColumn21,
  1084. this.dataColumn22,
  1085. this.dataColumn23,
  1086. this.dataColumn24,
  1087. this.dataColumn25,
  1088. this.dataColumn26,
  1089. this.dataColumn27,
  1090. this.dataColumn28,
  1091. this.dataColumn12,
  1092. this.dataColumn13,
  1093. this.dataColumn32,
  1094. this.dataColumn4,
  1095. this.dataColumn5,
  1096. this.dataColumn6,
  1097. this.dataColumn7,
  1098. this.dataColumn8,
  1099. this.dataColumn9,
  1100. this.dataColumn10,
  1101. this.dataColumn33,
  1102. this.dataColumn34,
  1103. this.dataColumn35,
  1104. this.dataColumn36,
  1105. this.dataColumn37,
  1106. this.dataColumn38,
  1107. this.dataColumn39,
  1108. this.dataColumn40,
  1109. this.dataColumn41,
  1110. this.dataColumn42,
  1111. this.dataColumn43});
  1112. this.dataTable1.TableName = "Table1";
  1113. //
  1114. // dataColumn1
  1115. //
  1116. this.dataColumn1.Caption = "是否导入";
  1117. this.dataColumn1.ColumnName = "VALIDFLAG";
  1118. //
  1119. // dataColumn2
  1120. //
  1121. this.dataColumn2.Caption = "创建人";
  1122. this.dataColumn2.ColumnName = "CREATENAME";
  1123. //
  1124. // dataColumn3
  1125. //
  1126. this.dataColumn3.Caption = "创建时间";
  1127. this.dataColumn3.ColumnName = "CREATETIME";
  1128. //
  1129. // dataColumn11
  1130. //
  1131. this.dataColumn11.Caption = "主键";
  1132. this.dataColumn11.ColumnName = "ID";
  1133. //
  1134. // dataColumn14
  1135. //
  1136. this.dataColumn14.Caption = "年份";
  1137. this.dataColumn14.ColumnName = "YEAR";
  1138. //
  1139. // dataColumn15
  1140. //
  1141. this.dataColumn15.Caption = "去年12月消耗";
  1142. this.dataColumn15.ColumnName = "M1USE";
  1143. //
  1144. // dataColumn16
  1145. //
  1146. this.dataColumn16.Caption = "1月消耗";
  1147. this.dataColumn16.ColumnName = "M2USE";
  1148. //
  1149. // dataColumn17
  1150. //
  1151. this.dataColumn17.Caption = "2月消耗";
  1152. this.dataColumn17.ColumnName = "M3USE";
  1153. //
  1154. // dataColumn18
  1155. //
  1156. this.dataColumn18.Caption = "3月消耗";
  1157. this.dataColumn18.ColumnName = "M4USE";
  1158. //
  1159. // dataColumn19
  1160. //
  1161. this.dataColumn19.Caption = "4月消耗";
  1162. this.dataColumn19.ColumnName = "M5USE";
  1163. //
  1164. // dataColumn20
  1165. //
  1166. this.dataColumn20.Caption = "5月消耗";
  1167. this.dataColumn20.ColumnName = "M6USE";
  1168. //
  1169. // dataColumn21
  1170. //
  1171. this.dataColumn21.Caption = "6月消耗";
  1172. this.dataColumn21.ColumnName = "M7USE";
  1173. //
  1174. // dataColumn22
  1175. //
  1176. this.dataColumn22.Caption = "7月消耗";
  1177. this.dataColumn22.ColumnName = "M8USE";
  1178. //
  1179. // dataColumn23
  1180. //
  1181. this.dataColumn23.Caption = "8月消耗";
  1182. this.dataColumn23.ColumnName = "M9USE";
  1183. //
  1184. // dataColumn24
  1185. //
  1186. this.dataColumn24.Caption = "9月消耗";
  1187. this.dataColumn24.ColumnName = "M10USE";
  1188. //
  1189. // dataColumn25
  1190. //
  1191. this.dataColumn25.Caption = "10月消耗";
  1192. this.dataColumn25.ColumnName = "M11USE";
  1193. //
  1194. // dataColumn26
  1195. //
  1196. this.dataColumn26.Caption = "11月消耗";
  1197. this.dataColumn26.ColumnName = "M12USE";
  1198. //
  1199. // dataColumn27
  1200. //
  1201. this.dataColumn27.Caption = "备注";
  1202. this.dataColumn27.ColumnName = "REMARK";
  1203. //
  1204. // dataColumn28
  1205. //
  1206. this.dataColumn28.Caption = "选择";
  1207. this.dataColumn28.ColumnName = "CHK";
  1208. this.dataColumn28.DataType = typeof(bool);
  1209. this.dataColumn28.DefaultValue = false;
  1210. //
  1211. // dataColumn12
  1212. //
  1213. this.dataColumn12.Caption = "主卡编号";
  1214. this.dataColumn12.ColumnName = "MID";
  1215. //
  1216. // dataColumn13
  1217. //
  1218. this.dataColumn13.Caption = "副卡编号";
  1219. this.dataColumn13.ColumnName = "DID";
  1220. //
  1221. // dataColumn32
  1222. //
  1223. this.dataColumn32.Caption = "副卡卡号";
  1224. this.dataColumn32.ColumnName = "CARDDID";
  1225. //
  1226. // dataColumn4
  1227. //
  1228. this.dataColumn4.Caption = "用户";
  1229. this.dataColumn4.ColumnName = "USERNAME";
  1230. //
  1231. // dataColumn5
  1232. //
  1233. this.dataColumn5.Caption = "卡类型1";
  1234. this.dataColumn5.ColumnName = "type1";
  1235. //
  1236. // dataColumn6
  1237. //
  1238. this.dataColumn6.Caption = "卡类型2";
  1239. this.dataColumn6.ColumnName = "type2";
  1240. //
  1241. // dataColumn7
  1242. //
  1243. this.dataColumn7.Caption = "状态";
  1244. this.dataColumn7.ColumnName = "status";
  1245. //
  1246. // dataColumn8
  1247. //
  1248. this.dataColumn8.Caption = "去年12月消耗新";
  1249. this.dataColumn8.ColumnName = "M1USENEW";
  1250. //
  1251. // dataColumn9
  1252. //
  1253. this.dataColumn9.Caption = "1月消耗新";
  1254. this.dataColumn9.ColumnName = "M2USENEW";
  1255. //
  1256. // dataColumn10
  1257. //
  1258. this.dataColumn10.Caption = "2月消耗新";
  1259. this.dataColumn10.ColumnName = "M3USENEW";
  1260. //
  1261. // dataColumn33
  1262. //
  1263. this.dataColumn33.Caption = "3月消耗新";
  1264. this.dataColumn33.ColumnName = "M4USENEW";
  1265. //
  1266. // dataColumn34
  1267. //
  1268. this.dataColumn34.Caption = "4月消耗新";
  1269. this.dataColumn34.ColumnName = "M5USENEW";
  1270. //
  1271. // dataColumn35
  1272. //
  1273. this.dataColumn35.Caption = "5月消耗新";
  1274. this.dataColumn35.ColumnName = "M6USENEW";
  1275. //
  1276. // dataColumn36
  1277. //
  1278. this.dataColumn36.Caption = "6月消耗新";
  1279. this.dataColumn36.ColumnName = "M7USENEW";
  1280. //
  1281. // dataColumn37
  1282. //
  1283. this.dataColumn37.Caption = "7月消耗新";
  1284. this.dataColumn37.ColumnName = "M8USENEW";
  1285. //
  1286. // dataColumn38
  1287. //
  1288. this.dataColumn38.Caption = "8月消耗新";
  1289. this.dataColumn38.ColumnName = "M9USENEW";
  1290. //
  1291. // dataColumn39
  1292. //
  1293. this.dataColumn39.Caption = "9月消耗新";
  1294. this.dataColumn39.ColumnName = "M10USENEW";
  1295. //
  1296. // dataColumn40
  1297. //
  1298. this.dataColumn40.Caption = "10月消耗新";
  1299. this.dataColumn40.ColumnName = "M11USENEW";
  1300. //
  1301. // dataColumn41
  1302. //
  1303. this.dataColumn41.Caption = "11月消耗新";
  1304. this.dataColumn41.ColumnName = "M12USENEW";
  1305. //
  1306. // dataColumn42
  1307. //
  1308. this.dataColumn42.Caption = "年初余额新";
  1309. this.dataColumn42.ColumnName = "remainNew";
  1310. //
  1311. // dataColumn43
  1312. //
  1313. this.dataColumn43.Caption = "年初余额";
  1314. this.dataColumn43.ColumnName = "remain";
  1315. //
  1316. // panel1
  1317. //
  1318. this.panel1.Controls.Add(this.label14);
  1319. this.panel1.Controls.Add(this.txt_useName);
  1320. this.panel1.Controls.Add(this.ultraLabel3);
  1321. this.panel1.Controls.Add(this.ck_ctime);
  1322. this.panel1.Controls.Add(this.ultraLabel26);
  1323. this.panel1.Controls.Add(this.txtCreateTimeEnd);
  1324. this.panel1.Controls.Add(this.txtCreateTimeStart);
  1325. this.panel1.Controls.Add(this.label15);
  1326. this.panel1.Controls.Add(this.txt_card_change_d);
  1327. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  1328. this.panel1.Location = new System.Drawing.Point(0, 0);
  1329. this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1330. this.panel1.Name = "panel1";
  1331. this.panel1.Size = new System.Drawing.Size(1271, 38);
  1332. this.panel1.TabIndex = 1;
  1333. //
  1334. // label14
  1335. //
  1336. this.label14.AutoSize = true;
  1337. this.label14.Location = new System.Drawing.Point(661, 10);
  1338. this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1339. this.label14.Name = "label14";
  1340. this.label14.Size = new System.Drawing.Size(52, 15);
  1341. this.label14.TabIndex = 191;
  1342. this.label14.Text = "用户名";
  1343. //
  1344. // txt_useName
  1345. //
  1346. this.txt_useName.Enabled = false;
  1347. this.txt_useName.Location = new System.Drawing.Point(717, 5);
  1348. this.txt_useName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1349. this.txt_useName.MaxLength = 200;
  1350. this.txt_useName.Name = "txt_useName";
  1351. this.txt_useName.Size = new System.Drawing.Size(149, 24);
  1352. this.txt_useName.TabIndex = 190;
  1353. this.txt_useName.Visible = false;
  1354. //
  1355. // ultraLabel3
  1356. //
  1357. this.ultraLabel3.AutoSize = true;
  1358. this.ultraLabel3.Location = new System.Drawing.Point(479, 8);
  1359. this.ultraLabel3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1360. this.ultraLabel3.Name = "ultraLabel3";
  1361. this.ultraLabel3.Size = new System.Drawing.Size(28, 24);
  1362. this.ultraLabel3.TabIndex = 189;
  1363. this.ultraLabel3.Text = "至";
  1364. //
  1365. // ck_ctime
  1366. //
  1367. this.ck_ctime.AutoSize = true;
  1368. this.ck_ctime.Location = new System.Drawing.Point(221, 9);
  1369. this.ck_ctime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1370. this.ck_ctime.Name = "ck_ctime";
  1371. this.ck_ctime.Size = new System.Drawing.Size(18, 17);
  1372. this.ck_ctime.TabIndex = 188;
  1373. this.ck_ctime.UseVisualStyleBackColor = true;
  1374. this.ck_ctime.CheckedChanged += new System.EventHandler(this.ck_ctime_CheckedChanged);
  1375. //
  1376. // ultraLabel26
  1377. //
  1378. this.ultraLabel26.AutoSize = true;
  1379. this.ultraLabel26.Location = new System.Drawing.Point(252, 8);
  1380. this.ultraLabel26.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1381. this.ultraLabel26.Name = "ultraLabel26";
  1382. this.ultraLabel26.Size = new System.Drawing.Size(89, 24);
  1383. this.ultraLabel26.TabIndex = 187;
  1384. this.ultraLabel26.Text = "操作时间";
  1385. //
  1386. // txtCreateTimeEnd
  1387. //
  1388. this.txtCreateTimeEnd.DateButtons.Add(dateButton1);
  1389. this.txtCreateTimeEnd.Format = "yyyy/MM/dd";
  1390. this.txtCreateTimeEnd.Location = new System.Drawing.Point(508, 5);
  1391. this.txtCreateTimeEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1392. this.txtCreateTimeEnd.Name = "txtCreateTimeEnd";
  1393. this.txtCreateTimeEnd.NonAutoSizeHeight = 25;
  1394. this.txtCreateTimeEnd.Size = new System.Drawing.Size(143, 25);
  1395. this.txtCreateTimeEnd.TabIndex = 186;
  1396. this.txtCreateTimeEnd.Value = new System.DateTime(2016, 3, 1, 0, 0, 0, 0);
  1397. //
  1398. // txtCreateTimeStart
  1399. //
  1400. dateButton2.Date = new System.DateTime(((long)(0)));
  1401. this.txtCreateTimeStart.DateButtons.Add(dateButton2);
  1402. this.txtCreateTimeStart.Format = "yyyy/MM/dd";
  1403. this.txtCreateTimeStart.Location = new System.Drawing.Point(329, 5);
  1404. this.txtCreateTimeStart.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  1405. this.txtCreateTimeStart.Name = "txtCreateTimeStart";
  1406. this.txtCreateTimeStart.NonAutoSizeHeight = 25;
  1407. this.txtCreateTimeStart.Size = new System.Drawing.Size(143, 25);
  1408. this.txtCreateTimeStart.TabIndex = 185;
  1409. this.txtCreateTimeStart.Value = "2015/11/17 0:00:00";
  1410. //
  1411. // label15
  1412. //
  1413. this.label15.AutoSize = true;
  1414. this.label15.Location = new System.Drawing.Point(12, 10);
  1415. this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1416. this.label15.Name = "label15";
  1417. this.label15.Size = new System.Drawing.Size(37, 15);
  1418. this.label15.TabIndex = 184;
  1419. this.label15.Text = "卡号";
  1420. //
  1421. // txt_card_change_d
  1422. //
  1423. this.txt_card_change_d.Location = new System.Drawing.Point(56, 5);
  1424. this.txt_card_change_d.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1425. this.txt_card_change_d.MaxLength = 200;
  1426. this.txt_card_change_d.Name = "txt_card_change_d";
  1427. this.txt_card_change_d.Size = new System.Drawing.Size(149, 24);
  1428. this.txt_card_change_d.TabIndex = 183;
  1429. //
  1430. // FrmPmsBase_Fill_Panel
  1431. //
  1432. this.FrmPmsBase_Fill_Panel.Controls.Add(this.ultraTabControl1);
  1433. this.FrmPmsBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  1434. this.FrmPmsBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  1435. this.FrmPmsBase_Fill_Panel.Location = new System.Drawing.Point(0, 28);
  1436. this.FrmPmsBase_Fill_Panel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1437. this.FrmPmsBase_Fill_Panel.Name = "FrmPmsBase_Fill_Panel";
  1438. this.FrmPmsBase_Fill_Panel.Size = new System.Drawing.Size(1275, 550);
  1439. this.FrmPmsBase_Fill_Panel.TabIndex = 0;
  1440. //
  1441. // ultraTabControl1
  1442. //
  1443. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  1444. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  1445. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  1446. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  1447. this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
  1448. this.ultraTabControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1449. this.ultraTabControl1.Name = "ultraTabControl1";
  1450. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  1451. this.ultraTabControl1.Size = new System.Drawing.Size(1275, 550);
  1452. this.ultraTabControl1.TabIndex = 3;
  1453. ultraTab1.TabPage = this.ultraTabPageControl1;
  1454. ultraTab1.Text = "待导入数据";
  1455. ultraTab2.TabPage = this.ultraTabPageControl2;
  1456. ultraTab2.Text = "导入记录";
  1457. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  1458. ultraTab1,
  1459. ultraTab2});
  1460. this.ultraTabControl1.SelectedTabChanged += new Infragistics.Win.UltraWinTabControl.SelectedTabChangedEventHandler(this.ultraTabControl1_SelectedTabChanged);
  1461. //
  1462. // ultraTabSharedControlsPage1
  1463. //
  1464. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  1465. this.ultraTabSharedControlsPage1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1466. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  1467. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1271, 521);
  1468. //
  1469. // ultraToolbarsManager1
  1470. //
  1471. this.ultraToolbarsManager1.DesignerFlags = 1;
  1472. this.ultraToolbarsManager1.DockWithinContainer = this;
  1473. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(Pur.Entity.FrmPmsBase);
  1474. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  1475. ultraToolbar1.DockedColumn = 0;
  1476. ultraToolbar1.DockedRow = 0;
  1477. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  1478. buttonTool1,
  1479. buttonTool2,
  1480. buttonTool3,
  1481. buttonTool6,
  1482. buttonTool13,
  1483. buttonTool5});
  1484. ultraToolbar1.Text = "UltraToolbar1";
  1485. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  1486. ultraToolbar1});
  1487. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  1488. buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  1489. buttonTool7.SharedPropsInternal.Caption = "查询";
  1490. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1491. appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
  1492. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
  1493. buttonTool8.SharedPropsInternal.Caption = "导入";
  1494. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1495. appearance38.Image = ((object)(resources.GetObject("appearance38.Image")));
  1496. buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance38;
  1497. buttonTool9.SharedPropsInternal.Caption = "保存";
  1498. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1499. appearance39.Image = ((object)(resources.GetObject("appearance39.Image")));
  1500. buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance39;
  1501. buttonTool10.SharedPropsInternal.Caption = "删除";
  1502. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1503. appearance41.Image = ((object)(resources.GetObject("appearance41.Image")));
  1504. buttonTool11.SharedPropsInternal.AppearancesSmall.Appearance = appearance41;
  1505. buttonTool11.SharedPropsInternal.Caption = "关闭";
  1506. buttonTool11.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1507. appearance40.Image = ((object)(resources.GetObject("appearance40.Image")));
  1508. buttonTool12.SharedPropsInternal.AppearancesSmall.Appearance = appearance40;
  1509. buttonTool12.SharedPropsInternal.Caption = "清空";
  1510. buttonTool12.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1511. appearance42.Image = ((object)(resources.GetObject("appearance42.Image")));
  1512. buttonTool14.SharedPropsInternal.AppearancesSmall.Appearance = appearance42;
  1513. buttonTool14.SharedPropsInternal.Caption = "导出Excel";
  1514. buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  1515. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  1516. buttonTool7,
  1517. buttonTool8,
  1518. buttonTool9,
  1519. buttonTool10,
  1520. buttonTool11,
  1521. buttonTool12,
  1522. buttonTool14});
  1523. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  1524. //
  1525. // _FrmPmsBase_Toolbars_Dock_Area_Left
  1526. //
  1527. this._FrmPmsBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1528. this._FrmPmsBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  1529. this._FrmPmsBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  1530. this._FrmPmsBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  1531. this._FrmPmsBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 28);
  1532. this._FrmPmsBase_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1533. this._FrmPmsBase_Toolbars_Dock_Area_Left.Name = "_FrmPmsBase_Toolbars_Dock_Area_Left";
  1534. this._FrmPmsBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 550);
  1535. this._FrmPmsBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  1536. //
  1537. // _FrmPmsBase_Toolbars_Dock_Area_Right
  1538. //
  1539. this._FrmPmsBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1540. this._FrmPmsBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  1541. this._FrmPmsBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  1542. this._FrmPmsBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  1543. this._FrmPmsBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(1275, 28);
  1544. this._FrmPmsBase_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1545. this._FrmPmsBase_Toolbars_Dock_Area_Right.Name = "_FrmPmsBase_Toolbars_Dock_Area_Right";
  1546. this._FrmPmsBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 550);
  1547. this._FrmPmsBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  1548. //
  1549. // _FrmPmsBase_Toolbars_Dock_Area_Top
  1550. //
  1551. this._FrmPmsBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1552. this._FrmPmsBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  1553. this._FrmPmsBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  1554. this._FrmPmsBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  1555. this._FrmPmsBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  1556. this._FrmPmsBase_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1557. this._FrmPmsBase_Toolbars_Dock_Area_Top.Name = "_FrmPmsBase_Toolbars_Dock_Area_Top";
  1558. this._FrmPmsBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(1275, 28);
  1559. this._FrmPmsBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  1560. //
  1561. // _FrmPmsBase_Toolbars_Dock_Area_Bottom
  1562. //
  1563. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  1564. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  1565. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  1566. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  1567. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 578);
  1568. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  1569. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Name = "_FrmPmsBase_Toolbars_Dock_Area_Bottom";
  1570. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(1275, 0);
  1571. this._FrmPmsBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  1572. //
  1573. // FrmPurOilImportUse
  1574. //
  1575. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1576. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1577. this.ClientSize = new System.Drawing.Size(1275, 578);
  1578. this.Controls.Add(this.FrmPmsBase_Fill_Panel);
  1579. this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Left);
  1580. this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Right);
  1581. this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Top);
  1582. this.Controls.Add(this._FrmPmsBase_Toolbars_Dock_Area_Bottom);
  1583. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1584. this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  1585. this.Name = "FrmPurOilImportUse";
  1586. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  1587. this.Text = "油卡年初余额和月消耗数据导入";
  1588. this.Load += new System.EventHandler(this.FrmPurOilImportUse_Load);
  1589. this.Shown += new System.EventHandler(this.FrmImportOrder_Shown);
  1590. this.ultraTabPageControl1.ResumeLayout(false);
  1591. this.panel4.ResumeLayout(false);
  1592. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1593. this.panel3.ResumeLayout(false);
  1594. this.panel3.PerformLayout();
  1595. ((System.ComponentModel.ISupportInitialize)(this.Qyear)).EndInit();
  1596. this.ultraTabPageControl2.ResumeLayout(false);
  1597. this.panel2.ResumeLayout(false);
  1598. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  1599. ((System.ComponentModel.ISupportInitialize)(this.import)).EndInit();
  1600. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1601. this.panel1.ResumeLayout(false);
  1602. this.panel1.PerformLayout();
  1603. ((System.ComponentModel.ISupportInitialize)(this.txt_useName)).EndInit();
  1604. ((System.ComponentModel.ISupportInitialize)(this.txtCreateTimeEnd)).EndInit();
  1605. ((System.ComponentModel.ISupportInitialize)(this.txtCreateTimeStart)).EndInit();
  1606. ((System.ComponentModel.ISupportInitialize)(this.txt_card_change_d)).EndInit();
  1607. this.FrmPmsBase_Fill_Panel.ResumeLayout(false);
  1608. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  1609. this.ultraTabControl1.ResumeLayout(false);
  1610. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  1611. this.ResumeLayout(false);
  1612. }
  1613. #endregion
  1614. private System.Windows.Forms.Panel FrmPmsBase_Fill_Panel;
  1615. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1616. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  1617. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  1618. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  1619. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  1620. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  1621. private System.Windows.Forms.LinkLabel linkLabel2;
  1622. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1623. private System.Windows.Forms.Panel panel2;
  1624. private System.Windows.Forms.Panel panel1;
  1625. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  1626. private System.Windows.Forms.CheckBox ck_ctime;
  1627. private Infragistics.Win.Misc.UltraLabel ultraLabel26;
  1628. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txtCreateTimeEnd;
  1629. private Infragistics.Win.UltraWinSchedule.UltraCalendarCombo txtCreateTimeStart;
  1630. private System.Windows.Forms.Label label15;
  1631. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_card_change_d;
  1632. private System.Windows.Forms.Panel panel4;
  1633. private System.Windows.Forms.Panel panel3;
  1634. private System.Data.DataSet import;
  1635. private System.Data.DataTable dataTable1;
  1636. private System.Data.DataColumn dataColumn1;
  1637. private System.Data.DataColumn dataColumn2;
  1638. private System.Data.DataColumn dataColumn3;
  1639. private System.Data.DataColumn dataColumn11;
  1640. private System.Data.DataColumn dataColumn14;
  1641. private System.Data.DataColumn dataColumn15;
  1642. private System.Data.DataColumn dataColumn16;
  1643. private System.Data.DataColumn dataColumn17;
  1644. private System.Data.DataColumn dataColumn18;
  1645. private System.Data.DataColumn dataColumn19;
  1646. private System.Data.DataColumn dataColumn20;
  1647. private System.Data.DataColumn dataColumn21;
  1648. private System.Data.DataColumn dataColumn22;
  1649. private System.Data.DataColumn dataColumn23;
  1650. private System.Data.DataColumn dataColumn24;
  1651. private System.Data.DataColumn dataColumn25;
  1652. private System.Data.DataColumn dataColumn26;
  1653. private System.Data.DataColumn dataColumn27;
  1654. private System.Data.DataColumn dataColumn28;
  1655. private System.Data.DataColumn dataColumn12;
  1656. private System.Data.DataColumn dataColumn13;
  1657. private System.Data.DataColumn dataColumn32;
  1658. private System.Data.DataColumn dataColumn4;
  1659. private System.Data.DataColumn dataColumn5;
  1660. private System.Data.DataColumn dataColumn6;
  1661. private System.Data.DataColumn dataColumn7;
  1662. private System.Data.DataColumn dataColumn8;
  1663. private System.Data.DataColumn dataColumn9;
  1664. private System.Data.DataColumn dataColumn10;
  1665. private System.Data.DataColumn dataColumn33;
  1666. private System.Data.DataColumn dataColumn34;
  1667. private System.Data.DataColumn dataColumn35;
  1668. private System.Data.DataColumn dataColumn36;
  1669. private System.Data.DataColumn dataColumn37;
  1670. private System.Data.DataColumn dataColumn38;
  1671. private System.Data.DataColumn dataColumn39;
  1672. private System.Data.DataColumn dataColumn40;
  1673. private System.Data.DataColumn dataColumn41;
  1674. private System.Data.DataColumn dataColumn42;
  1675. private System.Data.DataColumn dataColumn43;
  1676. private System.Windows.Forms.Label label14;
  1677. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_useName;
  1678. private Infragistics.Win.UltraWinEditors.UltraComboEditor Qyear;
  1679. private System.Windows.Forms.Label label2;
  1680. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  1681. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Left;
  1682. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Right;
  1683. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Top;
  1684. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmPmsBase_Toolbars_Dock_Area_Bottom;
  1685. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1686. private System.Windows.Forms.CheckBox ck_12m;
  1687. private System.Windows.Forms.CheckBox ck_11m;
  1688. private System.Windows.Forms.CheckBox ck_10m;
  1689. private System.Windows.Forms.CheckBox ck_9m;
  1690. private System.Windows.Forms.CheckBox ck_8m;
  1691. private System.Windows.Forms.CheckBox ck_7m;
  1692. private System.Windows.Forms.CheckBox ck_6m;
  1693. private System.Windows.Forms.CheckBox ck_5m;
  1694. private System.Windows.Forms.CheckBox ck_4m;
  1695. private System.Windows.Forms.CheckBox ck_3m;
  1696. private System.Windows.Forms.CheckBox ck_2m;
  1697. private System.Windows.Forms.CheckBox ck_1m;
  1698. private System.Windows.Forms.CheckBox ck_yu;
  1699. private System.Windows.Forms.Label label1;
  1700. }
  1701. }