FrmProductName.Designer.cs 72 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class FrmProductName
  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 appearance13 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUCCODE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUCNAME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUC_STYLE");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUC_DESC");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HAVEJG");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAGNAME");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HAVEJGCODE");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUC_JX");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUC_ENG");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn18 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUC_TYPE");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn19 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HAVEJG2_DESC");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn20 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUC_HEAD");
  50. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn21 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUC_HEAD_CODE");
  51. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn22 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
  52. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  62. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  65. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  66. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  67. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  68. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  69. Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
  70. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand2 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table2", -1);
  71. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn23 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUCCODE");
  72. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn24 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PRODUCNAME");
  73. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn25 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MODEL_CODE");
  74. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn26 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MODEL_DESC");
  75. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn27 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHK");
  76. Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
  77. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  78. Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
  79. Infragistics.Win.Appearance appearance45 = new Infragistics.Win.Appearance();
  80. Infragistics.Win.Appearance appearance46 = new Infragistics.Win.Appearance();
  81. Infragistics.Win.Appearance appearance47 = new Infragistics.Win.Appearance();
  82. Infragistics.Win.Appearance appearance48 = new Infragistics.Win.Appearance();
  83. Infragistics.Win.Appearance appearance49 = new Infragistics.Win.Appearance();
  84. Infragistics.Win.Appearance appearance50 = new Infragistics.Win.Appearance();
  85. Infragistics.Win.Appearance appearance51 = new Infragistics.Win.Appearance();
  86. Infragistics.Win.Appearance appearance52 = new Infragistics.Win.Appearance();
  87. this.dataSet2 = new System.Data.DataSet();
  88. this.dataTable1 = new System.Data.DataTable();
  89. this.dataColumn1 = new System.Data.DataColumn();
  90. this.dataColumn2 = new System.Data.DataColumn();
  91. this.dataColumn3 = new System.Data.DataColumn();
  92. this.dataColumn4 = new System.Data.DataColumn();
  93. this.dataColumn5 = new System.Data.DataColumn();
  94. this.dataColumn6 = new System.Data.DataColumn();
  95. this.dataColumn7 = new System.Data.DataColumn();
  96. this.dataColumn8 = new System.Data.DataColumn();
  97. this.dataColumn9 = new System.Data.DataColumn();
  98. this.dataColumn10 = new System.Data.DataColumn();
  99. this.dataColumn11 = new System.Data.DataColumn();
  100. this.dataColumn12 = new System.Data.DataColumn();
  101. this.dataColumn0 = new System.Data.DataColumn();
  102. this.dataColumn13 = new System.Data.DataColumn();
  103. this.dataColumn14 = new System.Data.DataColumn();
  104. this.dataColumn15 = new System.Data.DataColumn();
  105. this.dataColumn16 = new System.Data.DataColumn();
  106. this.dataColumn17 = new System.Data.DataColumn();
  107. this.dataColumn18 = new System.Data.DataColumn();
  108. this.dataColumn19 = new System.Data.DataColumn();
  109. this.dataColumn20 = new System.Data.DataColumn();
  110. this.dataColumn26 = new System.Data.DataColumn();
  111. this.dataTable2 = new System.Data.DataTable();
  112. this.dataColumn21 = new System.Data.DataColumn();
  113. this.dataColumn22 = new System.Data.DataColumn();
  114. this.dataColumn23 = new System.Data.DataColumn();
  115. this.dataColumn24 = new System.Data.DataColumn();
  116. this.dataColumn25 = new System.Data.DataColumn();
  117. this.FrmBase_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
  118. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
  119. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  120. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  121. this.panel2 = new System.Windows.Forms.Panel();
  122. this.chkValid = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  123. this.txtTitleName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  124. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  125. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  126. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  127. this.cmbProBigType = new Core.Mes.Client.Comm.Control.LabelComboBox();
  128. this.cmbPType = new Core.Mes.Client.Comm.Control.LabelComboBox();
  129. this.cmbProductType = new Core.Mes.Client.Comm.Control.LabelComboBox();
  130. this.txtProductEng = new System.Windows.Forms.TextBox();
  131. this.label2 = new System.Windows.Forms.Label();
  132. this.txtProductJX = new System.Windows.Forms.TextBox();
  133. this.label1 = new System.Windows.Forms.Label();
  134. this.cmbIsP = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  135. this.ultraLabel7 = new Infragistics.Win.Misc.UltraLabel();
  136. this.txtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  137. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  138. this.txtName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  139. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  140. this.ultraExpandableGroupBox2 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  141. this.ultraExpandableGroupBoxPanel2 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  142. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  143. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  144. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  145. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  146. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  147. this.FrmBase_Fill_Panel_Fill_Panel.SuspendLayout();
  148. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.SuspendLayout();
  149. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  150. this.splitContainer1.Panel1.SuspendLayout();
  151. this.splitContainer1.Panel2.SuspendLayout();
  152. this.splitContainer1.SuspendLayout();
  153. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  154. this.panel2.SuspendLayout();
  155. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.txtTitleName)).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  158. this.ultraExpandableGroupBox1.SuspendLayout();
  159. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  160. ((System.ComponentModel.ISupportInitialize)(this.cmbProBigType.ComboBox)).BeginInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.cmbPType.ComboBox)).BeginInit();
  162. ((System.ComponentModel.ISupportInitialize)(this.cmbProductType.ComboBox)).BeginInit();
  163. ((System.ComponentModel.ISupportInitialize)(this.cmbIsP)).BeginInit();
  164. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).BeginInit();
  165. ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
  166. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).BeginInit();
  167. this.ultraExpandableGroupBox2.SuspendLayout();
  168. this.ultraExpandableGroupBoxPanel2.SuspendLayout();
  169. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  170. this.FrmBase_Fill_Panel.SuspendLayout();
  171. this.SuspendLayout();
  172. //
  173. // dataSet2
  174. //
  175. this.dataSet2.DataSetName = "NewDataSet";
  176. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  177. this.dataTable1,
  178. this.dataTable2});
  179. //
  180. // dataTable1
  181. //
  182. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  183. this.dataColumn1,
  184. this.dataColumn2,
  185. this.dataColumn3,
  186. this.dataColumn4,
  187. this.dataColumn5,
  188. this.dataColumn6,
  189. this.dataColumn7,
  190. this.dataColumn8,
  191. this.dataColumn9,
  192. this.dataColumn10,
  193. this.dataColumn11,
  194. this.dataColumn12,
  195. this.dataColumn0,
  196. this.dataColumn13,
  197. this.dataColumn14,
  198. this.dataColumn15,
  199. this.dataColumn16,
  200. this.dataColumn17,
  201. this.dataColumn18,
  202. this.dataColumn19,
  203. this.dataColumn20,
  204. this.dataColumn26});
  205. this.dataTable1.TableName = "Table1";
  206. //
  207. // dataColumn1
  208. //
  209. this.dataColumn1.Caption = "品名代码";
  210. this.dataColumn1.ColumnName = "PRODUCCODE";
  211. //
  212. // dataColumn2
  213. //
  214. this.dataColumn2.Caption = "品名描述";
  215. this.dataColumn2.ColumnName = "PRODUCNAME";
  216. //
  217. // dataColumn3
  218. //
  219. this.dataColumn3.Caption = "品种大类代码";
  220. this.dataColumn3.ColumnName = "PRODUC_STYLE";
  221. //
  222. // dataColumn4
  223. //
  224. this.dataColumn4.Caption = "销售分类";
  225. this.dataColumn4.ColumnName = "PRODUC_DESC";
  226. //
  227. // dataColumn5
  228. //
  229. this.dataColumn5.Caption = "创建人";
  230. this.dataColumn5.ColumnName = "CREATE_NAME";
  231. //
  232. // dataColumn6
  233. //
  234. this.dataColumn6.Caption = "创建时间";
  235. this.dataColumn6.ColumnName = "CREATE_TIME";
  236. //
  237. // dataColumn7
  238. //
  239. this.dataColumn7.Caption = "修改人";
  240. this.dataColumn7.ColumnName = "UPDATE_NAME";
  241. //
  242. // dataColumn8
  243. //
  244. this.dataColumn8.Caption = "修改时间";
  245. this.dataColumn8.ColumnName = "UPDATE_TIME";
  246. //
  247. // dataColumn9
  248. //
  249. this.dataColumn9.Caption = "作废人";
  250. this.dataColumn9.ColumnName = "DELETE_NAME";
  251. //
  252. // dataColumn10
  253. //
  254. this.dataColumn10.Caption = "作废时间";
  255. this.dataColumn10.ColumnName = "DELETE_TIME";
  256. //
  257. // dataColumn11
  258. //
  259. this.dataColumn11.Caption = "有效标识";
  260. this.dataColumn11.ColumnMapping = System.Data.MappingType.Hidden;
  261. this.dataColumn11.ColumnName = "VALIDFLAG";
  262. //
  263. // dataColumn12
  264. //
  265. this.dataColumn12.Caption = "备注";
  266. this.dataColumn12.ColumnName = "MEMO";
  267. //
  268. // dataColumn0
  269. //
  270. this.dataColumn0.Caption = "是否配接箍";
  271. this.dataColumn0.ColumnName = "HAVEJG";
  272. //
  273. // dataColumn13
  274. //
  275. this.dataColumn13.Caption = "有效标识";
  276. this.dataColumn13.ColumnName = "VALIDFLAGNAME";
  277. //
  278. // dataColumn14
  279. //
  280. this.dataColumn14.Caption = "是否配接箍编码";
  281. this.dataColumn14.ColumnName = "HAVEJGCODE";
  282. //
  283. // dataColumn15
  284. //
  285. this.dataColumn15.Caption = "品名简称";
  286. this.dataColumn15.ColumnName = "PRODUC_JX";
  287. //
  288. // dataColumn16
  289. //
  290. this.dataColumn16.Caption = "品名英文";
  291. this.dataColumn16.ColumnName = "PRODUC_ENG";
  292. //
  293. // dataColumn17
  294. //
  295. this.dataColumn17.Caption = "品名类型";
  296. this.dataColumn17.ColumnName = "PRODUC_TYPE";
  297. //
  298. // dataColumn18
  299. //
  300. this.dataColumn18.Caption = "品名类型";
  301. this.dataColumn18.ColumnName = "HAVEJG2_DESC";
  302. //
  303. // dataColumn19
  304. //
  305. this.dataColumn19.Caption = "产品大类";
  306. this.dataColumn19.ColumnName = "PRODUC_HEAD";
  307. //
  308. // dataColumn20
  309. //
  310. this.dataColumn20.Caption = "产品大类代码";
  311. this.dataColumn20.ColumnName = "PRODUC_HEAD_CODE";
  312. //
  313. // dataColumn26
  314. //
  315. this.dataColumn26.Caption = "选择";
  316. this.dataColumn26.ColumnName = "CHK";
  317. this.dataColumn26.DataType = typeof(bool);
  318. //
  319. // dataTable2
  320. //
  321. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  322. this.dataColumn21,
  323. this.dataColumn22,
  324. this.dataColumn23,
  325. this.dataColumn24,
  326. this.dataColumn25});
  327. this.dataTable2.TableName = "Table2";
  328. //
  329. // dataColumn21
  330. //
  331. this.dataColumn21.Caption = "品名代码";
  332. this.dataColumn21.ColumnName = "PRODUCCODE";
  333. //
  334. // dataColumn22
  335. //
  336. this.dataColumn22.Caption = "品名描述";
  337. this.dataColumn22.ColumnName = "PRODUCNAME";
  338. //
  339. // dataColumn23
  340. //
  341. this.dataColumn23.Caption = "扣型代码";
  342. this.dataColumn23.ColumnName = "MODEL_CODE";
  343. //
  344. // dataColumn24
  345. //
  346. this.dataColumn24.Caption = "扣型描述";
  347. this.dataColumn24.ColumnName = "MODEL_DESC";
  348. //
  349. // dataColumn25
  350. //
  351. this.dataColumn25.Caption = "选择";
  352. this.dataColumn25.ColumnName = "CHK";
  353. //
  354. // FrmBase_Fill_Panel_Fill_Panel
  355. //
  356. this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel);
  357. this.FrmBase_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  358. this.FrmBase_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  359. this.FrmBase_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  360. this.FrmBase_Fill_Panel_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  361. this.FrmBase_Fill_Panel_Fill_Panel.Name = "FrmBase_Fill_Panel_Fill_Panel";
  362. this.FrmBase_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(1437, 566);
  363. this.FrmBase_Fill_Panel_Fill_Panel.TabIndex = 0;
  364. //
  365. // FrmBase_Fill_Panel_Fill_Panel_Fill_Panel
  366. //
  367. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Controls.Add(this.splitContainer1);
  368. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  369. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  370. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  371. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  372. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Name = "FrmBase_Fill_Panel_Fill_Panel_Fill_Panel";
  373. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(1437, 566);
  374. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.TabIndex = 0;
  375. //
  376. // splitContainer1
  377. //
  378. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  379. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  380. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  381. this.splitContainer1.Margin = new System.Windows.Forms.Padding(4);
  382. this.splitContainer1.Name = "splitContainer1";
  383. //
  384. // splitContainer1.Panel1
  385. //
  386. this.splitContainer1.Panel1.Controls.Add(this.ultraGrid2);
  387. this.splitContainer1.Panel1.Controls.Add(this.panel2);
  388. this.splitContainer1.Panel1.Controls.Add(this.ultraExpandableGroupBox1);
  389. //
  390. // splitContainer1.Panel2
  391. //
  392. this.splitContainer1.Panel2.Controls.Add(this.ultraExpandableGroupBox2);
  393. this.splitContainer1.Size = new System.Drawing.Size(1437, 566);
  394. this.splitContainer1.SplitterDistance = 1142;
  395. this.splitContainer1.SplitterWidth = 5;
  396. this.splitContainer1.TabIndex = 28;
  397. //
  398. // ultraGrid2
  399. //
  400. this.ultraGrid2.DataMember = "Table1";
  401. this.ultraGrid2.DataSource = this.dataSet2;
  402. appearance13.BackColor = System.Drawing.SystemColors.Window;
  403. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  404. this.ultraGrid2.DisplayLayout.Appearance = appearance13;
  405. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  406. ultraGridColumn1.Header.VisiblePosition = 0;
  407. ultraGridColumn1.Hidden = true;
  408. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  409. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  410. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 1;
  411. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 1;
  412. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  413. ultraGridColumn2.Header.VisiblePosition = 1;
  414. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 1;
  415. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  416. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 1;
  417. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 1;
  418. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  419. ultraGridColumn3.Header.VisiblePosition = 2;
  420. ultraGridColumn3.Hidden = true;
  421. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  422. ultraGridColumn4.Header.VisiblePosition = 3;
  423. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
  424. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  425. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 1;
  426. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 1;
  427. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  428. ultraGridColumn5.Header.VisiblePosition = 5;
  429. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 10;
  430. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  431. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 1;
  432. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 1;
  433. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  434. ultraGridColumn6.Header.VisiblePosition = 6;
  435. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 9;
  436. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  437. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 1;
  438. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 1;
  439. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  440. ultraGridColumn7.Header.VisiblePosition = 7;
  441. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 12;
  442. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  443. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 1;
  444. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 1;
  445. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  446. ultraGridColumn8.Header.VisiblePosition = 8;
  447. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 11;
  448. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  449. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 1;
  450. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 1;
  451. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  452. ultraGridColumn9.Header.VisiblePosition = 9;
  453. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 14;
  454. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  455. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 1;
  456. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 1;
  457. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  458. ultraGridColumn10.Header.VisiblePosition = 10;
  459. ultraGridColumn10.RowLayoutColumnInfo.OriginX = 13;
  460. ultraGridColumn10.RowLayoutColumnInfo.OriginY = 0;
  461. ultraGridColumn10.RowLayoutColumnInfo.SpanX = 1;
  462. ultraGridColumn10.RowLayoutColumnInfo.SpanY = 1;
  463. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  464. ultraGridColumn11.Header.VisiblePosition = 11;
  465. ultraGridColumn11.Hidden = true;
  466. ultraGridColumn12.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  467. ultraGridColumn12.Header.VisiblePosition = 13;
  468. ultraGridColumn12.RowLayoutColumnInfo.OriginX = 8;
  469. ultraGridColumn12.RowLayoutColumnInfo.OriginY = 0;
  470. ultraGridColumn12.RowLayoutColumnInfo.SpanX = 1;
  471. ultraGridColumn12.RowLayoutColumnInfo.SpanY = 1;
  472. ultraGridColumn13.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  473. ultraGridColumn13.Header.VisiblePosition = 4;
  474. ultraGridColumn13.Hidden = true;
  475. ultraGridColumn13.RowLayoutColumnInfo.OriginX = 8;
  476. ultraGridColumn13.RowLayoutColumnInfo.OriginY = 0;
  477. ultraGridColumn13.RowLayoutColumnInfo.SpanX = 1;
  478. ultraGridColumn13.RowLayoutColumnInfo.SpanY = 1;
  479. ultraGridColumn14.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  480. ultraGridColumn14.Header.VisiblePosition = 12;
  481. ultraGridColumn14.RowLayoutColumnInfo.OriginX = 7;
  482. ultraGridColumn14.RowLayoutColumnInfo.OriginY = 0;
  483. ultraGridColumn14.RowLayoutColumnInfo.SpanX = 1;
  484. ultraGridColumn14.RowLayoutColumnInfo.SpanY = 1;
  485. ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  486. ultraGridColumn15.Header.VisiblePosition = 14;
  487. ultraGridColumn15.Hidden = true;
  488. ultraGridColumn16.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  489. ultraGridColumn16.Header.VisiblePosition = 15;
  490. ultraGridColumn16.RowLayoutColumnInfo.OriginX = 2;
  491. ultraGridColumn16.RowLayoutColumnInfo.OriginY = 0;
  492. ultraGridColumn16.RowLayoutColumnInfo.SpanX = 1;
  493. ultraGridColumn16.RowLayoutColumnInfo.SpanY = 1;
  494. ultraGridColumn17.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  495. ultraGridColumn17.Header.VisiblePosition = 16;
  496. ultraGridColumn17.RowLayoutColumnInfo.OriginX = 3;
  497. ultraGridColumn17.RowLayoutColumnInfo.OriginY = 0;
  498. ultraGridColumn17.RowLayoutColumnInfo.SpanX = 1;
  499. ultraGridColumn17.RowLayoutColumnInfo.SpanY = 1;
  500. ultraGridColumn18.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  501. ultraGridColumn18.Header.VisiblePosition = 17;
  502. ultraGridColumn18.RowLayoutColumnInfo.OriginX = 4;
  503. ultraGridColumn18.RowLayoutColumnInfo.OriginY = 0;
  504. ultraGridColumn18.RowLayoutColumnInfo.SpanX = 2;
  505. ultraGridColumn18.RowLayoutColumnInfo.SpanY = 2;
  506. ultraGridColumn19.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  507. ultraGridColumn19.Header.VisiblePosition = 18;
  508. ultraGridColumn19.RowLayoutColumnInfo.OriginX = 4;
  509. ultraGridColumn19.RowLayoutColumnInfo.OriginY = 0;
  510. ultraGridColumn19.RowLayoutColumnInfo.SpanX = 1;
  511. ultraGridColumn19.RowLayoutColumnInfo.SpanY = 1;
  512. ultraGridColumn20.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  513. ultraGridColumn20.Header.VisiblePosition = 19;
  514. ultraGridColumn20.RowLayoutColumnInfo.OriginX = 5;
  515. ultraGridColumn20.RowLayoutColumnInfo.OriginY = 0;
  516. ultraGridColumn20.RowLayoutColumnInfo.SpanX = 1;
  517. ultraGridColumn20.RowLayoutColumnInfo.SpanY = 1;
  518. ultraGridColumn21.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  519. ultraGridColumn21.Header.VisiblePosition = 20;
  520. ultraGridColumn21.Hidden = true;
  521. ultraGridColumn21.RowLayoutColumnInfo.OriginX = 7;
  522. ultraGridColumn21.RowLayoutColumnInfo.OriginY = 0;
  523. ultraGridColumn21.RowLayoutColumnInfo.SpanX = 1;
  524. ultraGridColumn21.RowLayoutColumnInfo.SpanY = 1;
  525. ultraGridColumn22.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.Always;
  526. ultraGridColumn22.Header.VisiblePosition = 21;
  527. ultraGridColumn22.Hidden = true;
  528. ultraGridColumn22.RowLayoutColumnInfo.OriginX = 0;
  529. ultraGridColumn22.RowLayoutColumnInfo.OriginY = 0;
  530. ultraGridColumn22.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(60, 0);
  531. ultraGridColumn22.RowLayoutColumnInfo.SpanX = 1;
  532. ultraGridColumn22.RowLayoutColumnInfo.SpanY = 1;
  533. ultraGridColumn22.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  534. ultraGridBand1.Columns.AddRange(new object[] {
  535. ultraGridColumn1,
  536. ultraGridColumn2,
  537. ultraGridColumn3,
  538. ultraGridColumn4,
  539. ultraGridColumn5,
  540. ultraGridColumn6,
  541. ultraGridColumn7,
  542. ultraGridColumn8,
  543. ultraGridColumn9,
  544. ultraGridColumn10,
  545. ultraGridColumn11,
  546. ultraGridColumn12,
  547. ultraGridColumn13,
  548. ultraGridColumn14,
  549. ultraGridColumn15,
  550. ultraGridColumn16,
  551. ultraGridColumn17,
  552. ultraGridColumn18,
  553. ultraGridColumn19,
  554. ultraGridColumn20,
  555. ultraGridColumn21,
  556. ultraGridColumn22});
  557. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  558. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  559. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  560. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  561. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  562. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  563. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  564. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  565. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  566. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance14;
  567. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  568. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance16;
  569. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  570. appearance17.BackColor = System.Drawing.SystemColors.ControlLightLight;
  571. appearance17.BackColor2 = System.Drawing.SystemColors.Control;
  572. appearance17.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  573. appearance17.ForeColor = System.Drawing.SystemColors.GrayText;
  574. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance17;
  575. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  576. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  577. appearance19.BackColor = System.Drawing.SystemColors.Window;
  578. appearance19.ForeColor = System.Drawing.SystemColors.ControlText;
  579. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance19;
  580. appearance20.BackColor = System.Drawing.SystemColors.Highlight;
  581. appearance20.ForeColor = System.Drawing.SystemColors.HighlightText;
  582. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance20;
  583. this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  584. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  585. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  586. appearance21.BackColor = System.Drawing.SystemColors.Window;
  587. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance21;
  588. appearance22.BorderColor = System.Drawing.Color.Silver;
  589. appearance22.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  590. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance22;
  591. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  592. appearance23.BackColor = System.Drawing.SystemColors.Control;
  593. appearance23.BackColor2 = System.Drawing.SystemColors.ControlDark;
  594. appearance23.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  595. appearance23.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  596. appearance23.BorderColor = System.Drawing.SystemColors.Window;
  597. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance23;
  598. appearance24.TextHAlignAsString = "Left";
  599. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance24;
  600. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  601. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  602. appearance25.BackColor = System.Drawing.SystemColors.Window;
  603. appearance25.BorderColor = System.Drawing.Color.Silver;
  604. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance25;
  605. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  606. appearance26.BackColor = System.Drawing.SystemColors.ControlLight;
  607. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance26;
  608. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  609. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  610. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  611. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  612. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  613. this.ultraGrid2.Location = new System.Drawing.Point(0, 54);
  614. this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4);
  615. this.ultraGrid2.Name = "ultraGrid2";
  616. this.ultraGrid2.Size = new System.Drawing.Size(1142, 391);
  617. this.ultraGrid2.TabIndex = 26;
  618. this.ultraGrid2.Text = "ultraGrid1";
  619. this.ultraGrid2.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ultraGrid2_InitializeRow);
  620. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  621. //
  622. // panel2
  623. //
  624. this.panel2.Controls.Add(this.chkValid);
  625. this.panel2.Controls.Add(this.txtTitleName);
  626. this.panel2.Controls.Add(this.ultraLabel1);
  627. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  628. this.panel2.Location = new System.Drawing.Point(0, 0);
  629. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  630. this.panel2.Name = "panel2";
  631. this.panel2.Size = new System.Drawing.Size(1142, 54);
  632. this.panel2.TabIndex = 15;
  633. //
  634. // chkValid
  635. //
  636. this.chkValid.Location = new System.Drawing.Point(280, 15);
  637. this.chkValid.Margin = new System.Windows.Forms.Padding(4);
  638. this.chkValid.Name = "chkValid";
  639. this.chkValid.Size = new System.Drawing.Size(95, 29);
  640. this.chkValid.TabIndex = 4;
  641. this.chkValid.Text = "包含无效";
  642. //
  643. // txtTitleName
  644. //
  645. this.txtTitleName.Location = new System.Drawing.Point(109, 15);
  646. this.txtTitleName.Margin = new System.Windows.Forms.Padding(4);
  647. this.txtTitleName.MaxLength = 100;
  648. this.txtTitleName.Name = "txtTitleName";
  649. this.txtTitleName.Size = new System.Drawing.Size(151, 24);
  650. this.txtTitleName.TabIndex = 1;
  651. //
  652. // ultraLabel1
  653. //
  654. appearance18.TextHAlignAsString = "Center";
  655. appearance18.TextVAlignAsString = "Middle";
  656. this.ultraLabel1.Appearance = appearance18;
  657. this.ultraLabel1.Location = new System.Drawing.Point(28, 15);
  658. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4);
  659. this.ultraLabel1.Name = "ultraLabel1";
  660. this.ultraLabel1.Size = new System.Drawing.Size(87, 29);
  661. this.ultraLabel1.TabIndex = 0;
  662. this.ultraLabel1.Text = "品名描述";
  663. //
  664. // ultraExpandableGroupBox1
  665. //
  666. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  667. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  668. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1142, 121);
  669. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 445);
  670. this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  671. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  672. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1142, 121);
  673. this.ultraExpandableGroupBox1.TabIndex = 25;
  674. this.ultraExpandableGroupBox1.Text = "编辑区域";
  675. //
  676. // ultraExpandableGroupBoxPanel1
  677. //
  678. this.ultraExpandableGroupBoxPanel1.AutoScroll = true;
  679. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbProBigType);
  680. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbPType);
  681. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbProductType);
  682. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtProductEng);
  683. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label2);
  684. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtProductJX);
  685. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.label1);
  686. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbIsP);
  687. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel7);
  688. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtMemo);
  689. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  690. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtName);
  691. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
  692. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  693. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 21);
  694. this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4);
  695. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  696. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1136, 97);
  697. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  698. //
  699. // cmbProBigType
  700. //
  701. this.cmbProBigType.BackColor = System.Drawing.Color.Transparent;
  702. //
  703. //
  704. //
  705. this.cmbProBigType.CheckBox.AutoSize = true;
  706. this.cmbProBigType.CheckBox.Checked = true;
  707. this.cmbProBigType.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  708. this.cmbProBigType.CheckBox.Location = new System.Drawing.Point(4, 4);
  709. this.cmbProBigType.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  710. this.cmbProBigType.CheckBox.Name = "checkBox1";
  711. this.cmbProBigType.CheckBox.Size = new System.Drawing.Size(18, 17);
  712. this.cmbProBigType.CheckBox.TabIndex = 0;
  713. this.cmbProBigType.CheckBox.UseVisualStyleBackColor = true;
  714. this.cmbProBigType.CheckBox.Visible = false;
  715. //
  716. //
  717. //
  718. this.cmbProBigType.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
  719. this.cmbProBigType.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  720. this.cmbProBigType.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  721. this.cmbProBigType.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  722. this.cmbProBigType.ComboBox.Location = new System.Drawing.Point(0, 0);
  723. this.cmbProBigType.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  724. this.cmbProBigType.ComboBox.Name = "comboBox1";
  725. this.cmbProBigType.ComboBox.Size = new System.Drawing.Size(181, 24);
  726. this.cmbProBigType.ComboBox.TabIndex = 1;
  727. //
  728. //
  729. //
  730. this.cmbProBigType.Label.AutoSize = true;
  731. this.cmbProBigType.Label.BackColor = System.Drawing.Color.Transparent;
  732. this.cmbProBigType.Label.Location = new System.Drawing.Point(4, 4);
  733. this.cmbProBigType.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  734. this.cmbProBigType.Label.Name = "label1";
  735. this.cmbProBigType.Label.Size = new System.Drawing.Size(67, 15);
  736. this.cmbProBigType.Label.TabIndex = 2;
  737. this.cmbProBigType.Label.Text = "产品大类";
  738. this.cmbProBigType.Location = new System.Drawing.Point(576, 38);
  739. this.cmbProBigType.Margin = new System.Windows.Forms.Padding(5);
  740. this.cmbProBigType.Name = "cmbProBigType";
  741. this.cmbProBigType.Size = new System.Drawing.Size(256, 26);
  742. this.cmbProBigType.TabIndex = 20;
  743. //
  744. // cmbPType
  745. //
  746. this.cmbPType.BackColor = System.Drawing.Color.Transparent;
  747. //
  748. //
  749. //
  750. this.cmbPType.CheckBox.AutoSize = true;
  751. this.cmbPType.CheckBox.Checked = true;
  752. this.cmbPType.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  753. this.cmbPType.CheckBox.Location = new System.Drawing.Point(4, 4);
  754. this.cmbPType.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  755. this.cmbPType.CheckBox.Name = "checkBox1";
  756. this.cmbPType.CheckBox.Size = new System.Drawing.Size(18, 17);
  757. this.cmbPType.CheckBox.TabIndex = 0;
  758. this.cmbPType.CheckBox.UseVisualStyleBackColor = true;
  759. this.cmbPType.CheckBox.Visible = false;
  760. //
  761. //
  762. //
  763. this.cmbPType.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
  764. this.cmbPType.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  765. this.cmbPType.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  766. this.cmbPType.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  767. this.cmbPType.ComboBox.Location = new System.Drawing.Point(0, 0);
  768. this.cmbPType.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  769. this.cmbPType.ComboBox.Name = "comboBox1";
  770. this.cmbPType.ComboBox.Size = new System.Drawing.Size(232, 24);
  771. this.cmbPType.ComboBox.TabIndex = 1;
  772. //
  773. //
  774. //
  775. this.cmbPType.Label.AutoSize = true;
  776. this.cmbPType.Label.BackColor = System.Drawing.Color.Transparent;
  777. this.cmbPType.Label.Location = new System.Drawing.Point(4, 4);
  778. this.cmbPType.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  779. this.cmbPType.Label.Name = "label1";
  780. this.cmbPType.Label.Size = new System.Drawing.Size(67, 15);
  781. this.cmbPType.Label.TabIndex = 2;
  782. this.cmbPType.Label.Text = "销售分类";
  783. this.cmbPType.Location = new System.Drawing.Point(23, 36);
  784. this.cmbPType.Margin = new System.Windows.Forms.Padding(5);
  785. this.cmbPType.Name = "cmbPType";
  786. this.cmbPType.Size = new System.Drawing.Size(307, 26);
  787. this.cmbPType.TabIndex = 19;
  788. //
  789. // cmbProductType
  790. //
  791. this.cmbProductType.BackColor = System.Drawing.Color.Transparent;
  792. //
  793. //
  794. //
  795. this.cmbProductType.CheckBox.AutoSize = true;
  796. this.cmbProductType.CheckBox.Checked = true;
  797. this.cmbProductType.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  798. this.cmbProductType.CheckBox.Location = new System.Drawing.Point(4, 4);
  799. this.cmbProductType.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  800. this.cmbProductType.CheckBox.Name = "checkBox1";
  801. this.cmbProductType.CheckBox.Size = new System.Drawing.Size(18, 17);
  802. this.cmbProductType.CheckBox.TabIndex = 0;
  803. this.cmbProductType.CheckBox.UseVisualStyleBackColor = true;
  804. this.cmbProductType.CheckBox.Visible = false;
  805. //
  806. //
  807. //
  808. this.cmbProductType.ComboBox.AutoCompleteMode = Infragistics.Win.AutoCompleteMode.SuggestAppend;
  809. this.cmbProductType.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  810. this.cmbProductType.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  811. this.cmbProductType.ComboBox.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  812. this.cmbProductType.ComboBox.Location = new System.Drawing.Point(0, 0);
  813. this.cmbProductType.ComboBox.Margin = new System.Windows.Forms.Padding(4);
  814. this.cmbProductType.ComboBox.Name = "comboBox1";
  815. this.cmbProductType.ComboBox.Size = new System.Drawing.Size(153, 24);
  816. this.cmbProductType.ComboBox.TabIndex = 1;
  817. //
  818. //
  819. //
  820. this.cmbProductType.Label.AutoSize = true;
  821. this.cmbProductType.Label.BackColor = System.Drawing.Color.Transparent;
  822. this.cmbProductType.Label.Location = new System.Drawing.Point(4, 4);
  823. this.cmbProductType.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  824. this.cmbProductType.Label.Name = "label1";
  825. this.cmbProductType.Label.Size = new System.Drawing.Size(67, 15);
  826. this.cmbProductType.Label.TabIndex = 2;
  827. this.cmbProductType.Label.Text = "品名类型";
  828. this.cmbProductType.Location = new System.Drawing.Point(340, 6);
  829. this.cmbProductType.Margin = new System.Windows.Forms.Padding(5);
  830. this.cmbProductType.Name = "cmbProductType";
  831. this.cmbProductType.Size = new System.Drawing.Size(228, 26);
  832. this.cmbProductType.TabIndex = 18;
  833. //
  834. // txtProductEng
  835. //
  836. this.txtProductEng.Location = new System.Drawing.Point(656, 6);
  837. this.txtProductEng.Margin = new System.Windows.Forms.Padding(4);
  838. this.txtProductEng.Name = "txtProductEng";
  839. this.txtProductEng.Size = new System.Drawing.Size(436, 25);
  840. this.txtProductEng.TabIndex = 17;
  841. //
  842. // label2
  843. //
  844. this.label2.AutoSize = true;
  845. this.label2.Location = new System.Drawing.Point(583, 14);
  846. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  847. this.label2.Name = "label2";
  848. this.label2.Size = new System.Drawing.Size(67, 15);
  849. this.label2.TabIndex = 16;
  850. this.label2.Text = "品名英文";
  851. //
  852. // txtProductJX
  853. //
  854. this.txtProductJX.Location = new System.Drawing.Point(420, 36);
  855. this.txtProductJX.Margin = new System.Windows.Forms.Padding(4);
  856. this.txtProductJX.MaxLength = 8;
  857. this.txtProductJX.Name = "txtProductJX";
  858. this.txtProductJX.Size = new System.Drawing.Size(147, 25);
  859. this.txtProductJX.TabIndex = 15;
  860. //
  861. // label1
  862. //
  863. this.label1.AutoSize = true;
  864. this.label1.Location = new System.Drawing.Point(345, 41);
  865. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  866. this.label1.Name = "label1";
  867. this.label1.Size = new System.Drawing.Size(67, 15);
  868. this.label1.TabIndex = 14;
  869. this.label1.Text = "品名简称";
  870. //
  871. // cmbIsP
  872. //
  873. this.cmbIsP.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  874. valueListItem1.CheckState = System.Windows.Forms.CheckState.Checked;
  875. valueListItem1.DataValue = "1";
  876. valueListItem1.DisplayText = "是";
  877. valueListItem2.DataValue = "0";
  878. valueListItem2.DisplayText = "否";
  879. this.cmbIsP.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  880. valueListItem1,
  881. valueListItem2});
  882. this.cmbIsP.Location = new System.Drawing.Point(1260, 6);
  883. this.cmbIsP.Margin = new System.Windows.Forms.Padding(4);
  884. this.cmbIsP.Name = "cmbIsP";
  885. this.cmbIsP.Size = new System.Drawing.Size(64, 24);
  886. this.cmbIsP.TabIndex = 4;
  887. this.cmbIsP.Visible = false;
  888. //
  889. // ultraLabel7
  890. //
  891. appearance1.TextHAlignAsString = "Center";
  892. appearance1.TextVAlignAsString = "Middle";
  893. this.ultraLabel7.Appearance = appearance1;
  894. this.ultraLabel7.AutoSize = true;
  895. this.ultraLabel7.Location = new System.Drawing.Point(1164, 11);
  896. this.ultraLabel7.Margin = new System.Windows.Forms.Padding(4);
  897. this.ultraLabel7.Name = "ultraLabel7";
  898. this.ultraLabel7.Size = new System.Drawing.Size(83, 19);
  899. this.ultraLabel7.TabIndex = 13;
  900. this.ultraLabel7.Text = "是否配接箍";
  901. this.ultraLabel7.Visible = false;
  902. //
  903. // txtMemo
  904. //
  905. this.txtMemo.Location = new System.Drawing.Point(929, 38);
  906. this.txtMemo.Margin = new System.Windows.Forms.Padding(4);
  907. this.txtMemo.MaxLength = 100;
  908. this.txtMemo.Name = "txtMemo";
  909. this.txtMemo.Size = new System.Drawing.Size(164, 24);
  910. this.txtMemo.TabIndex = 3;
  911. //
  912. // ultraLabel6
  913. //
  914. appearance43.TextHAlignAsString = "Center";
  915. appearance43.TextVAlignAsString = "Middle";
  916. this.ultraLabel6.Appearance = appearance43;
  917. this.ultraLabel6.AutoSize = true;
  918. this.ultraLabel6.Location = new System.Drawing.Point(856, 40);
  919. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(4);
  920. this.ultraLabel6.Name = "ultraLabel6";
  921. this.ultraLabel6.Size = new System.Drawing.Size(60, 19);
  922. this.ultraLabel6.TabIndex = 8;
  923. this.ultraLabel6.Text = "备 注";
  924. //
  925. // txtName
  926. //
  927. this.txtName.Location = new System.Drawing.Point(104, 6);
  928. this.txtName.Margin = new System.Windows.Forms.Padding(4);
  929. this.txtName.MaxLength = 50;
  930. this.txtName.Name = "txtName";
  931. this.txtName.Size = new System.Drawing.Size(225, 24);
  932. this.txtName.TabIndex = 1;
  933. this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged);
  934. //
  935. // ultraLabel4
  936. //
  937. appearance15.TextHAlignAsString = "Center";
  938. appearance15.TextVAlignAsString = "Middle";
  939. this.ultraLabel4.Appearance = appearance15;
  940. this.ultraLabel4.Location = new System.Drawing.Point(19, 6);
  941. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4);
  942. this.ultraLabel4.Name = "ultraLabel4";
  943. this.ultraLabel4.Size = new System.Drawing.Size(87, 29);
  944. this.ultraLabel4.TabIndex = 4;
  945. this.ultraLabel4.Text = "品名描述";
  946. //
  947. // ultraExpandableGroupBox2
  948. //
  949. this.ultraExpandableGroupBox2.Controls.Add(this.ultraExpandableGroupBoxPanel2);
  950. this.ultraExpandableGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  951. this.ultraExpandableGroupBox2.ExpandedSize = new System.Drawing.Size(290, 566);
  952. this.ultraExpandableGroupBox2.HeaderPosition = Infragistics.Win.Misc.GroupBoxHeaderPosition.RightOnBorder;
  953. this.ultraExpandableGroupBox2.Location = new System.Drawing.Point(0, 0);
  954. this.ultraExpandableGroupBox2.Margin = new System.Windows.Forms.Padding(4);
  955. this.ultraExpandableGroupBox2.Name = "ultraExpandableGroupBox2";
  956. this.ultraExpandableGroupBox2.Size = new System.Drawing.Size(290, 566);
  957. this.ultraExpandableGroupBox2.TabIndex = 27;
  958. this.ultraExpandableGroupBox2.Text = "扣型选择_";
  959. this.ultraExpandableGroupBox2.ExpandedStateChanged += new System.EventHandler(this.ultraExpandableGroupBox2_ExpandedStateChanged);
  960. //
  961. // ultraExpandableGroupBoxPanel2
  962. //
  963. this.ultraExpandableGroupBoxPanel2.Controls.Add(this.ultraGrid1);
  964. this.ultraExpandableGroupBoxPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  965. this.ultraExpandableGroupBoxPanel2.Location = new System.Drawing.Point(3, 3);
  966. this.ultraExpandableGroupBoxPanel2.Margin = new System.Windows.Forms.Padding(4);
  967. this.ultraExpandableGroupBoxPanel2.Name = "ultraExpandableGroupBoxPanel2";
  968. this.ultraExpandableGroupBoxPanel2.Size = new System.Drawing.Size(265, 560);
  969. this.ultraExpandableGroupBoxPanel2.TabIndex = 0;
  970. //
  971. // ultraGrid1
  972. //
  973. this.ultraGrid1.DataMember = "Table2";
  974. this.ultraGrid1.DataSource = this.dataSet2;
  975. appearance40.BackColor = System.Drawing.SystemColors.Window;
  976. appearance40.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  977. this.ultraGrid1.DisplayLayout.Appearance = appearance40;
  978. this.ultraGrid1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
  979. ultraGridColumn23.Header.VisiblePosition = 0;
  980. ultraGridColumn23.Hidden = true;
  981. ultraGridColumn23.RowLayoutColumnInfo.OriginX = 1;
  982. ultraGridColumn23.RowLayoutColumnInfo.OriginY = 0;
  983. ultraGridColumn23.RowLayoutColumnInfo.SpanX = 1;
  984. ultraGridColumn23.RowLayoutColumnInfo.SpanY = 1;
  985. ultraGridColumn23.SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Disabled;
  986. ultraGridColumn24.Header.VisiblePosition = 1;
  987. ultraGridColumn24.Hidden = true;
  988. ultraGridColumn24.RowLayoutColumnInfo.OriginX = 2;
  989. ultraGridColumn24.RowLayoutColumnInfo.OriginY = 0;
  990. ultraGridColumn24.RowLayoutColumnInfo.SpanX = 1;
  991. ultraGridColumn24.RowLayoutColumnInfo.SpanY = 1;
  992. ultraGridColumn24.SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Disabled;
  993. ultraGridColumn25.Header.VisiblePosition = 2;
  994. ultraGridColumn25.Hidden = true;
  995. ultraGridColumn25.RowLayoutColumnInfo.OriginX = 3;
  996. ultraGridColumn25.RowLayoutColumnInfo.OriginY = 0;
  997. ultraGridColumn25.RowLayoutColumnInfo.SpanX = 1;
  998. ultraGridColumn25.RowLayoutColumnInfo.SpanY = 1;
  999. ultraGridColumn25.SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Disabled;
  1000. ultraGridColumn26.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  1001. ultraGridColumn26.Header.VisiblePosition = 3;
  1002. ultraGridColumn26.RowLayoutColumnInfo.OriginX = 4;
  1003. ultraGridColumn26.RowLayoutColumnInfo.OriginY = 0;
  1004. ultraGridColumn26.RowLayoutColumnInfo.SpanX = 1;
  1005. ultraGridColumn26.RowLayoutColumnInfo.SpanY = 1;
  1006. ultraGridColumn26.SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Disabled;
  1007. ultraGridColumn27.DefaultCellValue = "False";
  1008. ultraGridColumn27.Header.CheckBoxVisibility = Infragistics.Win.UltraWinGrid.HeaderCheckBoxVisibility.WhenUsingCheckEditor;
  1009. ultraGridColumn27.Header.VisiblePosition = 4;
  1010. ultraGridColumn27.RowLayoutColumnInfo.OriginX = 0;
  1011. ultraGridColumn27.RowLayoutColumnInfo.OriginY = 0;
  1012. ultraGridColumn27.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(28, 0);
  1013. ultraGridColumn27.RowLayoutColumnInfo.SpanX = 1;
  1014. ultraGridColumn27.RowLayoutColumnInfo.SpanY = 1;
  1015. ultraGridColumn27.SortIndicator = Infragistics.Win.UltraWinGrid.SortIndicator.Disabled;
  1016. ultraGridColumn27.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  1017. ultraGridBand2.Columns.AddRange(new object[] {
  1018. ultraGridColumn23,
  1019. ultraGridColumn24,
  1020. ultraGridColumn25,
  1021. ultraGridColumn26,
  1022. ultraGridColumn27});
  1023. ultraGridBand2.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  1024. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand2);
  1025. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1026. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  1027. appearance41.BackColor = System.Drawing.SystemColors.ActiveBorder;
  1028. appearance41.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1029. appearance41.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  1030. appearance41.BorderColor = System.Drawing.SystemColors.Window;
  1031. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance41;
  1032. appearance42.ForeColor = System.Drawing.SystemColors.GrayText;
  1033. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance42;
  1034. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  1035. appearance44.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1036. appearance44.BackColor2 = System.Drawing.SystemColors.Control;
  1037. appearance44.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1038. appearance44.ForeColor = System.Drawing.SystemColors.GrayText;
  1039. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance44;
  1040. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  1041. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  1042. appearance45.BackColor = System.Drawing.SystemColors.Window;
  1043. appearance45.ForeColor = System.Drawing.SystemColors.ControlText;
  1044. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance45;
  1045. appearance46.BackColor = System.Drawing.SystemColors.Highlight;
  1046. appearance46.ForeColor = System.Drawing.SystemColors.HighlightText;
  1047. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance46;
  1048. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  1049. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  1050. appearance47.BackColor = System.Drawing.SystemColors.Window;
  1051. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance47;
  1052. appearance48.BorderColor = System.Drawing.Color.Silver;
  1053. appearance48.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  1054. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance48;
  1055. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  1056. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  1057. appearance49.BackColor = System.Drawing.SystemColors.Control;
  1058. appearance49.BackColor2 = System.Drawing.SystemColors.ControlDark;
  1059. appearance49.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  1060. appearance49.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  1061. appearance49.BorderColor = System.Drawing.SystemColors.Window;
  1062. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance49;
  1063. appearance50.TextHAlignAsString = "Left";
  1064. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance50;
  1065. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  1066. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  1067. appearance51.BackColor = System.Drawing.SystemColors.Window;
  1068. appearance51.BorderColor = System.Drawing.Color.Silver;
  1069. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance51;
  1070. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  1071. appearance52.BackColor = System.Drawing.SystemColors.ControlLight;
  1072. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance52;
  1073. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  1074. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  1075. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  1076. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  1077. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1078. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  1079. this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
  1080. this.ultraGrid1.Name = "ultraGrid1";
  1081. this.ultraGrid1.Size = new System.Drawing.Size(265, 560);
  1082. this.ultraGrid1.TabIndex = 0;
  1083. this.ultraGrid1.Text = "ultraGrid1";
  1084. this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
  1085. //
  1086. // FrmBase_Fill_Panel
  1087. //
  1088. this.FrmBase_Fill_Panel.Controls.Add(this.FrmBase_Fill_Panel_Fill_Panel);
  1089. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  1090. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  1091. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  1092. this.FrmBase_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  1093. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  1094. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1437, 566);
  1095. this.FrmBase_Fill_Panel.TabIndex = 1;
  1096. //
  1097. // FrmProductName
  1098. //
  1099. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  1100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1101. this.ClientSize = new System.Drawing.Size(1437, 566);
  1102. this.Controls.Add(this.FrmBase_Fill_Panel);
  1103. this.Margin = new System.Windows.Forms.Padding(5);
  1104. this.Name = "FrmProductName";
  1105. this.Text = "品名管理";
  1106. this.Load += new System.EventHandler(this.FrmProductName_Load);
  1107. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  1108. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1109. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  1110. this.FrmBase_Fill_Panel_Fill_Panel.ResumeLayout(false);
  1111. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.ResumeLayout(false);
  1112. this.splitContainer1.Panel1.ResumeLayout(false);
  1113. this.splitContainer1.Panel2.ResumeLayout(false);
  1114. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1115. this.splitContainer1.ResumeLayout(false);
  1116. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  1117. this.panel2.ResumeLayout(false);
  1118. this.panel2.PerformLayout();
  1119. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).EndInit();
  1120. ((System.ComponentModel.ISupportInitialize)(this.txtTitleName)).EndInit();
  1121. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  1122. this.ultraExpandableGroupBox1.ResumeLayout(false);
  1123. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  1124. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  1125. ((System.ComponentModel.ISupportInitialize)(this.cmbProBigType.ComboBox)).EndInit();
  1126. ((System.ComponentModel.ISupportInitialize)(this.cmbPType.ComboBox)).EndInit();
  1127. ((System.ComponentModel.ISupportInitialize)(this.cmbProductType.ComboBox)).EndInit();
  1128. ((System.ComponentModel.ISupportInitialize)(this.cmbIsP)).EndInit();
  1129. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).EndInit();
  1130. ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
  1131. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox2)).EndInit();
  1132. this.ultraExpandableGroupBox2.ResumeLayout(false);
  1133. this.ultraExpandableGroupBoxPanel2.ResumeLayout(false);
  1134. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  1135. this.FrmBase_Fill_Panel.ResumeLayout(false);
  1136. this.ResumeLayout(false);
  1137. }
  1138. #endregion
  1139. private System.Data.DataSet dataSet2;
  1140. private System.Data.DataTable dataTable1;
  1141. private System.Data.DataColumn dataColumn1;
  1142. private System.Data.DataColumn dataColumn2;
  1143. private System.Data.DataColumn dataColumn3;
  1144. private System.Data.DataColumn dataColumn4;
  1145. private System.Data.DataColumn dataColumn5;
  1146. private System.Data.DataColumn dataColumn6;
  1147. private System.Data.DataColumn dataColumn7;
  1148. private System.Data.DataColumn dataColumn8;
  1149. private System.Data.DataColumn dataColumn9;
  1150. private System.Data.DataColumn dataColumn10;
  1151. private System.Data.DataColumn dataColumn11;
  1152. private System.Data.DataColumn dataColumn12;
  1153. private System.Data.DataColumn dataColumn0;
  1154. private System.Windows.Forms.Panel FrmBase_Fill_Panel_Fill_Panel;
  1155. private System.Windows.Forms.Panel FrmBase_Fill_Panel_Fill_Panel_Fill_Panel;
  1156. private System.Windows.Forms.Panel panel2;
  1157. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkValid;
  1158. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtTitleName;
  1159. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  1160. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  1161. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  1162. public Infragistics.Win.UltraWinGrid.UltraGrid UltraGrid2
  1163. {
  1164. get { return ultraGrid2; }
  1165. set { ultraGrid2 = value; }
  1166. }
  1167. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  1168. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  1169. private Infragistics.Win.Misc.UltraLabel ultraLabel7;
  1170. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMemo;
  1171. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  1172. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtName;
  1173. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  1174. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbIsP;
  1175. private System.Data.DataColumn dataColumn13;
  1176. private System.Data.DataColumn dataColumn14;
  1177. private System.Data.DataColumn dataColumn15;
  1178. private System.Data.DataColumn dataColumn16;
  1179. private System.Windows.Forms.Label label1;
  1180. private System.Windows.Forms.TextBox txtProductEng;
  1181. private System.Windows.Forms.Label label2;
  1182. private System.Windows.Forms.TextBox txtProductJX;
  1183. private Core.Mes.Client.Comm.Control.LabelComboBox cmbProductType;
  1184. private System.Data.DataColumn dataColumn17;
  1185. private System.Data.DataColumn dataColumn18;
  1186. private Core.Mes.Client.Comm.Control.LabelComboBox cmbPType;
  1187. private Core.Mes.Client.Comm.Control.LabelComboBox cmbProBigType;
  1188. private System.Data.DataColumn dataColumn19;
  1189. private System.Data.DataColumn dataColumn20;
  1190. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox2;
  1191. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel2;
  1192. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  1193. private System.Data.DataTable dataTable2;
  1194. private System.Data.DataColumn dataColumn21;
  1195. private System.Data.DataColumn dataColumn22;
  1196. private System.Data.DataColumn dataColumn23;
  1197. private System.Data.DataColumn dataColumn24;
  1198. private System.Data.DataColumn dataColumn25;
  1199. private System.Windows.Forms.SplitContainer splitContainer1;
  1200. private System.Data.DataColumn dataColumn26;
  1201. }
  1202. }