FrmMatGroupManage_Split.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. namespace Core.StlMes.Client.YdmStuffManage
  2. {
  3. partial class FrmMatGroupManage_Split
  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.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ActLen", 0);
  31. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ActCount", 1);
  33. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  34. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ActWeight", 2);
  35. Infragistics.Win.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1");
  36. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doConfirm");
  37. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool5 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  38. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Query");
  39. Infragistics.Win.Appearance appearance23 = new Infragistics.Win.Appearance();
  40. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMatGroupManage_Split));
  41. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  42. Infragistics.Win.Appearance appearance25 = new Infragistics.Win.Appearance();
  43. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doConfirm");
  44. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  45. this.dataSet1 = new System.Data.DataSet();
  46. this.dataTable1 = new System.Data.DataTable();
  47. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  48. this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
  49. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  50. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  51. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  52. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  53. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  54. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  55. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  58. this.ultraGroupBox2.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
  60. this.tableLayoutPanel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // dataSet1
  65. //
  66. this.dataSet1.DataSetName = "NewDataSet";
  67. this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
  68. this.dataTable1});
  69. //
  70. // dataTable1
  71. //
  72. this.dataTable1.TableName = "Table1";
  73. //
  74. // ultraGroupBox2
  75. //
  76. this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox2, 2);
  77. this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
  78. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  79. this.ultraGroupBox2.Location = new System.Drawing.Point(3, 11);
  80. this.ultraGroupBox2.Name = "ultraGroupBox2";
  81. this.ultraGroupBox2.Size = new System.Drawing.Size(630, 407);
  82. this.ultraGroupBox2.TabIndex = 1;
  83. this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  84. //
  85. // ultraGrid1
  86. //
  87. this.ultraGrid1.DataMember = "Table1";
  88. this.ultraGrid1.DataSource = this.dataSet1;
  89. appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  90. appearance1.BackHatchStyle = Infragistics.Win.BackHatchStyle.None;
  91. ultraGridColumn1.CellAppearance = appearance1;
  92. ultraGridColumn1.Header.Caption = "坯料长度(总)";
  93. ultraGridColumn1.Header.VisiblePosition = 0;
  94. ultraGridColumn1.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  95. ultraGridColumn1.MaskInput = "nnnnnnnnn";
  96. ultraGridColumn1.PromptChar = ' ';
  97. ultraGridColumn1.RowLayoutColumnInfo.OriginX = 2;
  98. ultraGridColumn1.RowLayoutColumnInfo.OriginY = 0;
  99. ultraGridColumn1.RowLayoutColumnInfo.SpanX = 2;
  100. ultraGridColumn1.RowLayoutColumnInfo.SpanY = 2;
  101. appearance2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
  102. appearance2.BackHatchStyle = Infragistics.Win.BackHatchStyle.None;
  103. ultraGridColumn2.CellAppearance = appearance2;
  104. ultraGridColumn2.Header.Caption = "支数";
  105. ultraGridColumn2.Header.VisiblePosition = 1;
  106. ultraGridColumn2.MaskDisplayMode = Infragistics.Win.UltraWinMaskedEdit.MaskMode.IncludeLiterals;
  107. ultraGridColumn2.MaskInput = "nnnnnnnnn";
  108. ultraGridColumn2.PromptChar = ' ';
  109. ultraGridColumn2.RowLayoutColumnInfo.OriginX = 0;
  110. ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
  111. ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
  112. ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
  113. ultraGridColumn3.Header.Caption = "重量";
  114. ultraGridColumn3.Header.VisiblePosition = 2;
  115. ultraGridColumn3.Hidden = true;
  116. ultraGridColumn3.PromptChar = ' ';
  117. ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
  118. ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
  119. ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
  120. ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
  121. ultraGridBand1.Columns.AddRange(new object[] {
  122. ultraGridColumn1,
  123. ultraGridColumn2,
  124. ultraGridColumn3});
  125. ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout;
  126. this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  127. this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
  128. this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom;
  129. this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
  132. this.ultraGrid1.Name = "ultraGrid1";
  133. this.ultraGrid1.Size = new System.Drawing.Size(624, 404);
  134. this.ultraGrid1.TabIndex = 1;
  135. this.ultraGrid1.Text = "ultraGrid1";
  136. //
  137. // tableLayoutPanel1
  138. //
  139. this.tableLayoutPanel1.ColumnCount = 2;
  140. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 62.5F));
  141. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
  142. this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1);
  143. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  144. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 25);
  145. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  146. this.tableLayoutPanel1.RowCount = 3;
  147. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 8F));
  148. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  149. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 6F));
  150. this.tableLayoutPanel1.Size = new System.Drawing.Size(636, 427);
  151. this.tableLayoutPanel1.TabIndex = 2;
  152. //
  153. // ultraToolbarsManager1
  154. //
  155. this.ultraToolbarsManager1.DesignerFlags = 1;
  156. this.ultraToolbarsManager1.DockWithinContainer = this;
  157. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  158. this.ultraToolbarsManager1.ShowFullMenusDelay = 500;
  159. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  160. ultraToolbar1.DockedColumn = 0;
  161. ultraToolbar1.DockedRow = 0;
  162. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  163. buttonTool7,
  164. buttonTool5});
  165. ultraToolbar1.Text = "UltraToolbar1";
  166. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  167. ultraToolbar1});
  168. appearance23.Image = ((object)(resources.GetObject("appearance23.Image")));
  169. buttonTool1.SharedPropsInternal.AppearancesSmall.Appearance = appearance23;
  170. buttonTool1.SharedPropsInternal.Caption = "查询";
  171. buttonTool1.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  172. appearance25.Image = ((object)(resources.GetObject("appearance25.Image")));
  173. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance25;
  174. buttonTool3.SharedPropsInternal.Caption = "关闭";
  175. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  176. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  177. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  178. buttonTool8.SharedPropsInternal.Caption = "确认";
  179. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  180. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  181. buttonTool1,
  182. buttonTool3,
  183. buttonTool8});
  184. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  185. //
  186. // _FrmBase_Toolbars_Dock_Area_Top
  187. //
  188. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  189. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  190. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  191. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  192. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  193. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  194. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(636, 25);
  195. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  196. //
  197. // _FrmBase_Toolbars_Dock_Area_Bottom
  198. //
  199. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  200. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  201. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  202. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  203. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 452);
  204. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  205. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(636, 0);
  206. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  207. //
  208. // _FrmBase_Toolbars_Dock_Area_Left
  209. //
  210. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  211. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  212. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  213. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  214. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 25);
  215. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  216. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 427);
  217. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  218. //
  219. // _FrmBase_Toolbars_Dock_Area_Right
  220. //
  221. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  222. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  223. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  224. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  225. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(636, 25);
  226. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  227. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 427);
  228. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  229. //
  230. // FrmMatGroupManage_Split
  231. //
  232. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  233. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  234. this.ClientSize = new System.Drawing.Size(636, 452);
  235. this.Controls.Add(this.tableLayoutPanel1);
  236. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  237. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  238. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  239. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  240. this.Margin = new System.Windows.Forms.Padding(4);
  241. this.Name = "FrmMatGroupManage_Split";
  242. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  243. this.Text = "单支坯子拆分规则";
  244. ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
  245. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  246. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  247. this.ultraGroupBox2.ResumeLayout(false);
  248. ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
  249. this.tableLayoutPanel1.ResumeLayout(false);
  250. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  251. this.ResumeLayout(false);
  252. }
  253. #endregion
  254. private System.Data.DataSet dataSet1;
  255. private System.Data.DataTable dataTable1;
  256. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  257. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  258. private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
  259. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  260. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  261. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  262. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  263. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  264. }
  265. }