FrmBaseCheckStdSteelBoundary.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. namespace Core.StlMes.Client.Lims.Data.PipeAndOutdec
  2. {
  3. partial class FrmBaseCheckStdSteelBoundary
  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. this.components = new System.ComponentModel.Container();
  29. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("BaseChemStdsteelBoundaryEntity", -1);
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Id");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Element");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Produccode");
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Producname");
  35. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RevisedValue");
  36. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BoundaryValue");
  37. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Remark");
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UserName");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UserTime");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateName");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UpdateTime");
  42. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  45. Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  47. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance();
  49. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  50. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  51. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  52. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  53. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  54. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  55. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  56. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  57. this.BaseChemStdsteelBoundaryEntitybindingSource = new System.Windows.Forms.BindingSource(this.components);
  58. this.txtRemark = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  59. this.txtProduce = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  60. this.txtBound = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  61. this.txtRevised = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  62. this.txtElement = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  63. this.ultraLabel5 = new Infragistics.Win.Misc.UltraLabel();
  64. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  65. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  66. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  67. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  68. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  69. this.splitContainer1.Panel1.SuspendLayout();
  70. this.splitContainer1.Panel2.SuspendLayout();
  71. this.splitContainer1.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.BaseChemStdsteelBoundaryEntitybindingSource)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.txtRemark)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.txtProduce)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.txtBound)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.txtRevised)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.txtElement)).BeginInit();
  79. this.SuspendLayout();
  80. //
  81. // splitContainer1
  82. //
  83. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  85. this.splitContainer1.Name = "splitContainer1";
  86. //
  87. // splitContainer1.Panel1
  88. //
  89. this.splitContainer1.Panel1.Controls.Add(this.ultraGrid1);
  90. //
  91. // splitContainer1.Panel2
  92. //
  93. this.splitContainer1.Panel2.Controls.Add(this.txtRemark);
  94. this.splitContainer1.Panel2.Controls.Add(this.txtProduce);
  95. this.splitContainer1.Panel2.Controls.Add(this.txtBound);
  96. this.splitContainer1.Panel2.Controls.Add(this.txtRevised);
  97. this.splitContainer1.Panel2.Controls.Add(this.txtElement);
  98. this.splitContainer1.Panel2.Controls.Add(this.ultraLabel5);
  99. this.splitContainer1.Panel2.Controls.Add(this.ultraLabel4);
  100. this.splitContainer1.Panel2.Controls.Add(this.ultraLabel3);
  101. this.splitContainer1.Panel2.Controls.Add(this.ultraLabel2);
  102. this.splitContainer1.Panel2.Controls.Add(this.ultraLabel1);
  103. this.splitContainer1.Size = new System.Drawing.Size(890, 456);
  104. this.splitContainer1.SplitterDistance = 685;
  105. this.splitContainer1.TabIndex = 0;
  106. //
  107. // ultraGrid1
  108. //
  109. this.ultraGrid1.DataSource = this.BaseChemStdsteelBoundaryEntitybindingSource;
  110. appearance13.BackColor = System.Drawing.SystemColors.Window;
  111. appearance13.BorderColor = System.Drawing.SystemColors.InactiveCaption;
  112. this.ultraGrid1.DisplayLayout.Appearance = appearance13;
  113. ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  114. ultraGridColumn1.Header.VisiblePosition = 0;
  115. ultraGridColumn1.Hidden = true;
  116. ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  117. ultraGridColumn2.Header.VisiblePosition = 1;
  118. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(86, 0);
  119. ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  120. ultraGridColumn3.Header.VisiblePosition = 2;
  121. ultraGridColumn3.Hidden = true;
  122. ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  123. ultraGridColumn4.Header.VisiblePosition = 3;
  124. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  125. ultraGridColumn5.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  126. ultraGridColumn5.Header.VisiblePosition = 4;
  127. ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(88, 0);
  128. ultraGridColumn6.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  129. ultraGridColumn6.Header.VisiblePosition = 5;
  130. ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(91, 0);
  131. ultraGridColumn7.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  132. ultraGridColumn7.Header.VisiblePosition = 6;
  133. ultraGridColumn7.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(129, 0);
  134. ultraGridColumn8.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  135. ultraGridColumn8.Header.VisiblePosition = 7;
  136. ultraGridColumn8.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(93, 0);
  137. ultraGridColumn9.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  138. ultraGridColumn9.Header.VisiblePosition = 8;
  139. ultraGridColumn9.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(94, 0);
  140. ultraGridColumn10.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  141. ultraGridColumn10.Header.VisiblePosition = 9;
  142. ultraGridColumn10.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(95, 0);
  143. ultraGridColumn11.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
  144. ultraGridColumn11.Header.VisiblePosition = 10;
  145. ultraGridColumn11.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  146. ultraGridBand1.Columns.AddRange(new object[] {
  147. ultraGridColumn1,
  148. ultraGridColumn2,
  149. ultraGridColumn3,
  150. ultraGridColumn4,
  151. ultraGridColumn5,
  152. ultraGridColumn6,
  153. ultraGridColumn7,
  154. ultraGridColumn8,
  155. ultraGridColumn9,
  156. ultraGridColumn10,
  157. ultraGridColumn11});
  158. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  159. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  160. this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  161. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  162. appearance14.BackColor = System.Drawing.SystemColors.ActiveBorder;
  163. appearance14.BackColor2 = System.Drawing.SystemColors.ControlDark;
  164. appearance14.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
  165. appearance14.BorderColor = System.Drawing.SystemColors.Window;
  166. this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance14;
  167. appearance16.ForeColor = System.Drawing.SystemColors.GrayText;
  168. this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance16;
  169. this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  170. appearance15.BackColor = System.Drawing.SystemColors.ControlLightLight;
  171. appearance15.BackColor2 = System.Drawing.SystemColors.Control;
  172. appearance15.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  173. appearance15.ForeColor = System.Drawing.SystemColors.GrayText;
  174. this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance15;
  175. this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
  176. this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
  177. appearance19.BackColor = System.Drawing.SystemColors.Window;
  178. appearance19.ForeColor = System.Drawing.SystemColors.ControlText;
  179. this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance19;
  180. appearance22.BackColor = System.Drawing.SystemColors.Highlight;
  181. appearance22.ForeColor = System.Drawing.SystemColors.HighlightText;
  182. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance22;
  183. this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
  184. this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
  185. appearance24.BackColor = System.Drawing.SystemColors.Window;
  186. this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance24;
  187. appearance20.BorderColor = System.Drawing.Color.Silver;
  188. appearance20.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
  189. this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance20;
  190. this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  191. this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
  192. appearance18.BackColor = System.Drawing.SystemColors.Control;
  193. appearance18.BackColor2 = System.Drawing.SystemColors.ControlDark;
  194. appearance18.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
  195. appearance18.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
  196. appearance18.BorderColor = System.Drawing.SystemColors.Window;
  197. this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance18;
  198. appearance17.TextHAlignAsString = "Left";
  199. this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance17;
  200. this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
  201. this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
  202. appearance23.BackColor = System.Drawing.SystemColors.Window;
  203. appearance23.BorderColor = System.Drawing.Color.Silver;
  204. this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance23;
  205. this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
  206. appearance21.BackColor = System.Drawing.SystemColors.ControlLight;
  207. this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance21;
  208. this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
  209. this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
  210. this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
  211. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  212. this.ultraGrid1.Location = new System.Drawing.Point(0, 0);
  213. this.ultraGrid1.Name = "ultraGrid1";
  214. this.ultraGrid1.Size = new System.Drawing.Size(685, 456);
  215. this.ultraGrid1.TabIndex = 0;
  216. this.ultraGrid1.Text = "ultraGrid1";
  217. this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
  218. //
  219. // BaseChemStdsteelBoundaryEntitybindingSource
  220. //
  221. this.BaseChemStdsteelBoundaryEntitybindingSource.DataSource = typeof(Core.StlMes.Client.Lims.Data.PipeAndOutdec.BaseChemStdsteelBoundaryEntity);
  222. //
  223. // txtRemark
  224. //
  225. this.txtRemark.Location = new System.Drawing.Point(49, 186);
  226. this.txtRemark.Multiline = true;
  227. this.txtRemark.Name = "txtRemark";
  228. this.txtRemark.Size = new System.Drawing.Size(100, 226);
  229. this.txtRemark.TabIndex = 9;
  230. //
  231. // txtProduce
  232. //
  233. valueListItem1.DataValue = "不锈钢";
  234. valueListItem1.DisplayText = "不锈钢";
  235. valueListItem2.DataValue = "低合金钢";
  236. valueListItem2.DisplayText = "低合金钢";
  237. this.txtProduce.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  238. valueListItem1,
  239. valueListItem2});
  240. this.txtProduce.Location = new System.Drawing.Point(49, 65);
  241. this.txtProduce.Name = "txtProduce";
  242. this.txtProduce.Size = new System.Drawing.Size(100, 21);
  243. this.txtProduce.TabIndex = 8;
  244. //
  245. // txtBound
  246. //
  247. this.txtBound.Location = new System.Drawing.Point(49, 129);
  248. this.txtBound.Name = "txtBound";
  249. this.txtBound.Size = new System.Drawing.Size(100, 21);
  250. this.txtBound.TabIndex = 7;
  251. //
  252. // txtRevised
  253. //
  254. this.txtRevised.Location = new System.Drawing.Point(49, 98);
  255. this.txtRevised.Name = "txtRevised";
  256. this.txtRevised.Size = new System.Drawing.Size(100, 21);
  257. this.txtRevised.TabIndex = 6;
  258. //
  259. // txtElement
  260. //
  261. this.txtElement.Location = new System.Drawing.Point(49, 33);
  262. this.txtElement.Name = "txtElement";
  263. this.txtElement.Size = new System.Drawing.Size(100, 21);
  264. this.txtElement.TabIndex = 5;
  265. //
  266. // ultraLabel5
  267. //
  268. this.ultraLabel5.Location = new System.Drawing.Point(18, 165);
  269. this.ultraLabel5.Name = "ultraLabel5";
  270. this.ultraLabel5.Size = new System.Drawing.Size(32, 23);
  271. this.ultraLabel5.TabIndex = 4;
  272. this.ultraLabel5.Text = "备注";
  273. //
  274. // ultraLabel4
  275. //
  276. this.ultraLabel4.Location = new System.Drawing.Point(10, 133);
  277. this.ultraLabel4.Name = "ultraLabel4";
  278. this.ultraLabel4.Size = new System.Drawing.Size(45, 23);
  279. this.ultraLabel4.TabIndex = 3;
  280. this.ultraLabel4.Text = "界限值";
  281. //
  282. // ultraLabel3
  283. //
  284. this.ultraLabel3.Location = new System.Drawing.Point(20, 103);
  285. this.ultraLabel3.Name = "ultraLabel3";
  286. this.ultraLabel3.Size = new System.Drawing.Size(32, 23);
  287. this.ultraLabel3.TabIndex = 2;
  288. this.ultraLabel3.Text = "含量";
  289. //
  290. // ultraLabel2
  291. //
  292. this.ultraLabel2.Location = new System.Drawing.Point(20, 69);
  293. this.ultraLabel2.Name = "ultraLabel2";
  294. this.ultraLabel2.Size = new System.Drawing.Size(32, 21);
  295. this.ultraLabel2.TabIndex = 1;
  296. this.ultraLabel2.Text = "品名";
  297. //
  298. // ultraLabel1
  299. //
  300. this.ultraLabel1.Location = new System.Drawing.Point(20, 37);
  301. this.ultraLabel1.Name = "ultraLabel1";
  302. this.ultraLabel1.Size = new System.Drawing.Size(32, 23);
  303. this.ultraLabel1.TabIndex = 0;
  304. this.ultraLabel1.Text = "元素";
  305. //
  306. // FrmBaseCheckStdSteelBoundary
  307. //
  308. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  309. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  310. this.ClientSize = new System.Drawing.Size(890, 456);
  311. this.Controls.Add(this.splitContainer1);
  312. this.Name = "FrmBaseCheckStdSteelBoundary";
  313. this.Text = "标钢修约值界限值维护";
  314. this.Load += new System.EventHandler(this.FrmBaseCheckStdSteelBoundary_Load);
  315. this.splitContainer1.Panel1.ResumeLayout(false);
  316. this.splitContainer1.Panel2.ResumeLayout(false);
  317. this.splitContainer1.Panel2.PerformLayout();
  318. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  319. this.splitContainer1.ResumeLayout(false);
  320. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  321. ((System.ComponentModel.ISupportInitialize)(this.BaseChemStdsteelBoundaryEntitybindingSource)).EndInit();
  322. ((System.ComponentModel.ISupportInitialize)(this.txtRemark)).EndInit();
  323. ((System.ComponentModel.ISupportInitialize)(this.txtProduce)).EndInit();
  324. ((System.ComponentModel.ISupportInitialize)(this.txtBound)).EndInit();
  325. ((System.ComponentModel.ISupportInitialize)(this.txtRevised)).EndInit();
  326. ((System.ComponentModel.ISupportInitialize)(this.txtElement)).EndInit();
  327. this.ResumeLayout(false);
  328. }
  329. #endregion
  330. private System.Windows.Forms.SplitContainer splitContainer1;
  331. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  332. private System.Windows.Forms.BindingSource BaseChemStdsteelBoundaryEntitybindingSource;
  333. private Infragistics.Win.UltraWinEditors.UltraComboEditor txtProduce;
  334. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtBound;
  335. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtRevised;
  336. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtElement;
  337. private Infragistics.Win.Misc.UltraLabel ultraLabel5;
  338. private Infragistics.Win.Misc.UltraLabel ultraLabel4;
  339. private Infragistics.Win.Misc.UltraLabel ultraLabel3;
  340. private Infragistics.Win.Misc.UltraLabel ultraLabel2;
  341. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  342. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtRemark;
  343. }
  344. }