FrmBaseInfoNew.designer.cs 39 KB

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