MeasureData.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. namespace Core.StlMes.Client.Mcp.Control
  2. {
  3. partial class MeasureData
  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.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  29. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
  30. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
  32. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MeasureData));
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  35. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  36. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("MchLenWeightEntity", -1);
  38. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Chk");
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ActLen");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ActWeight");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ActCount");
  42. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
  45. this.panel1 = new System.Windows.Forms.Panel();
  46. this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
  47. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  48. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager();
  49. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  50. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  51. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  52. this.FrmScrap_Fill_Panel = new System.Windows.Forms.Panel();
  53. this.ugbMain = new Infragistics.Win.Misc.UltraGroupBox();
  54. this.ultraGridDetailDes1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  55. this.mchLenWeightEntityBindingSource = new System.Windows.Forms.BindingSource();
  56. this.panel1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  58. this.FrmScrap_Fill_Panel.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.ugbMain)).BeginInit();
  60. this.ugbMain.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.ultraGridDetailDes1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.mchLenWeightEntityBindingSource)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // panel1
  66. //
  67. this.panel1.Controls.Add(this.panel1_Fill_Panel);
  68. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  69. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  70. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  71. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  72. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  73. this.panel1.Location = new System.Drawing.Point(0, 0);
  74. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  75. this.panel1.Name = "panel1";
  76. this.panel1.Size = new System.Drawing.Size(503, 32);
  77. this.panel1.TabIndex = 0;
  78. //
  79. // panel1_Fill_Panel
  80. //
  81. this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  82. this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 31);
  84. this.panel1_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  85. this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
  86. this.panel1_Fill_Panel.Size = new System.Drawing.Size(503, 1);
  87. this.panel1_Fill_Panel.TabIndex = 0;
  88. //
  89. // _panel1_Toolbars_Dock_Area_Left
  90. //
  91. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  92. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  93. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  94. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  95. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 31);
  96. this._panel1_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4);
  97. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  98. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 1);
  99. this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  100. //
  101. // ultraToolbarsManager1
  102. //
  103. this.ultraToolbarsManager1.DesignerFlags = 1;
  104. this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
  105. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  106. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
  107. ultraToolbar1.DockedColumn = 0;
  108. ultraToolbar1.DockedRow = 0;
  109. buttonTool1.InstanceProps.IsFirstInGroup = true;
  110. buttonTool2.InstanceProps.IsFirstInGroup = true;
  111. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  112. buttonTool1,
  113. buttonTool2});
  114. ultraToolbar1.Text = "UltraToolbar1";
  115. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  116. ultraToolbar1});
  117. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  118. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  119. buttonTool3.SharedPropsInternal.Caption = "确定";
  120. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  121. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  122. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  123. buttonTool4.SharedPropsInternal.Caption = "关闭";
  124. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  125. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  126. buttonTool3,
  127. buttonTool4});
  128. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  129. //
  130. // _panel1_Toolbars_Dock_Area_Right
  131. //
  132. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  133. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  134. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  135. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  136. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(503, 31);
  137. this._panel1_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4);
  138. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  139. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 1);
  140. this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  141. //
  142. // _panel1_Toolbars_Dock_Area_Top
  143. //
  144. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  145. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  146. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  147. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  148. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  149. this._panel1_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4);
  150. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  151. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(503, 31);
  152. this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  153. //
  154. // _panel1_Toolbars_Dock_Area_Bottom
  155. //
  156. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  157. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  158. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  159. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  160. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 32);
  161. this._panel1_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4);
  162. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  163. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(503, 0);
  164. this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  165. //
  166. // FrmScrap_Fill_Panel
  167. //
  168. this.FrmScrap_Fill_Panel.Controls.Add(this.ugbMain);
  169. this.FrmScrap_Fill_Panel.Controls.Add(this.panel1);
  170. this.FrmScrap_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  171. this.FrmScrap_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  172. this.FrmScrap_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  173. this.FrmScrap_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  174. this.FrmScrap_Fill_Panel.Name = "FrmScrap_Fill_Panel";
  175. this.FrmScrap_Fill_Panel.Size = new System.Drawing.Size(503, 315);
  176. this.FrmScrap_Fill_Panel.TabIndex = 0;
  177. //
  178. // ugbMain
  179. //
  180. this.ugbMain.Controls.Add(this.ultraGridDetailDes1);
  181. this.ugbMain.Dock = System.Windows.Forms.DockStyle.Fill;
  182. this.ugbMain.Location = new System.Drawing.Point(0, 32);
  183. this.ugbMain.Margin = new System.Windows.Forms.Padding(4);
  184. this.ugbMain.Name = "ugbMain";
  185. this.ugbMain.Size = new System.Drawing.Size(503, 283);
  186. this.ugbMain.TabIndex = 2;
  187. this.ugbMain.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  188. //
  189. // ultraGridDetailDes1
  190. //
  191. this.ultraGridDetailDes1.DataSource = this.mchLenWeightEntityBindingSource;
  192. appearance1.BackColor = System.Drawing.Color.Transparent;
  193. this.ultraGridDetailDes1.DisplayLayout.Appearance = appearance1;
  194. this.ultraGridDetailDes1.DisplayLayout.AutoFitStyle = Infragistics.Win.UltraWinGrid.AutoFitStyle.ResizeAllColumns;
  195. ultraGridColumn1.Header.Caption = "";
  196. ultraGridColumn1.Header.VisiblePosition = 0;
  197. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  198. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  199. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(50, 0);
  200. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  201. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  202. ultraGridColumn2.Header.VisiblePosition = 1;
  203. ultraGridColumn2.MaskInput = "nnnnnnn.nnn";
  204. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 4;
  205. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  206. ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(150, 0);
  207. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  208. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  209. ultraGridColumn3.Header.VisiblePosition = 2;
  210. ultraGridColumn3.MaskInput = "nnnnnnn.nnn";
  211. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 6;
  212. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  213. ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(150, 0);
  214. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  215. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  216. ultraGridColumn4.Header.VisiblePosition = 3;
  217. ultraGridColumn4.MaskInput = "nnnnn";
  218. ultraGridColumn4.RowLayoutColumnInfo.OriginX = 2;
  219. ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
  220. ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(100, 0);
  221. ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
  222. ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
  223. ultraGridBand1.Columns.AddRange(new object[] {
  224. ultraGridColumn1,
  225. ultraGridColumn2,
  226. ultraGridColumn3,
  227. ultraGridColumn4});
  228. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  229. this.ultraGridDetailDes1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  230. this.ultraGridDetailDes1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
  231. this.ultraGridDetailDes1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  232. this.ultraGridDetailDes1.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.None;
  233. this.ultraGridDetailDes1.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
  234. this.ultraGridDetailDes1.DisplayLayout.Override.BorderStyleCardArea = Infragistics.Win.UIElementBorderStyle.None;
  235. this.ultraGridDetailDes1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Etched;
  236. this.ultraGridDetailDes1.DisplayLayout.Override.BorderStyleHeader = Infragistics.Win.UIElementBorderStyle.None;
  237. this.ultraGridDetailDes1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None;
  238. appearance2.BackColor = System.Drawing.Color.Transparent;
  239. this.ultraGridDetailDes1.DisplayLayout.Override.CardAreaAppearance = appearance2;
  240. appearance3.TextVAlignAsString = "Middle";
  241. this.ultraGridDetailDes1.DisplayLayout.Override.CellAppearance = appearance3;
  242. this.ultraGridDetailDes1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  243. appearance4.BackColor = System.Drawing.Color.LightSteelBlue;
  244. appearance4.TextHAlignAsString = "Center";
  245. appearance4.TextVAlignAsString = "Middle";
  246. this.ultraGridDetailDes1.DisplayLayout.Override.HeaderAppearance = appearance4;
  247. this.ultraGridDetailDes1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  248. this.ultraGridDetailDes1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  249. this.ultraGridDetailDes1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None;
  250. this.ultraGridDetailDes1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  251. this.ultraGridDetailDes1.Dock = System.Windows.Forms.DockStyle.Fill;
  252. this.ultraGridDetailDes1.Font = new System.Drawing.Font("宋体", 10F);
  253. this.ultraGridDetailDes1.Location = new System.Drawing.Point(3, 0);
  254. this.ultraGridDetailDes1.Margin = new System.Windows.Forms.Padding(4);
  255. this.ultraGridDetailDes1.Name = "ultraGridDetailDes1";
  256. this.ultraGridDetailDes1.Size = new System.Drawing.Size(497, 280);
  257. this.ultraGridDetailDes1.TabIndex = 11;
  258. this.ultraGridDetailDes1.InitializeTemplateAddRow += new Infragistics.Win.UltraWinGrid.InitializeTemplateAddRowEventHandler(this.ultraGridDetailDes1_InitializeTemplateAddRow);
  259. //
  260. // mchLenWeightEntityBindingSource
  261. //
  262. this.mchLenWeightEntityBindingSource.DataSource = typeof(Core.StlMes.Client.Mcp.Control.Entity.MchLenWeightEntity);
  263. //
  264. // MeasureData
  265. //
  266. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  267. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  268. this.ClientSize = new System.Drawing.Size(503, 315);
  269. this.Controls.Add(this.FrmScrap_Fill_Panel);
  270. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  271. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  272. this.Margin = new System.Windows.Forms.Padding(5);
  273. this.MaximizeBox = false;
  274. this.MinimizeBox = false;
  275. this.Name = "MeasureData";
  276. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  277. this.Text = "测量点数据";
  278. this.panel1.ResumeLayout(false);
  279. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  280. this.FrmScrap_Fill_Panel.ResumeLayout(false);
  281. ((System.ComponentModel.ISupportInitialize)(this.ugbMain)).EndInit();
  282. this.ugbMain.ResumeLayout(false);
  283. ((System.ComponentModel.ISupportInitialize)(this.ultraGridDetailDes1)).EndInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.mchLenWeightEntityBindingSource)).EndInit();
  285. this.ResumeLayout(false);
  286. }
  287. #endregion
  288. private System.Windows.Forms.Panel panel1;
  289. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  290. private System.Windows.Forms.Panel FrmScrap_Fill_Panel;
  291. private System.Windows.Forms.Panel panel1_Fill_Panel;
  292. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  293. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  294. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  295. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  296. private Infragistics.Win.Misc.UltraGroupBox ugbMain;
  297. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridDetailDes1;
  298. private System.Windows.Forms.BindingSource mchLenWeightEntityBindingSource;
  299. }
  300. }