FrmSteelGrade.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class FrmSteelGrade
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELCODE", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELNAME");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELSTYLE");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_NAME");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATE_TIME");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_NAME");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATE_TIME");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_NAME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("DELETE_TIME");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAG");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn12 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("VALIDFLAGNAME");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn13 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEELSTYLENAME");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn14 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IS_TP");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn15 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("IS_TP_DESC");
  45. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
  54. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  55. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  56. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  57. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  58. Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
  59. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  60. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  61. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  62. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  63. Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
  64. this.dataSet2 = new System.Data.DataSet();
  65. this.dataTable1 = new System.Data.DataTable();
  66. this.dataColumn1 = new System.Data.DataColumn();
  67. this.dataColumn2 = new System.Data.DataColumn();
  68. this.dataColumn3 = new System.Data.DataColumn();
  69. this.dataColumn5 = new System.Data.DataColumn();
  70. this.dataColumn6 = new System.Data.DataColumn();
  71. this.dataColumn7 = new System.Data.DataColumn();
  72. this.dataColumn8 = new System.Data.DataColumn();
  73. this.dataColumn9 = new System.Data.DataColumn();
  74. this.dataColumn10 = new System.Data.DataColumn();
  75. this.dataColumn11 = new System.Data.DataColumn();
  76. this.dataColumn12 = new System.Data.DataColumn();
  77. this.dataColumn4 = new System.Data.DataColumn();
  78. this.dataColumn13 = new System.Data.DataColumn();
  79. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
  80. this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  81. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  82. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  83. this.cmbGradeType = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  84. this.txtMemo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  85. this.ultraLabel6 = new Infragistics.Win.Misc.UltraLabel();
  86. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  87. this.txtName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  88. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  89. this.panel2 = new System.Windows.Forms.Panel();
  90. this.ultraCheckEditor1 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  91. this.chkValid = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
  92. this.txtTitleName = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  93. this.FrmBase_Fill_Panel_Fill_Panel = new System.Windows.Forms.Panel();
  94. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  95. this.dataColumn14 = new System.Data.DataColumn();
  96. this.dataColumn15 = new System.Data.DataColumn();
  97. this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  98. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  99. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
  100. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  101. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.SuspendLayout();
  102. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
  103. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  104. this.ultraExpandableGroupBox1.SuspendLayout();
  105. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  106. ((System.ComponentModel.ISupportInitialize)(this.cmbGradeType)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).BeginInit();
  108. ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
  109. this.panel2.SuspendLayout();
  110. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).BeginInit();
  111. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).BeginInit();
  112. ((System.ComponentModel.ISupportInitialize)(this.txtTitleName)).BeginInit();
  113. this.FrmBase_Fill_Panel_Fill_Panel.SuspendLayout();
  114. this.FrmBase_Fill_Panel.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
  116. this.SuspendLayout();
  117. //
  118. // dataSet2
  119. //
  120. this.dataSet2.DataSetName = "NewDataSet";
  121. this.dataSet2.Tables.AddRange(new System.Data.DataTable[] {
  122. this.dataTable1});
  123. //
  124. // dataTable1
  125. //
  126. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  127. this.dataColumn1,
  128. this.dataColumn2,
  129. this.dataColumn3,
  130. this.dataColumn5,
  131. this.dataColumn6,
  132. this.dataColumn7,
  133. this.dataColumn8,
  134. this.dataColumn9,
  135. this.dataColumn10,
  136. this.dataColumn11,
  137. this.dataColumn12,
  138. this.dataColumn4,
  139. this.dataColumn13,
  140. this.dataColumn14,
  141. this.dataColumn15});
  142. this.dataTable1.TableName = "Table1";
  143. //
  144. // dataColumn1
  145. //
  146. this.dataColumn1.Caption = "钢级\\牌号代码";
  147. this.dataColumn1.ColumnName = "STEELCODE";
  148. //
  149. // dataColumn2
  150. //
  151. this.dataColumn2.Caption = "钢级\\牌号描述";
  152. this.dataColumn2.ColumnName = "STEELNAME";
  153. //
  154. // dataColumn3
  155. //
  156. this.dataColumn3.Caption = "类型\r\n";
  157. this.dataColumn3.ColumnMapping = System.Data.MappingType.Hidden;
  158. this.dataColumn3.ColumnName = "STEELSTYLE";
  159. //
  160. // dataColumn5
  161. //
  162. this.dataColumn5.Caption = "创建人";
  163. this.dataColumn5.ColumnName = "CREATE_NAME";
  164. //
  165. // dataColumn6
  166. //
  167. this.dataColumn6.Caption = "创建时间";
  168. this.dataColumn6.ColumnName = "CREATE_TIME";
  169. //
  170. // dataColumn7
  171. //
  172. this.dataColumn7.Caption = "修改人";
  173. this.dataColumn7.ColumnName = "UPDATE_NAME";
  174. //
  175. // dataColumn8
  176. //
  177. this.dataColumn8.Caption = "修改时间";
  178. this.dataColumn8.ColumnName = "UPDATE_TIME";
  179. //
  180. // dataColumn9
  181. //
  182. this.dataColumn9.Caption = "删除人";
  183. this.dataColumn9.ColumnName = "DELETE_NAME";
  184. //
  185. // dataColumn10
  186. //
  187. this.dataColumn10.Caption = "删除时间";
  188. this.dataColumn10.ColumnName = "DELETE_TIME";
  189. //
  190. // dataColumn11
  191. //
  192. this.dataColumn11.Caption = "有效标志";
  193. this.dataColumn11.ColumnMapping = System.Data.MappingType.Hidden;
  194. this.dataColumn11.ColumnName = "VALIDFLAG";
  195. //
  196. // dataColumn12
  197. //
  198. this.dataColumn12.Caption = "备注";
  199. this.dataColumn12.ColumnName = "MEMO";
  200. //
  201. // dataColumn4
  202. //
  203. this.dataColumn4.Caption = "有效标识";
  204. this.dataColumn4.ColumnName = "VALIDFLAGNAME";
  205. //
  206. // dataColumn13
  207. //
  208. this.dataColumn13.Caption = "类型\r\n";
  209. this.dataColumn13.ColumnName = "STEELSTYLENAME";
  210. //
  211. // FrmBase_Fill_Panel_Fill_Panel_Fill_Panel
  212. //
  213. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Controls.Add(this.ultraGrid2);
  214. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Controls.Add(this.ultraExpandableGroupBox1);
  215. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Controls.Add(this.panel2);
  216. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  217. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  218. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  219. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  220. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Name = "FrmBase_Fill_Panel_Fill_Panel_Fill_Panel";
  221. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(1816, 494);
  222. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.TabIndex = 0;
  223. //
  224. // ultraGrid2
  225. //
  226. this.ultraGrid2.DataMember = "Table1";
  227. this.ultraGrid2.DataSource = this.dataSet2;
  228. appearance1.BackColor = System.Drawing.SystemColors.Window;
  229. appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  230. this.ultraGrid2.DisplayLayout.Appearance = appearance1;
  231. ultraGridColumn1.Header.VisiblePosition = 0;
  232. ultraGridColumn1.Hidden = true;
  233. ultraGridColumn2.Header.VisiblePosition = 1;
  234. ultraGridColumn3.Header.VisiblePosition = 2;
  235. ultraGridColumn3.Hidden = true;
  236. ultraGridColumn4.Header.VisiblePosition = 7;
  237. ultraGridColumn5.Header.VisiblePosition = 8;
  238. ultraGridColumn6.Header.VisiblePosition = 9;
  239. ultraGridColumn7.Header.VisiblePosition = 10;
  240. ultraGridColumn8.Header.VisiblePosition = 11;
  241. ultraGridColumn9.Header.VisiblePosition = 12;
  242. ultraGridColumn10.Header.VisiblePosition = 13;
  243. ultraGridColumn10.Hidden = true;
  244. ultraGridColumn11.Header.VisiblePosition = 6;
  245. ultraGridColumn12.Header.VisiblePosition = 5;
  246. ultraGridColumn13.Header.VisiblePosition = 3;
  247. ultraGridColumn14.Header.VisiblePosition = 14;
  248. ultraGridColumn14.Hidden = true;
  249. ultraGridColumn15.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  250. ultraGridColumn15.Header.VisiblePosition = 4;
  251. ultraGridBand1.Columns.AddRange(new object[] {
  252. ultraGridColumn1,
  253. ultraGridColumn2,
  254. ultraGridColumn3,
  255. ultraGridColumn4,
  256. ultraGridColumn5,
  257. ultraGridColumn6,
  258. ultraGridColumn7,
  259. ultraGridColumn8,
  260. ultraGridColumn9,
  261. ultraGridColumn10,
  262. ultraGridColumn11,
  263. ultraGridColumn12,
  264. ultraGridColumn13,
  265. ultraGridColumn14,
  266. ultraGridColumn15});
  267. ultraGridBand1.Override.SelectedAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
  268. this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  269. this.ultraGrid2.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  270. this.ultraGrid2.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  271. appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder;
  272. appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark;
  273. appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  274. appearance2.BorderColor = System.Drawing.SystemColors.Window;
  275. this.ultraGrid2.DisplayLayout.GroupByBox.Appearance = appearance2;
  276. appearance3.ForeColor = System.Drawing.SystemColors.GrayText;
  277. this.ultraGrid2.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3;
  278. this.ultraGrid2.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  279. appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  280. appearance4.BackColor2 = System.Drawing.SystemColors.Control;
  281. appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  282. appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
  283. this.ultraGrid2.DisplayLayout.GroupByBox.PromptAppearance = appearance4;
  284. this.ultraGrid2.DisplayLayout.MaxColScrollRegions = 1;
  285. this.ultraGrid2.DisplayLayout.MaxRowScrollRegions = 1;
  286. appearance5.BackColor = System.Drawing.SystemColors.Window;
  287. appearance5.ForeColor = System.Drawing.SystemColors.ControlText;
  288. this.ultraGrid2.DisplayLayout.Override.ActiveCellAppearance = appearance5;
  289. appearance6.BackColor = System.Drawing.SystemColors.Highlight;
  290. appearance6.ForeColor = System.Drawing.SystemColors.HighlightText;
  291. this.ultraGrid2.DisplayLayout.Override.ActiveRowAppearance = appearance6;
  292. this.ultraGrid2.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.No;
  293. this.ultraGrid2.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
  294. this.ultraGrid2.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  295. this.ultraGrid2.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  296. appearance7.BackColor = System.Drawing.SystemColors.Window;
  297. this.ultraGrid2.DisplayLayout.Override.CardAreaAppearance = appearance7;
  298. appearance8.BorderColor = System.Drawing.Color.Silver;
  299. appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  300. this.ultraGrid2.DisplayLayout.Override.CellAppearance = appearance8;
  301. this.ultraGrid2.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  302. this.ultraGrid2.DisplayLayout.Override.CellPadding = 0;
  303. appearance9.BackColor = System.Drawing.SystemColors.Control;
  304. appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark;
  305. appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  306. appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  307. appearance9.BorderColor = System.Drawing.SystemColors.Window;
  308. this.ultraGrid2.DisplayLayout.Override.GroupByRowAppearance = appearance9;
  309. appearance10.TextHAlignAsString = "Left";
  310. this.ultraGrid2.DisplayLayout.Override.HeaderAppearance = appearance10;
  311. this.ultraGrid2.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  312. this.ultraGrid2.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  313. appearance11.BackColor = System.Drawing.SystemColors.Window;
  314. appearance11.BorderColor = System.Drawing.Color.Silver;
  315. this.ultraGrid2.DisplayLayout.Override.RowAppearance = appearance11;
  316. this.ultraGrid2.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  317. appearance12.BackColor = System.Drawing.SystemColors.ControlLight;
  318. this.ultraGrid2.DisplayLayout.Override.TemplateAddRowAppearance = appearance12;
  319. this.ultraGrid2.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  320. this.ultraGrid2.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  321. this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  322. this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Fill;
  323. this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.ultraGrid2.Location = new System.Drawing.Point(0, 54);
  325. this.ultraGrid2.Margin = new System.Windows.Forms.Padding(4);
  326. this.ultraGrid2.Name = "ultraGrid2";
  327. this.ultraGrid2.Size = new System.Drawing.Size(1816, 370);
  328. this.ultraGrid2.TabIndex = 2;
  329. this.ultraGrid2.Text = "ultraGrid1";
  330. this.ultraGrid2.AfterRowActivate += new System.EventHandler(this.ultraGrid2_AfterRowActivate);
  331. //
  332. // ultraExpandableGroupBox1
  333. //
  334. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  335. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
  336. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1816, 70);
  337. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 424);
  338. this.ultraExpandableGroupBox1.Margin = new System.Windows.Forms.Padding(4);
  339. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  340. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1816, 70);
  341. this.ultraExpandableGroupBox1.TabIndex = 3;
  342. this.ultraExpandableGroupBox1.Text = "编辑区域";
  343. //
  344. // ultraExpandableGroupBoxPanel1
  345. //
  346. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraComboEditor1);
  347. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel1);
  348. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.cmbGradeType);
  349. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtMemo);
  350. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel6);
  351. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel5);
  352. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.txtName);
  353. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraLabel4);
  354. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  355. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 21);
  356. this.ultraExpandableGroupBoxPanel1.Margin = new System.Windows.Forms.Padding(4);
  357. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  358. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1810, 46);
  359. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  360. //
  361. // cmbGradeType
  362. //
  363. this.cmbGradeType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  364. valueListItem3.DataValue = "1";
  365. valueListItem3.DisplayText = "钢级";
  366. valueListItem4.DataValue = "2";
  367. valueListItem4.DisplayText = "牌号";
  368. this.cmbGradeType.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  369. valueListItem3,
  370. valueListItem4});
  371. this.cmbGradeType.Location = new System.Drawing.Point(363, 7);
  372. this.cmbGradeType.Margin = new System.Windows.Forms.Padding(4);
  373. this.cmbGradeType.Name = "cmbGradeType";
  374. this.cmbGradeType.Size = new System.Drawing.Size(90, 24);
  375. this.cmbGradeType.TabIndex = 5;
  376. //
  377. // txtMemo
  378. //
  379. this.txtMemo.Location = new System.Drawing.Point(687, 4);
  380. this.txtMemo.Margin = new System.Windows.Forms.Padding(4);
  381. this.txtMemo.MaxLength = 100;
  382. this.txtMemo.Multiline = true;
  383. this.txtMemo.Name = "txtMemo";
  384. this.txtMemo.Size = new System.Drawing.Size(318, 26);
  385. this.txtMemo.TabIndex = 6;
  386. //
  387. // ultraLabel6
  388. //
  389. appearance43.TextHAlignAsString = "Center";
  390. appearance43.TextVAlignAsString = "Middle";
  391. this.ultraLabel6.Appearance = appearance43;
  392. this.ultraLabel6.AutoSize = true;
  393. this.ultraLabel6.Location = new System.Drawing.Point(647, 10);
  394. this.ultraLabel6.Margin = new System.Windows.Forms.Padding(4);
  395. this.ultraLabel6.Name = "ultraLabel6";
  396. this.ultraLabel6.Size = new System.Drawing.Size(36, 19);
  397. this.ultraLabel6.TabIndex = 8;
  398. this.ultraLabel6.Text = "备注";
  399. //
  400. // ultraLabel5
  401. //
  402. appearance13.TextHAlignAsString = "Center";
  403. appearance13.TextVAlignAsString = "Middle";
  404. this.ultraLabel5.Appearance = appearance13;
  405. this.ultraLabel5.AutoSize = true;
  406. this.ultraLabel5.Location = new System.Drawing.Point(321, 11);
  407. this.ultraLabel5.Margin = new System.Windows.Forms.Padding(4);
  408. this.ultraLabel5.Name = "ultraLabel5";
  409. this.ultraLabel5.Size = new System.Drawing.Size(36, 19);
  410. this.ultraLabel5.TabIndex = 6;
  411. this.ultraLabel5.Text = "类型";
  412. //
  413. // txtName
  414. //
  415. this.txtName.Location = new System.Drawing.Point(137, 7);
  416. this.txtName.Margin = new System.Windows.Forms.Padding(4);
  417. this.txtName.MaxLength = 50;
  418. this.txtName.Name = "txtName";
  419. this.txtName.Size = new System.Drawing.Size(169, 24);
  420. this.txtName.TabIndex = 4;
  421. //
  422. // ultraLabel4
  423. //
  424. appearance15.TextHAlignAsString = "Center";
  425. appearance15.TextVAlignAsString = "Middle";
  426. this.ultraLabel4.Appearance = appearance15;
  427. this.ultraLabel4.AutoSize = true;
  428. this.ultraLabel4.Location = new System.Drawing.Point(25, 12);
  429. this.ultraLabel4.Margin = new System.Windows.Forms.Padding(4);
  430. this.ultraLabel4.Name = "ultraLabel4";
  431. this.ultraLabel4.Size = new System.Drawing.Size(106, 19);
  432. this.ultraLabel4.TabIndex = 4;
  433. this.ultraLabel4.Text = "钢级\\牌号描述";
  434. //
  435. // panel2
  436. //
  437. this.panel2.Controls.Add(this.ultraCheckEditor1);
  438. this.panel2.Controls.Add(this.chkValid);
  439. this.panel2.Controls.Add(this.txtTitleName);
  440. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  441. this.panel2.Location = new System.Drawing.Point(0, 0);
  442. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  443. this.panel2.Name = "panel2";
  444. this.panel2.Size = new System.Drawing.Size(1816, 54);
  445. this.panel2.TabIndex = 16;
  446. //
  447. // ultraCheckEditor1
  448. //
  449. this.ultraCheckEditor1.AutoSize = true;
  450. this.ultraCheckEditor1.Location = new System.Drawing.Point(31, 18);
  451. this.ultraCheckEditor1.Margin = new System.Windows.Forms.Padding(4);
  452. this.ultraCheckEditor1.Name = "ultraCheckEditor1";
  453. this.ultraCheckEditor1.Size = new System.Drawing.Size(123, 22);
  454. this.ultraCheckEditor1.TabIndex = 2;
  455. this.ultraCheckEditor1.Text = "钢级\\牌号描述";
  456. this.ultraCheckEditor1.CheckedChanged += new System.EventHandler(this.ultraCheckEditor1_CheckedChanged);
  457. //
  458. // chkValid
  459. //
  460. this.chkValid.Location = new System.Drawing.Point(323, 14);
  461. this.chkValid.Margin = new System.Windows.Forms.Padding(4);
  462. this.chkValid.Name = "chkValid";
  463. this.chkValid.Size = new System.Drawing.Size(95, 29);
  464. this.chkValid.TabIndex = 1;
  465. this.chkValid.Text = "包含无效";
  466. //
  467. // txtTitleName
  468. //
  469. this.txtTitleName.Location = new System.Drawing.Point(167, 14);
  470. this.txtTitleName.Margin = new System.Windows.Forms.Padding(4);
  471. this.txtTitleName.MaxLength = 50;
  472. this.txtTitleName.Name = "txtTitleName";
  473. this.txtTitleName.ReadOnly = true;
  474. this.txtTitleName.Size = new System.Drawing.Size(151, 24);
  475. this.txtTitleName.TabIndex = 0;
  476. //
  477. // FrmBase_Fill_Panel_Fill_Panel
  478. //
  479. this.FrmBase_Fill_Panel_Fill_Panel.Controls.Add(this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel);
  480. this.FrmBase_Fill_Panel_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  481. this.FrmBase_Fill_Panel_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  482. this.FrmBase_Fill_Panel_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  483. this.FrmBase_Fill_Panel_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  484. this.FrmBase_Fill_Panel_Fill_Panel.Name = "FrmBase_Fill_Panel_Fill_Panel";
  485. this.FrmBase_Fill_Panel_Fill_Panel.Size = new System.Drawing.Size(1816, 494);
  486. this.FrmBase_Fill_Panel_Fill_Panel.TabIndex = 0;
  487. //
  488. // FrmBase_Fill_Panel
  489. //
  490. this.FrmBase_Fill_Panel.Controls.Add(this.FrmBase_Fill_Panel_Fill_Panel);
  491. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  492. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  493. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  494. this.FrmBase_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  495. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  496. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(1816, 494);
  497. this.FrmBase_Fill_Panel.TabIndex = 3;
  498. //
  499. // dataColumn14
  500. //
  501. this.dataColumn14.ColumnName = "IS_TP";
  502. //
  503. // dataColumn15
  504. //
  505. this.dataColumn15.Caption = "是否TP系列";
  506. this.dataColumn15.ColumnName = "IS_TP_DESC";
  507. //
  508. // ultraComboEditor1
  509. //
  510. this.ultraComboEditor1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  511. valueListItem1.DataValue = "1";
  512. valueListItem1.DisplayText = "是";
  513. valueListItem2.DataValue = "0";
  514. valueListItem2.DisplayText = "否";
  515. this.ultraComboEditor1.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  516. valueListItem1,
  517. valueListItem2});
  518. this.ultraComboEditor1.Location = new System.Drawing.Point(556, 7);
  519. this.ultraComboEditor1.Margin = new System.Windows.Forms.Padding(4);
  520. this.ultraComboEditor1.Name = "ultraComboEditor1";
  521. this.ultraComboEditor1.Size = new System.Drawing.Size(67, 24);
  522. this.ultraComboEditor1.TabIndex = 9;
  523. //
  524. // ultraLabel1
  525. //
  526. appearance42.TextHAlignAsString = "Center";
  527. appearance42.TextVAlignAsString = "Middle";
  528. this.ultraLabel1.Appearance = appearance42;
  529. this.ultraLabel1.AutoSize = true;
  530. this.ultraLabel1.Location = new System.Drawing.Point(469, 11);
  531. this.ultraLabel1.Margin = new System.Windows.Forms.Padding(4);
  532. this.ultraLabel1.Name = "ultraLabel1";
  533. this.ultraLabel1.Size = new System.Drawing.Size(83, 19);
  534. this.ultraLabel1.TabIndex = 10;
  535. this.ultraLabel1.Text = "是否TP系列";
  536. //
  537. // FrmSteelGrade
  538. //
  539. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  540. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  541. this.ClientSize = new System.Drawing.Size(1816, 494);
  542. this.Controls.Add(this.FrmBase_Fill_Panel);
  543. this.Margin = new System.Windows.Forms.Padding(5);
  544. this.Name = "FrmSteelGrade";
  545. this.Text = "钢级\\牌号管理";
  546. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  547. this.Load += new System.EventHandler(this.FrmSteelGrade_Load);
  548. ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
  549. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  550. this.FrmBase_Fill_Panel_Fill_Panel_Fill_Panel.ResumeLayout(false);
  551. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
  552. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  553. this.ultraExpandableGroupBox1.ResumeLayout(false);
  554. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  555. this.ultraExpandableGroupBoxPanel1.PerformLayout();
  556. ((System.ComponentModel.ISupportInitialize)(this.cmbGradeType)).EndInit();
  557. ((System.ComponentModel.ISupportInitialize)(this.txtMemo)).EndInit();
  558. ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
  559. this.panel2.ResumeLayout(false);
  560. this.panel2.PerformLayout();
  561. ((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor1)).EndInit();
  562. ((System.ComponentModel.ISupportInitialize)(this.chkValid)).EndInit();
  563. ((System.ComponentModel.ISupportInitialize)(this.txtTitleName)).EndInit();
  564. this.FrmBase_Fill_Panel_Fill_Panel.ResumeLayout(false);
  565. this.FrmBase_Fill_Panel.ResumeLayout(false);
  566. ((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
  567. this.ResumeLayout(false);
  568. }
  569. #endregion
  570. private System.Data.DataSet dataSet2;
  571. private System.Data.DataTable dataTable1;
  572. private System.Data.DataColumn dataColumn1;
  573. private System.Data.DataColumn dataColumn2;
  574. private System.Data.DataColumn dataColumn3;
  575. private System.Data.DataColumn dataColumn5;
  576. private System.Data.DataColumn dataColumn6;
  577. private System.Data.DataColumn dataColumn7;
  578. private System.Data.DataColumn dataColumn8;
  579. private System.Data.DataColumn dataColumn9;
  580. private System.Data.DataColumn dataColumn10;
  581. private System.Data.DataColumn dataColumn11;
  582. private System.Data.DataColumn dataColumn12;
  583. private System.Windows.Forms.Panel FrmBase_Fill_Panel_Fill_Panel_Fill_Panel;
  584. private System.Windows.Forms.Panel FrmBase_Fill_Panel_Fill_Panel;
  585. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  586. private System.Windows.Forms.Panel panel2;
  587. private Infragistics.Win.UltraWinEditors.UltraCheckEditor chkValid;
  588. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtTitleName;
  589. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  590. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  591. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtMemo;
  592. private Infragistics.Win.Misc.UltraLabel ultraLabel6;
  593. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  594. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtName;
  595. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  596. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
  597. private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbGradeType;
  598. private System.Data.DataColumn dataColumn4;
  599. private System.Data.DataColumn dataColumn13;
  600. private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor1;
  601. private System.Data.DataColumn dataColumn14;
  602. private System.Data.DataColumn dataColumn15;
  603. private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
  604. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  605. }
  606. }