FrmAttrs.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688
  1. namespace Pur.configure
  2. {
  3. partial class FrmAttrs
  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 appearance25 = 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("BASECODE");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASENAME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SORTCODE");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ISVISIBLE");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MNEMONIC_CODE");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SEQ");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLAG");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Descending, false);
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAGNAME");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLAGNAME");
  47. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  58. this.dataColumn9 = new System.Data.DataColumn();
  59. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  60. this.dataSet1 = new System.Data.DataSet();
  61. this.dataTable1 = new System.Data.DataTable();
  62. this.dataColumn1 = new System.Data.DataColumn();
  63. this.dataColumn2 = new System.Data.DataColumn();
  64. this.dataColumn3 = new System.Data.DataColumn();
  65. this.dataColumn4 = new System.Data.DataColumn();
  66. this.dataColumn5 = new System.Data.DataColumn();
  67. this.dataColumn6 = new System.Data.DataColumn();
  68. this.dataColumn7 = new System.Data.DataColumn();
  69. this.dataColumn8 = new System.Data.DataColumn();
  70. this.dataColumn10 = new System.Data.DataColumn();
  71. this.dataColumn11 = new System.Data.DataColumn();
  72. this.dataColumn12 = new System.Data.DataColumn();
  73. this.dataColumn13 = new System.Data.DataColumn();
  74. this.dataColumn14 = new System.Data.DataColumn();
  75. this.dataColumn15 = new System.Data.DataColumn();
  76. this.dataColumn16 = new System.Data.DataColumn();
  77. this.dataColumn20 = new System.Data.DataColumn();
  78. this.dataTable2 = new System.Data.DataTable();
  79. this.dataColumn17 = new System.Data.DataColumn();
  80. this.dataColumn18 = new System.Data.DataColumn();
  81. this.dataColumn19 = new System.Data.DataColumn();
  82. this.splitter1 = new System.Windows.Forms.Splitter();
  83. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  84. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  85. this.ultraExpandableGroupBoxPanel1_Fill_Panel = new System.Windows.Forms.Panel();
  86. this.chbxAddChild = new System.Windows.Forms.CheckBox();
  87. this.txtName = new System.Windows.Forms.TextBox();
  88. this.txtMemo = new System.Windows.Forms.TextBox();
  89. this.label2 = new System.Windows.Forms.Label();
  90. this.label1 = new System.Windows.Forms.Label();
  91. this.chbxCG = new System.Windows.Forms.CheckBox();
  92. this.chbxLG = new System.Windows.Forms.CheckBox();
  93. this.chbxQT = new System.Windows.Forms.CheckBox();
  94. this.chbxWL = new System.Windows.Forms.CheckBox();
  95. this.chbxGJG = new System.Windows.Forms.CheckBox();
  96. this.chbxRCL = new System.Windows.Forms.CheckBox();
  97. this.chbxZL = new System.Windows.Forms.CheckBox();
  98. this.chbxZG = new System.Windows.Forms.CheckBox();
  99. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  100. this.chbxXS = new System.Windows.Forms.CheckBox();
  101. this.chbxSC = new System.Windows.Forms.CheckBox();
  102. this.treeView1 = new System.Windows.Forms.TreeView();
  103. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  104. this.splitter2 = new System.Windows.Forms.Splitter();
  105. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  110. this.ultraExpandableGroupBox1.SuspendLayout();
  111. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  112. this.ultraExpandableGroupBoxPanel1_Fill_Panel.SuspendLayout();
  113. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  114. this.ultraGroupBox1.SuspendLayout();
  115. this.FrmBase_Fill_Panel.SuspendLayout();
  116. this.SuspendLayout();
  117. //
  118. // dataColumn9
  119. //
  120. this.dataColumn9.Caption = "创建时间";
  121. this.dataColumn9.ColumnName = "CREATE_TIME";
  122. //
  123. // ultraGrid1
  124. //
  125. this.ultraGrid1.DataMember = "Table1";
  126. this.ultraGrid1.DataSource = this.dataSet1;
  127. appearance25.BackColor = System.Drawing.SystemColors.Window;
  128. appearance25.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  129. this.ultraGrid1.DisplayLayout.Appearance = appearance25;
  130. ultraGridColumn1.Header.VisiblePosition = 0;
  131. ultraGridColumn2.Header.VisiblePosition = 1;
  132. ultraGridColumn3.Header.VisiblePosition = 2;
  133. ultraGridColumn4.Header.VisiblePosition = 3;
  134. ultraGridColumn4.Hidden = true;
  135. ultraGridColumn5.Header.VisiblePosition = 4;
  136. ultraGridColumn5.Hidden = true;
  137. ultraGridColumn6.Header.VisiblePosition = 5;
  138. ultraGridColumn6.Hidden = true;
  139. ultraGridColumn7.Header.VisiblePosition = 7;
  140. ultraGridColumn7.Hidden = true;
  141. ultraGridColumn8.Header.VisiblePosition = 10;
  142. ultraGridColumn9.Header.VisiblePosition = 11;
  143. ultraGridColumn10.Header.VisiblePosition = 12;
  144. ultraGridColumn11.Header.VisiblePosition = 13;
  145. ultraGridColumn12.Header.VisiblePosition = 14;
  146. ultraGridColumn13.Header.VisiblePosition = 15;
  147. ultraGridColumn14.Header.VisiblePosition = 16;
  148. ultraGridColumn14.Hidden = true;
  149. ultraGridColumn15.Header.VisiblePosition = 8;
  150. ultraGridColumn16.Header.VisiblePosition = 9;
  151. ultraGridColumn17.Header.VisiblePosition = 6;
  152. ultraGridBand1.Columns.AddRange(new object[] {
  153. ultraGridColumn1,
  154. ultraGridColumn2,
  155. ultraGridColumn3,
  156. ultraGridColumn4,
  157. ultraGridColumn5,
  158. ultraGridColumn6,
  159. ultraGridColumn7,
  160. ultraGridColumn8,
  161. ultraGridColumn9,
  162. ultraGridColumn10,
  163. ultraGridColumn11,
  164. ultraGridColumn12,
  165. ultraGridColumn13,
  166. ultraGridColumn14,
  167. ultraGridColumn15,
  168. ultraGridColumn16,
  169. ultraGridColumn17});
  170. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  171. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  172. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  173. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  174. appearance26.BackColor = System.Drawing.SystemColors.ActiveBorder;
  175. appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark;
  176. appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  177. appearance26.BorderColor = System.Drawing.SystemColors.Window;
  178. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance26;
  179. appearance27.ForeColor = System.Drawing.SystemColors.GrayText;
  180. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance27;
  181. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  182. appearance28.BackColor = System.Drawing.SystemColors.ControlLightLight;
  183. appearance28.BackColor2 = System.Drawing.SystemColors.Control;
  184. appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  185. appearance28.ForeColor = System.Drawing.SystemColors.GrayText;
  186. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance28;
  187. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  188. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  189. appearance29.BackColor = System.Drawing.SystemColors.Window;
  190. appearance29.ForeColor = System.Drawing.SystemColors.ControlText;
  191. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance29;
  192. appearance30.BackColor = System.Drawing.SystemColors.Highlight;
  193. appearance30.ForeColor = System.Drawing.SystemColors.HighlightText;
  194. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance30;
  195. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  196. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  197. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  198. appearance31.BackColor = System.Drawing.SystemColors.Window;
  199. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance31;
  200. appearance32.BorderColor = System.Drawing.Color.Silver;
  201. appearance32.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  202. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance32;
  203. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  204. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  205. appearance33.BackColor = System.Drawing.SystemColors.Control;
  206. appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark;
  207. appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  208. appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  209. appearance33.BorderColor = System.Drawing.SystemColors.Window;
  210. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance33;
  211. appearance34.TextHAlignAsString = "Left";
  212. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance34;
  213. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  214. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  215. appearance35.BackColor = System.Drawing.SystemColors.Window;
  216. appearance35.BorderColor = System.Drawing.Color.Silver;
  217. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance35;
  218. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  219. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  220. appearance36.BackColor = System.Drawing.SystemColors.ControlLight;
  221. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance36;
  222. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  223. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  224. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  225. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  226. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.ultraGrid1.Location = new System.Drawing.Point(229, 48);
  228. this.ultraGrid1.Name = "ultraGrid1";
  229. this.ultraGrid1.Size = new System.Drawing.Size(785, 334);
  230. this.ultraGrid1.TabIndex = 16;
  231. this.ultraGrid1.Text = "ultraGrid1";
  232. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  233. //
  234. // dataSet1
  235. //
  236. this.dataSet1.DataSetName = "NewDataSet";
  237. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  238. this.dataTable1,
  239. this.dataTable2});
  240. //
  241. // dataTable1
  242. //
  243. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  244. this.dataColumn1,
  245. this.dataColumn2,
  246. this.dataColumn3,
  247. this.dataColumn4,
  248. this.dataColumn5,
  249. this.dataColumn6,
  250. this.dataColumn7,
  251. this.dataColumn8,
  252. this.dataColumn9,
  253. this.dataColumn10,
  254. this.dataColumn11,
  255. this.dataColumn12,
  256. this.dataColumn13,
  257. this.dataColumn14,
  258. this.dataColumn15,
  259. this.dataColumn16,
  260. this.dataColumn20});
  261. this.dataTable1.TableName = "Table1";
  262. //
  263. // dataColumn1
  264. //
  265. this.dataColumn1.Caption = "属性分类编码";
  266. this.dataColumn1.ColumnName = "BASECODE";
  267. //
  268. // dataColumn2
  269. //
  270. this.dataColumn2.Caption = "属性分类名称";
  271. this.dataColumn2.ColumnName = "BASENAME";
  272. //
  273. // dataColumn3
  274. //
  275. this.dataColumn3.Caption = "快速检索码";
  276. this.dataColumn3.ColumnName = "SORTCODE";
  277. //
  278. // dataColumn4
  279. //
  280. this.dataColumn4.Caption = "可编辑标志";
  281. this.dataColumn4.ColumnName = "ISVISIBLE";
  282. //
  283. // dataColumn5
  284. //
  285. this.dataColumn5.Caption = "拼音助记码";
  286. this.dataColumn5.ColumnName = "MNEMONIC_CODE";
  287. //
  288. // dataColumn6
  289. //
  290. this.dataColumn6.Caption = "序号";
  291. this.dataColumn6.ColumnName = "SEQ";
  292. //
  293. // dataColumn7
  294. //
  295. this.dataColumn7.Caption = "是否允许增加子类";
  296. this.dataColumn7.ColumnName = "FLAG";
  297. //
  298. // dataColumn8
  299. //
  300. this.dataColumn8.Caption = "创建人";
  301. this.dataColumn8.ColumnName = "CREATE_NAME";
  302. //
  303. // dataColumn10
  304. //
  305. this.dataColumn10.Caption = "修改人";
  306. this.dataColumn10.ColumnName = "UPDATE_NAME";
  307. //
  308. // dataColumn11
  309. //
  310. this.dataColumn11.Caption = "修改时间";
  311. this.dataColumn11.ColumnName = "UPDATE_TIME";
  312. //
  313. // dataColumn12
  314. //
  315. this.dataColumn12.Caption = "删除人";
  316. this.dataColumn12.ColumnName = "DELETE_NAME";
  317. //
  318. // dataColumn13
  319. //
  320. this.dataColumn13.Caption = "删除时间";
  321. this.dataColumn13.ColumnName = "DELETE_TIME";
  322. //
  323. // dataColumn14
  324. //
  325. this.dataColumn14.Caption = "有效标识";
  326. this.dataColumn14.ColumnMapping = System.Data.MappingType.Hidden;
  327. this.dataColumn14.ColumnName = "VALIDFLAG";
  328. //
  329. // dataColumn15
  330. //
  331. this.dataColumn15.Caption = "有效标识";
  332. this.dataColumn15.ColumnName = "VALIDFLAGNAME";
  333. //
  334. // dataColumn16
  335. //
  336. this.dataColumn16.Caption = "备注";
  337. this.dataColumn16.ColumnName = "MEMO";
  338. //
  339. // dataColumn20
  340. //
  341. this.dataColumn20.Caption = "是否允许增加子类";
  342. this.dataColumn20.ColumnName = "FLAGNAME";
  343. //
  344. // dataTable2
  345. //
  346. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  347. this.dataColumn17,
  348. this.dataColumn18,
  349. this.dataColumn19});
  350. this.dataTable2.TableName = "Table2";
  351. //
  352. // dataColumn17
  353. //
  354. this.dataColumn17.ColumnName = "BASECODE";
  355. //
  356. // dataColumn18
  357. //
  358. this.dataColumn18.ColumnName = "BASENAME";
  359. //
  360. // dataColumn19
  361. //
  362. this.dataColumn19.ColumnName = "SORTCODE";
  363. //
  364. // splitter1
  365. //
  366. this.splitter1.Location = new System.Drawing.Point(0, 48);
  367. this.splitter1.Name = "splitter1";
  368. this.splitter1.Size = new System.Drawing.Size(3, 334);
  369. this.splitter1.TabIndex = 12;
  370. this.splitter1.TabStop = false;
  371. //
  372. // ultraExpandableGroupBox1
  373. //
  374. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  375. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  376. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1014, 98);
  377. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 382);
  378. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  379. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1014, 98);
  380. this.ultraExpandableGroupBox1.TabIndex = 5;
  381. this.ultraExpandableGroupBox1.Text = "编辑区";
  382. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  383. //
  384. // ultraExpandableGroupBoxPanel1
  385. //
  386. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraExpandableGroupBoxPanel1_Fill_Panel);
  387. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  388. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
  389. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  390. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1010, 76);
  391. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  392. //
  393. // ultraExpandableGroupBoxPanel1_Fill_Panel
  394. //
  395. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Controls.Add(this.chbxAddChild);
  396. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Controls.Add(this.txtName);
  397. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Controls.Add(this.txtMemo);
  398. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Controls.Add(this.label2);
  399. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Controls.Add(this.label1);
  400. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  401. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  402. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  403. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Name = "ultraExpandableGroupBoxPanel1_Fill_Panel";
  404. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Size = new System.Drawing.Size(1010, 76);
  405. this.ultraExpandableGroupBoxPanel1_Fill_Panel.TabIndex = 0;
  406. //
  407. // chbxAddChild
  408. //
  409. this.chbxAddChild.AutoSize = true;
  410. this.chbxAddChild.Location = new System.Drawing.Point(258, 11);
  411. this.chbxAddChild.Name = "chbxAddChild";
  412. this.chbxAddChild.Size = new System.Drawing.Size(120, 16);
  413. this.chbxAddChild.TabIndex = 10;
  414. this.chbxAddChild.Text = "是否允许增加子类";
  415. this.chbxAddChild.UseVisualStyleBackColor = true;
  416. //
  417. // txtName
  418. //
  419. this.txtName.Location = new System.Drawing.Point(94, 7);
  420. this.txtName.MaxLength = 50;
  421. this.txtName.Name = "txtName";
  422. this.txtName.Size = new System.Drawing.Size(158, 21);
  423. this.txtName.TabIndex = 9;
  424. //
  425. // txtMemo
  426. //
  427. this.txtMemo.Location = new System.Drawing.Point(94, 31);
  428. this.txtMemo.MaxLength = 100;
  429. this.txtMemo.Multiline = true;
  430. this.txtMemo.Name = "txtMemo";
  431. this.txtMemo.Size = new System.Drawing.Size(158, 39);
  432. this.txtMemo.TabIndex = 11;
  433. //
  434. // label2
  435. //
  436. this.label2.Location = new System.Drawing.Point(63, 34);
  437. this.label2.Name = "label2";
  438. this.label2.Size = new System.Drawing.Size(30, 15);
  439. this.label2.TabIndex = 0;
  440. this.label2.Text = "备注";
  441. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  442. //
  443. // label1
  444. //
  445. this.label1.Location = new System.Drawing.Point(5, 10);
  446. this.label1.Name = "label1";
  447. this.label1.Size = new System.Drawing.Size(88, 15);
  448. this.label1.TabIndex = 0;
  449. this.label1.Text = "基础分类名称";
  450. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  451. //
  452. // chbxCG
  453. //
  454. this.chbxCG.AutoSize = true;
  455. this.chbxCG.Checked = true;
  456. this.chbxCG.CheckState = System.Windows.Forms.CheckState.Checked;
  457. this.chbxCG.Location = new System.Drawing.Point(771, 14);
  458. this.chbxCG.Name = "chbxCG";
  459. this.chbxCG.Size = new System.Drawing.Size(72, 16);
  460. this.chbxCG.TabIndex = 9;
  461. this.chbxCG.Text = "采购管理";
  462. this.chbxCG.UseVisualStyleBackColor = true;
  463. //
  464. // chbxLG
  465. //
  466. this.chbxLG.AutoSize = true;
  467. this.chbxLG.Location = new System.Drawing.Point(202, 16);
  468. this.chbxLG.Name = "chbxLG";
  469. this.chbxLG.Size = new System.Drawing.Size(72, 16);
  470. this.chbxLG.TabIndex = 2;
  471. this.chbxLG.Text = "炼钢生产";
  472. this.chbxLG.UseVisualStyleBackColor = true;
  473. //
  474. // chbxQT
  475. //
  476. this.chbxQT.AutoSize = true;
  477. this.chbxQT.Location = new System.Drawing.Point(690, 14);
  478. this.chbxQT.Name = "chbxQT";
  479. this.chbxQT.Size = new System.Drawing.Size(72, 16);
  480. this.chbxQT.TabIndex = 8;
  481. this.chbxQT.Text = "其他管理";
  482. this.chbxQT.UseVisualStyleBackColor = true;
  483. //
  484. // chbxWL
  485. //
  486. this.chbxWL.AutoSize = true;
  487. this.chbxWL.Location = new System.Drawing.Point(608, 15);
  488. this.chbxWL.Name = "chbxWL";
  489. this.chbxWL.Size = new System.Drawing.Size(72, 16);
  490. this.chbxWL.TabIndex = 7;
  491. this.chbxWL.Text = "物流管理";
  492. this.chbxWL.UseVisualStyleBackColor = true;
  493. //
  494. // chbxGJG
  495. //
  496. this.chbxGJG.AutoSize = true;
  497. this.chbxGJG.Location = new System.Drawing.Point(536, 15);
  498. this.chbxGJG.Name = "chbxGJG";
  499. this.chbxGJG.Size = new System.Drawing.Size(60, 16);
  500. this.chbxGJG.TabIndex = 6;
  501. this.chbxGJG.Text = "管加工";
  502. this.chbxGJG.UseVisualStyleBackColor = true;
  503. //
  504. // chbxRCL
  505. //
  506. this.chbxRCL.AutoSize = true;
  507. this.chbxRCL.Location = new System.Drawing.Point(463, 15);
  508. this.chbxRCL.Name = "chbxRCL";
  509. this.chbxRCL.Size = new System.Drawing.Size(60, 16);
  510. this.chbxRCL.TabIndex = 5;
  511. this.chbxRCL.Text = "热处理";
  512. this.chbxRCL.UseVisualStyleBackColor = true;
  513. //
  514. // chbxZL
  515. //
  516. this.chbxZL.AutoSize = true;
  517. this.chbxZL.Location = new System.Drawing.Point(288, 16);
  518. this.chbxZL.Name = "chbxZL";
  519. this.chbxZL.Size = new System.Drawing.Size(72, 16);
  520. this.chbxZL.TabIndex = 3;
  521. this.chbxZL.Text = "质量管理";
  522. this.chbxZL.UseVisualStyleBackColor = true;
  523. //
  524. // chbxZG
  525. //
  526. this.chbxZG.AutoSize = true;
  527. this.chbxZG.Location = new System.Drawing.Point(378, 15);
  528. this.chbxZG.Name = "chbxZG";
  529. this.chbxZG.Size = new System.Drawing.Size(72, 16);
  530. this.chbxZG.TabIndex = 4;
  531. this.chbxZG.Text = "轧管生产";
  532. this.chbxZG.UseVisualStyleBackColor = true;
  533. //
  534. // ultraGroupBox1
  535. //
  536. this.ultraGroupBox1.Controls.Add(this.chbxCG);
  537. this.ultraGroupBox1.Controls.Add(this.chbxLG);
  538. this.ultraGroupBox1.Controls.Add(this.chbxQT);
  539. this.ultraGroupBox1.Controls.Add(this.chbxWL);
  540. this.ultraGroupBox1.Controls.Add(this.chbxGJG);
  541. this.ultraGroupBox1.Controls.Add(this.chbxRCL);
  542. this.ultraGroupBox1.Controls.Add(this.chbxZL);
  543. this.ultraGroupBox1.Controls.Add(this.chbxZG);
  544. this.ultraGroupBox1.Controls.Add(this.chbxXS);
  545. this.ultraGroupBox1.Controls.Add(this.chbxSC);
  546. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  547. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  548. this.ultraGroupBox1.Name = "ultraGroupBox1";
  549. this.ultraGroupBox1.Size = new System.Drawing.Size(1014, 48);
  550. this.ultraGroupBox1.TabIndex = 8;
  551. this.ultraGroupBox1.Visible = false;
  552. //
  553. // chbxXS
  554. //
  555. this.chbxXS.AutoSize = true;
  556. this.chbxXS.Location = new System.Drawing.Point(28, 16);
  557. this.chbxXS.Name = "chbxXS";
  558. this.chbxXS.Size = new System.Drawing.Size(72, 16);
  559. this.chbxXS.TabIndex = 0;
  560. this.chbxXS.Text = "销售管理";
  561. this.chbxXS.UseVisualStyleBackColor = true;
  562. //
  563. // chbxSC
  564. //
  565. this.chbxSC.AutoSize = true;
  566. this.chbxSC.Location = new System.Drawing.Point(114, 16);
  567. this.chbxSC.Name = "chbxSC";
  568. this.chbxSC.Size = new System.Drawing.Size(72, 16);
  569. this.chbxSC.TabIndex = 1;
  570. this.chbxSC.Text = "生产管理";
  571. this.chbxSC.UseVisualStyleBackColor = true;
  572. //
  573. // treeView1
  574. //
  575. this.treeView1.Cursor = System.Windows.Forms.Cursors.Arrow;
  576. this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
  577. this.treeView1.ForeColor = System.Drawing.SystemColors.WindowText;
  578. this.treeView1.ItemHeight = 14;
  579. this.treeView1.LineColor = System.Drawing.Color.White;
  580. this.treeView1.Location = new System.Drawing.Point(3, 48);
  581. this.treeView1.Name = "treeView1";
  582. this.treeView1.Size = new System.Drawing.Size(223, 334);
  583. this.treeView1.TabIndex = 14;
  584. this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
  585. //
  586. // FrmBase_Fill_Panel
  587. //
  588. this.FrmBase_Fill_Panel.Controls.Add(this.ultraGrid1);
  589. this.FrmBase_Fill_Panel.Controls.Add(this.splitter2);
  590. this.FrmBase_Fill_Panel.Controls.Add(this.treeView1);
  591. this.FrmBase_Fill_Panel.Controls.Add(this.splitter1);
  592. this.FrmBase_Fill_Panel.Controls.Add(this.ultraGroupBox1);
  593. this.FrmBase_Fill_Panel.Controls.Add(this.ultraExpandableGroupBox1);
  594. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  595. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  596. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  597. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  598. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1014, 480);
  599. this.FrmBase_Fill_Panel.TabIndex = 2;
  600. //
  601. // splitter2
  602. //
  603. this.splitter2.Location = new System.Drawing.Point(226, 48);
  604. this.splitter2.Name = "splitter2";
  605. this.splitter2.Size = new System.Drawing.Size(3, 334);
  606. this.splitter2.TabIndex = 15;
  607. this.splitter2.TabStop = false;
  608. //
  609. // FrmAttrs
  610. //
  611. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  612. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  613. this.ClientSize = new System.Drawing.Size(1014, 480);
  614. this.Controls.Add(this.FrmBase_Fill_Panel);
  615. this.Name = "FrmAttrs";
  616. this.Text = "FrmAttrs";
  617. this.Load += new System.EventHandler(this.FrmAttrs_Load);
  618. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  619. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  620. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  621. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  622. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  623. this.ultraExpandableGroupBox1.ResumeLayout(false);
  624. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  625. this.ultraExpandableGroupBoxPanel1_Fill_Panel.ResumeLayout(false);
  626. this.ultraExpandableGroupBoxPanel1_Fill_Panel.PerformLayout();
  627. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  628. this.ultraGroupBox1.ResumeLayout(false);
  629. this.ultraGroupBox1.PerformLayout();
  630. this.FrmBase_Fill_Panel.ResumeLayout(false);
  631. this.ResumeLayout(false);
  632. }
  633. #endregion
  634. private System.Data.DataColumn dataColumn9;
  635. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  636. private System.Data.DataSet dataSet1;
  637. private System.Data.DataTable dataTable1;
  638. private System.Data.DataColumn dataColumn1;
  639. private System.Data.DataColumn dataColumn2;
  640. private System.Data.DataColumn dataColumn3;
  641. private System.Data.DataColumn dataColumn4;
  642. private System.Data.DataColumn dataColumn5;
  643. private System.Data.DataColumn dataColumn6;
  644. private System.Data.DataColumn dataColumn7;
  645. private System.Data.DataColumn dataColumn8;
  646. private System.Data.DataColumn dataColumn10;
  647. private System.Data.DataColumn dataColumn11;
  648. private System.Data.DataColumn dataColumn12;
  649. private System.Data.DataColumn dataColumn13;
  650. private System.Data.DataColumn dataColumn14;
  651. private System.Data.DataColumn dataColumn15;
  652. private System.Data.DataColumn dataColumn16;
  653. private System.Data.DataColumn dataColumn20;
  654. private System.Data.DataTable dataTable2;
  655. private System.Data.DataColumn dataColumn17;
  656. private System.Data.DataColumn dataColumn18;
  657. private System.Data.DataColumn dataColumn19;
  658. private System.Windows.Forms.Splitter splitter1;
  659. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  660. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  661. private System.Windows.Forms.Panel ultraExpandableGroupBoxPanel1_Fill_Panel;
  662. private System.Windows.Forms.CheckBox chbxAddChild;
  663. private System.Windows.Forms.TextBox txtName;
  664. private System.Windows.Forms.TextBox txtMemo;
  665. private System.Windows.Forms.Label label2;
  666. private System.Windows.Forms.Label label1;
  667. private System.Windows.Forms.CheckBox chbxCG;
  668. private System.Windows.Forms.CheckBox chbxLG;
  669. private System.Windows.Forms.CheckBox chbxQT;
  670. private System.Windows.Forms.CheckBox chbxWL;
  671. private System.Windows.Forms.CheckBox chbxGJG;
  672. private System.Windows.Forms.CheckBox chbxRCL;
  673. private System.Windows.Forms.CheckBox chbxZL;
  674. private System.Windows.Forms.CheckBox chbxZG;
  675. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  676. private System.Windows.Forms.CheckBox chbxXS;
  677. private System.Windows.Forms.CheckBox chbxSC;
  678. private System.Windows.Forms.TreeView treeView1;
  679. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  680. private System.Windows.Forms.Splitter splitter2;
  681. }
  682. }