UIF041040.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. namespace Core.LZMes.Client.UIF
  2. {
  3. partial class UIF041040
  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 appearance37 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance30 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("TBF02_ROLL_STD", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PLT");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MINI");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MAXI");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CTRL_SLAB_CNT");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REG_DTIME");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("REG_ID");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MOD_DTIME");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MOD_ID");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BZ", 0);
  40. Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
  41. Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
  44. this.panel1 = new System.Windows.Forms.Panel();
  45. this.panel2 = new System.Windows.Forms.Panel();
  46. this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
  47. this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
  48. this.panel4 = new System.Windows.Forms.Panel();
  49. this.cmb_PLTName = new Infragistics.Win.UltraWinGrid.UltraCombo();
  50. this.txt_Maxi = new System.Windows.Forms.MaskedTextBox();
  51. this.txt_Mini = new System.Windows.Forms.MaskedTextBox();
  52. this.label8 = new System.Windows.Forms.Label();
  53. this.label7 = new System.Windows.Forms.Label();
  54. this.label6 = new System.Windows.Forms.Label();
  55. this.panel3 = new System.Windows.Forms.Panel();
  56. this.ugrd_RollLen = new Infragistics.Win.UltraWinGrid.UltraGrid();
  57. this.dataSet1 = new System.Data.DataSet();
  58. this.dataTable1 = new System.Data.DataTable();
  59. this.dataColumn1 = new System.Data.DataColumn();
  60. this.dataColumn2 = new System.Data.DataColumn();
  61. this.dataColumn3 = new System.Data.DataColumn();
  62. this.dataColumn4 = new System.Data.DataColumn();
  63. this.dataColumn5 = new System.Data.DataColumn();
  64. this.dataColumn6 = new System.Data.DataColumn();
  65. this.dataColumn7 = new System.Data.DataColumn();
  66. this.dataColumn8 = new System.Data.DataColumn();
  67. this.dataTable2 = new System.Data.DataTable();
  68. this.dataColumn9 = new System.Data.DataColumn();
  69. this.dataColumn10 = new System.Data.DataColumn();
  70. this.panel2.SuspendLayout();
  71. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
  72. this.ultraExpandableGroupBox1.SuspendLayout();
  73. this.ultraExpandableGroupBoxPanel1.SuspendLayout();
  74. this.panel4.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.cmb_PLTName)).BeginInit();
  76. this.panel3.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.ugrd_RollLen)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
  81. this.SuspendLayout();
  82. //
  83. // panel1
  84. //
  85. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  86. this.panel1.Location = new System.Drawing.Point(0, 0);
  87. this.panel1.Name = "panel1";
  88. this.panel1.Size = new System.Drawing.Size(1012, 0);
  89. this.panel1.TabIndex = 0;
  90. //
  91. // panel2
  92. //
  93. this.panel2.Controls.Add(this.ultraExpandableGroupBox1);
  94. this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
  95. this.panel2.Location = new System.Drawing.Point(0, 637);
  96. this.panel2.Name = "panel2";
  97. this.panel2.Size = new System.Drawing.Size(1012, 85);
  98. this.panel2.TabIndex = 1;
  99. //
  100. // ultraExpandableGroupBox1
  101. //
  102. appearance37.BackColor = System.Drawing.Color.Gainsboro;
  103. this.ultraExpandableGroupBox1.ContentAreaAppearance = appearance37;
  104. this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
  105. this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1012, 85);
  107. this.ultraExpandableGroupBox1.HeaderClickAction = Infragistics.Win.Misc.GroupBoxHeaderClickAction.ToggleExpansion;
  108. this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(0, 0);
  109. this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
  110. this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1012, 85);
  111. this.ultraExpandableGroupBox1.TabIndex = 6;
  112. this.ultraExpandableGroupBox1.Text = "编辑区域";
  113. this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
  114. //
  115. // ultraExpandableGroupBoxPanel1
  116. //
  117. this.ultraExpandableGroupBoxPanel1.Controls.Add(this.panel4);
  118. this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
  120. this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
  121. this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1008, 63);
  122. this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
  123. //
  124. // panel4
  125. //
  126. this.panel4.Controls.Add(this.cmb_PLTName);
  127. this.panel4.Controls.Add(this.txt_Maxi);
  128. this.panel4.Controls.Add(this.txt_Mini);
  129. this.panel4.Controls.Add(this.label8);
  130. this.panel4.Controls.Add(this.label7);
  131. this.panel4.Controls.Add(this.label6);
  132. this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
  133. this.panel4.Location = new System.Drawing.Point(0, 0);
  134. this.panel4.Name = "panel4";
  135. this.panel4.Size = new System.Drawing.Size(1008, 63);
  136. this.panel4.TabIndex = 0;
  137. //
  138. // cmb_PLTName
  139. //
  140. appearance30.BorderColor = System.Drawing.Color.Black;
  141. this.cmb_PLTName.Appearance = appearance30;
  142. this.cmb_PLTName.CheckedListSettings.CheckStateMember = "";
  143. this.cmb_PLTName.DisplayLayout.MaxColScrollRegions = 1;
  144. this.cmb_PLTName.DisplayLayout.MaxRowScrollRegions = 1;
  145. this.cmb_PLTName.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  146. this.cmb_PLTName.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  147. this.cmb_PLTName.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  148. this.cmb_PLTName.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  149. this.cmb_PLTName.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  150. this.cmb_PLTName.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.VisualStudio2005;
  151. this.cmb_PLTName.DropDownStyle = Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList;
  152. this.cmb_PLTName.Location = new System.Drawing.Point(100, 20);
  153. this.cmb_PLTName.Name = "cmb_PLTName";
  154. this.cmb_PLTName.Size = new System.Drawing.Size(110, 22);
  155. this.cmb_PLTName.TabIndex = 13;
  156. //
  157. // txt_Maxi
  158. //
  159. this.txt_Maxi.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  160. this.txt_Maxi.Location = new System.Drawing.Point(485, 20);
  161. this.txt_Maxi.Mask = "9999999";
  162. this.txt_Maxi.Name = "txt_Maxi";
  163. this.txt_Maxi.Size = new System.Drawing.Size(110, 21);
  164. this.txt_Maxi.TabIndex = 12;
  165. //
  166. // txt_Mini
  167. //
  168. this.txt_Mini.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  169. this.txt_Mini.Location = new System.Drawing.Point(293, 20);
  170. this.txt_Mini.Mask = "9999999";
  171. this.txt_Mini.Name = "txt_Mini";
  172. this.txt_Mini.Size = new System.Drawing.Size(110, 21);
  173. this.txt_Mini.TabIndex = 11;
  174. //
  175. // label8
  176. //
  177. this.label8.BackColor = System.Drawing.Color.LightBlue;
  178. this.label8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  179. this.label8.Location = new System.Drawing.Point(414, 20);
  180. this.label8.Name = "label8";
  181. this.label8.Size = new System.Drawing.Size(70, 21);
  182. this.label8.TabIndex = 8;
  183. this.label8.Text = "上限值(<)";
  184. this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  185. //
  186. // label7
  187. //
  188. this.label7.BackColor = System.Drawing.Color.LightBlue;
  189. this.label7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  190. this.label7.Location = new System.Drawing.Point(221, 20);
  191. this.label7.Name = "label7";
  192. this.label7.Size = new System.Drawing.Size(70, 21);
  193. this.label7.TabIndex = 6;
  194. this.label7.Text = "下限值(≥)";
  195. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  196. //
  197. // label6
  198. //
  199. this.label6.BackColor = System.Drawing.Color.LightBlue;
  200. this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  201. this.label6.Location = new System.Drawing.Point(28, 20);
  202. this.label6.Name = "label6";
  203. this.label6.Size = new System.Drawing.Size(70, 21);
  204. this.label6.TabIndex = 4;
  205. this.label6.Text = "生产单位";
  206. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  207. //
  208. // panel3
  209. //
  210. this.panel3.Controls.Add(this.ugrd_RollLen);
  211. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  212. this.panel3.Location = new System.Drawing.Point(0, 0);
  213. this.panel3.Name = "panel3";
  214. this.panel3.Size = new System.Drawing.Size(1012, 637);
  215. this.panel3.TabIndex = 2;
  216. //
  217. // ugrd_RollLen
  218. //
  219. this.ugrd_RollLen.DataSource = this.dataSet1;
  220. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  221. ultraGridColumn1.Header.VisiblePosition = 0;
  222. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  223. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  224. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 18);
  225. ultraGridColumn1.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  226. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  227. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 4;
  228. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  229. ultraGridColumn2.Header.VisiblePosition = 1;
  230. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
  231. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 2;
  232. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 18);
  233. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  234. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  235. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  236. ultraGridColumn3.Header.VisiblePosition = 2;
  237. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  238. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 2;
  239. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 18);
  240. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  241. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  242. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  243. ultraGridColumn4.Header.VisiblePosition = 3;
  244. ultraGridColumn4.Hidden = true;
  245. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  246. ultraGridColumn5.Header.VisiblePosition = 4;
  247. ultraGridColumn5.RowLayoutColumnInfo.OriginX = 6;
  248. ultraGridColumn5.RowLayoutColumnInfo.OriginY = 0;
  249. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 18);
  250. ultraGridColumn5.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  251. ultraGridColumn5.RowLayoutColumnInfo.SpanX = 2;
  252. ultraGridColumn5.RowLayoutColumnInfo.SpanY = 4;
  253. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  254. ultraGridColumn6.Header.VisiblePosition = 5;
  255. ultraGridColumn6.RowLayoutColumnInfo.OriginX = 8;
  256. ultraGridColumn6.RowLayoutColumnInfo.OriginY = 0;
  257. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 18);
  258. ultraGridColumn6.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  259. ultraGridColumn6.RowLayoutColumnInfo.SpanX = 2;
  260. ultraGridColumn6.RowLayoutColumnInfo.SpanY = 4;
  261. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  262. ultraGridColumn7.Header.VisiblePosition = 6;
  263. ultraGridColumn7.RowLayoutColumnInfo.OriginX = 10;
  264. ultraGridColumn7.RowLayoutColumnInfo.OriginY = 0;
  265. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 18);
  266. ultraGridColumn7.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  267. ultraGridColumn7.RowLayoutColumnInfo.SpanX = 2;
  268. ultraGridColumn7.RowLayoutColumnInfo.SpanY = 4;
  269. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  270. ultraGridColumn8.Header.VisiblePosition = 7;
  271. ultraGridColumn8.RowLayoutColumnInfo.OriginX = 12;
  272. ultraGridColumn8.RowLayoutColumnInfo.OriginY = 0;
  273. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(0, 18);
  274. ultraGridColumn8.RowLayoutColumnInfo.PreferredLabelSize = new System.Drawing.Size(0, 44);
  275. ultraGridColumn8.RowLayoutColumnInfo.SpanX = 2;
  276. ultraGridColumn8.RowLayoutColumnInfo.SpanY = 4;
  277. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  278. ultraGridColumn9.Header.Caption = "编制";
  279. ultraGridColumn9.Header.VisiblePosition = 8;
  280. ultraGridColumn9.RowLayoutColumnInfo.LabelPosition = Infragistics.Win.UltraWinGrid.LabelPosition.LabelOnly;
  281. ultraGridColumn9.RowLayoutColumnInfo.OriginX = 2;
  282. ultraGridColumn9.RowLayoutColumnInfo.OriginY = 0;
  283. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(203, 0);
  284. ultraGridColumn9.RowLayoutColumnInfo.SpanX = 4;
  285. ultraGridColumn9.RowLayoutColumnInfo.SpanY = 2;
  286. ultraGridBand1.Columns.AddRange(new object[] {
  287. ultraGridColumn1,
  288. ultraGridColumn2,
  289. ultraGridColumn3,
  290. ultraGridColumn4,
  291. ultraGridColumn5,
  292. ultraGridColumn6,
  293. ultraGridColumn7,
  294. ultraGridColumn8,
  295. ultraGridColumn9});
  296. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  297. this.ugrd_RollLen.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  298. this.ugrd_RollLen.DisplayLayout.MaxColScrollRegions = 1;
  299. this.ugrd_RollLen.DisplayLayout.MaxRowScrollRegions = 1;
  300. this.ugrd_RollLen.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
  301. appearance34.BackColor = System.Drawing.Color.GhostWhite;
  302. this.ugrd_RollLen.DisplayLayout.Override.CellAppearance = appearance34;
  303. this.ugrd_RollLen.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.RowSelect;
  304. this.ugrd_RollLen.DisplayLayout.Override.FilterUIType = Infragistics.Win.UltraWinGrid.FilterUIType.HeaderIcons;
  305. appearance31.BackColor = System.Drawing.Color.LightSteelBlue;
  306. this.ugrd_RollLen.DisplayLayout.Override.HeaderAppearance = appearance31;
  307. this.ugrd_RollLen.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  308. this.ugrd_RollLen.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
  309. appearance33.BackColor = System.Drawing.Color.LightSteelBlue;
  310. this.ugrd_RollLen.DisplayLayout.Override.RowSelectorAppearance = appearance33;
  311. appearance32.BackColor = System.Drawing.Color.LightSteelBlue;
  312. this.ugrd_RollLen.DisplayLayout.Override.RowSelectorHeaderAppearance = appearance32;
  313. this.ugrd_RollLen.DisplayLayout.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.RowIndex;
  314. this.ugrd_RollLen.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
  315. this.ugrd_RollLen.DisplayLayout.Override.RowSelectorStyle = Infragistics.Win.HeaderStyle.Standard;
  316. this.ugrd_RollLen.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  317. this.ugrd_RollLen.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  318. this.ugrd_RollLen.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  319. this.ugrd_RollLen.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  320. this.ugrd_RollLen.Dock = System.Windows.Forms.DockStyle.Fill;
  321. this.ugrd_RollLen.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.ugrd_RollLen.Location = new System.Drawing.Point(0, 0);
  323. this.ugrd_RollLen.Name = "ugrd_RollLen";
  324. this.ugrd_RollLen.Size = new System.Drawing.Size(1012, 637);
  325. this.ugrd_RollLen.TabIndex = 2;
  326. this.ugrd_RollLen.AfterRowActivate += new System.EventHandler(this.ugrd_RollLen_AfterRowActivate);
  327. //
  328. // dataSet1
  329. //
  330. this.dataSet1.DataSetName = "NewDataSet";
  331. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  332. this.dataTable1,
  333. this.dataTable2});
  334. //
  335. // dataTable1
  336. //
  337. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  338. this.dataColumn1,
  339. this.dataColumn2,
  340. this.dataColumn3,
  341. this.dataColumn4,
  342. this.dataColumn5,
  343. this.dataColumn6,
  344. this.dataColumn7,
  345. this.dataColumn8});
  346. this.dataTable1.TableName = "TBF02_ROLL_STD";
  347. //
  348. // dataColumn1
  349. //
  350. this.dataColumn1.Caption = "生产单位";
  351. this.dataColumn1.ColumnName = "PLT";
  352. //
  353. // dataColumn2
  354. //
  355. this.dataColumn2.Caption = "下限";
  356. this.dataColumn2.ColumnName = "MINI";
  357. this.dataColumn2.DataType = typeof(decimal);
  358. //
  359. // dataColumn3
  360. //
  361. this.dataColumn3.Caption = "上限";
  362. this.dataColumn3.ColumnName = "MAXI";
  363. this.dataColumn3.DataType = typeof(decimal);
  364. //
  365. // dataColumn4
  366. //
  367. this.dataColumn4.Caption = "烫辊材板坯数";
  368. this.dataColumn4.ColumnName = "CTRL_SLAB_CNT";
  369. this.dataColumn4.DataType = typeof(decimal);
  370. //
  371. // dataColumn5
  372. //
  373. this.dataColumn5.Caption = "录入时间";
  374. this.dataColumn5.ColumnName = "REG_DTIME";
  375. //
  376. // dataColumn6
  377. //
  378. this.dataColumn6.Caption = "录入人";
  379. this.dataColumn6.ColumnName = "REG_ID";
  380. //
  381. // dataColumn7
  382. //
  383. this.dataColumn7.Caption = "修改时间";
  384. this.dataColumn7.ColumnName = "MOD_DTIME";
  385. //
  386. // dataColumn8
  387. //
  388. this.dataColumn8.Caption = "修改人";
  389. this.dataColumn8.ColumnName = "MOD_ID";
  390. //
  391. // dataTable2
  392. //
  393. this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
  394. this.dataColumn9,
  395. this.dataColumn10});
  396. this.dataTable2.TableName = "TBZ00_COMMCD";
  397. //
  398. // dataColumn9
  399. //
  400. this.dataColumn9.ColumnName = "SM_CD";
  401. //
  402. // dataColumn10
  403. //
  404. this.dataColumn10.ColumnName = "SM_CFNM";
  405. //
  406. // UIF041040
  407. //
  408. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  409. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  410. this.ClientSize = new System.Drawing.Size(1012, 722);
  411. this.Controls.Add(this.panel3);
  412. this.Controls.Add(this.panel2);
  413. this.Controls.Add(this.panel1);
  414. this.Name = "UIF041040";
  415. this.Text = "轧辊单位编制量标准";
  416. this.Load += new System.EventHandler(this.UIF041040_Load);
  417. this.panel2.ResumeLayout(false);
  418. ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
  419. this.ultraExpandableGroupBox1.ResumeLayout(false);
  420. this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
  421. this.panel4.ResumeLayout(false);
  422. this.panel4.PerformLayout();
  423. ((System.ComponentModel.ISupportInitialize)(this.cmb_PLTName)).EndInit();
  424. this.panel3.ResumeLayout(false);
  425. ((System.ComponentModel.ISupportInitialize)(this.ugrd_RollLen)).EndInit();
  426. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  427. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  428. ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
  429. this.ResumeLayout(false);
  430. }
  431. #endregion
  432. private System.Windows.Forms.Panel panel1;
  433. private System.Windows.Forms.Panel panel2;
  434. private System.Windows.Forms.Panel panel3;
  435. private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
  436. private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
  437. private System.Windows.Forms.Panel panel4;
  438. private Infragistics.Win.UltraWinGrid.UltraCombo cmb_PLTName;
  439. private System.Windows.Forms.MaskedTextBox txt_Maxi;
  440. private System.Windows.Forms.MaskedTextBox txt_Mini;
  441. private System.Windows.Forms.Label label8;
  442. private System.Windows.Forms.Label label7;
  443. private System.Windows.Forms.Label label6;
  444. private Infragistics.Win.UltraWinGrid.UltraGrid ugrd_RollLen;
  445. private System.Data.DataSet dataSet1;
  446. private System.Data.DataTable dataTable1;
  447. private System.Data.DataColumn dataColumn1;
  448. private System.Data.DataColumn dataColumn2;
  449. private System.Data.DataColumn dataColumn3;
  450. private System.Data.DataColumn dataColumn4;
  451. private System.Data.DataColumn dataColumn5;
  452. private System.Data.DataColumn dataColumn6;
  453. private System.Data.DataColumn dataColumn7;
  454. private System.Data.DataColumn dataColumn8;
  455. private System.Data.DataTable dataTable2;
  456. private System.Data.DataColumn dataColumn9;
  457. private System.Data.DataColumn dataColumn10;
  458. }
  459. }