FrmPurOilCardBudget.Designer.cs 81 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261
  1. namespace Pur.require_plan
  2. {
  3. partial class FrmPurOilCardBudget
  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. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Id");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("OILCARDMID");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("USERORGNAME");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("type");
  34. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  39. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
  46. Infragistics.Win.ValueListItem valueListItem8 = new Infragistics.Win.ValueListItem();
  47. Infragistics.Win.ValueListItem valueListItem9 = new Infragistics.Win.ValueListItem();
  48. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATENAME");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATETIME");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M1");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M2");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M3");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M4");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M5");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M6");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M7");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M8");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M9");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M10");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M11");
  65. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("M12");
  66. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  67. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
  68. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MID");
  69. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DID");
  70. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CARDDID");
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("USERNAME");
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("type1");
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("type2");
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("status");
  75. Infragistics.Win.UltraWinGrid.UltraGridGroup ultraGridGroup1 = new Infragistics.Win.UltraWinGrid.UltraGridGroup("月预算金额/万元", 101526422);
  76. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.UltraWinGrid.RowLayout rowLayout1 = new Infragistics.Win.UltraWinGrid.RowLayout("1212");
  78. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo1 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "VALIDFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
  79. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo2 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CREATENAME", -1, Infragistics.Win.DefaultableBoolean.Default);
  80. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo3 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CREATETIME", -1, Infragistics.Win.DefaultableBoolean.Default);
  81. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo4 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ID", -1, Infragistics.Win.DefaultableBoolean.Default);
  82. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo5 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M1", -1, Infragistics.Win.DefaultableBoolean.Default);
  83. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo6 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M2", -1, Infragistics.Win.DefaultableBoolean.Default);
  84. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo7 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M3", -1, Infragistics.Win.DefaultableBoolean.Default);
  85. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo8 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M4", -1, Infragistics.Win.DefaultableBoolean.Default);
  86. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo9 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M5", -1, Infragistics.Win.DefaultableBoolean.Default);
  87. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo10 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M6", -1, Infragistics.Win.DefaultableBoolean.Default);
  88. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo11 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M7", -1, Infragistics.Win.DefaultableBoolean.Default);
  89. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo12 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M8", -1, Infragistics.Win.DefaultableBoolean.Default);
  90. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo13 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M9", -1, Infragistics.Win.DefaultableBoolean.Default);
  91. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo14 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M10", -1, Infragistics.Win.DefaultableBoolean.Default);
  92. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo15 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M11", -1, Infragistics.Win.DefaultableBoolean.Default);
  93. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo16 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M12", -1, Infragistics.Win.DefaultableBoolean.Default);
  94. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo17 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "REMARK", -1, Infragistics.Win.DefaultableBoolean.Default);
  95. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo18 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CHK", -1, Infragistics.Win.DefaultableBoolean.Default);
  96. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo19 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MID", -1, Infragistics.Win.DefaultableBoolean.Default);
  97. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo20 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "DID", -1, Infragistics.Win.DefaultableBoolean.Default);
  98. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo21 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CARDDID", -1, Infragistics.Win.DefaultableBoolean.Default);
  99. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo22 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "USERNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
  100. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo23 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "type1", -1, Infragistics.Win.DefaultableBoolean.Default);
  101. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo24 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "type2", -1, Infragistics.Win.DefaultableBoolean.Default);
  102. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo25 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "status", -1, Infragistics.Win.DefaultableBoolean.Default);
  103. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo26 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "月预算金额/万元", -1, Infragistics.Win.DefaultableBoolean.Default);
  104. Infragistics.Win.UltraWinGrid.RowLayout rowLayout2 = new Infragistics.Win.UltraWinGrid.RowLayout("1111");
  105. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo27 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "VALIDFLAG", -1, Infragistics.Win.DefaultableBoolean.Default);
  106. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo28 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CREATENAME", -1, Infragistics.Win.DefaultableBoolean.Default);
  107. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo29 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CREATETIME", -1, Infragistics.Win.DefaultableBoolean.Default);
  108. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo30 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ID", -1, Infragistics.Win.DefaultableBoolean.Default);
  109. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo31 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M1", -1, Infragistics.Win.DefaultableBoolean.Default);
  110. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo32 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M2", -1, Infragistics.Win.DefaultableBoolean.Default);
  111. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo33 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M3", -1, Infragistics.Win.DefaultableBoolean.Default);
  112. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo34 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M4", -1, Infragistics.Win.DefaultableBoolean.Default);
  113. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo35 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M5", -1, Infragistics.Win.DefaultableBoolean.Default);
  114. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo36 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M6", -1, Infragistics.Win.DefaultableBoolean.Default);
  115. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo37 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M7", -1, Infragistics.Win.DefaultableBoolean.Default);
  116. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo38 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M8", -1, Infragistics.Win.DefaultableBoolean.Default);
  117. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo39 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M9", -1, Infragistics.Win.DefaultableBoolean.Default);
  118. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo40 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M10", -1, Infragistics.Win.DefaultableBoolean.Default);
  119. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo41 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M11", -1, Infragistics.Win.DefaultableBoolean.Default);
  120. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo42 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "M12", -1, Infragistics.Win.DefaultableBoolean.Default);
  121. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo43 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "REMARK", -1, Infragistics.Win.DefaultableBoolean.Default);
  122. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo44 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CHK", -1, Infragistics.Win.DefaultableBoolean.Default);
  123. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo45 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "MID", -1, Infragistics.Win.DefaultableBoolean.Default);
  124. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo46 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "DID", -1, Infragistics.Win.DefaultableBoolean.Default);
  125. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo47 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CARDDID", -1, Infragistics.Win.DefaultableBoolean.Default);
  126. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo48 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "USERNAME", -1, Infragistics.Win.DefaultableBoolean.Default);
  127. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo49 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "type1", -1, Infragistics.Win.DefaultableBoolean.Default);
  128. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo50 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "type2", -1, Infragistics.Win.DefaultableBoolean.Default);
  129. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo51 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "status", -1, Infragistics.Win.DefaultableBoolean.Default);
  130. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo52 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Group, "月预算金额/万元", -1, Infragistics.Win.DefaultableBoolean.Default);
  131. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  132. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  133. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  134. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  135. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  136. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  137. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  138. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  139. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  140. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  141. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  142. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  143. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  144. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  145. Infragistics.Win.ValueListItem valueListItem10 = new Infragistics.Win.ValueListItem();
  146. this.cardM = new System.Data.DataSet();
  147. this.dataTable2 = new System.Data.DataTable();
  148. this.dataColumn29 = new System.Data.DataColumn();
  149. this.dataColumn30 = new System.Data.DataColumn();
  150. this.dataColumn31 = new System.Data.DataColumn();
  151. this.dataColumn8 = new System.Data.DataColumn();
  152. this.dataSet1 = new System.Data.DataSet();
  153. this.dataTable1 = new System.Data.DataTable();
  154. this.dataColumn1 = new System.Data.DataColumn();
  155. this.dataColumn2 = new System.Data.DataColumn();
  156. this.dataColumn3 = new System.Data.DataColumn();
  157. this.dataColumn11 = new System.Data.DataColumn();
  158. this.dataColumn15 = new System.Data.DataColumn();
  159. this.dataColumn16 = new System.Data.DataColumn();
  160. this.dataColumn17 = new System.Data.DataColumn();
  161. this.dataColumn18 = new System.Data.DataColumn();
  162. this.dataColumn19 = new System.Data.DataColumn();
  163. this.dataColumn20 = new System.Data.DataColumn();
  164. this.dataColumn21 = new System.Data.DataColumn();
  165. this.dataColumn22 = new System.Data.DataColumn();
  166. this.dataColumn23 = new System.Data.DataColumn();
  167. this.dataColumn24 = new System.Data.DataColumn();
  168. this.dataColumn25 = new System.Data.DataColumn();
  169. this.dataColumn26 = new System.Data.DataColumn();
  170. this.dataColumn27 = new System.Data.DataColumn();
  171. this.dataColumn28 = new System.Data.DataColumn();
  172. this.dataColumn12 = new System.Data.DataColumn();
  173. this.dataColumn13 = new System.Data.DataColumn();
  174. this.dataColumn32 = new System.Data.DataColumn();
  175. this.dataColumn4 = new System.Data.DataColumn();
  176. this.dataColumn5 = new System.Data.DataColumn();
  177. this.dataColumn6 = new System.Data.DataColumn();
  178. this.dataColumn7 = new System.Data.DataColumn();
  179. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  180. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  181. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  182. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  183. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  184. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  185. this.ultraPanel4 = new Infragistics.Win.Misc.UltraPanel();
  186. this.label17 = new System.Windows.Forms.Label();
  187. this.txt_User_name1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  188. this.txt_type1_M = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  189. this.label16 = new System.Windows.Forms.Label();
  190. this.label14 = new System.Windows.Forms.Label();
  191. this.txt_cardMD_no = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  192. this.label3 = new System.Windows.Forms.Label();
  193. this.label4 = new System.Windows.Forms.Label();
  194. this.txt_org_name = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  195. this.txt_Card_No_M = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  196. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  197. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  198. this.ck_is_all = new System.Windows.Forms.CheckBox();
  199. this.btn_refresh = new System.Windows.Forms.Button();
  200. this.label6 = new System.Windows.Forms.Label();
  201. this.Qstatus = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  202. this.label5 = new System.Windows.Forms.Label();
  203. this.Qcard_d_no = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  204. this.Qyear = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  205. this.label2 = new System.Windows.Forms.Label();
  206. this.label1 = new System.Windows.Forms.Label();
  207. this.QUse_Name = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  208. ((System.ComponentModel.ISupportInitialize)(this.cardM)).BeginInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  210. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  211. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  212. this.ultraPanel1.ClientArea.SuspendLayout();
  213. this.ultraPanel1.SuspendLayout();
  214. this.ultraPanel2.ClientArea.SuspendLayout();
  215. this.ultraPanel2.SuspendLayout();
  216. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  217. this.splitContainer1.Panel1.SuspendLayout();
  218. this.splitContainer1.Panel2.SuspendLayout();
  219. this.splitContainer1.SuspendLayout();
  220. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  221. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  222. this.ultraExpandableGroupBox1.SuspendLayout();
  223. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  224. this.ultraPanel4.ClientArea.SuspendLayout();
  225. this.ultraPanel4.SuspendLayout();
  226. ((System.ComponentModel.ISupportInitialize)(this.txt_User_name1)).BeginInit();
  227. ((System.ComponentModel.ISupportInitialize)(this.txt_type1_M)).BeginInit();
  228. ((System.ComponentModel.ISupportInitialize)(this.txt_cardMD_no)).BeginInit();
  229. ((System.ComponentModel.ISupportInitialize)(this.txt_org_name)).BeginInit();
  230. ((System.ComponentModel.ISupportInitialize)(this.txt_Card_No_M)).BeginInit();
  231. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  232. this.ultraPanel3.ClientArea.SuspendLayout();
  233. this.ultraPanel3.SuspendLayout();
  234. ((System.ComponentModel.ISupportInitialize)(this.Qstatus)).BeginInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.Qcard_d_no)).BeginInit();
  236. ((System.ComponentModel.ISupportInitialize)(this.Qyear)).BeginInit();
  237. ((System.ComponentModel.ISupportInitialize)(this.QUse_Name)).BeginInit();
  238. this.SuspendLayout();
  239. //
  240. // cardM
  241. //
  242. this.cardM.DataSetName = "NewDataSet";
  243. this.cardM.Tables.AddRange(new System.Data.DataTable[] {
  244. this.dataTable2});
  245. //
  246. // dataTable2
  247. //
  248. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  249. this.dataColumn29,
  250. this.dataColumn30,
  251. this.dataColumn31,
  252. this.dataColumn8});
  253. this.dataTable2.TableName = "Table1";
  254. //
  255. // dataColumn29
  256. //
  257. this.dataColumn29.Caption = "编号";
  258. this.dataColumn29.ColumnName = "Id";
  259. //
  260. // dataColumn30
  261. //
  262. this.dataColumn30.Caption = "主卡卡号";
  263. this.dataColumn30.ColumnName = "OILCARDMID";
  264. //
  265. // dataColumn31
  266. //
  267. this.dataColumn31.Caption = "单位";
  268. this.dataColumn31.ColumnName = "USERORGNAME";
  269. //
  270. // dataColumn8
  271. //
  272. this.dataColumn8.Caption = "类型";
  273. this.dataColumn8.ColumnName = "type";
  274. //
  275. // dataSet1
  276. //
  277. this.dataSet1.DataSetName = "NewDataSet";
  278. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  279. this.dataTable1});
  280. //
  281. // dataTable1
  282. //
  283. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  284. this.dataColumn1,
  285. this.dataColumn2,
  286. this.dataColumn3,
  287. this.dataColumn11,
  288. this.dataColumn15,
  289. this.dataColumn16,
  290. this.dataColumn17,
  291. this.dataColumn18,
  292. this.dataColumn19,
  293. this.dataColumn20,
  294. this.dataColumn21,
  295. this.dataColumn22,
  296. this.dataColumn23,
  297. this.dataColumn24,
  298. this.dataColumn25,
  299. this.dataColumn26,
  300. this.dataColumn27,
  301. this.dataColumn28,
  302. this.dataColumn12,
  303. this.dataColumn13,
  304. this.dataColumn32,
  305. this.dataColumn4,
  306. this.dataColumn5,
  307. this.dataColumn6,
  308. this.dataColumn7});
  309. this.dataTable1.TableName = "Table1";
  310. //
  311. // dataColumn1
  312. //
  313. this.dataColumn1.Caption = "有效标志";
  314. this.dataColumn1.ColumnName = "VALIDFLAG";
  315. //
  316. // dataColumn2
  317. //
  318. this.dataColumn2.Caption = "创建人";
  319. this.dataColumn2.ColumnName = "CREATENAME";
  320. //
  321. // dataColumn3
  322. //
  323. this.dataColumn3.Caption = "创建时间";
  324. this.dataColumn3.ColumnName = "CREATETIME";
  325. //
  326. // dataColumn11
  327. //
  328. this.dataColumn11.Caption = "主键";
  329. this.dataColumn11.ColumnName = "ID";
  330. //
  331. // dataColumn15
  332. //
  333. this.dataColumn15.Caption = "1月";
  334. this.dataColumn15.ColumnName = "M1";
  335. //
  336. // dataColumn16
  337. //
  338. this.dataColumn16.Caption = "2月";
  339. this.dataColumn16.ColumnName = "M2";
  340. //
  341. // dataColumn17
  342. //
  343. this.dataColumn17.Caption = "3月";
  344. this.dataColumn17.ColumnName = "M3";
  345. //
  346. // dataColumn18
  347. //
  348. this.dataColumn18.Caption = "4月";
  349. this.dataColumn18.ColumnName = "M4";
  350. //
  351. // dataColumn19
  352. //
  353. this.dataColumn19.Caption = "5月";
  354. this.dataColumn19.ColumnName = "M5";
  355. //
  356. // dataColumn20
  357. //
  358. this.dataColumn20.Caption = "6月";
  359. this.dataColumn20.ColumnName = "M6";
  360. //
  361. // dataColumn21
  362. //
  363. this.dataColumn21.Caption = "7月";
  364. this.dataColumn21.ColumnName = "M7";
  365. //
  366. // dataColumn22
  367. //
  368. this.dataColumn22.Caption = "8月";
  369. this.dataColumn22.ColumnName = "M8";
  370. //
  371. // dataColumn23
  372. //
  373. this.dataColumn23.Caption = "9月";
  374. this.dataColumn23.ColumnName = "M9";
  375. //
  376. // dataColumn24
  377. //
  378. this.dataColumn24.Caption = "10月";
  379. this.dataColumn24.ColumnName = "M10";
  380. //
  381. // dataColumn25
  382. //
  383. this.dataColumn25.Caption = "11月";
  384. this.dataColumn25.ColumnName = "M11";
  385. //
  386. // dataColumn26
  387. //
  388. this.dataColumn26.Caption = "12月";
  389. this.dataColumn26.ColumnName = "M12";
  390. //
  391. // dataColumn27
  392. //
  393. this.dataColumn27.Caption = "备注";
  394. this.dataColumn27.ColumnName = "REMARK";
  395. //
  396. // dataColumn28
  397. //
  398. this.dataColumn28.Caption = "选择";
  399. this.dataColumn28.ColumnName = "CHK";
  400. this.dataColumn28.DataType = typeof(bool);
  401. this.dataColumn28.DefaultValue = false;
  402. //
  403. // dataColumn12
  404. //
  405. this.dataColumn12.Caption = "主卡编号";
  406. this.dataColumn12.ColumnName = "MID";
  407. //
  408. // dataColumn13
  409. //
  410. this.dataColumn13.Caption = "副卡编号";
  411. this.dataColumn13.ColumnName = "DID";
  412. //
  413. // dataColumn32
  414. //
  415. this.dataColumn32.Caption = "副卡卡号";
  416. this.dataColumn32.ColumnName = "CARDDID";
  417. //
  418. // dataColumn4
  419. //
  420. this.dataColumn4.Caption = "用户";
  421. this.dataColumn4.ColumnName = "USERNAME";
  422. //
  423. // dataColumn5
  424. //
  425. this.dataColumn5.Caption = "卡类型1";
  426. this.dataColumn5.ColumnName = "type1";
  427. //
  428. // dataColumn6
  429. //
  430. this.dataColumn6.Caption = "卡类型2";
  431. this.dataColumn6.ColumnName = "type2";
  432. //
  433. // dataColumn7
  434. //
  435. this.dataColumn7.Caption = "状态";
  436. this.dataColumn7.ColumnName = "status";
  437. //
  438. // ultraPanel1
  439. //
  440. //
  441. // ultraPanel1.ClientArea
  442. //
  443. this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel2);
  444. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  445. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  446. this.ultraPanel1.Name = "ultraPanel1";
  447. this.ultraPanel1.Size = new System.Drawing.Size(1265, 527);
  448. this.ultraPanel1.TabIndex = 1;
  449. //
  450. // ultraPanel2
  451. //
  452. //
  453. // ultraPanel2.ClientArea
  454. //
  455. this.ultraPanel2.ClientArea.Controls.Add(this.splitContainer1);
  456. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  457. this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
  458. this.ultraPanel2.Name = "ultraPanel2";
  459. this.ultraPanel2.Size = new System.Drawing.Size(1265, 527);
  460. this.ultraPanel2.TabIndex = 1;
  461. //
  462. // splitContainer1
  463. //
  464. this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  465. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  466. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  467. this.splitContainer1.Name = "splitContainer1";
  468. //
  469. // splitContainer1.Panel1
  470. //
  471. this.splitContainer1.Panel1.Controls.Add(this.ultraGrid2);
  472. this.splitContainer1.Panel1.Controls.Add(this.ultraExpandableGroupBox1);
  473. //
  474. // splitContainer1.Panel2
  475. //
  476. this.splitContainer1.Panel2.Controls.Add(this.ultraGrid1);
  477. this.splitContainer1.Panel2.Controls.Add(this.ultraPanel3);
  478. this.splitContainer1.Size = new System.Drawing.Size(1265, 527);
  479. this.splitContainer1.SplitterDistance = 373;
  480. this.splitContainer1.TabIndex = 56;
  481. //
  482. // ultraGrid2
  483. //
  484. this.ultraGrid2.DataMember = "Table1";
  485. this.ultraGrid2.DataSource = this.cardM;
  486. appearance1.BackColor = System.Drawing.SystemColors.Window;
  487. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  488. this.ultraGrid2.DisplayLayout.Appearance = appearance1;
  489. ultraGridColumn1.Header.VisiblePosition = 0;
  490. ultraGridColumn2.Header.VisiblePosition = 2;
  491. ultraGridColumn3.Header.VisiblePosition = 1;
  492. ultraGridColumn4.Header.VisiblePosition = 3;
  493. ultraGridBand1.Columns.AddRange(new object[] {
  494. ultraGridColumn1,
  495. ultraGridColumn2,
  496. ultraGridColumn3,
  497. ultraGridColumn4});
  498. ultraGridBand1.SummaryFooterCaption = "合计";
  499. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  500. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  501. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  502. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  503. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  504. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  505. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  506. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance2;
  507. appearance6.ForeColor = System.Drawing.SystemColors.GrayText;
  508. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance6;
  509. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  510. this.ultraGrid2.DisplayLayout.GroupByBox.Hidden = true;
  511. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  512. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  513. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  514. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  515. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  516. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  517. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  518. appearance11.BackColor = System.Drawing.SystemColors.Window;
  519. appearance11.ForeColor = System.Drawing.SystemColors.ControlText;
  520. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance11;
  521. appearance14.BackColor = System.Drawing.SystemColors.Highlight;
  522. appearance14.ForeColor = System.Drawing.SystemColors.HighlightText;
  523. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance14;
  524. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  525. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  526. appearance16.BackColor = System.Drawing.SystemColors.Window;
  527. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance16;
  528. appearance12.BorderColor = System.Drawing.Color.Silver;
  529. appearance12.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  530. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance12;
  531. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  532. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  533. appearance10.BackColor = System.Drawing.SystemColors.Control;
  534. appearance10.BackColor2 = System.Drawing.SystemColors.ControlDark;
  535. appearance10.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  536. appearance10.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  537. appearance10.BorderColor = System.Drawing.SystemColors.Window;
  538. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance10;
  539. appearance9.TextHAlignAsString = "Left";
  540. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance9;
  541. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  542. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  543. appearance15.BackColor = System.Drawing.SystemColors.Window;
  544. appearance15.BorderColor = System.Drawing.Color.Silver;
  545. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance15;
  546. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  547. appearance13.BackColor = System.Drawing.SystemColors.ControlLight;
  548. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance13;
  549. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  550. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  551. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  552. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  553. this.ultraGrid2.Location = new System.Drawing.Point(0, 95);
  554. this.ultraGrid2.Name = "ultraGrid2";
  555. this.ultraGrid2.Size = new System.Drawing.Size(371, 430);
  556. this.ultraGrid2.TabIndex = 8;
  557. this.ultraGrid2.Text = "ultraGrid2";
  558. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  559. //
  560. // ultraExpandableGroupBox1
  561. //
  562. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  563. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  564. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(371, 95);
  565. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 0);
  566. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  567. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(371, 95);
  568. this.ultraExpandableGroupBox1.TabIndex = 7;
  569. //
  570. // ultraExpandableGroupBoxPanel1
  571. //
  572. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraPanel4);
  573. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  574. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 17);
  575. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  576. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(365, 75);
  577. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  578. //
  579. // ultraPanel4
  580. //
  581. //
  582. // ultraPanel4.ClientArea
  583. //
  584. this.ultraPanel4.ClientArea.Controls.Add(this.label17);
  585. this.ultraPanel4.ClientArea.Controls.Add(this.txt_User_name1);
  586. this.ultraPanel4.ClientArea.Controls.Add(this.txt_type1_M);
  587. this.ultraPanel4.ClientArea.Controls.Add(this.label16);
  588. this.ultraPanel4.ClientArea.Controls.Add(this.label14);
  589. this.ultraPanel4.ClientArea.Controls.Add(this.txt_cardMD_no);
  590. this.ultraPanel4.ClientArea.Controls.Add(this.label3);
  591. this.ultraPanel4.ClientArea.Controls.Add(this.label4);
  592. this.ultraPanel4.ClientArea.Controls.Add(this.txt_org_name);
  593. this.ultraPanel4.ClientArea.Controls.Add(this.txt_Card_No_M);
  594. this.ultraPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  595. this.ultraPanel4.Location = new System.Drawing.Point(0, 0);
  596. this.ultraPanel4.Name = "ultraPanel4";
  597. this.ultraPanel4.Size = new System.Drawing.Size(365, 75);
  598. this.ultraPanel4.TabIndex = 6;
  599. //
  600. // label17
  601. //
  602. this.label17.AutoSize = true;
  603. this.label17.Location = new System.Drawing.Point(4, 52);
  604. this.label17.Name = "label17";
  605. this.label17.Size = new System.Drawing.Size(41, 12);
  606. this.label17.TabIndex = 190;
  607. this.label17.Text = "使用者";
  608. //
  609. // txt_User_name1
  610. //
  611. this.txt_User_name1.Location = new System.Drawing.Point(48, 49);
  612. this.txt_User_name1.MaxLength = 200;
  613. this.txt_User_name1.Name = "txt_User_name1";
  614. this.txt_User_name1.Size = new System.Drawing.Size(160, 21);
  615. this.txt_User_name1.TabIndex = 189;
  616. //
  617. // txt_type1_M
  618. //
  619. this.txt_type1_M.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  620. valueListItem11.DataValue = " ";
  621. valueListItem11.DisplayText = "全部";
  622. valueListItem8.DataValue = "1";
  623. valueListItem8.DisplayText = "员工油卡";
  624. valueListItem9.DataValue = "2";
  625. valueListItem9.DisplayText = "骨干油卡";
  626. this.txt_type1_M.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  627. valueListItem11,
  628. valueListItem8,
  629. valueListItem9});
  630. this.txt_type1_M.Location = new System.Drawing.Point(243, 27);
  631. this.txt_type1_M.Name = "txt_type1_M";
  632. this.txt_type1_M.Size = new System.Drawing.Size(112, 21);
  633. this.txt_type1_M.TabIndex = 185;
  634. //
  635. // label16
  636. //
  637. this.label16.AutoSize = true;
  638. this.label16.Location = new System.Drawing.Point(211, 30);
  639. this.label16.Name = "label16";
  640. this.label16.Size = new System.Drawing.Size(29, 12);
  641. this.label16.TabIndex = 186;
  642. this.label16.Text = "类型";
  643. //
  644. // label14
  645. //
  646. this.label14.AutoSize = true;
  647. this.label14.Location = new System.Drawing.Point(5, 31);
  648. this.label14.Name = "label14";
  649. this.label14.Size = new System.Drawing.Size(41, 12);
  650. this.label14.TabIndex = 184;
  651. this.label14.Text = "副卡号";
  652. //
  653. // txt_cardMD_no
  654. //
  655. this.txt_cardMD_no.Location = new System.Drawing.Point(48, 26);
  656. this.txt_cardMD_no.MaxLength = 200;
  657. this.txt_cardMD_no.Name = "txt_cardMD_no";
  658. this.txt_cardMD_no.Size = new System.Drawing.Size(160, 21);
  659. this.txt_cardMD_no.TabIndex = 183;
  660. //
  661. // label3
  662. //
  663. this.label3.AutoSize = true;
  664. this.label3.Location = new System.Drawing.Point(211, 7);
  665. this.label3.Name = "label3";
  666. this.label3.Size = new System.Drawing.Size(29, 12);
  667. this.label3.TabIndex = 182;
  668. this.label3.Text = "部门";
  669. //
  670. // label4
  671. //
  672. this.label4.AutoSize = true;
  673. this.label4.Location = new System.Drawing.Point(5, 7);
  674. this.label4.Name = "label4";
  675. this.label4.Size = new System.Drawing.Size(41, 12);
  676. this.label4.TabIndex = 181;
  677. this.label4.Text = "主卡号";
  678. //
  679. // txt_org_name
  680. //
  681. this.txt_org_name.Location = new System.Drawing.Point(243, 3);
  682. this.txt_org_name.MaxLength = 200;
  683. this.txt_org_name.Name = "txt_org_name";
  684. this.txt_org_name.Size = new System.Drawing.Size(112, 21);
  685. this.txt_org_name.TabIndex = 180;
  686. //
  687. // txt_Card_No_M
  688. //
  689. this.txt_Card_No_M.Location = new System.Drawing.Point(48, 3);
  690. this.txt_Card_No_M.MaxLength = 200;
  691. this.txt_Card_No_M.Name = "txt_Card_No_M";
  692. this.txt_Card_No_M.Size = new System.Drawing.Size(160, 21);
  693. this.txt_Card_No_M.TabIndex = 179;
  694. //
  695. // ultraGrid1
  696. //
  697. this.ultraGrid1.DataSource = this.dataSet1;
  698. appearance7.BackColor = System.Drawing.SystemColors.Window;
  699. appearance7.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  700. this.ultraGrid1.DisplayLayout.Appearance = appearance7;
  701. ultraGridColumn5.Header.VisiblePosition = 0;
  702. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 46;
  703. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  704. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  705. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  706. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 3;
  707. ultraGridColumn6.Header.VisiblePosition = 1;
  708. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 48;
  709. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  710. ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  711. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  712. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 3;
  713. ultraGridColumn7.Header.VisiblePosition = 2;
  714. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 50;
  715. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  716. ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  717. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  718. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 3;
  719. ultraGridColumn8.Header.VisiblePosition = 3;
  720. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 2;
  721. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  722. ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  723. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  724. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 3;
  725. ultraGridColumn9.Header.VisiblePosition = 4;
  726. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 0;
  727. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  728. ultraGridColumn9.RowLayoutColumnInfo.ParentGroupIndex = 0;
  729. ultraGridColumn9.RowLayoutColumnInfo.ParentGroupKey = "月预算金额/万元";
  730. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 2;
  731. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  732. ultraGridColumn10.Header.VisiblePosition = 5;
  733. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 2;
  734. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  735. ultraGridColumn10.RowLayoutColumnInfo.ParentGroupIndex = 0;
  736. ultraGridColumn10.RowLayoutColumnInfo.ParentGroupKey = "月预算金额/万元";
  737. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 2;
  738. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 2;
  739. ultraGridColumn11.Header.VisiblePosition = 6;
  740. ultraGridColumn11.RowLayoutColumnInfo.OriginX = 4;
  741. ultraGridColumn11.RowLayoutColumnInfo.OriginY = 0;
  742. ultraGridColumn11.RowLayoutColumnInfo.ParentGroupIndex = 0;
  743. ultraGridColumn11.RowLayoutColumnInfo.ParentGroupKey = "月预算金额/万元";
  744. ultraGridColumn11.RowLayoutColumnInfo.SpanX = 2;
  745. ultraGridColumn11.RowLayoutColumnInfo.SpanY = 2;
  746. ultraGridColumn12.Header.VisiblePosition = 7;
  747. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 6;
  748. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  749. ultraGridColumn12.RowLayoutColumnInfo.ParentGroupIndex = 0;
  750. ultraGridColumn12.RowLayoutColumnInfo.ParentGroupKey = "月预算金额/万元";
  751. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 2;
  752. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 2;
  753. ultraGridColumn13.Header.VisiblePosition = 8;
  754. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 8;
  755. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  756. ultraGridColumn13.RowLayoutColumnInfo.ParentGroupIndex = 0;
  757. ultraGridColumn13.RowLayoutColumnInfo.ParentGroupKey = "月预算金额/万元";
  758. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 2;
  759. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 2;
  760. ultraGridColumn14.Header.VisiblePosition = 9;
  761. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 10;
  762. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  763. ultraGridColumn14.RowLayoutColumnInfo.ParentGroupIndex = 0;
  764. ultraGridColumn14.RowLayoutColumnInfo.ParentGroupKey = "月预算金额/万元";
  765. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 2;
  766. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 2;
  767. ultraGridColumn15.Header.VisiblePosition = 10;
  768. ultraGridColumn15.RowLayoutColumnInfo.OriginX = 12;
  769. ultraGridColumn15.RowLayoutColumnInfo.OriginY = 0;
  770. ultraGridColumn15.RowLayoutColumnInfo.ParentGroupIndex = 0;
  771. ultraGridColumn15.RowLayoutColumnInfo.ParentGroupKey = "月预算金额/万元";
  772. ultraGridColumn15.RowLayoutColumnInfo.SpanX = 2;
  773. ultraGridColumn15.RowLayoutColumnInfo.SpanY = 2;
  774. ultraGridColumn16.Header.VisiblePosition = 11;
  775. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 14;
  776. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  777. ultraGridColumn16.RowLayoutColumnInfo.ParentGroupIndex = 0;
  778. ultraGridColumn16.RowLayoutColumnInfo.ParentGroupKey = "月预算金额/万元";
  779. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 2;
  780. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 2;
  781. ultraGridColumn17.Header.VisiblePosition = 12;
  782. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 16;
  783. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  784. ultraGridColumn17.RowLayoutColumnInfo.ParentGroupIndex = 0;
  785. ultraGridColumn17.RowLayoutColumnInfo.ParentGroupKey = "月预算金额/万元";
  786. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 2;
  787. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 2;
  788. ultraGridColumn18.Header.VisiblePosition = 13;
  789. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 18;
  790. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  791. ultraGridColumn18.RowLayoutColumnInfo.ParentGroupIndex = 0;
  792. ultraGridColumn18.RowLayoutColumnInfo.ParentGroupKey = "月预算金额/万元";
  793. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  794. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  795. ultraGridColumn19.Header.VisiblePosition = 14;
  796. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 20;
  797. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  798. ultraGridColumn19.RowLayoutColumnInfo.ParentGroupIndex = 0;
  799. ultraGridColumn19.RowLayoutColumnInfo.ParentGroupKey = "月预算金额/万元";
  800. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 2;
  801. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 2;
  802. ultraGridColumn20.Header.VisiblePosition = 15;
  803. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 22;
  804. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  805. ultraGridColumn20.RowLayoutColumnInfo.ParentGroupIndex = 0;
  806. ultraGridColumn20.RowLayoutColumnInfo.ParentGroupKey = "月预算金额/万元";
  807. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 2;
  808. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 2;
  809. ultraGridColumn21.Header.VisiblePosition = 16;
  810. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 40;
  811. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  812. ultraGridColumn21.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  813. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 2;
  814. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 3;
  815. ultraGridColumn22.Header.CheckBoxAlignment = Infragistics.Win.UltraWinGrid.HeaderCheckBoxAlignment.Center;
  816. ultraGridColumn22.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  817. ultraGridColumn22.Header.VisiblePosition = 17;
  818. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 0;
  819. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  820. ultraGridColumn22.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  821. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 2;
  822. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 3;
  823. ultraGridColumn23.Header.VisiblePosition = 18;
  824. ultraGridColumn23.RowLayoutColumnInfo.OriginX = 42;
  825. ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
  826. ultraGridColumn23.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  827. ultraGridColumn23.RowLayoutColumnInfo.SpanX = 2;
  828. ultraGridColumn23.RowLayoutColumnInfo.SpanY = 3;
  829. ultraGridColumn24.Header.VisiblePosition = 19;
  830. ultraGridColumn24.RowLayoutColumnInfo.OriginX = 44;
  831. ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
  832. ultraGridColumn24.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  833. ultraGridColumn24.RowLayoutColumnInfo.SpanX = 2;
  834. ultraGridColumn24.RowLayoutColumnInfo.SpanY = 3;
  835. ultraGridColumn25.Header.VisiblePosition = 20;
  836. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 6;
  837. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
  838. ultraGridColumn25.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  839. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 2;
  840. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 3;
  841. ultraGridColumn26.Header.VisiblePosition = 21;
  842. ultraGridColumn26.RowLayoutColumnInfo.OriginX = 4;
  843. ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
  844. ultraGridColumn26.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  845. ultraGridColumn26.RowLayoutColumnInfo.SpanX = 2;
  846. ultraGridColumn26.RowLayoutColumnInfo.SpanY = 3;
  847. ultraGridColumn27.Header.VisiblePosition = 22;
  848. ultraGridColumn27.RowLayoutColumnInfo.OriginX = 10;
  849. ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
  850. ultraGridColumn27.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  851. ultraGridColumn27.RowLayoutColumnInfo.SpanX = 2;
  852. ultraGridColumn27.RowLayoutColumnInfo.SpanY = 3;
  853. ultraGridColumn28.Header.VisiblePosition = 23;
  854. ultraGridColumn28.RowLayoutColumnInfo.OriginX = 12;
  855. ultraGridColumn28.RowLayoutColumnInfo.OriginY = 0;
  856. ultraGridColumn28.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  857. ultraGridColumn28.RowLayoutColumnInfo.SpanX = 2;
  858. ultraGridColumn28.RowLayoutColumnInfo.SpanY = 3;
  859. ultraGridColumn29.Header.VisiblePosition = 24;
  860. ultraGridColumn29.RowLayoutColumnInfo.OriginX = 8;
  861. ultraGridColumn29.RowLayoutColumnInfo.OriginY = 0;
  862. ultraGridColumn29.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 52);
  863. ultraGridColumn29.RowLayoutColumnInfo.SpanX = 2;
  864. ultraGridColumn29.RowLayoutColumnInfo.SpanY = 3;
  865. ultraGridBand2.Columns.AddRange(new object[] {
  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. appearance5.TextHAlignAsString = "Center";
  892. ultraGridGroup1.Header.Appearance = appearance5;
  893. ultraGridGroup1.Header.Caption = "月充值标准/元";
  894. ultraGridGroup1.Header.TextOrientation = new Infragistics.Win.TextOrientationInfo(0, Infragistics.Win.TextFlowDirection.Horizontal);
  895. ultraGridGroup1.Key = "月预算金额/万元";
  896. ultraGridGroup1.RowLayoutGroupInfo.LabelSpan = 1;
  897. ultraGridGroup1.RowLayoutGroupInfo.OriginX = 16;
  898. ultraGridGroup1.RowLayoutGroupInfo.OriginY = 0;
  899. ultraGridGroup1.RowLayoutGroupInfo.PreferredLabelSize = new System.Drawing.Size(0, 26);
  900. ultraGridGroup1.RowLayoutGroupInfo.SpanX = 24;
  901. ultraGridGroup1.RowLayoutGroupInfo.SpanY = 3;
  902. ultraGridBand2.Groups.AddRange(new Infragistics.Win.UltraWinGrid.UltraGridGroup[] {
  903. ultraGridGroup1});
  904. rowLayout1.ColumnInfos.AddRange(new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo[] {
  905. rowLayoutColumnInfo1,
  906. rowLayoutColumnInfo2,
  907. rowLayoutColumnInfo3,
  908. rowLayoutColumnInfo4,
  909. rowLayoutColumnInfo5,
  910. rowLayoutColumnInfo6,
  911. rowLayoutColumnInfo7,
  912. rowLayoutColumnInfo8,
  913. rowLayoutColumnInfo9,
  914. rowLayoutColumnInfo10,
  915. rowLayoutColumnInfo11,
  916. rowLayoutColumnInfo12,
  917. rowLayoutColumnInfo13,
  918. rowLayoutColumnInfo14,
  919. rowLayoutColumnInfo15,
  920. rowLayoutColumnInfo16,
  921. rowLayoutColumnInfo17,
  922. rowLayoutColumnInfo18,
  923. rowLayoutColumnInfo19,
  924. rowLayoutColumnInfo20,
  925. rowLayoutColumnInfo21,
  926. rowLayoutColumnInfo22,
  927. rowLayoutColumnInfo23,
  928. rowLayoutColumnInfo24,
  929. rowLayoutColumnInfo25,
  930. rowLayoutColumnInfo26});
  931. rowLayout1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  932. rowLayout2.ColumnInfos.AddRange(new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo[] {
  933. rowLayoutColumnInfo27,
  934. rowLayoutColumnInfo28,
  935. rowLayoutColumnInfo29,
  936. rowLayoutColumnInfo30,
  937. rowLayoutColumnInfo31,
  938. rowLayoutColumnInfo32,
  939. rowLayoutColumnInfo33,
  940. rowLayoutColumnInfo34,
  941. rowLayoutColumnInfo35,
  942. rowLayoutColumnInfo36,
  943. rowLayoutColumnInfo37,
  944. rowLayoutColumnInfo38,
  945. rowLayoutColumnInfo39,
  946. rowLayoutColumnInfo40,
  947. rowLayoutColumnInfo41,
  948. rowLayoutColumnInfo42,
  949. rowLayoutColumnInfo43,
  950. rowLayoutColumnInfo44,
  951. rowLayoutColumnInfo45,
  952. rowLayoutColumnInfo46,
  953. rowLayoutColumnInfo47,
  954. rowLayoutColumnInfo48,
  955. rowLayoutColumnInfo49,
  956. rowLayoutColumnInfo50,
  957. rowLayoutColumnInfo51,
  958. rowLayoutColumnInfo52});
  959. rowLayout2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  960. ultraGridBand2.RowLayouts.AddRange(new Infragistics.Win.UltraWinGrid.RowLayout[] {
  961. rowLayout1,
  962. rowLayout2});
  963. ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  964. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  965. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  966. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  967. appearance17.BackColor = System.Drawing.SystemColors.ActiveBorder;
  968. appearance17.BackColor2 = System.Drawing.SystemColors.ControlDark;
  969. appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  970. appearance17.BorderColor = System.Drawing.SystemColors.Window;
  971. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance17;
  972. appearance18.ForeColor = System.Drawing.SystemColors.GrayText;
  973. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance18;
  974. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  975. this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
  976. appearance19.BackColor = System.Drawing.SystemColors.ControlLightLight;
  977. appearance19.BackColor2 = System.Drawing.SystemColors.Control;
  978. appearance19.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  979. appearance19.ForeColor = System.Drawing.SystemColors.GrayText;
  980. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance19;
  981. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  982. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  983. appearance20.BackColor = System.Drawing.SystemColors.Window;
  984. appearance20.ForeColor = System.Drawing.SystemColors.ControlText;
  985. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance20;
  986. appearance21.BackColor = System.Drawing.SystemColors.Highlight;
  987. appearance21.ForeColor = System.Drawing.SystemColors.HighlightText;
  988. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance21;
  989. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  990. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  991. appearance22.BackColor = System.Drawing.SystemColors.Window;
  992. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance22;
  993. appearance23.BorderColor = System.Drawing.Color.Silver;
  994. appearance23.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  995. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance23;
  996. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  997. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  998. appearance24.BackColor = System.Drawing.SystemColors.Control;
  999. appearance24.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1000. appearance24.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1001. appearance24.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1002. appearance24.BorderColor = System.Drawing.SystemColors.Window;
  1003. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance24;
  1004. appearance25.TextHAlignAsString = "Left";
  1005. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance25;
  1006. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1007. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1008. appearance26.BackColor = System.Drawing.SystemColors.Window;
  1009. appearance26.BorderColor = System.Drawing.Color.Silver;
  1010. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance26;
  1011. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1012. appearance27.BackColor = System.Drawing.SystemColors.ControlLight;
  1013. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance27;
  1014. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1015. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1016. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1017. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  1018. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1019. this.ultraGrid1.Location = new System.Drawing.Point(0, 28);
  1020. this.ultraGrid1.Name = "ultraGrid1";
  1021. this.ultraGrid1.Size = new System.Drawing.Size(886, 497);
  1022. this.ultraGrid1.TabIndex = 0;
  1023. this.ultraGrid1.Text = "ultraGrid1";
  1024. this.ultraGrid1.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ultraGrid1_InitializeRow);
  1025. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  1026. //
  1027. // ultraPanel3
  1028. //
  1029. //
  1030. // ultraPanel3.ClientArea
  1031. //
  1032. this.ultraPanel3.ClientArea.Controls.Add(this.ck_is_all);
  1033. this.ultraPanel3.ClientArea.Controls.Add(this.btn_refresh);
  1034. this.ultraPanel3.ClientArea.Controls.Add(this.label6);
  1035. this.ultraPanel3.ClientArea.Controls.Add(this.Qstatus);
  1036. this.ultraPanel3.ClientArea.Controls.Add(this.label5);
  1037. this.ultraPanel3.ClientArea.Controls.Add(this.Qcard_d_no);
  1038. this.ultraPanel3.ClientArea.Controls.Add(this.Qyear);
  1039. this.ultraPanel3.ClientArea.Controls.Add(this.label2);
  1040. this.ultraPanel3.ClientArea.Controls.Add(this.label1);
  1041. this.ultraPanel3.ClientArea.Controls.Add(this.QUse_Name);
  1042. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Top;
  1043. this.ultraPanel3.Location = new System.Drawing.Point(0, 0);
  1044. this.ultraPanel3.Name = "ultraPanel3";
  1045. this.ultraPanel3.Size = new System.Drawing.Size(886, 28);
  1046. this.ultraPanel3.TabIndex = 0;
  1047. //
  1048. // ck_is_all
  1049. //
  1050. this.ck_is_all.AutoSize = true;
  1051. this.ck_is_all.Location = new System.Drawing.Point(642, 5);
  1052. this.ck_is_all.Name = "ck_is_all";
  1053. this.ck_is_all.Size = new System.Drawing.Size(72, 16);
  1054. this.ck_is_all.TabIndex = 184;
  1055. this.ck_is_all.Text = "全部副卡";
  1056. this.ck_is_all.UseVisualStyleBackColor = true;
  1057. //
  1058. // btn_refresh
  1059. //
  1060. this.btn_refresh.Location = new System.Drawing.Point(720, 2);
  1061. this.btn_refresh.Name = "btn_refresh";
  1062. this.btn_refresh.Size = new System.Drawing.Size(75, 23);
  1063. this.btn_refresh.TabIndex = 183;
  1064. this.btn_refresh.Text = "过滤";
  1065. this.btn_refresh.UseVisualStyleBackColor = true;
  1066. this.btn_refresh.Click += new System.EventHandler(this.btn_refresh_Click);
  1067. //
  1068. // label6
  1069. //
  1070. this.label6.AutoSize = true;
  1071. this.label6.Location = new System.Drawing.Point(519, 7);
  1072. this.label6.Name = "label6";
  1073. this.label6.Size = new System.Drawing.Size(29, 12);
  1074. this.label6.TabIndex = 182;
  1075. this.label6.Text = "状态";
  1076. //
  1077. // Qstatus
  1078. //
  1079. this.Qstatus.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1080. valueListItem1.DataValue = " ";
  1081. valueListItem1.DisplayText = "全部";
  1082. valueListItem2.DataValue = "1";
  1083. valueListItem2.DisplayText = "正常";
  1084. valueListItem3.DataValue = "2";
  1085. valueListItem3.DisplayText = "暂停";
  1086. valueListItem10.DataValue = "3";
  1087. valueListItem10.DisplayText = "注销";
  1088. this.Qstatus.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  1089. valueListItem1,
  1090. valueListItem2,
  1091. valueListItem3,
  1092. valueListItem10});
  1093. this.Qstatus.Location = new System.Drawing.Point(554, 3);
  1094. this.Qstatus.Name = "Qstatus";
  1095. this.Qstatus.Size = new System.Drawing.Size(78, 21);
  1096. this.Qstatus.TabIndex = 181;
  1097. //
  1098. // label5
  1099. //
  1100. this.label5.AutoSize = true;
  1101. this.label5.Location = new System.Drawing.Point(153, 7);
  1102. this.label5.Name = "label5";
  1103. this.label5.Size = new System.Drawing.Size(29, 12);
  1104. this.label5.TabIndex = 7;
  1105. this.label5.Text = "卡号";
  1106. //
  1107. // Qcard_d_no
  1108. //
  1109. this.Qcard_d_no.Location = new System.Drawing.Point(188, 3);
  1110. this.Qcard_d_no.Name = "Qcard_d_no";
  1111. this.Qcard_d_no.Size = new System.Drawing.Size(169, 21);
  1112. this.Qcard_d_no.TabIndex = 6;
  1113. //
  1114. // Qyear
  1115. //
  1116. this.Qyear.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  1117. this.Qyear.Location = new System.Drawing.Point(398, 3);
  1118. this.Qyear.Name = "Qyear";
  1119. this.Qyear.Size = new System.Drawing.Size(112, 21);
  1120. this.Qyear.TabIndex = 5;
  1121. //
  1122. // label2
  1123. //
  1124. this.label2.AutoSize = true;
  1125. this.label2.Location = new System.Drawing.Point(363, 7);
  1126. this.label2.Name = "label2";
  1127. this.label2.Size = new System.Drawing.Size(29, 12);
  1128. this.label2.TabIndex = 3;
  1129. this.label2.Text = "年份";
  1130. //
  1131. // label1
  1132. //
  1133. this.label1.AutoSize = true;
  1134. this.label1.Location = new System.Drawing.Point(12, 7);
  1135. this.label1.Name = "label1";
  1136. this.label1.Size = new System.Drawing.Size(29, 12);
  1137. this.label1.TabIndex = 2;
  1138. this.label1.Text = "人名";
  1139. //
  1140. // QUse_Name
  1141. //
  1142. this.QUse_Name.Location = new System.Drawing.Point(47, 3);
  1143. this.QUse_Name.Name = "QUse_Name";
  1144. this.QUse_Name.Size = new System.Drawing.Size(100, 21);
  1145. this.QUse_Name.TabIndex = 0;
  1146. //
  1147. // FrmPurOilCardBudget
  1148. //
  1149. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1150. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1151. this.ClientSize = new System.Drawing.Size(1265, 527);
  1152. this.Controls.Add(this.ultraPanel1);
  1153. this.Name = "FrmPurOilCardBudget";
  1154. this.Text = "油卡每月充值标准维护";
  1155. this.Load += new System.EventHandler(this.FrmPurOilCardBudget_Load);
  1156. ((System.ComponentModel.ISupportInitialize)(this.cardM)).EndInit();
  1157. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1158. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  1159. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1160. this.ultraPanel1.ClientArea.ResumeLayout(false);
  1161. this.ultraPanel1.ResumeLayout(false);
  1162. this.ultraPanel2.ClientArea.ResumeLayout(false);
  1163. this.ultraPanel2.ResumeLayout(false);
  1164. this.splitContainer1.Panel1.ResumeLayout(false);
  1165. this.splitContainer1.Panel2.ResumeLayout(false);
  1166. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1167. this.splitContainer1.ResumeLayout(false);
  1168. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  1169. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1170. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1171. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1172. this.ultraPanel4.ClientArea.ResumeLayout(false);
  1173. this.ultraPanel4.ClientArea.PerformLayout();
  1174. this.ultraPanel4.ResumeLayout(false);
  1175. ((System.ComponentModel.ISupportInitialize)(this.txt_User_name1)).EndInit();
  1176. ((System.ComponentModel.ISupportInitialize)(this.txt_type1_M)).EndInit();
  1177. ((System.ComponentModel.ISupportInitialize)(this.txt_cardMD_no)).EndInit();
  1178. ((System.ComponentModel.ISupportInitialize)(this.txt_org_name)).EndInit();
  1179. ((System.ComponentModel.ISupportInitialize)(this.txt_Card_No_M)).EndInit();
  1180. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1181. this.ultraPanel3.ClientArea.ResumeLayout(false);
  1182. this.ultraPanel3.ClientArea.PerformLayout();
  1183. this.ultraPanel3.ResumeLayout(false);
  1184. ((System.ComponentModel.ISupportInitialize)(this.Qstatus)).EndInit();
  1185. ((System.ComponentModel.ISupportInitialize)(this.Qcard_d_no)).EndInit();
  1186. ((System.ComponentModel.ISupportInitialize)(this.Qyear)).EndInit();
  1187. ((System.ComponentModel.ISupportInitialize)(this.QUse_Name)).EndInit();
  1188. this.ResumeLayout(false);
  1189. }
  1190. #endregion
  1191. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  1192. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  1193. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1194. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  1195. private System.Windows.Forms.Label label2;
  1196. private System.Windows.Forms.Label label1;
  1197. private Infragistics.Win.UltraWinEditors.UltraTextEditor QUse_Name;
  1198. private System.Data.DataSet dataSet1;
  1199. private System.Data.DataTable dataTable1;
  1200. private System.Data.DataColumn dataColumn2;
  1201. private System.Data.DataColumn dataColumn3;
  1202. private System.Data.DataColumn dataColumn11;
  1203. private System.Data.DataColumn dataColumn15;
  1204. private System.Data.DataColumn dataColumn16;
  1205. private System.Data.DataColumn dataColumn17;
  1206. private System.Data.DataColumn dataColumn18;
  1207. private System.Data.DataColumn dataColumn19;
  1208. private System.Data.DataColumn dataColumn20;
  1209. private System.Data.DataColumn dataColumn21;
  1210. private System.Data.DataColumn dataColumn22;
  1211. private System.Data.DataColumn dataColumn23;
  1212. private System.Data.DataColumn dataColumn24;
  1213. private System.Data.DataColumn dataColumn25;
  1214. private System.Data.DataColumn dataColumn26;
  1215. private System.Data.DataColumn dataColumn27;
  1216. private System.Data.DataColumn dataColumn28;
  1217. private Infragistics.Win.UltraWinEditors.UltraComboEditor Qyear;
  1218. private System.Windows.Forms.SplitContainer splitContainer1;
  1219. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1220. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1221. private Infragistics.Win.Misc.UltraPanel ultraPanel4;
  1222. private System.Windows.Forms.Label label3;
  1223. private System.Windows.Forms.Label label4;
  1224. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_org_name;
  1225. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_Card_No_M;
  1226. private System.Data.DataSet cardM;
  1227. private System.Data.DataTable dataTable2;
  1228. private System.Data.DataColumn dataColumn29;
  1229. private System.Data.DataColumn dataColumn30;
  1230. private System.Data.DataColumn dataColumn31;
  1231. private System.Windows.Forms.Label label5;
  1232. private Infragistics.Win.UltraWinEditors.UltraTextEditor Qcard_d_no;
  1233. private System.Data.DataColumn dataColumn1;
  1234. private System.Data.DataColumn dataColumn12;
  1235. private System.Data.DataColumn dataColumn13;
  1236. private System.Data.DataColumn dataColumn32;
  1237. private System.Data.DataColumn dataColumn4;
  1238. private System.Windows.Forms.Label label6;
  1239. private Infragistics.Win.UltraWinEditors.UltraComboEditor Qstatus;
  1240. private System.Data.DataColumn dataColumn5;
  1241. private System.Data.DataColumn dataColumn6;
  1242. private System.Data.DataColumn dataColumn7;
  1243. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1244. private System.Data.DataColumn dataColumn8;
  1245. private Infragistics.Win.UltraWinEditors.UltraComboEditor txt_type1_M;
  1246. private System.Windows.Forms.Label label16;
  1247. private System.Windows.Forms.Label label14;
  1248. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_cardMD_no;
  1249. private System.Windows.Forms.Button btn_refresh;
  1250. private System.Windows.Forms.CheckBox ck_is_all;
  1251. private System.Windows.Forms.Label label17;
  1252. private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_User_name1;
  1253. }
  1254. }