FrmBaseInfoNew.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553
  1. namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
  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 appearance2 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinTree.Override _override1 = new Infragistics.Win.UltraWinTree.Override();
  30. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASECODE", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BASENAME");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SORTCODE");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ISVISIBLE");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MNEMONIC_CODE");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("SEQ");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLAG");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAGNAME");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn16 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn17 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLAGNAME");
  50. Infragistics.Win.Appearance appearance26 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance27 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance28 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance29 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  57. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  58. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
  61. this.txtName = new System.Windows.Forms.TextBox();
  62. this.txtMemo = new System.Windows.Forms.TextBox();
  63. this.label2 = new System.Windows.Forms.Label();
  64. this.label1 = new System.Windows.Forms.Label();
  65. this.ultraExpandableGroupBoxPanel1_Fill_Panel = new System.Windows.Forms.Panel();
  66. this.chbxAddChild = new System.Windows.Forms.CheckBox();
  67. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  68. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  69. this.treeView1 = new Infragistics.Win.UltraWinTree.UltraTree();
  70. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  71. this.dataSet1 = new System.Data.DataSet();
  72. this.dataTable1 = new System.Data.DataTable();
  73. this.dataColumn1 = new System.Data.DataColumn();
  74. this.dataColumn2 = new System.Data.DataColumn();
  75. this.dataColumn3 = new System.Data.DataColumn();
  76. this.dataColumn4 = new System.Data.DataColumn();
  77. this.dataColumn5 = new System.Data.DataColumn();
  78. this.dataColumn6 = new System.Data.DataColumn();
  79. this.dataColumn7 = new System.Data.DataColumn();
  80. this.dataColumn8 = new System.Data.DataColumn();
  81. this.dataColumn9 = new System.Data.DataColumn();
  82. this.dataColumn10 = new System.Data.DataColumn();
  83. this.dataColumn11 = new System.Data.DataColumn();
  84. this.dataColumn12 = new System.Data.DataColumn();
  85. this.dataColumn13 = new System.Data.DataColumn();
  86. this.dataColumn14 = new System.Data.DataColumn();
  87. this.dataColumn15 = new System.Data.DataColumn();
  88. this.dataColumn16 = new System.Data.DataColumn();
  89. this.dataColumn20 = new System.Data.DataColumn();
  90. this.dataTable2 = new System.Data.DataTable();
  91. this.dataColumn17 = new System.Data.DataColumn();
  92. this.dataColumn18 = new System.Data.DataColumn();
  93. this.dataColumn19 = new System.Data.DataColumn();
  94. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  95. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  96. this.ultraExpandableGroupBoxPanel1_Fill_Panel.SuspendLayout();
  97. this.FrmBase_Fill_Panel.SuspendLayout();
  98. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  99. this.splitContainer1.Panel1.SuspendLayout();
  100. this.splitContainer1.Panel2.SuspendLayout();
  101. this.splitContainer1.SuspendLayout();
  102. ((System.ComponentModel.ISupportInitialize)(this.treeView1)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  104. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  105. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  108. this.ultraExpandableGroupBox1.SuspendLayout();
  109. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  110. this.SuspendLayout();
  111. //
  112. // txtName
  113. //
  114. this.txtName.Location = new System.Drawing.Point(94, 10);
  115. this.txtName.MaxLength = 100;
  116. this.txtName.Name = "txtName";
  117. this.txtName.Size = new System.Drawing.Size(158, 21);
  118. this.txtName.TabIndex = 9;
  119. //
  120. // txtMemo
  121. //
  122. this.txtMemo.Location = new System.Drawing.Point(94, 34);
  123. this.txtMemo.MaxLength = 100;
  124. this.txtMemo.Name = "txtMemo";
  125. this.txtMemo.Size = new System.Drawing.Size(283, 21);
  126. this.txtMemo.TabIndex = 11;
  127. //
  128. // label2
  129. //
  130. this.label2.Location = new System.Drawing.Point(63, 37);
  131. this.label2.Name = "label2";
  132. this.label2.Size = new System.Drawing.Size(30, 15);
  133. this.label2.TabIndex = 0;
  134. this.label2.Text = "备注";
  135. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  136. //
  137. // label1
  138. //
  139. this.label1.Location = new System.Drawing.Point(5, 13);
  140. this.label1.Name = "label1";
  141. this.label1.Size = new System.Drawing.Size(88, 15);
  142. this.label1.TabIndex = 0;
  143. this.label1.Text = "基础分类名称";
  144. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  145. //
  146. // ultraExpandableGroupBoxPanel1_Fill_Panel
  147. //
  148. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Controls.Add(this.chbxAddChild);
  149. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Controls.Add(this.txtName);
  150. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Controls.Add(this.txtMemo);
  151. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Controls.Add(this.label2);
  152. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Controls.Add(this.label1);
  153. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  154. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  156. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Name = "ultraExpandableGroupBoxPanel1_Fill_Panel";
  157. this.ultraExpandableGroupBoxPanel1_Fill_Panel.Size = new System.Drawing.Size(819, 76);
  158. this.ultraExpandableGroupBoxPanel1_Fill_Panel.TabIndex = 0;
  159. //
  160. // chbxAddChild
  161. //
  162. this.chbxAddChild.AutoSize = true;
  163. this.chbxAddChild.Location = new System.Drawing.Point(264, 12);
  164. this.chbxAddChild.Name = "chbxAddChild";
  165. this.chbxAddChild.Size = new System.Drawing.Size(120, 16);
  166. this.chbxAddChild.TabIndex = 10;
  167. this.chbxAddChild.Text = "是否允许增加子类";
  168. this.chbxAddChild.UseVisualStyleBackColor = true;
  169. //
  170. // FrmBase_Fill_Panel
  171. //
  172. this.FrmBase_Fill_Panel.Controls.Add(this.splitContainer1);
  173. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  174. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  175. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  176. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  177. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1028, 511);
  178. this.FrmBase_Fill_Panel.TabIndex = 1;
  179. //
  180. // splitContainer1
  181. //
  182. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  183. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  184. this.splitContainer1.Name = "splitContainer1";
  185. //
  186. // splitContainer1.Panel1
  187. //
  188. this.splitContainer1.Panel1.Controls.Add(this.treeView1);
  189. //
  190. // splitContainer1.Panel2
  191. //
  192. this.splitContainer1.Panel2.Controls.Add(this.ultraGrid1);
  193. this.splitContainer1.Panel2.Controls.Add(this.ultraExpandableGroupBox1);
  194. this.splitContainer1.Size = new System.Drawing.Size(1028, 511);
  195. this.splitContainer1.SplitterDistance = 201;
  196. this.splitContainer1.TabIndex = 17;
  197. //
  198. // treeView1
  199. //
  200. appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(222)))), ((int)(((byte)(247)))));
  201. this.treeView1.Appearance = appearance2;
  202. this.treeView1.DisplayStyle = Infragistics.Win.UltraWinTree.UltraTreeDisplayStyle.WindowsVista;
  203. this.treeView1.Dock = System.Windows.Forms.DockStyle.Fill;
  204. this.treeView1.HideExpansionIndicators = Infragistics.Win.UltraWinTree.HideExpansionIndicators.Never;
  205. this.treeView1.Location = new System.Drawing.Point(0, 0);
  206. this.treeView1.Name = "treeView1";
  207. appearance1.BackColor = System.Drawing.Color.Azure;
  208. appearance1.BackColor2 = System.Drawing.SystemColors.MenuHighlight;
  209. appearance1.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  210. _override1.ActiveNodeAppearance = appearance1;
  211. this.treeView1.Override = _override1;
  212. this.treeView1.Size = new System.Drawing.Size(201, 511);
  213. this.treeView1.TabIndex = 0;
  214. this.treeView1.AfterActivate += new Infragistics.Win.UltraWinTree.AfterNodeChangedEventHandler(this.treeView1_AfterActivate);
  215. //
  216. // ultraGrid1
  217. //
  218. this.ultraGrid1.DataMember = "Table1";
  219. this.ultraGrid1.DataSource = this.dataSet1;
  220. appearance25.BackColor = System.Drawing.SystemColors.Window;
  221. appearance25.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  222. this.ultraGrid1.DisplayLayout.Appearance = appearance25;
  223. ultraGridColumn1.Header.VisiblePosition = 0;
  224. ultraGridColumn2.Header.VisiblePosition = 1;
  225. ultraGridColumn3.Header.VisiblePosition = 2;
  226. ultraGridColumn4.Header.VisiblePosition = 3;
  227. ultraGridColumn4.Hidden = true;
  228. ultraGridColumn5.Header.VisiblePosition = 4;
  229. ultraGridColumn5.Hidden = true;
  230. ultraGridColumn6.Header.VisiblePosition = 5;
  231. ultraGridColumn6.Hidden = true;
  232. ultraGridColumn7.Header.VisiblePosition = 7;
  233. ultraGridColumn7.Hidden = true;
  234. ultraGridColumn8.Header.VisiblePosition = 10;
  235. ultraGridColumn9.Header.VisiblePosition = 11;
  236. ultraGridColumn10.Header.VisiblePosition = 12;
  237. ultraGridColumn11.Header.VisiblePosition = 13;
  238. ultraGridColumn12.Header.VisiblePosition = 14;
  239. ultraGridColumn13.Header.VisiblePosition = 15;
  240. ultraGridColumn14.Header.VisiblePosition = 16;
  241. ultraGridColumn14.Hidden = true;
  242. ultraGridColumn15.Header.VisiblePosition = 8;
  243. ultraGridColumn16.Header.VisiblePosition = 9;
  244. ultraGridColumn17.Header.VisiblePosition = 6;
  245. ultraGridBand1.Columns.AddRange(new object[] {
  246. ultraGridColumn1,
  247. ultraGridColumn2,
  248. ultraGridColumn3,
  249. ultraGridColumn4,
  250. ultraGridColumn5,
  251. ultraGridColumn6,
  252. ultraGridColumn7,
  253. ultraGridColumn8,
  254. ultraGridColumn9,
  255. ultraGridColumn10,
  256. ultraGridColumn11,
  257. ultraGridColumn12,
  258. ultraGridColumn13,
  259. ultraGridColumn14,
  260. ultraGridColumn15,
  261. ultraGridColumn16,
  262. ultraGridColumn17});
  263. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  264. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  265. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  266. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  267. appearance26.BackColor = System.Drawing.SystemColors.ActiveBorder;
  268. appearance26.BackColor2 = System.Drawing.SystemColors.ControlDark;
  269. appearance26.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  270. appearance26.BorderColor = System.Drawing.SystemColors.Window;
  271. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance26;
  272. appearance27.ForeColor = System.Drawing.SystemColors.GrayText;
  273. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance27;
  274. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  275. appearance28.BackColor = System.Drawing.SystemColors.ControlLightLight;
  276. appearance28.BackColor2 = System.Drawing.SystemColors.Control;
  277. appearance28.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  278. appearance28.ForeColor = System.Drawing.SystemColors.GrayText;
  279. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance28;
  280. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  281. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  282. appearance29.BackColor = System.Drawing.SystemColors.Window;
  283. appearance29.ForeColor = System.Drawing.SystemColors.ControlText;
  284. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance29;
  285. appearance30.BackColor = System.Drawing.SystemColors.Highlight;
  286. appearance30.ForeColor = System.Drawing.SystemColors.HighlightText;
  287. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance30;
  288. this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  289. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  290. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  291. appearance31.BackColor = System.Drawing.SystemColors.Window;
  292. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance31;
  293. appearance32.BorderColor = System.Drawing.Color.Silver;
  294. appearance32.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  295. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance32;
  296. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  297. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  298. appearance33.BackColor = System.Drawing.SystemColors.Control;
  299. appearance33.BackColor2 = System.Drawing.SystemColors.ControlDark;
  300. appearance33.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  301. appearance33.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  302. appearance33.BorderColor = System.Drawing.SystemColors.Window;
  303. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance33;
  304. appearance34.TextHAlignAsString = "Left";
  305. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance34;
  306. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  307. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  308. appearance35.BackColor = System.Drawing.SystemColors.Window;
  309. appearance35.BorderColor = System.Drawing.Color.Silver;
  310. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance35;
  311. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  312. this.ultraGrid1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.Single;
  313. appearance36.BackColor = System.Drawing.SystemColors.ControlLight;
  314. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance36;
  315. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  316. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  317. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  318. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  319. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  321. this.ultraGrid1.Name = "ultraGrid1";
  322. this.ultraGrid1.Size = new System.Drawing.Size(823, 413);
  323. this.ultraGrid1.TabIndex = 16;
  324. this.ultraGrid1.Text = "ultraGrid1";
  325. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  326. //
  327. // dataSet1
  328. //
  329. this.dataSet1.DataSetName = "NewDataSet";
  330. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  331. this.dataTable1,
  332. this.dataTable2});
  333. //
  334. // dataTable1
  335. //
  336. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  337. this.dataColumn1,
  338. this.dataColumn2,
  339. this.dataColumn3,
  340. this.dataColumn4,
  341. this.dataColumn5,
  342. this.dataColumn6,
  343. this.dataColumn7,
  344. this.dataColumn8,
  345. this.dataColumn9,
  346. this.dataColumn10,
  347. this.dataColumn11,
  348. this.dataColumn12,
  349. this.dataColumn13,
  350. this.dataColumn14,
  351. this.dataColumn15,
  352. this.dataColumn16,
  353. this.dataColumn20});
  354. this.dataTable1.TableName = "Table1";
  355. //
  356. // dataColumn1
  357. //
  358. this.dataColumn1.Caption = "基础分类编码";
  359. this.dataColumn1.ColumnName = "BASECODE";
  360. //
  361. // dataColumn2
  362. //
  363. this.dataColumn2.Caption = "基础分类名称";
  364. this.dataColumn2.ColumnName = "BASENAME";
  365. //
  366. // dataColumn3
  367. //
  368. this.dataColumn3.Caption = "快速检索码";
  369. this.dataColumn3.ColumnName = "SORTCODE";
  370. //
  371. // dataColumn4
  372. //
  373. this.dataColumn4.Caption = "可编辑标志";
  374. this.dataColumn4.ColumnName = "ISVISIBLE";
  375. //
  376. // dataColumn5
  377. //
  378. this.dataColumn5.Caption = "拼音助记码";
  379. this.dataColumn5.ColumnName = "MNEMONIC_CODE";
  380. //
  381. // dataColumn6
  382. //
  383. this.dataColumn6.Caption = "序号";
  384. this.dataColumn6.ColumnName = "SEQ";
  385. //
  386. // dataColumn7
  387. //
  388. this.dataColumn7.Caption = "是否允许增加子类";
  389. this.dataColumn7.ColumnName = "FLAG";
  390. //
  391. // dataColumn8
  392. //
  393. this.dataColumn8.Caption = "创建人";
  394. this.dataColumn8.ColumnName = "CREATE_NAME";
  395. //
  396. // dataColumn9
  397. //
  398. this.dataColumn9.Caption = "创建时间";
  399. this.dataColumn9.ColumnName = "CREATE_TIME";
  400. //
  401. // dataColumn10
  402. //
  403. this.dataColumn10.Caption = "修改人";
  404. this.dataColumn10.ColumnName = "UPDATE_NAME";
  405. //
  406. // dataColumn11
  407. //
  408. this.dataColumn11.Caption = "修改时间";
  409. this.dataColumn11.ColumnName = "UPDATE_TIME";
  410. //
  411. // dataColumn12
  412. //
  413. this.dataColumn12.Caption = "删除人";
  414. this.dataColumn12.ColumnName = "DELETE_NAME";
  415. //
  416. // dataColumn13
  417. //
  418. this.dataColumn13.Caption = "删除时间";
  419. this.dataColumn13.ColumnName = "DELETE_TIME";
  420. //
  421. // dataColumn14
  422. //
  423. this.dataColumn14.Caption = "有效标识";
  424. this.dataColumn14.ColumnMapping = System.Data.MappingType.Hidden;
  425. this.dataColumn14.ColumnName = "VALIDFLAG";
  426. //
  427. // dataColumn15
  428. //
  429. this.dataColumn15.Caption = "有效标识";
  430. this.dataColumn15.ColumnName = "VALIDFLAGNAME";
  431. //
  432. // dataColumn16
  433. //
  434. this.dataColumn16.Caption = "备注";
  435. this.dataColumn16.ColumnName = "MEMO";
  436. //
  437. // dataColumn20
  438. //
  439. this.dataColumn20.Caption = "是否允许增加子类";
  440. this.dataColumn20.ColumnName = "FLAGNAME";
  441. //
  442. // dataTable2
  443. //
  444. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  445. this.dataColumn17,
  446. this.dataColumn18,
  447. this.dataColumn19});
  448. this.dataTable2.TableName = "Table2";
  449. //
  450. // dataColumn17
  451. //
  452. this.dataColumn17.ColumnName = "BASECODE";
  453. //
  454. // dataColumn18
  455. //
  456. this.dataColumn18.ColumnName = "BASENAME";
  457. //
  458. // dataColumn19
  459. //
  460. this.dataColumn19.ColumnName = "SORTCODE";
  461. //
  462. // ultraExpandableGroupBox1
  463. //
  464. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  465. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  466. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(823, 98);
  467. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 413);
  468. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  469. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(823, 98);
  470. this.ultraExpandableGroupBox1.TabIndex = 5;
  471. this.ultraExpandableGroupBox1.Text = "编辑区";
  472. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  473. //
  474. // ultraExpandableGroupBoxPanel1
  475. //
  476. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraExpandableGroupBoxPanel1_Fill_Panel);
  477. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  478. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
  479. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  480. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(819, 76);
  481. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  482. //
  483. // FrmBaseInfoNew
  484. //
  485. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  486. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  487. this.ClientSize = new System.Drawing.Size(1028, 511);
  488. this.Controls.Add(this.FrmBase_Fill_Panel);
  489. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  490. this.Name = "FrmBaseInfoNew";
  491. this.Text = "基础信息管理";
  492. this.Load += new System.EventHandler(this.FrmBaseInfoNew_Load);
  493. this.ultraExpandableGroupBoxPanel1_Fill_Panel.ResumeLayout(false);
  494. this.ultraExpandableGroupBoxPanel1_Fill_Panel.PerformLayout();
  495. this.FrmBase_Fill_Panel.ResumeLayout(false);
  496. this.splitContainer1.Panel1.ResumeLayout(false);
  497. this.splitContainer1.Panel2.ResumeLayout(false);
  498. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  499. this.splitContainer1.ResumeLayout(false);
  500. ((System.ComponentModel.ISupportInitialize)(this.treeView1)).EndInit();
  501. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  502. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  503. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  504. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  505. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  506. this.ultraExpandableGroupBox1.ResumeLayout(false);
  507. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  508. this.ResumeLayout(false);
  509. }
  510. #endregion
  511. private System.Windows.Forms.TextBox txtName;
  512. private System.Windows.Forms.TextBox txtMemo;
  513. private System.Windows.Forms.Label label2;
  514. private System.Windows.Forms.Label label1;
  515. private System.Windows.Forms.Panel ultraExpandableGroupBoxPanel1_Fill_Panel;
  516. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  517. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  518. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  519. private System.Data.DataColumn dataColumn16;
  520. private System.Data.DataColumn dataColumn15;
  521. private System.Data.DataColumn dataColumn14;
  522. private System.Data.DataColumn dataColumn13;
  523. private System.Data.DataColumn dataColumn12;
  524. private System.Data.DataColumn dataColumn11;
  525. private System.Data.DataColumn dataColumn10;
  526. private System.Data.DataColumn dataColumn9;
  527. private System.Data.DataColumn dataColumn8;
  528. private System.Data.DataColumn dataColumn7;
  529. private System.Data.DataColumn dataColumn6;
  530. private System.Data.DataColumn dataColumn5;
  531. private System.Data.DataColumn dataColumn4;
  532. private System.Data.DataColumn dataColumn3;
  533. private System.Data.DataColumn dataColumn2;
  534. private System.Data.DataColumn dataColumn1;
  535. private System.Data.DataTable dataTable1;
  536. private System.Data.DataSet dataSet1;
  537. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  538. private System.Data.DataTable dataTable2;
  539. private System.Data.DataColumn dataColumn17;
  540. private System.Data.DataColumn dataColumn18;
  541. private System.Data.DataColumn dataColumn19;
  542. private System.Windows.Forms.CheckBox chbxAddChild;
  543. private System.Data.DataColumn dataColumn20;
  544. private System.Windows.Forms.SplitContainer splitContainer1;
  545. private Infragistics.Win.UltraWinTree.UltraTree treeView1;
  546. }
  547. }