ChamferTestRecord.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. namespace Core.StlMes.Client.Mcp.Control
  2. {
  3. partial class ChamferTestRecord
  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.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  30. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save");
  33. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChamferTestRecord));
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  36. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  37. Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
  38. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("MchChamferingResultDEntity", -1);
  39. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Chk");
  40. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ResultNo");
  41. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Seq");
  42. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("HeatPlanNo");
  43. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PlineCode");
  44. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("PlineName");
  45. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BatchNo");
  46. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("JudgeStoveNo");
  47. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("AngleVal");
  48. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn10 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("EdgeVal");
  49. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn11 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CutVal");
  50. Infragistics.Win.UltraWinGrid.RowLayout rowLayout1 = new Infragistics.Win.UltraWinGrid.RowLayout("1");
  51. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo1 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "Chk", -1, Infragistics.Win.DefaultableBoolean.False);
  52. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo2 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "ResultNo", -1, Infragistics.Win.DefaultableBoolean.Default);
  53. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo3 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "Seq", -1, Infragistics.Win.DefaultableBoolean.Default);
  54. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo4 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "HeatPlanNo", -1, Infragistics.Win.DefaultableBoolean.Default);
  55. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo5 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "PlineCode", -1, Infragistics.Win.DefaultableBoolean.Default);
  56. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo6 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "PlineName", -1, Infragistics.Win.DefaultableBoolean.Default);
  57. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo7 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "BatchNo", -1, Infragistics.Win.DefaultableBoolean.Default);
  58. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo8 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "JudgeStoveNo", -1, Infragistics.Win.DefaultableBoolean.Default);
  59. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo9 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "AngleVal", -1, Infragistics.Win.DefaultableBoolean.Default);
  60. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo10 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "EdgeVal", -1, Infragistics.Win.DefaultableBoolean.Default);
  61. Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo rowLayoutColumnInfo11 = new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo(Infragistics.Win.UltraWinGrid.RowLayoutColumnInfoContext.Column, "CutVal", -1, Infragistics.Win.DefaultableBoolean.Default);
  62. Infragistics.Win.Appearance appearance22 = new Infragistics.Win.Appearance();
  63. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  64. Infragistics.Win.Appearance appearance24 = new Infragistics.Win.Appearance();
  65. this.panel1 = new System.Windows.Forms.Panel();
  66. this.panel1_Fill_Panel = new System.Windows.Forms.Panel();
  67. this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  68. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  69. this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  70. this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  71. this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  72. this.FrmScrap_Fill_Panel = new System.Windows.Forms.Panel();
  73. this.ugbMain = new Infragistics.Win.Misc.UltraGroupBox();
  74. this.ultraGridDetailDes1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  75. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  76. this.粘贴ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  77. this.mchChamferingResultDEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
  78. this.panel1.SuspendLayout();
  79. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  80. this.FrmScrap_Fill_Panel.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.ugbMain)).BeginInit();
  82. this.ugbMain.SuspendLayout();
  83. ((System.ComponentModel.ISupportInitialize)(this.ultraGridDetailDes1)).BeginInit();
  84. this.contextMenuStrip1.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.mchChamferingResultDEntityBindingSource)).BeginInit();
  86. this.SuspendLayout();
  87. //
  88. // panel1
  89. //
  90. this.panel1.Controls.Add(this.panel1_Fill_Panel);
  91. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Left);
  92. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Right);
  93. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Top);
  94. this.panel1.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom);
  95. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  96. this.panel1.Location = new System.Drawing.Point(0, 0);
  97. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  98. this.panel1.Name = "panel1";
  99. this.panel1.Size = new System.Drawing.Size(580, 32);
  100. this.panel1.TabIndex = 0;
  101. //
  102. // panel1_Fill_Panel
  103. //
  104. this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  105. this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 31);
  107. this.panel1_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  108. this.panel1_Fill_Panel.Name = "panel1_Fill_Panel";
  109. this.panel1_Fill_Panel.Size = new System.Drawing.Size(580, 1);
  110. this.panel1_Fill_Panel.TabIndex = 0;
  111. //
  112. // _panel1_Toolbars_Dock_Area_Left
  113. //
  114. this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  115. this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  116. this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  117. this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  118. this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 31);
  119. this._panel1_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4);
  120. this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left";
  121. this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 1);
  122. this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  123. //
  124. // ultraToolbarsManager1
  125. //
  126. this.ultraToolbarsManager1.DesignerFlags = 1;
  127. this.ultraToolbarsManager1.DockWithinContainer = this.panel1;
  128. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  129. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
  130. ultraToolbar1.DockedColumn = 0;
  131. ultraToolbar1.DockedRow = 0;
  132. buttonTool1.InstanceProps.IsFirstInGroup = true;
  133. buttonTool2.InstanceProps.IsFirstInGroup = true;
  134. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  135. buttonTool1,
  136. buttonTool2});
  137. ultraToolbar1.Text = "UltraToolbar1";
  138. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  139. ultraToolbar1});
  140. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  141. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  142. buttonTool3.SharedPropsInternal.Caption = "确定";
  143. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  144. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  145. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  146. buttonTool4.SharedPropsInternal.Caption = "关闭";
  147. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  148. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  149. buttonTool3,
  150. buttonTool4});
  151. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  152. //
  153. // _panel1_Toolbars_Dock_Area_Right
  154. //
  155. this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  156. this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  157. this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  158. this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  159. this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(580, 31);
  160. this._panel1_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4);
  161. this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right";
  162. this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 1);
  163. this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  164. //
  165. // _panel1_Toolbars_Dock_Area_Top
  166. //
  167. this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  168. this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  169. this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  170. this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  171. this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  172. this._panel1_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4);
  173. this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top";
  174. this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(580, 31);
  175. this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  176. //
  177. // _panel1_Toolbars_Dock_Area_Bottom
  178. //
  179. this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  180. this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  181. this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  182. this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  183. this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 32);
  184. this._panel1_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4);
  185. this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom";
  186. this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(580, 0);
  187. this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  188. //
  189. // FrmScrap_Fill_Panel
  190. //
  191. this.FrmScrap_Fill_Panel.Controls.Add(this.ugbMain);
  192. this.FrmScrap_Fill_Panel.Controls.Add(this.panel1);
  193. this.FrmScrap_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  194. this.FrmScrap_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  195. this.FrmScrap_Fill_Panel.Location = new System.Drawing.Point(0, 0);
  196. this.FrmScrap_Fill_Panel.Margin = new System.Windows.Forms.Padding(4);
  197. this.FrmScrap_Fill_Panel.Name = "FrmScrap_Fill_Panel";
  198. this.FrmScrap_Fill_Panel.Size = new System.Drawing.Size(580, 315);
  199. this.FrmScrap_Fill_Panel.TabIndex = 0;
  200. //
  201. // ugbMain
  202. //
  203. this.ugbMain.Controls.Add(this.ultraGridDetailDes1);
  204. this.ugbMain.Dock = System.Windows.Forms.DockStyle.Fill;
  205. this.ugbMain.Location = new System.Drawing.Point(0, 32);
  206. this.ugbMain.Margin = new System.Windows.Forms.Padding(4);
  207. this.ugbMain.Name = "ugbMain";
  208. this.ugbMain.Size = new System.Drawing.Size(580, 283);
  209. this.ugbMain.TabIndex = 2;
  210. this.ugbMain.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  211. //
  212. // ultraGridDetailDes1
  213. //
  214. this.ultraGridDetailDes1.ContextMenuStrip = this.contextMenuStrip1;
  215. this.ultraGridDetailDes1.DataSource = this.mchChamferingResultDEntityBindingSource;
  216. appearance21.BackColor = System.Drawing.Color.Transparent;
  217. this.ultraGridDetailDes1.DisplayLayout.Appearance = appearance21;
  218. ultraGridBand1.CardSettings.CardScrollbars = Infragistics.Win.UltraWinGrid.CardScrollbars.None;
  219. ultraGridBand1.CardSettings.ShowCaption = false;
  220. ultraGridBand1.CardSettings.Style = Infragistics.Win.UltraWinGrid.CardStyle.StandardLabels;
  221. ultraGridColumn1.DefaultCellValue = "False";
  222. ultraGridColumn1.Header.VisiblePosition = 0;
  223. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 0;
  224. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  225. ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(51, 0);
  226. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  227. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  228. ultraGridColumn1.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
  229. ultraGridColumn2.Header.VisiblePosition = 1;
  230. ultraGridColumn2.Hidden = true;
  231. ultraGridColumn3.Header.VisiblePosition = 7;
  232. ultraGridColumn3.Hidden = true;
  233. ultraGridColumn4.Header.VisiblePosition = 2;
  234. ultraGridColumn4.Hidden = true;
  235. ultraGridColumn5.Header.VisiblePosition = 3;
  236. ultraGridColumn5.Hidden = true;
  237. ultraGridColumn6.Header.VisiblePosition = 4;
  238. ultraGridColumn6.Hidden = true;
  239. ultraGridColumn7.Header.VisiblePosition = 5;
  240. ultraGridColumn7.Hidden = true;
  241. ultraGridColumn8.Header.VisiblePosition = 6;
  242. ultraGridColumn8.Hidden = true;
  243. ultraGridColumn9.Header.VisiblePosition = 8;
  244. ultraGridColumn10.Header.VisiblePosition = 9;
  245. ultraGridColumn11.Header.VisiblePosition = 10;
  246. ultraGridBand1.Columns.AddRange(new object[] {
  247. ultraGridColumn1,
  248. ultraGridColumn2,
  249. ultraGridColumn3,
  250. ultraGridColumn4,
  251. ultraGridColumn5,
  252. ultraGridColumn6,
  253. ultraGridColumn7,
  254. ultraGridColumn8,
  255. ultraGridColumn9,
  256. ultraGridColumn10,
  257. ultraGridColumn11});
  258. ultraGridBand1.Override.AllowRowLayoutCellSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
  259. ultraGridBand1.Override.AllowRowLayoutCellSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  260. ultraGridBand1.Override.AllowRowLayoutColMoving = Infragistics.Win.Layout.GridBagLayoutAllowMoving.None;
  261. ultraGridBand1.Override.AllowRowLayoutLabelSizing = Infragistics.Win.UltraWinGrid.RowLayoutSizing.None;
  262. ultraGridBand1.Override.AllowRowLayoutLabelSpanSizing = Infragistics.Win.Layout.GridBagLayoutAllowSpanSizing.None;
  263. rowLayout1.CardViewStyle = Infragistics.Win.UltraWinGrid.CardStyle.StandardLabels;
  264. rowLayoutColumnInfo1.PreferredCellSize = new System.Drawing.Size(51, 0);
  265. rowLayout1.ColumnInfos.AddRange(new Infragistics.Win.UltraWinGrid.RowLayoutColumnInfo[] {
  266. rowLayoutColumnInfo1,
  267. rowLayoutColumnInfo2,
  268. rowLayoutColumnInfo3,
  269. rowLayoutColumnInfo4,
  270. rowLayoutColumnInfo5,
  271. rowLayoutColumnInfo6,
  272. rowLayoutColumnInfo7,
  273. rowLayoutColumnInfo8,
  274. rowLayoutColumnInfo9,
  275. rowLayoutColumnInfo10,
  276. rowLayoutColumnInfo11});
  277. rowLayout1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
  278. ultraGridBand1.RowLayouts.AddRange(new Infragistics.Win.UltraWinGrid.RowLayout[] {
  279. rowLayout1});
  280. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  281. this.ultraGridDetailDes1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  282. this.ultraGridDetailDes1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None;
  283. this.ultraGridDetailDes1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  284. this.ultraGridDetailDes1.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.None;
  285. this.ultraGridDetailDes1.DisplayLayout.Override.AllowMultiCellOperations = Infragistics.Win.UltraWinGrid.AllowMultiCellOperation.Copy;
  286. this.ultraGridDetailDes1.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False;
  287. this.ultraGridDetailDes1.DisplayLayout.Override.BorderStyleCardArea = Infragistics.Win.UIElementBorderStyle.None;
  288. this.ultraGridDetailDes1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Etched;
  289. this.ultraGridDetailDes1.DisplayLayout.Override.BorderStyleHeader = Infragistics.Win.UIElementBorderStyle.None;
  290. this.ultraGridDetailDes1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None;
  291. appearance22.BackColor = System.Drawing.Color.Transparent;
  292. this.ultraGridDetailDes1.DisplayLayout.Override.CardAreaAppearance = appearance22;
  293. appearance23.TextVAlignAsString = "Middle";
  294. this.ultraGridDetailDes1.DisplayLayout.Override.CellAppearance = appearance23;
  295. this.ultraGridDetailDes1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
  296. appearance24.BackColor = System.Drawing.Color.LightSteelBlue;
  297. appearance24.TextHAlignAsString = "Center";
  298. appearance24.TextVAlignAsString = "Middle";
  299. this.ultraGridDetailDes1.DisplayLayout.Override.HeaderAppearance = appearance24;
  300. this.ultraGridDetailDes1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None;
  301. this.ultraGridDetailDes1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None;
  302. this.ultraGridDetailDes1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.ExtendedAutoDrag;
  303. this.ultraGridDetailDes1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True;
  304. this.ultraGridDetailDes1.Dock = System.Windows.Forms.DockStyle.Fill;
  305. this.ultraGridDetailDes1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.ultraGridDetailDes1.Location = new System.Drawing.Point(3, 0);
  307. this.ultraGridDetailDes1.Margin = new System.Windows.Forms.Padding(4);
  308. this.ultraGridDetailDes1.Name = "ultraGridDetailDes1";
  309. this.ultraGridDetailDes1.Size = new System.Drawing.Size(574, 280);
  310. this.ultraGridDetailDes1.TabIndex = 12;
  311. this.ultraGridDetailDes1.InitializeTemplateAddRow += new Infragistics.Win.UltraWinGrid.InitializeTemplateAddRowEventHandler(this.ultraGridDetailDes1_InitializeTemplateAddRow);
  312. this.ultraGridDetailDes1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ultraGridDetailDes1_KeyDown);
  313. //
  314. // contextMenuStrip1
  315. //
  316. this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
  317. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  318. this.粘贴ToolStripMenuItem});
  319. this.contextMenuStrip1.Name = "contextMenuStrip1";
  320. this.contextMenuStrip1.Size = new System.Drawing.Size(109, 28);
  321. //
  322. // 粘贴ToolStripMenuItem
  323. //
  324. this.粘贴ToolStripMenuItem.Name = "粘贴ToolStripMenuItem";
  325. this.粘贴ToolStripMenuItem.Size = new System.Drawing.Size(108, 24);
  326. this.粘贴ToolStripMenuItem.Text = "粘贴";
  327. this.粘贴ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
  328. //
  329. // mchChamferingResultDEntityBindingSource
  330. //
  331. this.mchChamferingResultDEntityBindingSource.DataSource = typeof(Core.StlMes.Client.Mcp.Control.Entity.MchChamferingResultDEntity);
  332. //
  333. // ChamferTestRecord
  334. //
  335. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  336. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  337. this.ClientSize = new System.Drawing.Size(580, 315);
  338. this.Controls.Add(this.FrmScrap_Fill_Panel);
  339. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  340. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  341. this.Margin = new System.Windows.Forms.Padding(5);
  342. this.MaximizeBox = false;
  343. this.MinimizeBox = false;
  344. this.Name = "ChamferTestRecord";
  345. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  346. this.Text = "检测记录";
  347. this.panel1.ResumeLayout(false);
  348. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  349. this.FrmScrap_Fill_Panel.ResumeLayout(false);
  350. ((System.ComponentModel.ISupportInitialize)(this.ugbMain)).EndInit();
  351. this.ugbMain.ResumeLayout(false);
  352. ((System.ComponentModel.ISupportInitialize)(this.ultraGridDetailDes1)).EndInit();
  353. this.contextMenuStrip1.ResumeLayout(false);
  354. ((System.ComponentModel.ISupportInitialize)(this.mchChamferingResultDEntityBindingSource)).EndInit();
  355. this.ResumeLayout(false);
  356. }
  357. #endregion
  358. private System.Windows.Forms.Panel panel1;
  359. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  360. private System.Windows.Forms.Panel FrmScrap_Fill_Panel;
  361. private System.Windows.Forms.Panel panel1_Fill_Panel;
  362. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left;
  363. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right;
  364. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top;
  365. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom;
  366. private Infragistics.Win.Misc.UltraGroupBox ugbMain;
  367. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridDetailDes1;
  368. private System.Windows.Forms.BindingSource mchChamferingResultDEntityBindingSource;
  369. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  370. private System.Windows.Forms.ToolStripMenuItem 粘贴ToolStripMenuItem;
  371. }
  372. }