FrmPurBasePrice.Designer.cs 73 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341
  1. namespace Pur.Balance
  2. {
  3. partial class FrmPurBasePrice
  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.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
  29. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  33. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  34. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  35. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("id", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("name");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemCode");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemDesc");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemName");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemDescE");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemSpec");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUseUom");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUom");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemUomConefficient");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("weightUnit");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemModel");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("remark");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("validflag");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createName");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  52. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateName");
  53. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteTime");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createUserid");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateUserid");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteName");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteUserid");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemAttr");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("itemAttrId");
  61. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  65. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("id");
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("versionNo");
  76. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("standId");
  77. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("gradeLevel");
  78. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("gradeValue");
  79. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("priceVal");
  80. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn32 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("remark");
  81. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn33 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("validflag");
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn34 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createName");
  83. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn35 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateName");
  84. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn36 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createTime");
  85. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn37 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateTime");
  86. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn38 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteName");
  87. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn39 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteTime");
  88. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn40 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("createUserid");
  89. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn41 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("updateUserid");
  90. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn42 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("deleteUserid");
  91. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  92. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  93. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  94. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  95. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  96. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  97. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  98. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  100. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  101. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  102. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab1 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  103. Infragistics.Win.UltraWinTabControl.UltraTab ultraTab2 = new Infragistics.Win.UltraWinTabControl.UltraTab();
  104. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPurBasePrice));
  105. this.ultraTabPageControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  106. this.edtItemAttr = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  107. this.label13 = new System.Windows.Forms.Label();
  108. this.edtItemAttrId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  109. this.edtItemCode = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  110. this.label19 = new System.Windows.Forms.Label();
  111. this.edtRemark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  112. this.label6 = new System.Windows.Forms.Label();
  113. this.edtItemName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  114. this.label5 = new System.Windows.Forms.Label();
  115. this.edtName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  116. this.label4 = new System.Windows.Forms.Label();
  117. this.edtId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  118. this.label3 = new System.Windows.Forms.Label();
  119. this.ultraTabPageControl2 = new Infragistics.Win.UltraWinTabControl.UltraTabPageControl();
  120. this.edtGradeLevel = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  121. this.edtRemarkC = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  122. this.label12 = new System.Windows.Forms.Label();
  123. this.edtPriceValue = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  124. this.label11 = new System.Windows.Forms.Label();
  125. this.label10 = new System.Windows.Forms.Label();
  126. this.EdtstandId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  127. this.label9 = new System.Windows.Forms.Label();
  128. this.edtVersionNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  129. this.label8 = new System.Windows.Forms.Label();
  130. this.edtIdC = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  131. this.label7 = new System.Windows.Forms.Label();
  132. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  133. this.basepriceM = new System.Data.DataSet();
  134. this.dataTable1 = new System.Data.DataTable();
  135. this.dataColumn1 = new System.Data.DataColumn();
  136. this.dataColumn2 = new System.Data.DataColumn();
  137. this.dataColumn3 = new System.Data.DataColumn();
  138. this.dataColumn4 = new System.Data.DataColumn();
  139. this.dataColumn5 = new System.Data.DataColumn();
  140. this.dataColumn6 = new System.Data.DataColumn();
  141. this.dataColumn7 = new System.Data.DataColumn();
  142. this.dataColumn8 = new System.Data.DataColumn();
  143. this.dataColumn9 = new System.Data.DataColumn();
  144. this.dataColumn10 = new System.Data.DataColumn();
  145. this.dataColumn11 = new System.Data.DataColumn();
  146. this.dataColumn12 = new System.Data.DataColumn();
  147. this.dataColumn13 = new System.Data.DataColumn();
  148. this.dataColumn14 = new System.Data.DataColumn();
  149. this.dataColumn15 = new System.Data.DataColumn();
  150. this.dataColumn16 = new System.Data.DataColumn();
  151. this.dataColumn17 = new System.Data.DataColumn();
  152. this.dataColumn18 = new System.Data.DataColumn();
  153. this.dataColumn19 = new System.Data.DataColumn();
  154. this.dataColumn20 = new System.Data.DataColumn();
  155. this.dataColumn21 = new System.Data.DataColumn();
  156. this.dataColumn22 = new System.Data.DataColumn();
  157. this.dataColumn23 = new System.Data.DataColumn();
  158. this.dataColumn41 = new System.Data.DataColumn();
  159. this.dataColumn42 = new System.Data.DataColumn();
  160. this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
  161. this.ultraPanel3 = new Infragistics.Win.Misc.UltraPanel();
  162. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  163. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  164. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  165. this.basepriceC = new System.Data.DataSet();
  166. this.dataTable2 = new System.Data.DataTable();
  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.dataColumn29 = new System.Data.DataColumn();
  173. this.dataColumn30 = new System.Data.DataColumn();
  174. this.dataColumn31 = new System.Data.DataColumn();
  175. this.dataColumn32 = new System.Data.DataColumn();
  176. this.dataColumn33 = new System.Data.DataColumn();
  177. this.dataColumn34 = new System.Data.DataColumn();
  178. this.dataColumn35 = new System.Data.DataColumn();
  179. this.dataColumn36 = new System.Data.DataColumn();
  180. this.dataColumn37 = new System.Data.DataColumn();
  181. this.dataColumn38 = new System.Data.DataColumn();
  182. this.dataColumn39 = new System.Data.DataColumn();
  183. this.dataColumn40 = new System.Data.DataColumn();
  184. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  185. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  186. this.ultraTabControl1 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
  187. this.ultraTabSharedControlsPage1 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
  188. this.ultraPanel2 = new Infragistics.Win.Misc.UltraPanel();
  189. this.label2 = new System.Windows.Forms.Label();
  190. this.label1 = new System.Windows.Forms.Label();
  191. this.Qname = new System.Windows.Forms.TextBox();
  192. this.QId = new System.Windows.Forms.TextBox();
  193. this.ultraTabPageControl1.SuspendLayout();
  194. ((System.ComponentModel.ISupportInitialize)(this.edtItemAttr)).BeginInit();
  195. ((System.ComponentModel.ISupportInitialize)(this.edtItemAttrId)).BeginInit();
  196. ((System.ComponentModel.ISupportInitialize)(this.edtItemCode)).BeginInit();
  197. ((System.ComponentModel.ISupportInitialize)(this.edtRemark)).BeginInit();
  198. ((System.ComponentModel.ISupportInitialize)(this.edtItemName)).BeginInit();
  199. ((System.ComponentModel.ISupportInitialize)(this.edtName)).BeginInit();
  200. ((System.ComponentModel.ISupportInitialize)(this.edtId)).BeginInit();
  201. this.ultraTabPageControl2.SuspendLayout();
  202. ((System.ComponentModel.ISupportInitialize)(this.edtGradeLevel)).BeginInit();
  203. ((System.ComponentModel.ISupportInitialize)(this.edtRemarkC)).BeginInit();
  204. ((System.ComponentModel.ISupportInitialize)(this.edtPriceValue)).BeginInit();
  205. ((System.ComponentModel.ISupportInitialize)(this.EdtstandId)).BeginInit();
  206. ((System.ComponentModel.ISupportInitialize)(this.edtVersionNo)).BeginInit();
  207. ((System.ComponentModel.ISupportInitialize)(this.edtIdC)).BeginInit();
  208. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.basepriceM)).BeginInit();
  210. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  211. this.ultraPanel1.ClientArea.SuspendLayout();
  212. this.ultraPanel1.SuspendLayout();
  213. this.ultraPanel3.ClientArea.SuspendLayout();
  214. this.ultraPanel3.SuspendLayout();
  215. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  216. this.ultraGroupBox1.SuspendLayout();
  217. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  218. this.splitContainer1.Panel1.SuspendLayout();
  219. this.splitContainer1.Panel2.SuspendLayout();
  220. this.splitContainer1.SuspendLayout();
  221. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  222. ((System.ComponentModel.ISupportInitialize)(this.basepriceC)).BeginInit();
  223. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  224. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  225. this.ultraExpandableGroupBox1.SuspendLayout();
  226. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  227. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).BeginInit();
  228. this.ultraTabControl1.SuspendLayout();
  229. this.ultraPanel2.ClientArea.SuspendLayout();
  230. this.ultraPanel2.SuspendLayout();
  231. this.SuspendLayout();
  232. //
  233. // ultraTabPageControl1
  234. //
  235. this.ultraTabPageControl1.Controls.Add(this.edtItemAttr);
  236. this.ultraTabPageControl1.Controls.Add(this.label13);
  237. this.ultraTabPageControl1.Controls.Add(this.edtItemAttrId);
  238. this.ultraTabPageControl1.Controls.Add(this.edtItemCode);
  239. this.ultraTabPageControl1.Controls.Add(this.label19);
  240. this.ultraTabPageControl1.Controls.Add(this.edtRemark);
  241. this.ultraTabPageControl1.Controls.Add(this.label6);
  242. this.ultraTabPageControl1.Controls.Add(this.edtItemName);
  243. this.ultraTabPageControl1.Controls.Add(this.label5);
  244. this.ultraTabPageControl1.Controls.Add(this.edtName);
  245. this.ultraTabPageControl1.Controls.Add(this.label4);
  246. this.ultraTabPageControl1.Controls.Add(this.edtId);
  247. this.ultraTabPageControl1.Controls.Add(this.label3);
  248. this.ultraTabPageControl1.Location = new System.Drawing.Point(-10000, -10000);
  249. this.ultraTabPageControl1.Margin = new System.Windows.Forms.Padding(4);
  250. this.ultraTabPageControl1.Name = "ultraTabPageControl1";
  251. this.ultraTabPageControl1.Size = new System.Drawing.Size(1225, 132);
  252. //
  253. // edtItemAttr
  254. //
  255. this.edtItemAttr.Location = new System.Drawing.Point(1067, 11);
  256. this.edtItemAttr.Margin = new System.Windows.Forms.Padding(4);
  257. this.edtItemAttr.Name = "edtItemAttr";
  258. this.edtItemAttr.ReadOnly = true;
  259. this.edtItemAttr.Size = new System.Drawing.Size(139, 24);
  260. this.edtItemAttr.TabIndex = 14;
  261. this.edtItemAttr.Visible = false;
  262. //
  263. // label13
  264. //
  265. this.label13.AutoSize = true;
  266. this.label13.Location = new System.Drawing.Point(841, 15);
  267. this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  268. this.label13.Name = "label13";
  269. this.label13.Size = new System.Drawing.Size(67, 15);
  270. this.label13.TabIndex = 13;
  271. this.label13.Text = "属性编码";
  272. //
  273. // edtItemAttrId
  274. //
  275. this.edtItemAttrId.Location = new System.Drawing.Point(920, 10);
  276. this.edtItemAttrId.Margin = new System.Windows.Forms.Padding(4);
  277. this.edtItemAttrId.Name = "edtItemAttrId";
  278. this.edtItemAttrId.ReadOnly = true;
  279. this.edtItemAttrId.Size = new System.Drawing.Size(139, 24);
  280. this.edtItemAttrId.TabIndex = 12;
  281. //
  282. // edtItemCode
  283. //
  284. this.edtItemCode.Location = new System.Drawing.Point(695, 10);
  285. this.edtItemCode.Margin = new System.Windows.Forms.Padding(4);
  286. this.edtItemCode.Name = "edtItemCode";
  287. this.edtItemCode.ReadOnly = true;
  288. this.edtItemCode.Size = new System.Drawing.Size(139, 24);
  289. this.edtItemCode.TabIndex = 11;
  290. //
  291. // label19
  292. //
  293. this.label19.AutoSize = true;
  294. this.label19.Location = new System.Drawing.Point(616, 15);
  295. this.label19.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  296. this.label19.Name = "label19";
  297. this.label19.Size = new System.Drawing.Size(67, 15);
  298. this.label19.TabIndex = 10;
  299. this.label19.Text = "物料编码";
  300. //
  301. // edtRemark
  302. //
  303. this.edtRemark.Location = new System.Drawing.Point(52, 40);
  304. this.edtRemark.Margin = new System.Windows.Forms.Padding(4);
  305. this.edtRemark.Name = "edtRemark";
  306. this.edtRemark.Size = new System.Drawing.Size(1007, 24);
  307. this.edtRemark.TabIndex = 7;
  308. //
  309. // label6
  310. //
  311. this.label6.AutoSize = true;
  312. this.label6.Location = new System.Drawing.Point(9, 45);
  313. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  314. this.label6.Name = "label6";
  315. this.label6.Size = new System.Drawing.Size(37, 15);
  316. this.label6.TabIndex = 6;
  317. this.label6.Text = "备注";
  318. //
  319. // edtItemName
  320. //
  321. appearance25.FontData.BoldAsString = "True";
  322. editorButton1.Appearance = appearance25;
  323. editorButton1.Text = "+";
  324. this.edtItemName.ButtonsRight.Add(editorButton1);
  325. this.edtItemName.Location = new System.Drawing.Point(460, 10);
  326. this.edtItemName.Margin = new System.Windows.Forms.Padding(4);
  327. this.edtItemName.Name = "edtItemName";
  328. this.edtItemName.ReadOnly = true;
  329. this.edtItemName.Size = new System.Drawing.Size(139, 24);
  330. this.edtItemName.TabIndex = 5;
  331. this.edtItemName.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.edtItemName_EditorButtonClick);
  332. //
  333. // label5
  334. //
  335. this.label5.AutoSize = true;
  336. this.label5.Location = new System.Drawing.Point(387, 15);
  337. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  338. this.label5.Name = "label5";
  339. this.label5.Size = new System.Drawing.Size(67, 15);
  340. this.label5.TabIndex = 4;
  341. this.label5.Text = "物料选择";
  342. //
  343. // edtName
  344. //
  345. this.edtName.Location = new System.Drawing.Point(240, 10);
  346. this.edtName.Margin = new System.Windows.Forms.Padding(4);
  347. this.edtName.Name = "edtName";
  348. this.edtName.Size = new System.Drawing.Size(139, 24);
  349. this.edtName.TabIndex = 3;
  350. //
  351. // label4
  352. //
  353. this.label4.AutoSize = true;
  354. this.label4.Location = new System.Drawing.Point(193, 15);
  355. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  356. this.label4.Name = "label4";
  357. this.label4.Size = new System.Drawing.Size(37, 15);
  358. this.label4.TabIndex = 2;
  359. this.label4.Text = "名称";
  360. //
  361. // edtId
  362. //
  363. this.edtId.Location = new System.Drawing.Point(52, 10);
  364. this.edtId.Margin = new System.Windows.Forms.Padding(4);
  365. this.edtId.Name = "edtId";
  366. this.edtId.ReadOnly = true;
  367. this.edtId.Size = new System.Drawing.Size(139, 24);
  368. this.edtId.TabIndex = 1;
  369. //
  370. // label3
  371. //
  372. this.label3.AutoSize = true;
  373. this.label3.Location = new System.Drawing.Point(9, 15);
  374. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  375. this.label3.Name = "label3";
  376. this.label3.Size = new System.Drawing.Size(37, 15);
  377. this.label3.TabIndex = 0;
  378. this.label3.Text = "编号";
  379. //
  380. // ultraTabPageControl2
  381. //
  382. this.ultraTabPageControl2.Controls.Add(this.edtGradeLevel);
  383. this.ultraTabPageControl2.Controls.Add(this.edtRemarkC);
  384. this.ultraTabPageControl2.Controls.Add(this.label12);
  385. this.ultraTabPageControl2.Controls.Add(this.edtPriceValue);
  386. this.ultraTabPageControl2.Controls.Add(this.label11);
  387. this.ultraTabPageControl2.Controls.Add(this.label10);
  388. this.ultraTabPageControl2.Controls.Add(this.EdtstandId);
  389. this.ultraTabPageControl2.Controls.Add(this.label9);
  390. this.ultraTabPageControl2.Controls.Add(this.edtVersionNo);
  391. this.ultraTabPageControl2.Controls.Add(this.label8);
  392. this.ultraTabPageControl2.Controls.Add(this.edtIdC);
  393. this.ultraTabPageControl2.Controls.Add(this.label7);
  394. this.ultraTabPageControl2.Location = new System.Drawing.Point(1, 26);
  395. this.ultraTabPageControl2.Margin = new System.Windows.Forms.Padding(4);
  396. this.ultraTabPageControl2.Name = "ultraTabPageControl2";
  397. this.ultraTabPageControl2.Size = new System.Drawing.Size(1225, 132);
  398. //
  399. // edtGradeLevel
  400. //
  401. valueListItem1.DataValue = "1";
  402. valueListItem1.DisplayText = "合格";
  403. valueListItem2.CheckState = System.Windows.Forms.CheckState.Checked;
  404. valueListItem2.DataValue = "2";
  405. valueListItem2.DisplayText = "良好";
  406. valueListItem3.DataValue = "3";
  407. valueListItem3.DisplayText = "优秀";
  408. valueListItem4.DataValue = "4";
  409. valueListItem4.DisplayText = "次品";
  410. this.edtGradeLevel.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  411. valueListItem1,
  412. valueListItem2,
  413. valueListItem3,
  414. valueListItem4});
  415. this.edtGradeLevel.Location = new System.Drawing.Point(721, 10);
  416. this.edtGradeLevel.Margin = new System.Windows.Forms.Padding(4);
  417. this.edtGradeLevel.Name = "edtGradeLevel";
  418. this.edtGradeLevel.Size = new System.Drawing.Size(135, 24);
  419. this.edtGradeLevel.TabIndex = 14;
  420. //
  421. // edtRemarkC
  422. //
  423. this.edtRemarkC.Location = new System.Drawing.Point(288, 42);
  424. this.edtRemarkC.Margin = new System.Windows.Forms.Padding(4);
  425. this.edtRemarkC.Name = "edtRemarkC";
  426. this.edtRemarkC.Size = new System.Drawing.Size(568, 24);
  427. this.edtRemarkC.TabIndex = 12;
  428. //
  429. // label12
  430. //
  431. this.label12.AutoSize = true;
  432. this.label12.Location = new System.Drawing.Point(243, 48);
  433. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  434. this.label12.Name = "label12";
  435. this.label12.Size = new System.Drawing.Size(37, 15);
  436. this.label12.TabIndex = 11;
  437. this.label12.Text = "备注";
  438. //
  439. // edtPriceValue
  440. //
  441. this.edtPriceValue.Location = new System.Drawing.Point(71, 44);
  442. this.edtPriceValue.Margin = new System.Windows.Forms.Padding(4);
  443. this.edtPriceValue.Name = "edtPriceValue";
  444. this.edtPriceValue.Size = new System.Drawing.Size(139, 24);
  445. this.edtPriceValue.TabIndex = 10;
  446. //
  447. // label11
  448. //
  449. this.label11.AutoSize = true;
  450. this.label11.Location = new System.Drawing.Point(12, 50);
  451. this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  452. this.label11.Name = "label11";
  453. this.label11.Size = new System.Drawing.Size(52, 15);
  454. this.label11.TabIndex = 9;
  455. this.label11.Text = "计价值";
  456. //
  457. // label10
  458. //
  459. this.label10.AutoSize = true;
  460. this.label10.Location = new System.Drawing.Point(678, 16);
  461. this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  462. this.label10.Name = "label10";
  463. this.label10.Size = new System.Drawing.Size(37, 15);
  464. this.label10.TabIndex = 7;
  465. this.label10.Text = "料型";
  466. //
  467. // EdtstandId
  468. //
  469. this.EdtstandId.Location = new System.Drawing.Point(504, 10);
  470. this.EdtstandId.Margin = new System.Windows.Forms.Padding(4);
  471. this.EdtstandId.Name = "EdtstandId";
  472. this.EdtstandId.ReadOnly = true;
  473. this.EdtstandId.Size = new System.Drawing.Size(139, 24);
  474. this.EdtstandId.TabIndex = 6;
  475. //
  476. // label9
  477. //
  478. this.label9.AutoSize = true;
  479. this.label9.Location = new System.Drawing.Point(448, 15);
  480. this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  481. this.label9.Name = "label9";
  482. this.label9.Size = new System.Drawing.Size(52, 15);
  483. this.label9.TabIndex = 5;
  484. this.label9.Text = "标准号";
  485. //
  486. // edtVersionNo
  487. //
  488. this.edtVersionNo.Location = new System.Drawing.Point(288, 10);
  489. this.edtVersionNo.Margin = new System.Windows.Forms.Padding(4);
  490. this.edtVersionNo.Name = "edtVersionNo";
  491. this.edtVersionNo.ReadOnly = true;
  492. this.edtVersionNo.Size = new System.Drawing.Size(137, 24);
  493. this.edtVersionNo.TabIndex = 4;
  494. //
  495. // label8
  496. //
  497. this.label8.AutoSize = true;
  498. this.label8.Location = new System.Drawing.Point(228, 15);
  499. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  500. this.label8.Name = "label8";
  501. this.label8.Size = new System.Drawing.Size(52, 15);
  502. this.label8.TabIndex = 3;
  503. this.label8.Text = "版本号";
  504. //
  505. // edtIdC
  506. //
  507. this.edtIdC.Location = new System.Drawing.Point(71, 10);
  508. this.edtIdC.Margin = new System.Windows.Forms.Padding(4);
  509. this.edtIdC.Name = "edtIdC";
  510. this.edtIdC.ReadOnly = true;
  511. this.edtIdC.Size = new System.Drawing.Size(137, 24);
  512. this.edtIdC.TabIndex = 2;
  513. //
  514. // label7
  515. //
  516. this.label7.AutoSize = true;
  517. this.label7.Location = new System.Drawing.Point(27, 15);
  518. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  519. this.label7.Name = "label7";
  520. this.label7.Size = new System.Drawing.Size(37, 15);
  521. this.label7.TabIndex = 1;
  522. this.label7.Text = "编号";
  523. //
  524. // ultraGrid1
  525. //
  526. this.ultraGrid1.DataSource = this.basepriceM;
  527. appearance13.BackColor = System.Drawing.SystemColors.Window;
  528. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  529. this.ultraGrid1.DisplayLayout.Appearance = appearance13;
  530. ultraGridColumn1.Header.Caption = "编号";
  531. ultraGridColumn1.Header.VisiblePosition = 0;
  532. ultraGridColumn2.Header.VisiblePosition = 1;
  533. ultraGridColumn3.Header.VisiblePosition = 2;
  534. ultraGridColumn4.Header.VisiblePosition = 3;
  535. ultraGridColumn4.Hidden = true;
  536. ultraGridColumn5.Header.VisiblePosition = 4;
  537. ultraGridColumn6.Header.VisiblePosition = 13;
  538. ultraGridColumn7.Header.VisiblePosition = 8;
  539. ultraGridColumn8.Header.VisiblePosition = 7;
  540. ultraGridColumn9.Header.VisiblePosition = 9;
  541. ultraGridColumn10.Header.VisiblePosition = 11;
  542. ultraGridColumn11.Header.VisiblePosition = 10;
  543. ultraGridColumn12.Header.VisiblePosition = 14;
  544. ultraGridColumn13.Header.VisiblePosition = 12;
  545. ultraGridColumn14.Header.VisiblePosition = 15;
  546. ultraGridColumn15.Header.VisiblePosition = 17;
  547. ultraGridColumn16.Header.VisiblePosition = 18;
  548. ultraGridColumn17.Header.VisiblePosition = 20;
  549. ultraGridColumn18.Header.VisiblePosition = 21;
  550. ultraGridColumn19.Header.VisiblePosition = 22;
  551. ultraGridColumn19.Hidden = true;
  552. ultraGridColumn20.Header.VisiblePosition = 16;
  553. ultraGridColumn21.Header.VisiblePosition = 19;
  554. ultraGridColumn22.Header.VisiblePosition = 23;
  555. ultraGridColumn22.Hidden = true;
  556. ultraGridColumn23.Header.VisiblePosition = 24;
  557. ultraGridColumn23.Hidden = true;
  558. ultraGridColumn24.Header.VisiblePosition = 6;
  559. ultraGridColumn25.Header.VisiblePosition = 5;
  560. ultraGridBand1.Columns.AddRange(new object[] {
  561. ultraGridColumn1,
  562. ultraGridColumn2,
  563. ultraGridColumn3,
  564. ultraGridColumn4,
  565. ultraGridColumn5,
  566. ultraGridColumn6,
  567. ultraGridColumn7,
  568. ultraGridColumn8,
  569. ultraGridColumn9,
  570. ultraGridColumn10,
  571. ultraGridColumn11,
  572. ultraGridColumn12,
  573. ultraGridColumn13,
  574. ultraGridColumn14,
  575. ultraGridColumn15,
  576. ultraGridColumn16,
  577. ultraGridColumn17,
  578. ultraGridColumn18,
  579. ultraGridColumn19,
  580. ultraGridColumn20,
  581. ultraGridColumn21,
  582. ultraGridColumn22,
  583. ultraGridColumn23,
  584. ultraGridColumn24,
  585. ultraGridColumn25});
  586. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  587. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  588. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  589. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  590. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  591. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  592. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  593. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance14;
  594. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  595. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance15;
  596. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  597. appearance16.BackColor = System.Drawing.SystemColors.ControlLightLight;
  598. appearance16.BackColor2 = System.Drawing.SystemColors.Control;
  599. appearance16.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  600. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  601. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance16;
  602. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  603. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  604. appearance17.BackColor = System.Drawing.SystemColors.Window;
  605. appearance17.ForeColor = System.Drawing.SystemColors.ControlText;
  606. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance17;
  607. appearance18.BackColor = System.Drawing.SystemColors.Highlight;
  608. appearance18.ForeColor = System.Drawing.SystemColors.HighlightText;
  609. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance18;
  610. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  611. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  612. appearance19.BackColor = System.Drawing.SystemColors.Window;
  613. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance19;
  614. appearance20.BorderColor = System.Drawing.Color.Silver;
  615. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  616. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20;
  617. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  618. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  619. appearance21.BackColor = System.Drawing.SystemColors.Control;
  620. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  621. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  622. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  623. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  624. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  625. appearance22.TextHAlignAsString = "Left";
  626. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance22;
  627. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  628. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  629. appearance23.BackColor = System.Drawing.SystemColors.Window;
  630. appearance23.BorderColor = System.Drawing.Color.Silver;
  631. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance23;
  632. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  633. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  634. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  635. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  636. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  637. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  638. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  639. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  640. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
  641. this.ultraGrid1.Name = "ultraGrid1";
  642. this.ultraGrid1.Size = new System.Drawing.Size(702, 306);
  643. this.ultraGrid1.TabIndex = 0;
  644. this.ultraGrid1.Text = "ultraGrid1";
  645. this.ultraGrid1.AfterCellActivate += new System.EventHandler(this.ultraGrid1_AfterCellActivate);
  646. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  647. //
  648. // basepriceM
  649. //
  650. this.basepriceM.DataSetName = "NewDataSet";
  651. this.basepriceM.Tables.AddRange(new System.Data.DataTable[] {
  652. this.dataTable1});
  653. //
  654. // dataTable1
  655. //
  656. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  657. this.dataColumn1,
  658. this.dataColumn2,
  659. this.dataColumn3,
  660. this.dataColumn4,
  661. this.dataColumn5,
  662. this.dataColumn6,
  663. this.dataColumn7,
  664. this.dataColumn8,
  665. this.dataColumn9,
  666. this.dataColumn10,
  667. this.dataColumn11,
  668. this.dataColumn12,
  669. this.dataColumn13,
  670. this.dataColumn14,
  671. this.dataColumn15,
  672. this.dataColumn16,
  673. this.dataColumn17,
  674. this.dataColumn18,
  675. this.dataColumn19,
  676. this.dataColumn20,
  677. this.dataColumn21,
  678. this.dataColumn22,
  679. this.dataColumn23,
  680. this.dataColumn41,
  681. this.dataColumn42});
  682. this.dataTable1.TableName = "Table1";
  683. //
  684. // dataColumn1
  685. //
  686. this.dataColumn1.Caption = "主键";
  687. this.dataColumn1.ColumnName = "id";
  688. //
  689. // dataColumn2
  690. //
  691. this.dataColumn2.Caption = "名称";
  692. this.dataColumn2.ColumnName = "name";
  693. //
  694. // dataColumn3
  695. //
  696. this.dataColumn3.Caption = "物料编码";
  697. this.dataColumn3.ColumnName = "itemCode";
  698. //
  699. // dataColumn4
  700. //
  701. this.dataColumn4.Caption = "物料描述";
  702. this.dataColumn4.ColumnName = "itemDesc";
  703. //
  704. // dataColumn5
  705. //
  706. this.dataColumn5.Caption = "物料名称";
  707. this.dataColumn5.ColumnName = "itemName";
  708. //
  709. // dataColumn6
  710. //
  711. this.dataColumn6.Caption = "物料英文名称";
  712. this.dataColumn6.ColumnName = "itemDescE";
  713. //
  714. // dataColumn7
  715. //
  716. this.dataColumn7.Caption = "物料型号规格";
  717. this.dataColumn7.ColumnName = "itemSpec";
  718. //
  719. // dataColumn8
  720. //
  721. this.dataColumn8.Caption = "是否使用采购单位";
  722. this.dataColumn8.ColumnName = "itemUseUom";
  723. //
  724. // dataColumn9
  725. //
  726. this.dataColumn9.Caption = "采购单位";
  727. this.dataColumn9.ColumnName = "itemUom";
  728. //
  729. // dataColumn10
  730. //
  731. this.dataColumn10.Caption = "转换系数";
  732. this.dataColumn10.ColumnName = "itemUomConefficient";
  733. //
  734. // dataColumn11
  735. //
  736. this.dataColumn11.Caption = "库存单位";
  737. this.dataColumn11.ColumnName = "weightUnit";
  738. //
  739. // dataColumn12
  740. //
  741. this.dataColumn12.Caption = "物料材质";
  742. this.dataColumn12.ColumnName = "itemModel";
  743. //
  744. // dataColumn13
  745. //
  746. this.dataColumn13.Caption = "备注";
  747. this.dataColumn13.ColumnName = "remark";
  748. //
  749. // dataColumn14
  750. //
  751. this.dataColumn14.Caption = "数据状态";
  752. this.dataColumn14.ColumnName = "validflag";
  753. //
  754. // dataColumn15
  755. //
  756. this.dataColumn15.Caption = "创建人";
  757. this.dataColumn15.ColumnName = "createName";
  758. //
  759. // dataColumn16
  760. //
  761. this.dataColumn16.Caption = "创建时间";
  762. this.dataColumn16.ColumnName = "createTime";
  763. //
  764. // dataColumn17
  765. //
  766. this.dataColumn17.Caption = "修改人 ";
  767. this.dataColumn17.ColumnName = "updateName";
  768. //
  769. // dataColumn18
  770. //
  771. this.dataColumn18.Caption = "修改时间";
  772. this.dataColumn18.ColumnName = "updateTime";
  773. //
  774. // dataColumn19
  775. //
  776. this.dataColumn19.Caption = "删除时间";
  777. this.dataColumn19.ColumnName = "deleteTime";
  778. //
  779. // dataColumn20
  780. //
  781. this.dataColumn20.Caption = "创建人ID";
  782. this.dataColumn20.ColumnName = "createUserid";
  783. //
  784. // dataColumn21
  785. //
  786. this.dataColumn21.Caption = "修改人ID";
  787. this.dataColumn21.ColumnName = "updateUserid";
  788. //
  789. // dataColumn22
  790. //
  791. this.dataColumn22.Caption = "废除人";
  792. this.dataColumn22.ColumnName = "deleteName";
  793. //
  794. // dataColumn23
  795. //
  796. this.dataColumn23.Caption = "删除人ID";
  797. this.dataColumn23.ColumnName = "deleteUserid";
  798. //
  799. // dataColumn41
  800. //
  801. this.dataColumn41.Caption = "属性名称";
  802. this.dataColumn41.ColumnName = "itemAttr";
  803. //
  804. // dataColumn42
  805. //
  806. this.dataColumn42.Caption = "属性编码";
  807. this.dataColumn42.ColumnName = "itemAttrId";
  808. //
  809. // ultraPanel1
  810. //
  811. //
  812. // ultraPanel1.ClientArea
  813. //
  814. this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel3);
  815. this.ultraPanel1.ClientArea.Controls.Add(this.ultraPanel2);
  816. this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  817. this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
  818. this.ultraPanel1.Margin = new System.Windows.Forms.Padding(4);
  819. this.ultraPanel1.Name = "ultraPanel1";
  820. this.ultraPanel1.Size = new System.Drawing.Size(1235, 550);
  821. this.ultraPanel1.TabIndex = 1;
  822. //
  823. // ultraPanel3
  824. //
  825. //
  826. // ultraPanel3.ClientArea
  827. //
  828. this.ultraPanel3.ClientArea.Controls.Add(this.ultraGroupBox1);
  829. this.ultraPanel3.ClientArea.Controls.Add(this.ultraExpandableGroupBox1);
  830. this.ultraPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  831. this.ultraPanel3.Location = new System.Drawing.Point(0, 35);
  832. this.ultraPanel3.Margin = new System.Windows.Forms.Padding(4);
  833. this.ultraPanel3.Name = "ultraPanel3";
  834. this.ultraPanel3.Size = new System.Drawing.Size(1235, 515);
  835. this.ultraPanel3.TabIndex = 7;
  836. //
  837. // ultraGroupBox1
  838. //
  839. this.ultraGroupBox1.Controls.Add(this.splitContainer1);
  840. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  841. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  842. this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  843. this.ultraGroupBox1.Name = "ultraGroupBox1";
  844. this.ultraGroupBox1.Size = new System.Drawing.Size(1235, 330);
  845. this.ultraGroupBox1.TabIndex = 5;
  846. this.ultraGroupBox1.Text = "基价标准信息";
  847. //
  848. // splitContainer1
  849. //
  850. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  851. this.splitContainer1.Location = new System.Drawing.Point(3, 21);
  852. this.splitContainer1.Margin = new System.Windows.Forms.Padding(4);
  853. this.splitContainer1.Name = "splitContainer1";
  854. //
  855. // splitContainer1.Panel1
  856. //
  857. this.splitContainer1.Panel1.Controls.Add(this.ultraGrid1);
  858. //
  859. // splitContainer1.Panel2
  860. //
  861. this.splitContainer1.Panel2.Controls.Add(this.ultraGrid2);
  862. this.splitContainer1.Size = new System.Drawing.Size(1229, 306);
  863. this.splitContainer1.SplitterDistance = 702;
  864. this.splitContainer1.SplitterWidth = 5;
  865. this.splitContainer1.TabIndex = 3;
  866. //
  867. // ultraGrid2
  868. //
  869. this.ultraGrid2.DataSource = this.basepriceC;
  870. appearance4.BackColor = System.Drawing.SystemColors.Window;
  871. appearance4.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  872. this.ultraGrid2.DisplayLayout.Appearance = appearance4;
  873. ultraGridColumn26.Header.Caption = "编号";
  874. ultraGridColumn26.Header.VisiblePosition = 0;
  875. ultraGridColumn27.Header.VisiblePosition = 1;
  876. ultraGridColumn28.Header.VisiblePosition = 2;
  877. ultraGridColumn28.Hidden = true;
  878. ultraGridColumn29.Header.Caption = "料型";
  879. ultraGridColumn29.Header.VisiblePosition = 3;
  880. ultraGridColumn30.Header.VisiblePosition = 4;
  881. ultraGridColumn30.Hidden = true;
  882. ultraGridColumn31.Header.VisiblePosition = 5;
  883. ultraGridColumn32.Header.VisiblePosition = 6;
  884. ultraGridColumn33.Header.VisiblePosition = 7;
  885. ultraGridColumn34.Header.VisiblePosition = 9;
  886. ultraGridColumn35.Header.VisiblePosition = 12;
  887. ultraGridColumn36.Header.VisiblePosition = 10;
  888. ultraGridColumn37.Header.VisiblePosition = 13;
  889. ultraGridColumn38.Header.VisiblePosition = 14;
  890. ultraGridColumn38.Hidden = true;
  891. ultraGridColumn39.Header.VisiblePosition = 15;
  892. ultraGridColumn39.Hidden = true;
  893. ultraGridColumn40.Header.VisiblePosition = 8;
  894. ultraGridColumn41.Header.VisiblePosition = 11;
  895. ultraGridColumn42.Header.VisiblePosition = 16;
  896. ultraGridColumn42.Hidden = true;
  897. ultraGridBand2.Columns.AddRange(new object[] {
  898. ultraGridColumn26,
  899. ultraGridColumn27,
  900. ultraGridColumn28,
  901. ultraGridColumn29,
  902. ultraGridColumn30,
  903. ultraGridColumn31,
  904. ultraGridColumn32,
  905. ultraGridColumn33,
  906. ultraGridColumn34,
  907. ultraGridColumn35,
  908. ultraGridColumn36,
  909. ultraGridColumn37,
  910. ultraGridColumn38,
  911. ultraGridColumn39,
  912. ultraGridColumn40,
  913. ultraGridColumn41,
  914. ultraGridColumn42});
  915. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  916. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  917. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  918. appearance1.BackColor = System.Drawing.SystemColors.ActiveBorder;
  919. appearance1.BackColor2 = System.Drawing.SystemColors.ControlDark;
  920. appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  921. appearance1.BorderColor = System.Drawing.SystemColors.Window;
  922. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance1;
  923. appearance2.ForeColor = System.Drawing.SystemColors.GrayText;
  924. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance2;
  925. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  926. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  927. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  928. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  929. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  930. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  931. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  932. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  933. appearance12.BackColor = System.Drawing.SystemColors.Window;
  934. appearance12.ForeColor = System.Drawing.SystemColors.ControlText;
  935. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance12;
  936. appearance7.BackColor = System.Drawing.SystemColors.Highlight;
  937. appearance7.ForeColor = System.Drawing.SystemColors.HighlightText;
  938. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance7;
  939. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  940. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  941. appearance6.BackColor = System.Drawing.SystemColors.Window;
  942. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance6;
  943. appearance5.BorderColor = System.Drawing.Color.Silver;
  944. appearance5.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  945. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance5;
  946. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  947. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  948. appearance9.BackColor = System.Drawing.SystemColors.Control;
  949. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  950. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  951. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  952. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  953. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  954. appearance11.TextHAlignAsString = "Left";
  955. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance11;
  956. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  957. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  958. appearance10.BackColor = System.Drawing.SystemColors.Window;
  959. appearance10.BorderColor = System.Drawing.Color.Silver;
  960. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance10;
  961. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  962. appearance8.BackColor = System.Drawing.SystemColors.ControlLight;
  963. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance8;
  964. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  965. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  966. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  967. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  968. this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
  969. this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4);
  970. this.ultraGrid2.Name = "ultraGrid2";
  971. this.ultraGrid2.Size = new System.Drawing.Size(522, 306);
  972. this.ultraGrid2.TabIndex = 2;
  973. this.ultraGrid2.Text = "ultraGrid2";
  974. this.ultraGrid2.AfterCellActivate += new System.EventHandler(this.ultraGrid2_AfterCellActivate);
  975. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  976. //
  977. // basepriceC
  978. //
  979. this.basepriceC.DataSetName = "NewDataSet";
  980. this.basepriceC.Tables.AddRange(new System.Data.DataTable[] {
  981. this.dataTable2});
  982. //
  983. // dataTable2
  984. //
  985. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  986. this.dataColumn24,
  987. this.dataColumn25,
  988. this.dataColumn26,
  989. this.dataColumn27,
  990. this.dataColumn28,
  991. this.dataColumn29,
  992. this.dataColumn30,
  993. this.dataColumn31,
  994. this.dataColumn32,
  995. this.dataColumn33,
  996. this.dataColumn34,
  997. this.dataColumn35,
  998. this.dataColumn36,
  999. this.dataColumn37,
  1000. this.dataColumn38,
  1001. this.dataColumn39,
  1002. this.dataColumn40});
  1003. this.dataTable2.TableName = "Table1";
  1004. //
  1005. // dataColumn24
  1006. //
  1007. this.dataColumn24.Caption = "主键";
  1008. this.dataColumn24.ColumnName = "id";
  1009. //
  1010. // dataColumn25
  1011. //
  1012. this.dataColumn25.Caption = "版本号";
  1013. this.dataColumn25.ColumnName = "versionNo";
  1014. //
  1015. // dataColumn26
  1016. //
  1017. this.dataColumn26.Caption = "标准号";
  1018. this.dataColumn26.ColumnName = "standId";
  1019. //
  1020. // dataColumn27
  1021. //
  1022. this.dataColumn27.Caption = "品位等级";
  1023. this.dataColumn27.ColumnName = "gradeLevel";
  1024. //
  1025. // dataColumn28
  1026. //
  1027. this.dataColumn28.Caption = "品位等级值";
  1028. this.dataColumn28.ColumnName = "gradeValue";
  1029. //
  1030. // dataColumn29
  1031. //
  1032. this.dataColumn29.Caption = "计价值";
  1033. this.dataColumn29.ColumnName = "priceVal";
  1034. //
  1035. // dataColumn30
  1036. //
  1037. this.dataColumn30.Caption = "备注";
  1038. this.dataColumn30.ColumnName = "remark";
  1039. //
  1040. // dataColumn31
  1041. //
  1042. this.dataColumn31.Caption = "是否有效";
  1043. this.dataColumn31.ColumnName = "validflag";
  1044. //
  1045. // dataColumn32
  1046. //
  1047. this.dataColumn32.Caption = "创建人";
  1048. this.dataColumn32.ColumnName = "createName";
  1049. //
  1050. // dataColumn33
  1051. //
  1052. this.dataColumn33.Caption = "修改人 ";
  1053. this.dataColumn33.ColumnName = "updateName";
  1054. //
  1055. // dataColumn34
  1056. //
  1057. this.dataColumn34.Caption = "创建时间";
  1058. this.dataColumn34.ColumnName = "createTime";
  1059. //
  1060. // dataColumn35
  1061. //
  1062. this.dataColumn35.Caption = "修改时间";
  1063. this.dataColumn35.ColumnName = "updateTime";
  1064. //
  1065. // dataColumn36
  1066. //
  1067. this.dataColumn36.Caption = "废除人";
  1068. this.dataColumn36.ColumnName = "deleteName";
  1069. //
  1070. // dataColumn37
  1071. //
  1072. this.dataColumn37.Caption = "废除时间";
  1073. this.dataColumn37.ColumnName = "deleteTime";
  1074. //
  1075. // dataColumn38
  1076. //
  1077. this.dataColumn38.Caption = "创建人ID";
  1078. this.dataColumn38.ColumnName = "createUserid";
  1079. //
  1080. // dataColumn39
  1081. //
  1082. this.dataColumn39.Caption = "修改人ID";
  1083. this.dataColumn39.ColumnName = "updateUserid";
  1084. //
  1085. // dataColumn40
  1086. //
  1087. this.dataColumn40.Caption = "废除人ID";
  1088. this.dataColumn40.ColumnName = "deleteUserid";
  1089. //
  1090. // ultraExpandableGroupBox1
  1091. //
  1092. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  1093. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  1094. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1235, 185);
  1095. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 330);
  1096. this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  1097. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  1098. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1235, 185);
  1099. this.ultraExpandableGroupBox1.TabIndex = 4;
  1100. this.ultraExpandableGroupBox1.Text = "编辑区域";
  1101. //
  1102. // ultraExpandableGroupBoxPanel1
  1103. //
  1104. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraTabControl1);
  1105. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  1106. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 21);
  1107. this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4);
  1108. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  1109. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1229, 161);
  1110. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  1111. //
  1112. // ultraTabControl1
  1113. //
  1114. this.ultraTabControl1.Controls.Add(this.ultraTabSharedControlsPage1);
  1115. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl1);
  1116. this.ultraTabControl1.Controls.Add(this.ultraTabPageControl2);
  1117. this.ultraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  1118. this.ultraTabControl1.Location = new System.Drawing.Point(0, 0);
  1119. this.ultraTabControl1.Margin = new System.Windows.Forms.Padding(4);
  1120. this.ultraTabControl1.Name = "ultraTabControl1";
  1121. this.ultraTabControl1.SharedControlsPage = this.ultraTabSharedControlsPage1;
  1122. this.ultraTabControl1.Size = new System.Drawing.Size(1229, 161);
  1123. this.ultraTabControl1.TabIndex = 1;
  1124. ultraTab1.TabPage = this.ultraTabPageControl1;
  1125. ultraTab1.Text = "主表";
  1126. ultraTab2.TabPage = this.ultraTabPageControl2;
  1127. ultraTab2.Text = "明细";
  1128. this.ultraTabControl1.Tabs.AddRange(new Infragistics.Win.UltraWinTabControl.UltraTab[] {
  1129. ultraTab1,
  1130. ultraTab2});
  1131. //
  1132. // ultraTabSharedControlsPage1
  1133. //
  1134. this.ultraTabSharedControlsPage1.Location = new System.Drawing.Point(-10000, -10000);
  1135. this.ultraTabSharedControlsPage1.Margin = new System.Windows.Forms.Padding(4);
  1136. this.ultraTabSharedControlsPage1.Name = "ultraTabSharedControlsPage1";
  1137. this.ultraTabSharedControlsPage1.Size = new System.Drawing.Size(1225, 132);
  1138. //
  1139. // ultraPanel2
  1140. //
  1141. //
  1142. // ultraPanel2.ClientArea
  1143. //
  1144. this.ultraPanel2.ClientArea.Controls.Add(this.label2);
  1145. this.ultraPanel2.ClientArea.Controls.Add(this.label1);
  1146. this.ultraPanel2.ClientArea.Controls.Add(this.Qname);
  1147. this.ultraPanel2.ClientArea.Controls.Add(this.QId);
  1148. this.ultraPanel2.Dock = System.Windows.Forms.DockStyle.Top;
  1149. this.ultraPanel2.Location = new System.Drawing.Point(0, 0);
  1150. this.ultraPanel2.Margin = new System.Windows.Forms.Padding(4);
  1151. this.ultraPanel2.Name = "ultraPanel2";
  1152. this.ultraPanel2.Size = new System.Drawing.Size(1235, 35);
  1153. this.ultraPanel2.TabIndex = 6;
  1154. //
  1155. // label2
  1156. //
  1157. this.label2.AutoSize = true;
  1158. this.label2.Location = new System.Drawing.Point(200, 10);
  1159. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1160. this.label2.Name = "label2";
  1161. this.label2.Size = new System.Drawing.Size(37, 15);
  1162. this.label2.TabIndex = 3;
  1163. this.label2.Text = "名称";
  1164. //
  1165. // label1
  1166. //
  1167. this.label1.AutoSize = true;
  1168. this.label1.Location = new System.Drawing.Point(12, 10);
  1169. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  1170. this.label1.Name = "label1";
  1171. this.label1.Size = new System.Drawing.Size(37, 15);
  1172. this.label1.TabIndex = 2;
  1173. this.label1.Text = "编号";
  1174. //
  1175. // Qname
  1176. //
  1177. this.Qname.Location = new System.Drawing.Point(243, 5);
  1178. this.Qname.Margin = new System.Windows.Forms.Padding(4);
  1179. this.Qname.Name = "Qname";
  1180. this.Qname.Size = new System.Drawing.Size(132, 25);
  1181. this.Qname.TabIndex = 1;
  1182. //
  1183. // QId
  1184. //
  1185. this.QId.Location = new System.Drawing.Point(56, 5);
  1186. this.QId.Margin = new System.Windows.Forms.Padding(4);
  1187. this.QId.Name = "QId";
  1188. this.QId.Size = new System.Drawing.Size(132, 25);
  1189. this.QId.TabIndex = 0;
  1190. //
  1191. // FrmPurBasePrice
  1192. //
  1193. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1194. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1195. this.ClientSize = new System.Drawing.Size(1235, 550);
  1196. this.Controls.Add(this.ultraPanel1);
  1197. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  1198. this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  1199. this.Name = "FrmPurBasePrice";
  1200. this.Text = "基价标准维护";
  1201. this.Load += new System.EventHandler(this.FrmPurBasePrice_Load);
  1202. this.ultraTabPageControl1.ResumeLayout(false);
  1203. this.ultraTabPageControl1.PerformLayout();
  1204. ((System.ComponentModel.ISupportInitialize)(this.edtItemAttr)).EndInit();
  1205. ((System.ComponentModel.ISupportInitialize)(this.edtItemAttrId)).EndInit();
  1206. ((System.ComponentModel.ISupportInitialize)(this.edtItemCode)).EndInit();
  1207. ((System.ComponentModel.ISupportInitialize)(this.edtRemark)).EndInit();
  1208. ((System.ComponentModel.ISupportInitialize)(this.edtItemName)).EndInit();
  1209. ((System.ComponentModel.ISupportInitialize)(this.edtName)).EndInit();
  1210. ((System.ComponentModel.ISupportInitialize)(this.edtId)).EndInit();
  1211. this.ultraTabPageControl2.ResumeLayout(false);
  1212. this.ultraTabPageControl2.PerformLayout();
  1213. ((System.ComponentModel.ISupportInitialize)(this.edtGradeLevel)).EndInit();
  1214. ((System.ComponentModel.ISupportInitialize)(this.edtRemarkC)).EndInit();
  1215. ((System.ComponentModel.ISupportInitialize)(this.edtPriceValue)).EndInit();
  1216. ((System.ComponentModel.ISupportInitialize)(this.EdtstandId)).EndInit();
  1217. ((System.ComponentModel.ISupportInitialize)(this.edtVersionNo)).EndInit();
  1218. ((System.ComponentModel.ISupportInitialize)(this.edtIdC)).EndInit();
  1219. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1220. ((System.ComponentModel.ISupportInitialize)(this.basepriceM)).EndInit();
  1221. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1222. this.ultraPanel1.ClientArea.ResumeLayout(false);
  1223. this.ultraPanel1.ResumeLayout(false);
  1224. this.ultraPanel3.ClientArea.ResumeLayout(false);
  1225. this.ultraPanel3.ResumeLayout(false);
  1226. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1227. this.ultraGroupBox1.ResumeLayout(false);
  1228. this.splitContainer1.Panel1.ResumeLayout(false);
  1229. this.splitContainer1.Panel2.ResumeLayout(false);
  1230. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1231. this.splitContainer1.ResumeLayout(false);
  1232. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  1233. ((System.ComponentModel.ISupportInitialize)(this.basepriceC)).EndInit();
  1234. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1235. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1236. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1237. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1238. ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl1)).EndInit();
  1239. this.ultraTabControl1.ResumeLayout(false);
  1240. this.ultraPanel2.ClientArea.ResumeLayout(false);
  1241. this.ultraPanel2.ClientArea.PerformLayout();
  1242. this.ultraPanel2.ResumeLayout(false);
  1243. this.ResumeLayout(false);
  1244. }
  1245. #endregion
  1246. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1247. private Infragistics.Win.Misc.UltraPanel ultraPanel1;
  1248. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1249. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1250. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1251. private Infragistics.Win.Misc.UltraPanel ultraPanel2;
  1252. private System.Windows.Forms.TextBox Qname;
  1253. private System.Windows.Forms.TextBox QId;
  1254. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1255. private Infragistics.Win.Misc.UltraPanel ultraPanel3;
  1256. private System.Windows.Forms.Label label2;
  1257. private System.Windows.Forms.Label label1;
  1258. private System.Data.DataSet basepriceC;
  1259. private System.Data.DataTable dataTable2;
  1260. private System.Data.DataColumn dataColumn24;
  1261. private System.Data.DataColumn dataColumn25;
  1262. private System.Data.DataColumn dataColumn26;
  1263. private System.Data.DataColumn dataColumn27;
  1264. private System.Data.DataColumn dataColumn28;
  1265. private System.Data.DataColumn dataColumn29;
  1266. private System.Data.DataColumn dataColumn30;
  1267. private System.Data.DataColumn dataColumn31;
  1268. private System.Data.DataColumn dataColumn32;
  1269. private System.Data.DataColumn dataColumn33;
  1270. private System.Data.DataColumn dataColumn34;
  1271. private System.Data.DataColumn dataColumn35;
  1272. private System.Data.DataColumn dataColumn36;
  1273. private System.Data.DataColumn dataColumn37;
  1274. private System.Data.DataColumn dataColumn38;
  1275. private System.Data.DataColumn dataColumn39;
  1276. private System.Data.DataColumn dataColumn40;
  1277. private System.Data.DataSet basepriceM;
  1278. private System.Data.DataTable dataTable1;
  1279. private System.Data.DataColumn dataColumn1;
  1280. private System.Data.DataColumn dataColumn2;
  1281. private System.Data.DataColumn dataColumn3;
  1282. private System.Data.DataColumn dataColumn4;
  1283. private System.Data.DataColumn dataColumn5;
  1284. private System.Data.DataColumn dataColumn6;
  1285. private System.Data.DataColumn dataColumn7;
  1286. private System.Data.DataColumn dataColumn8;
  1287. private System.Data.DataColumn dataColumn9;
  1288. private System.Data.DataColumn dataColumn10;
  1289. private System.Data.DataColumn dataColumn11;
  1290. private System.Data.DataColumn dataColumn12;
  1291. private System.Data.DataColumn dataColumn13;
  1292. private System.Data.DataColumn dataColumn14;
  1293. private System.Data.DataColumn dataColumn15;
  1294. private System.Data.DataColumn dataColumn16;
  1295. private System.Data.DataColumn dataColumn17;
  1296. private System.Data.DataColumn dataColumn18;
  1297. private System.Data.DataColumn dataColumn19;
  1298. private System.Data.DataColumn dataColumn20;
  1299. private System.Data.DataColumn dataColumn21;
  1300. private System.Data.DataColumn dataColumn22;
  1301. private System.Data.DataColumn dataColumn23;
  1302. private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl1;
  1303. private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage1;
  1304. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl1;
  1305. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtRemark;
  1306. private System.Windows.Forms.Label label6;
  1307. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtItemName;
  1308. private System.Windows.Forms.Label label5;
  1309. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtName;
  1310. private System.Windows.Forms.Label label4;
  1311. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtId;
  1312. private System.Windows.Forms.Label label3;
  1313. private Infragistics.Win.UltraWinTabControl.UltraTabPageControl ultraTabPageControl2;
  1314. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtRemarkC;
  1315. private System.Windows.Forms.Label label12;
  1316. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtPriceValue;
  1317. private System.Windows.Forms.Label label11;
  1318. private System.Windows.Forms.Label label10;
  1319. private Infragistics.Win.UltraWinEditors.UltraTextEditor EdtstandId;
  1320. private System.Windows.Forms.Label label9;
  1321. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtVersionNo;
  1322. private System.Windows.Forms.Label label8;
  1323. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtIdC;
  1324. private System.Windows.Forms.Label label7;
  1325. private Infragistics.Win.UltraWinEditors.UltraComboEditor edtGradeLevel;
  1326. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtItemCode;
  1327. private System.Windows.Forms.Label label19;
  1328. private System.Windows.Forms.SplitContainer splitContainer1;
  1329. private System.Windows.Forms.Label label13;
  1330. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtItemAttrId;
  1331. private Infragistics.Win.UltraWinEditors.UltraTextEditor edtItemAttr;
  1332. private System.Data.DataColumn dataColumn41;
  1333. private System.Data.DataColumn dataColumn42;
  1334. }
  1335. }