FrmMainTain.designer.cs 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975
  1. namespace Pur.configure
  2. {
  3. partial class FrmMainTain
  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("Table3", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CLASSCODE");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMCODE");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMNAME");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATENAME");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATETIME");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATEUSERID");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATENAME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATETIME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATEUSERID");
  41. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
  54. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
  55. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ATTRNAME");
  56. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ATTRCODE");
  57. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEMCODE");
  58. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  59. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATENAME");
  60. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATETIME");
  61. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATEUSERID");
  62. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATENAME");
  63. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATETIME");
  64. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATEUSERID");
  65. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  66. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
  71. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  72. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  73. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  74. Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
  75. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  76. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  80. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand3 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  82. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CLASSCODE");
  83. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CLASSNAME");
  84. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REMARK");
  85. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATENAME");
  86. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATETIME");
  87. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn28 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATEUSERID");
  88. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn29 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATENAME");
  89. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn30 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATETIME");
  90. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn31 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATEUSERID");
  91. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  92. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  93. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  94. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  95. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  96. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  97. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  98. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  99. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  100. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  101. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  102. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  103. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  104. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  105. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  106. this.dataSet1 = new System.Data.DataSet();
  107. this.dataTable1 = new System.Data.DataTable();
  108. this.dataColumn1 = new System.Data.DataColumn();
  109. this.dataColumn2 = new System.Data.DataColumn();
  110. this.dataColumn3 = new System.Data.DataColumn();
  111. this.dataColumn4 = new System.Data.DataColumn();
  112. this.dataColumn5 = new System.Data.DataColumn();
  113. this.dataColumn6 = new System.Data.DataColumn();
  114. this.dataColumn7 = new System.Data.DataColumn();
  115. this.dataColumn8 = new System.Data.DataColumn();
  116. this.dataColumn9 = new System.Data.DataColumn();
  117. this.dataTable2 = new System.Data.DataTable();
  118. this.dataColumn10 = new System.Data.DataColumn();
  119. this.dataColumn11 = new System.Data.DataColumn();
  120. this.dataColumn12 = new System.Data.DataColumn();
  121. this.dataColumn13 = new System.Data.DataColumn();
  122. this.dataColumn14 = new System.Data.DataColumn();
  123. this.dataColumn15 = new System.Data.DataColumn();
  124. this.dataColumn16 = new System.Data.DataColumn();
  125. this.dataColumn17 = new System.Data.DataColumn();
  126. this.dataColumn18 = new System.Data.DataColumn();
  127. this.dataColumn19 = new System.Data.DataColumn();
  128. this.dataColumn20 = new System.Data.DataColumn();
  129. this.dataTable3 = new System.Data.DataTable();
  130. this.dataColumn21 = new System.Data.DataColumn();
  131. this.dataColumn22 = new System.Data.DataColumn();
  132. this.dataColumn23 = new System.Data.DataColumn();
  133. this.dataColumn24 = new System.Data.DataColumn();
  134. this.dataColumn25 = new System.Data.DataColumn();
  135. this.dataColumn26 = new System.Data.DataColumn();
  136. this.dataColumn27 = new System.Data.DataColumn();
  137. this.dataColumn28 = new System.Data.DataColumn();
  138. this.dataColumn29 = new System.Data.DataColumn();
  139. this.dataColumn30 = new System.Data.DataColumn();
  140. this.dataColumn31 = new System.Data.DataColumn();
  141. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  142. this.ultraGroupBox4 = new Infragistics.Win.Misc.UltraGroupBox();
  143. this.ultraGrid3 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  144. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  145. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  146. this.ultraGroupBox6 = new Infragistics.Win.Misc.UltraGroupBox();
  147. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  148. this.txt_AttrBZ = new System.Windows.Forms.TextBox();
  149. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  150. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  151. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  152. this.textBox3 = new System.Windows.Forms.TextBox();
  153. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  154. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  155. this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
  156. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  157. this.txt_ClassBZ = new System.Windows.Forms.TextBox();
  158. this.ultraButton5 = new Infragistics.Win.Misc.UltraButton();
  159. this.ultraButton6 = new Infragistics.Win.Misc.UltraButton();
  160. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  161. this.textBox1 = new System.Windows.Forms.TextBox();
  162. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  163. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  164. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  165. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).BeginInit();
  166. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  167. this.ultraGroupBox1.SuspendLayout();
  168. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).BeginInit();
  169. this.ultraGroupBox4.SuspendLayout();
  170. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).BeginInit();
  171. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  172. this.ultraGroupBox3.SuspendLayout();
  173. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  174. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).BeginInit();
  175. this.ultraGroupBox6.SuspendLayout();
  176. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  177. this.ultraGroupBox2.SuspendLayout();
  178. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
  180. this.ultraGroupBox5.SuspendLayout();
  181. this.SuspendLayout();
  182. //
  183. // dataSet1
  184. //
  185. this.dataSet1.DataSetName = "NewDataSet";
  186. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  187. this.dataTable1,
  188. this.dataTable2,
  189. this.dataTable3});
  190. //
  191. // dataTable1
  192. //
  193. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  194. this.dataColumn1,
  195. this.dataColumn2,
  196. this.dataColumn3,
  197. this.dataColumn4,
  198. this.dataColumn5,
  199. this.dataColumn6,
  200. this.dataColumn7,
  201. this.dataColumn8,
  202. this.dataColumn9});
  203. this.dataTable1.TableName = "Table1";
  204. //
  205. // dataColumn1
  206. //
  207. this.dataColumn1.Caption = "编码";
  208. this.dataColumn1.ColumnName = "CLASSCODE";
  209. //
  210. // dataColumn2
  211. //
  212. this.dataColumn2.Caption = "名称";
  213. this.dataColumn2.ColumnName = "CLASSNAME";
  214. //
  215. // dataColumn3
  216. //
  217. this.dataColumn3.Caption = "备注";
  218. this.dataColumn3.ColumnName = "REMARK";
  219. //
  220. // dataColumn4
  221. //
  222. this.dataColumn4.Caption = "创建人";
  223. this.dataColumn4.ColumnName = "CREATENAME";
  224. //
  225. // dataColumn5
  226. //
  227. this.dataColumn5.Caption = "创建时间";
  228. this.dataColumn5.ColumnName = "CREATETIME";
  229. //
  230. // dataColumn6
  231. //
  232. this.dataColumn6.Caption = "创建人id";
  233. this.dataColumn6.ColumnName = "CREATEUSERID";
  234. //
  235. // dataColumn7
  236. //
  237. this.dataColumn7.Caption = "修改人";
  238. this.dataColumn7.ColumnName = "UPDATENAME";
  239. //
  240. // dataColumn8
  241. //
  242. this.dataColumn8.Caption = "修改时间";
  243. this.dataColumn8.ColumnName = "UPDATETIME";
  244. //
  245. // dataColumn9
  246. //
  247. this.dataColumn9.Caption = "修改人id";
  248. this.dataColumn9.ColumnName = "UPDATEUSERID";
  249. //
  250. // dataTable2
  251. //
  252. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  253. this.dataColumn10,
  254. this.dataColumn11,
  255. this.dataColumn12,
  256. this.dataColumn13,
  257. this.dataColumn14,
  258. this.dataColumn15,
  259. this.dataColumn16,
  260. this.dataColumn17,
  261. this.dataColumn18,
  262. this.dataColumn19,
  263. this.dataColumn20});
  264. this.dataTable2.TableName = "Table2";
  265. //
  266. // dataColumn10
  267. //
  268. this.dataColumn10.Caption = "主键";
  269. this.dataColumn10.ColumnName = "ID";
  270. //
  271. // dataColumn11
  272. //
  273. this.dataColumn11.Caption = "名称";
  274. this.dataColumn11.ColumnName = "ATTRNAME";
  275. //
  276. // dataColumn12
  277. //
  278. this.dataColumn12.Caption = "编码";
  279. this.dataColumn12.ColumnName = "ATTRCODE";
  280. //
  281. // dataColumn13
  282. //
  283. this.dataColumn13.Caption = "物料编码";
  284. this.dataColumn13.ColumnName = "ITEMCODE";
  285. //
  286. // dataColumn14
  287. //
  288. this.dataColumn14.Caption = "备注";
  289. this.dataColumn14.ColumnName = "REMARK";
  290. //
  291. // dataColumn15
  292. //
  293. this.dataColumn15.Caption = "创建人";
  294. this.dataColumn15.ColumnName = "CREATENAME";
  295. //
  296. // dataColumn16
  297. //
  298. this.dataColumn16.Caption = "创建时间";
  299. this.dataColumn16.ColumnName = "CREATETIME";
  300. //
  301. // dataColumn17
  302. //
  303. this.dataColumn17.Caption = "创建人id";
  304. this.dataColumn17.ColumnName = "CREATEUSERID";
  305. //
  306. // dataColumn18
  307. //
  308. this.dataColumn18.Caption = "修改人";
  309. this.dataColumn18.ColumnName = "UPDATENAME";
  310. //
  311. // dataColumn19
  312. //
  313. this.dataColumn19.Caption = "修改时间";
  314. this.dataColumn19.ColumnName = "UPDATETIME";
  315. //
  316. // dataColumn20
  317. //
  318. this.dataColumn20.Caption = "修改人id";
  319. this.dataColumn20.ColumnName = "UPDATEUSERID";
  320. //
  321. // dataTable3
  322. //
  323. this.dataTable3.Columns.AddRange(new System.Data.DataColumn[] {
  324. this.dataColumn21,
  325. this.dataColumn22,
  326. this.dataColumn23,
  327. this.dataColumn24,
  328. this.dataColumn25,
  329. this.dataColumn26,
  330. this.dataColumn27,
  331. this.dataColumn28,
  332. this.dataColumn29,
  333. this.dataColumn30,
  334. this.dataColumn31});
  335. this.dataTable3.TableName = "Table3";
  336. //
  337. // dataColumn21
  338. //
  339. this.dataColumn21.Caption = "主键";
  340. this.dataColumn21.ColumnName = "ID";
  341. //
  342. // dataColumn22
  343. //
  344. this.dataColumn22.Caption = "类型编码";
  345. this.dataColumn22.ColumnName = "CLASSCODE";
  346. //
  347. // dataColumn23
  348. //
  349. this.dataColumn23.Caption = "物料编码";
  350. this.dataColumn23.ColumnName = "ITEMCODE";
  351. //
  352. // dataColumn24
  353. //
  354. this.dataColumn24.Caption = "物料名称";
  355. this.dataColumn24.ColumnName = "ITEMNAME";
  356. //
  357. // dataColumn25
  358. //
  359. this.dataColumn25.Caption = "备注";
  360. this.dataColumn25.ColumnName = "REMARK";
  361. //
  362. // dataColumn26
  363. //
  364. this.dataColumn26.Caption = "创建人";
  365. this.dataColumn26.ColumnName = "CREATENAME";
  366. //
  367. // dataColumn27
  368. //
  369. this.dataColumn27.Caption = "创建时间";
  370. this.dataColumn27.ColumnName = "CREATETIME";
  371. //
  372. // dataColumn28
  373. //
  374. this.dataColumn28.Caption = "创建人id";
  375. this.dataColumn28.ColumnName = "CREATEUSERID";
  376. //
  377. // dataColumn29
  378. //
  379. this.dataColumn29.Caption = "修改人";
  380. this.dataColumn29.ColumnName = "UPDATENAME";
  381. //
  382. // dataColumn30
  383. //
  384. this.dataColumn30.Caption = "修改时间";
  385. this.dataColumn30.ColumnName = "UPDATETIME";
  386. //
  387. // dataColumn31
  388. //
  389. this.dataColumn31.Caption = "修改人id";
  390. this.dataColumn31.ColumnName = "UPDATEUSERID";
  391. //
  392. // ultraGroupBox1
  393. //
  394. this.ultraGroupBox1.Controls.Add(this.ultraGroupBox4);
  395. this.ultraGroupBox1.Controls.Add(this.ultraGroupBox3);
  396. this.ultraGroupBox1.Controls.Add(this.ultraGroupBox2);
  397. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  398. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  399. this.ultraGroupBox1.Name = "ultraGroupBox1";
  400. this.ultraGroupBox1.Size = new System.Drawing.Size(1016, 463);
  401. this.ultraGroupBox1.TabIndex = 2;
  402. //
  403. // ultraGroupBox4
  404. //
  405. this.ultraGroupBox4.Controls.Add(this.ultraGrid3);
  406. this.ultraGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
  407. this.ultraGroupBox4.Location = new System.Drawing.Point(310, 0);
  408. this.ultraGroupBox4.Name = "ultraGroupBox4";
  409. this.ultraGroupBox4.Size = new System.Drawing.Size(387, 460);
  410. this.ultraGroupBox4.TabIndex = 5;
  411. this.ultraGroupBox4.Text = "物料";
  412. //
  413. // ultraGrid3
  414. //
  415. this.ultraGrid3.DataMember = "Table3";
  416. this.ultraGrid3.DataSource = this.dataSet1;
  417. appearance1.BackColor = System.Drawing.SystemColors.Window;
  418. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  419. this.ultraGrid3.DisplayLayout.Appearance = appearance1;
  420. ultraGridColumn1.Header.VisiblePosition = 0;
  421. ultraGridColumn1.Hidden = true;
  422. ultraGridColumn2.Header.VisiblePosition = 1;
  423. ultraGridColumn2.Hidden = true;
  424. ultraGridColumn3.Header.VisiblePosition = 4;
  425. ultraGridColumn3.Width = 227;
  426. ultraGridColumn4.Header.VisiblePosition = 2;
  427. ultraGridColumn4.Width = 228;
  428. ultraGridColumn5.Header.VisiblePosition = 3;
  429. ultraGridColumn5.Hidden = true;
  430. ultraGridColumn6.Header.VisiblePosition = 5;
  431. ultraGridColumn6.Hidden = true;
  432. ultraGridColumn7.Header.VisiblePosition = 6;
  433. ultraGridColumn7.Hidden = true;
  434. ultraGridColumn8.Header.VisiblePosition = 7;
  435. ultraGridColumn8.Hidden = true;
  436. ultraGridColumn9.Header.VisiblePosition = 8;
  437. ultraGridColumn9.Hidden = true;
  438. ultraGridColumn10.Header.VisiblePosition = 9;
  439. ultraGridColumn10.Hidden = true;
  440. ultraGridColumn11.Header.VisiblePosition = 10;
  441. ultraGridColumn11.Hidden = true;
  442. ultraGridBand1.Columns.AddRange(new object[] {
  443. ultraGridColumn1,
  444. ultraGridColumn2,
  445. ultraGridColumn3,
  446. ultraGridColumn4,
  447. ultraGridColumn5,
  448. ultraGridColumn6,
  449. ultraGridColumn7,
  450. ultraGridColumn8,
  451. ultraGridColumn9,
  452. ultraGridColumn10,
  453. ultraGridColumn11});
  454. this.ultraGrid3.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  455. this.ultraGrid3.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  456. this.ultraGrid3.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  457. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  458. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  459. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  460. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  461. this.ultraGrid3.DisplayLayout.GroupByBox.Appearance = appearance2;
  462. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  463. this.ultraGrid3.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
  464. this.ultraGrid3.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  465. appearance3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  466. appearance3.BackColor2 = System.Drawing.SystemColors.Control;
  467. appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  468. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  469. this.ultraGrid3.DisplayLayout.GroupByBox.PromptAppearance = appearance3;
  470. this.ultraGrid3.DisplayLayout.MaxColScrollRegions = 1;
  471. this.ultraGrid3.DisplayLayout.MaxRowScrollRegions = 1;
  472. appearance7.BackColor = System.Drawing.SystemColors.Window;
  473. appearance7.ForeColor = System.Drawing.SystemColors.ControlText;
  474. this.ultraGrid3.DisplayLayout.Override.ActiveCellAppearance = appearance7;
  475. appearance10.BackColor = System.Drawing.SystemColors.Highlight;
  476. appearance10.ForeColor = System.Drawing.SystemColors.HighlightText;
  477. this.ultraGrid3.DisplayLayout.Override.ActiveRowAppearance = appearance10;
  478. this.ultraGrid3.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  479. this.ultraGrid3.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  480. appearance12.BackColor = System.Drawing.SystemColors.Window;
  481. this.ultraGrid3.DisplayLayout.Override.CardAreaAppearance = appearance12;
  482. appearance8.BorderColor = System.Drawing.Color.Silver;
  483. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  484. this.ultraGrid3.DisplayLayout.Override.CellAppearance = appearance8;
  485. this.ultraGrid3.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  486. this.ultraGrid3.DisplayLayout.Override.CellPadding = 0;
  487. appearance6.BackColor = System.Drawing.SystemColors.Control;
  488. appearance6.BackColor2 = System.Drawing.SystemColors.ControlDark;
  489. appearance6.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  490. appearance6.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  491. appearance6.BorderColor = System.Drawing.SystemColors.Window;
  492. this.ultraGrid3.DisplayLayout.Override.GroupByRowAppearance = appearance6;
  493. appearance5.TextHAlignAsString = "Left";
  494. this.ultraGrid3.DisplayLayout.Override.HeaderAppearance = appearance5;
  495. this.ultraGrid3.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  496. this.ultraGrid3.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  497. appearance11.BackColor = System.Drawing.SystemColors.Window;
  498. appearance11.BorderColor = System.Drawing.Color.Silver;
  499. this.ultraGrid3.DisplayLayout.Override.RowAppearance = appearance11;
  500. this.ultraGrid3.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  501. appearance9.BackColor = System.Drawing.SystemColors.ControlLight;
  502. this.ultraGrid3.DisplayLayout.Override.TemplateAddRowAppearance = appearance9;
  503. this.ultraGrid3.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  504. this.ultraGrid3.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  505. this.ultraGrid3.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  506. this.ultraGrid3.Dock = System.Windows.Forms.DockStyle.Fill;
  507. this.ultraGrid3.Location = new System.Drawing.Point(3, 18);
  508. this.ultraGrid3.Name = "ultraGrid3";
  509. this.ultraGrid3.Size = new System.Drawing.Size(381, 439);
  510. this.ultraGrid3.TabIndex = 2;
  511. this.ultraGrid3.Text = "ultraGrid3";
  512. this.ultraGrid3.AfterRowActivate += new System.EventHandler(this.ultraGrid3_AfterRowActivate);
  513. //
  514. // ultraGroupBox3
  515. //
  516. this.ultraGroupBox3.Controls.Add(this.ultraGrid2);
  517. this.ultraGroupBox3.Controls.Add(this.ultraGroupBox6);
  518. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Right;
  519. this.ultraGroupBox3.Location = new System.Drawing.Point(697, 0);
  520. this.ultraGroupBox3.Name = "ultraGroupBox3";
  521. this.ultraGroupBox3.Size = new System.Drawing.Size(316, 460);
  522. this.ultraGroupBox3.TabIndex = 4;
  523. this.ultraGroupBox3.Text = "物料料型";
  524. //
  525. // ultraGrid2
  526. //
  527. this.ultraGrid2.DataMember = "Table2";
  528. this.ultraGrid2.DataSource = this.dataSet1;
  529. appearance28.BackColor = System.Drawing.SystemColors.Window;
  530. appearance28.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  531. this.ultraGrid2.DisplayLayout.Appearance = appearance28;
  532. ultraGridColumn12.Header.VisiblePosition = 0;
  533. ultraGridColumn12.Hidden = true;
  534. ultraGridColumn13.Header.VisiblePosition = 1;
  535. ultraGridColumn14.Header.VisiblePosition = 2;
  536. ultraGridColumn14.Hidden = true;
  537. ultraGridColumn15.Header.VisiblePosition = 3;
  538. ultraGridColumn15.Hidden = true;
  539. ultraGridColumn16.Header.VisiblePosition = 4;
  540. ultraGridColumn16.Width = 255;
  541. ultraGridColumn17.Header.VisiblePosition = 5;
  542. ultraGridColumn17.Hidden = true;
  543. ultraGridColumn18.Header.VisiblePosition = 6;
  544. ultraGridColumn18.Hidden = true;
  545. ultraGridColumn19.Header.VisiblePosition = 7;
  546. ultraGridColumn19.Hidden = true;
  547. ultraGridColumn20.Header.VisiblePosition = 8;
  548. ultraGridColumn20.Hidden = true;
  549. ultraGridColumn21.Header.VisiblePosition = 9;
  550. ultraGridColumn21.Hidden = true;
  551. ultraGridColumn22.Header.VisiblePosition = 10;
  552. ultraGridColumn22.Hidden = true;
  553. ultraGridBand2.Columns.AddRange(new object[] {
  554. ultraGridColumn12,
  555. ultraGridColumn13,
  556. ultraGridColumn14,
  557. ultraGridColumn15,
  558. ultraGridColumn16,
  559. ultraGridColumn17,
  560. ultraGridColumn18,
  561. ultraGridColumn19,
  562. ultraGridColumn20,
  563. ultraGridColumn21,
  564. ultraGridColumn22});
  565. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  566. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  567. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  568. appearance29.BackColor = System.Drawing.SystemColors.ActiveBorder;
  569. appearance29.BackColor2 = System.Drawing.SystemColors.ControlDark;
  570. appearance29.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  571. appearance29.BorderColor = System.Drawing.SystemColors.Window;
  572. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance29;
  573. appearance31.ForeColor = System.Drawing.SystemColors.GrayText;
  574. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance31;
  575. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  576. appearance30.BackColor = System.Drawing.SystemColors.ControlLightLight;
  577. appearance30.BackColor2 = System.Drawing.SystemColors.Control;
  578. appearance30.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  579. appearance30.ForeColor = System.Drawing.SystemColors.GrayText;
  580. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance30;
  581. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  582. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  583. appearance34.BackColor = System.Drawing.SystemColors.Window;
  584. appearance34.ForeColor = System.Drawing.SystemColors.ControlText;
  585. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance34;
  586. appearance37.BackColor = System.Drawing.SystemColors.Highlight;
  587. appearance37.ForeColor = System.Drawing.SystemColors.HighlightText;
  588. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance37;
  589. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  590. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  591. appearance39.BackColor = System.Drawing.SystemColors.Window;
  592. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance39;
  593. appearance35.BorderColor = System.Drawing.Color.Silver;
  594. appearance35.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  595. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance35;
  596. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  597. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  598. appearance33.BackColor = System.Drawing.SystemColors.Control;
  599. appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark;
  600. appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  601. appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  602. appearance33.BorderColor = System.Drawing.SystemColors.Window;
  603. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance33;
  604. appearance32.TextHAlignAsString = "Left";
  605. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance32;
  606. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  607. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  608. appearance38.BackColor = System.Drawing.SystemColors.Window;
  609. appearance38.BorderColor = System.Drawing.Color.Silver;
  610. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance38;
  611. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  612. appearance36.BackColor = System.Drawing.SystemColors.ControlLight;
  613. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance36;
  614. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  615. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  616. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  617. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  618. this.ultraGrid2.Location = new System.Drawing.Point(3, 92);
  619. this.ultraGrid2.Name = "ultraGrid2";
  620. this.ultraGrid2.Size = new System.Drawing.Size(310, 365);
  621. this.ultraGrid2.TabIndex = 1;
  622. this.ultraGrid2.Text = "ultraGrid2";
  623. this.ultraGrid2.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid2_ClickCell);
  624. //
  625. // ultraGroupBox6
  626. //
  627. this.ultraGroupBox6.Controls.Add(this.ultraLabel4);
  628. this.ultraGroupBox6.Controls.Add(this.txt_AttrBZ);
  629. this.ultraGroupBox6.Controls.Add(this.ultraButton2);
  630. this.ultraGroupBox6.Controls.Add(this.ultraButton1);
  631. this.ultraGroupBox6.Controls.Add(this.ultraLabel2);
  632. this.ultraGroupBox6.Controls.Add(this.textBox3);
  633. this.ultraGroupBox6.Dock = System.Windows.Forms.DockStyle.Top;
  634. this.ultraGroupBox6.Location = new System.Drawing.Point(3, 18);
  635. this.ultraGroupBox6.Name = "ultraGroupBox6";
  636. this.ultraGroupBox6.Size = new System.Drawing.Size(310, 74);
  637. this.ultraGroupBox6.TabIndex = 6;
  638. //
  639. // ultraLabel4
  640. //
  641. appearance15.TextHAlignAsString = "Right";
  642. this.ultraLabel4.Appearance = appearance15;
  643. this.ultraLabel4.Location = new System.Drawing.Point(13, 31);
  644. this.ultraLabel4.Name = "ultraLabel4";
  645. this.ultraLabel4.Size = new System.Drawing.Size(51, 17);
  646. this.ultraLabel4.TabIndex = 22;
  647. this.ultraLabel4.Text = "备注";
  648. //
  649. // txt_AttrBZ
  650. //
  651. this.txt_AttrBZ.Location = new System.Drawing.Point(69, 31);
  652. this.txt_AttrBZ.Multiline = true;
  653. this.txt_AttrBZ.Name = "txt_AttrBZ";
  654. this.txt_AttrBZ.Size = new System.Drawing.Size(179, 36);
  655. this.txt_AttrBZ.TabIndex = 21;
  656. //
  657. // ultraButton2
  658. //
  659. appearance14.TextHAlignAsString = "Center";
  660. appearance14.TextVAlignAsString = "Middle";
  661. this.ultraButton2.Appearance = appearance14;
  662. this.ultraButton2.Location = new System.Drawing.Point(253, 37);
  663. this.ultraButton2.Name = "ultraButton2";
  664. this.ultraButton2.Size = new System.Drawing.Size(53, 25);
  665. this.ultraButton2.TabIndex = 13;
  666. this.ultraButton2.Text = "删除";
  667. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  668. //
  669. // ultraButton1
  670. //
  671. appearance13.TextHAlignAsString = "Center";
  672. appearance13.TextVAlignAsString = "Middle";
  673. this.ultraButton1.Appearance = appearance13;
  674. this.ultraButton1.Location = new System.Drawing.Point(253, 6);
  675. this.ultraButton1.Name = "ultraButton1";
  676. this.ultraButton1.Size = new System.Drawing.Size(53, 25);
  677. this.ultraButton1.TabIndex = 12;
  678. this.ultraButton1.Text = "添加";
  679. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  680. //
  681. // ultraLabel2
  682. //
  683. appearance40.TextHAlignAsString = "Right";
  684. this.ultraLabel2.Appearance = appearance40;
  685. this.ultraLabel2.Location = new System.Drawing.Point(8, 10);
  686. this.ultraLabel2.Name = "ultraLabel2";
  687. this.ultraLabel2.Size = new System.Drawing.Size(56, 18);
  688. this.ultraLabel2.TabIndex = 11;
  689. this.ultraLabel2.Text = "名称";
  690. //
  691. // textBox3
  692. //
  693. this.textBox3.Location = new System.Drawing.Point(69, 7);
  694. this.textBox3.Name = "textBox3";
  695. this.textBox3.Size = new System.Drawing.Size(179, 21);
  696. this.textBox3.TabIndex = 8;
  697. //
  698. // ultraGroupBox2
  699. //
  700. this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
  701. this.ultraGroupBox2.Controls.Add(this.ultraGroupBox5);
  702. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Left;
  703. this.ultraGroupBox2.Location = new System.Drawing.Point(3, 0);
  704. this.ultraGroupBox2.Name = "ultraGroupBox2";
  705. this.ultraGroupBox2.Size = new System.Drawing.Size(307, 460);
  706. this.ultraGroupBox2.TabIndex = 3;
  707. this.ultraGroupBox2.Text = "料型组";
  708. //
  709. // ultraGrid1
  710. //
  711. this.ultraGrid1.DataMember = "Table1";
  712. this.ultraGrid1.DataSource = this.dataSet1;
  713. appearance16.BackColor = System.Drawing.SystemColors.Window;
  714. appearance16.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  715. this.ultraGrid1.DisplayLayout.Appearance = appearance16;
  716. ultraGridColumn23.Header.VisiblePosition = 0;
  717. ultraGridColumn23.Hidden = true;
  718. ultraGridColumn24.Header.VisiblePosition = 1;
  719. ultraGridColumn25.Header.VisiblePosition = 2;
  720. ultraGridColumn25.Width = 250;
  721. ultraGridColumn26.Header.VisiblePosition = 3;
  722. ultraGridColumn26.Hidden = true;
  723. ultraGridColumn27.Header.VisiblePosition = 4;
  724. ultraGridColumn27.Hidden = true;
  725. ultraGridColumn28.Header.VisiblePosition = 5;
  726. ultraGridColumn28.Hidden = true;
  727. ultraGridColumn29.Header.VisiblePosition = 6;
  728. ultraGridColumn29.Hidden = true;
  729. ultraGridColumn30.Header.VisiblePosition = 7;
  730. ultraGridColumn30.Hidden = true;
  731. ultraGridColumn31.Header.VisiblePosition = 8;
  732. ultraGridColumn31.Hidden = true;
  733. ultraGridBand3.Columns.AddRange(new object[] {
  734. ultraGridColumn23,
  735. ultraGridColumn24,
  736. ultraGridColumn25,
  737. ultraGridColumn26,
  738. ultraGridColumn27,
  739. ultraGridColumn28,
  740. ultraGridColumn29,
  741. ultraGridColumn30,
  742. ultraGridColumn31});
  743. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand3);
  744. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  745. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  746. appearance17.BackColor = System.Drawing.SystemColors.ActiveBorder;
  747. appearance17.BackColor2 = System.Drawing.SystemColors.ControlDark;
  748. appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  749. appearance17.BorderColor = System.Drawing.SystemColors.Window;
  750. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance17;
  751. appearance19.ForeColor = System.Drawing.SystemColors.GrayText;
  752. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance19;
  753. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  754. appearance18.BackColor = System.Drawing.SystemColors.ControlLightLight;
  755. appearance18.BackColor2 = System.Drawing.SystemColors.Control;
  756. appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  757. appearance18.ForeColor = System.Drawing.SystemColors.GrayText;
  758. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance18;
  759. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  760. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  761. appearance22.BackColor = System.Drawing.SystemColors.Window;
  762. appearance22.ForeColor = System.Drawing.SystemColors.ControlText;
  763. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance22;
  764. appearance25.BackColor = System.Drawing.SystemColors.Highlight;
  765. appearance25.ForeColor = System.Drawing.SystemColors.HighlightText;
  766. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance25;
  767. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  768. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  769. appearance27.BackColor = System.Drawing.SystemColors.Window;
  770. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance27;
  771. appearance23.BorderColor = System.Drawing.Color.Silver;
  772. appearance23.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  773. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance23;
  774. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  775. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  776. appearance21.BackColor = System.Drawing.SystemColors.Control;
  777. appearance21.BackColor2 = System.Drawing.SystemColors.ControlDark;
  778. appearance21.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  779. appearance21.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  780. appearance21.BorderColor = System.Drawing.SystemColors.Window;
  781. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance21;
  782. appearance20.TextHAlignAsString = "Left";
  783. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance20;
  784. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  785. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  786. appearance26.BackColor = System.Drawing.SystemColors.Window;
  787. appearance26.BorderColor = System.Drawing.Color.Silver;
  788. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance26;
  789. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  790. appearance24.BackColor = System.Drawing.SystemColors.ControlLight;
  791. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance24;
  792. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  793. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  794. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  795. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  796. this.ultraGrid1.Location = new System.Drawing.Point(3, 92);
  797. this.ultraGrid1.Name = "ultraGrid1";
  798. this.ultraGrid1.Size = new System.Drawing.Size(301, 365);
  799. this.ultraGrid1.TabIndex = 0;
  800. this.ultraGrid1.Text = "ultraGrid1";
  801. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  802. this.ultraGrid1.ClickCell += new Infragistics.Win.UltraWinGrid.ClickCellEventHandler(this.ultraGrid1_ClickCell);
  803. //
  804. // ultraGroupBox5
  805. //
  806. this.ultraGroupBox5.Controls.Add(this.ultraLabel3);
  807. this.ultraGroupBox5.Controls.Add(this.txt_ClassBZ);
  808. this.ultraGroupBox5.Controls.Add(this.ultraButton5);
  809. this.ultraGroupBox5.Controls.Add(this.ultraButton6);
  810. this.ultraGroupBox5.Controls.Add(this.ultraLabel1);
  811. this.ultraGroupBox5.Controls.Add(this.textBox1);
  812. this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Top;
  813. this.ultraGroupBox5.Location = new System.Drawing.Point(3, 18);
  814. this.ultraGroupBox5.Name = "ultraGroupBox5";
  815. this.ultraGroupBox5.Size = new System.Drawing.Size(301, 74);
  816. this.ultraGroupBox5.TabIndex = 5;
  817. //
  818. // ultraLabel3
  819. //
  820. appearance43.TextHAlignAsString = "Right";
  821. this.ultraLabel3.Appearance = appearance43;
  822. this.ultraLabel3.Location = new System.Drawing.Point(3, 34);
  823. this.ultraLabel3.Name = "ultraLabel3";
  824. this.ultraLabel3.Size = new System.Drawing.Size(51, 17);
  825. this.ultraLabel3.TabIndex = 20;
  826. this.ultraLabel3.Text = "备注";
  827. //
  828. // txt_ClassBZ
  829. //
  830. this.txt_ClassBZ.Location = new System.Drawing.Point(61, 34);
  831. this.txt_ClassBZ.Multiline = true;
  832. this.txt_ClassBZ.Name = "txt_ClassBZ";
  833. this.txt_ClassBZ.Size = new System.Drawing.Size(173, 36);
  834. this.txt_ClassBZ.TabIndex = 19;
  835. //
  836. // ultraButton5
  837. //
  838. appearance41.TextHAlignAsString = "Center";
  839. appearance41.TextVAlignAsString = "Middle";
  840. this.ultraButton5.Appearance = appearance41;
  841. this.ultraButton5.Location = new System.Drawing.Point(238, 41);
  842. this.ultraButton5.Name = "ultraButton5";
  843. this.ultraButton5.Size = new System.Drawing.Size(58, 27);
  844. this.ultraButton5.TabIndex = 18;
  845. this.ultraButton5.Text = "删除";
  846. this.ultraButton5.Click += new System.EventHandler(this.ultraButton5_Click);
  847. //
  848. // ultraButton6
  849. //
  850. appearance42.TextHAlignAsString = "Center";
  851. appearance42.TextVAlignAsString = "Middle";
  852. this.ultraButton6.Appearance = appearance42;
  853. this.ultraButton6.Location = new System.Drawing.Point(238, 11);
  854. this.ultraButton6.Name = "ultraButton6";
  855. this.ultraButton6.Size = new System.Drawing.Size(58, 27);
  856. this.ultraButton6.TabIndex = 17;
  857. this.ultraButton6.Text = "添加";
  858. this.ultraButton6.Click += new System.EventHandler(this.ultraButton6_Click);
  859. //
  860. // ultraLabel1
  861. //
  862. appearance44.TextHAlignAsString = "Right";
  863. this.ultraLabel1.Appearance = appearance44;
  864. this.ultraLabel1.Location = new System.Drawing.Point(3, 14);
  865. this.ultraLabel1.Name = "ultraLabel1";
  866. this.ultraLabel1.Size = new System.Drawing.Size(51, 17);
  867. this.ultraLabel1.TabIndex = 16;
  868. this.ultraLabel1.Text = "料型名";
  869. //
  870. // textBox1
  871. //
  872. this.textBox1.Location = new System.Drawing.Point(61, 11);
  873. this.textBox1.Name = "textBox1";
  874. this.textBox1.Size = new System.Drawing.Size(173, 21);
  875. this.textBox1.TabIndex = 15;
  876. //
  877. // FrmMainTain
  878. //
  879. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  880. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  881. this.ClientSize = new System.Drawing.Size(1016, 463);
  882. this.Controls.Add(this.ultraGroupBox1);
  883. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  884. this.Name = "FrmMainTain";
  885. this.Text = "FrmMainTain";
  886. this.Load += new System.EventHandler(this.FrmMainTain_Load);
  887. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  888. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  889. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  890. ((System.ComponentModel.ISupportInitialize)(this.dataTable3)).EndInit();
  891. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  892. this.ultraGroupBox1.ResumeLayout(false);
  893. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox4)).EndInit();
  894. this.ultraGroupBox4.ResumeLayout(false);
  895. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid3)).EndInit();
  896. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  897. this.ultraGroupBox3.ResumeLayout(false);
  898. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  899. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox6)).EndInit();
  900. this.ultraGroupBox6.ResumeLayout(false);
  901. this.ultraGroupBox6.PerformLayout();
  902. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  903. this.ultraGroupBox2.ResumeLayout(false);
  904. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  905. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
  906. this.ultraGroupBox5.ResumeLayout(false);
  907. this.ultraGroupBox5.PerformLayout();
  908. this.ResumeLayout(false);
  909. }
  910. #endregion
  911. private System.Data.DataSet dataSet1;
  912. private System.Data.DataTable dataTable1;
  913. private System.Data.DataColumn dataColumn1;
  914. private System.Data.DataColumn dataColumn2;
  915. private System.Data.DataColumn dataColumn3;
  916. private System.Data.DataColumn dataColumn4;
  917. private System.Data.DataColumn dataColumn5;
  918. private System.Data.DataColumn dataColumn6;
  919. private System.Data.DataColumn dataColumn7;
  920. private System.Data.DataColumn dataColumn8;
  921. private System.Data.DataColumn dataColumn9;
  922. private System.Data.DataTable dataTable2;
  923. private System.Data.DataColumn dataColumn10;
  924. private System.Data.DataColumn dataColumn11;
  925. private System.Data.DataColumn dataColumn12;
  926. private System.Data.DataColumn dataColumn13;
  927. private System.Data.DataColumn dataColumn14;
  928. private System.Data.DataColumn dataColumn15;
  929. private System.Data.DataColumn dataColumn16;
  930. private System.Data.DataColumn dataColumn17;
  931. private System.Data.DataColumn dataColumn18;
  932. private System.Data.DataColumn dataColumn19;
  933. private System.Data.DataColumn dataColumn20;
  934. private System.Data.DataTable dataTable3;
  935. private System.Data.DataColumn dataColumn21;
  936. private System.Data.DataColumn dataColumn22;
  937. private System.Data.DataColumn dataColumn23;
  938. private System.Data.DataColumn dataColumn24;
  939. private System.Data.DataColumn dataColumn25;
  940. private System.Data.DataColumn dataColumn26;
  941. private System.Data.DataColumn dataColumn27;
  942. private System.Data.DataColumn dataColumn28;
  943. private System.Data.DataColumn dataColumn29;
  944. private System.Data.DataColumn dataColumn30;
  945. private System.Data.DataColumn dataColumn31;
  946. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  947. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid3;
  948. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  949. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  950. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox4;
  951. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  952. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox6;
  953. private Infragistics.Win.Misc.UltraButton ultraButton2;
  954. private Infragistics.Win.Misc.UltraButton ultraButton1;
  955. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  956. private System.Windows.Forms.TextBox textBox3;
  957. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  958. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
  959. private Infragistics.Win.Misc.UltraButton ultraButton5;
  960. private Infragistics.Win.Misc.UltraButton ultraButton6;
  961. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  962. private System.Windows.Forms.TextBox textBox1;
  963. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  964. private System.Windows.Forms.TextBox txt_AttrBZ;
  965. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  966. private System.Windows.Forms.TextBox txt_ClassBZ;
  967. }
  968. }