FrmAddEinSpec.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. namespace Core.StlMes.Client.PlnSaleOrd
  2. {
  3. partial class FrmAddEinSpec
  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("doQuery");
  31. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doAdd");
  32. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doModify");
  33. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool11 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
  34. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool12 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  35. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool6 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doQuery");
  36. Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
  37. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAddEinSpec));
  38. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool7 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doAdd");
  39. Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
  40. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool8 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doModify");
  41. Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
  42. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool9 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doDelete");
  43. Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
  44. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool10 = new Infragistics.Win.UltraWinToolbars.ButtonTool("doResume");
  45. Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance();
  46. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool13 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Refresh");
  47. Infragistics.Win.Appearance appearance15 = new Infragistics.Win.Appearance();
  48. Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool14 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close");
  49. Infragistics.Win.Appearance appearance16 = new Infragistics.Win.Appearance();
  50. this.ultraToolbarsSpec = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  51. this.FrmAddEinSpec_Fill_Panel = new System.Windows.Forms.Panel();
  52. this.panDelivery = new System.Windows.Forms.Panel();
  53. this._FrmAddEinSpec_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  54. this._FrmAddEinSpec_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  55. this._FrmAddEinSpec_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  56. this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  57. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsSpec)).BeginInit();
  58. this.FrmAddEinSpec_Fill_Panel.SuspendLayout();
  59. this.SuspendLayout();
  60. //
  61. // ultraToolbarsSpec
  62. //
  63. this.ultraToolbarsSpec.DesignerFlags = 1;
  64. this.ultraToolbarsSpec.DockWithinContainer = this;
  65. this.ultraToolbarsSpec.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form);
  66. ultraToolbar1.DockedColumn = 0;
  67. ultraToolbar1.DockedRow = 0;
  68. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  69. buttonTool1,
  70. buttonTool2,
  71. buttonTool3,
  72. buttonTool11,
  73. buttonTool12});
  74. ultraToolbar1.Text = "UltraToolbar1";
  75. this.ultraToolbarsSpec.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  76. ultraToolbar1});
  77. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  78. buttonTool6.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  79. buttonTool6.SharedPropsInternal.Caption = "查询";
  80. buttonTool6.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  81. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  82. buttonTool7.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  83. buttonTool7.SharedPropsInternal.Caption = "新增";
  84. buttonTool7.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  85. appearance13.Image = ((object)(resources.GetObject("appearance13.Image")));
  86. buttonTool8.SharedPropsInternal.AppearancesSmall.Appearance = appearance13;
  87. buttonTool8.SharedPropsInternal.Caption = "修改";
  88. buttonTool8.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  89. appearance14.Image = ((object)(resources.GetObject("appearance14.Image")));
  90. buttonTool9.SharedPropsInternal.AppearancesSmall.Appearance = appearance14;
  91. buttonTool9.SharedPropsInternal.Caption = "作废";
  92. buttonTool9.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  93. appearance17.Image = ((object)(resources.GetObject("appearance17.Image")));
  94. buttonTool10.SharedPropsInternal.AppearancesSmall.Appearance = appearance17;
  95. buttonTool10.SharedPropsInternal.Caption = "恢复";
  96. buttonTool10.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  97. appearance15.Image = ((object)(resources.GetObject("appearance15.Image")));
  98. buttonTool13.SharedPropsInternal.AppearancesSmall.Appearance = appearance15;
  99. buttonTool13.SharedPropsInternal.Caption = "刷新";
  100. buttonTool13.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  101. appearance16.Image = ((object)(resources.GetObject("appearance16.Image")));
  102. buttonTool14.SharedPropsInternal.AppearancesSmall.Appearance = appearance16;
  103. buttonTool14.SharedPropsInternal.Caption = "关闭";
  104. buttonTool14.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  105. this.ultraToolbarsSpec.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  106. buttonTool6,
  107. buttonTool7,
  108. buttonTool8,
  109. buttonTool9,
  110. buttonTool10,
  111. buttonTool13,
  112. buttonTool14});
  113. this.ultraToolbarsSpec.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsSpec_ToolClick);
  114. //
  115. // FrmAddEinSpec_Fill_Panel
  116. //
  117. this.FrmAddEinSpec_Fill_Panel.Controls.Add(this.panDelivery);
  118. this.FrmAddEinSpec_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  119. this.FrmAddEinSpec_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  120. this.FrmAddEinSpec_Fill_Panel.Location = new System.Drawing.Point(0, 25);
  121. this.FrmAddEinSpec_Fill_Panel.Name = "FrmAddEinSpec_Fill_Panel";
  122. this.FrmAddEinSpec_Fill_Panel.Size = new System.Drawing.Size(852, 434);
  123. this.FrmAddEinSpec_Fill_Panel.TabIndex = 0;
  124. //
  125. // panDelivery
  126. //
  127. this.panDelivery.Dock = System.Windows.Forms.DockStyle.Fill;
  128. this.panDelivery.Location = new System.Drawing.Point(0, 0);
  129. this.panDelivery.Name = "panDelivery";
  130. this.panDelivery.Size = new System.Drawing.Size(852, 434);
  131. this.panDelivery.TabIndex = 0;
  132. //
  133. // _FrmAddEinSpec_Toolbars_Dock_Area_Left
  134. //
  135. this._FrmAddEinSpec_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  136. this._FrmAddEinSpec_Toolbars_Dock_Area_Left.BackColor = System.Drawing.SystemColors.Control;
  137. this._FrmAddEinSpec_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  138. this._FrmAddEinSpec_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  139. this._FrmAddEinSpec_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 25);
  140. this._FrmAddEinSpec_Toolbars_Dock_Area_Left.Name = "_FrmAddEinSpec_Toolbars_Dock_Area_Left";
  141. this._FrmAddEinSpec_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 434);
  142. this._FrmAddEinSpec_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsSpec;
  143. //
  144. // _FrmAddEinSpec_Toolbars_Dock_Area_Right
  145. //
  146. this._FrmAddEinSpec_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  147. this._FrmAddEinSpec_Toolbars_Dock_Area_Right.BackColor = System.Drawing.SystemColors.Control;
  148. this._FrmAddEinSpec_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  149. this._FrmAddEinSpec_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  150. this._FrmAddEinSpec_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(852, 25);
  151. this._FrmAddEinSpec_Toolbars_Dock_Area_Right.Name = "_FrmAddEinSpec_Toolbars_Dock_Area_Right";
  152. this._FrmAddEinSpec_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 434);
  153. this._FrmAddEinSpec_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsSpec;
  154. //
  155. // _FrmAddEinSpec_Toolbars_Dock_Area_Top
  156. //
  157. this._FrmAddEinSpec_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  158. this._FrmAddEinSpec_Toolbars_Dock_Area_Top.BackColor = System.Drawing.SystemColors.Control;
  159. this._FrmAddEinSpec_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  160. this._FrmAddEinSpec_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  161. this._FrmAddEinSpec_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  162. this._FrmAddEinSpec_Toolbars_Dock_Area_Top.Name = "_FrmAddEinSpec_Toolbars_Dock_Area_Top";
  163. this._FrmAddEinSpec_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(852, 25);
  164. this._FrmAddEinSpec_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsSpec;
  165. //
  166. // _FrmAddEinSpec_Toolbars_Dock_Area_Bottom
  167. //
  168. this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  169. this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.SystemColors.Control;
  170. this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  171. this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  172. this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 459);
  173. this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom.Name = "_FrmAddEinSpec_Toolbars_Dock_Area_Bottom";
  174. this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(852, 0);
  175. this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsSpec;
  176. //
  177. // FrmAddEinSpec
  178. //
  179. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  180. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  181. this.ClientSize = new System.Drawing.Size(852, 459);
  182. this.Controls.Add(this.FrmAddEinSpec_Fill_Panel);
  183. this.Controls.Add(this._FrmAddEinSpec_Toolbars_Dock_Area_Left);
  184. this.Controls.Add(this._FrmAddEinSpec_Toolbars_Dock_Area_Right);
  185. this.Controls.Add(this._FrmAddEinSpec_Toolbars_Dock_Area_Top);
  186. this.Controls.Add(this._FrmAddEinSpec_Toolbars_Dock_Area_Bottom);
  187. this.Name = "FrmAddEinSpec";
  188. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  189. this.Text = "新增镦拔扩投入规格";
  190. this.Load += new System.EventHandler(this.FrmAddEinSpec_Load);
  191. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsSpec)).EndInit();
  192. this.FrmAddEinSpec_Fill_Panel.ResumeLayout(false);
  193. this.ResumeLayout(false);
  194. }
  195. #endregion
  196. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsSpec;
  197. private System.Windows.Forms.Panel FrmAddEinSpec_Fill_Panel;
  198. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmAddEinSpec_Toolbars_Dock_Area_Left;
  199. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmAddEinSpec_Toolbars_Dock_Area_Right;
  200. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmAddEinSpec_Toolbars_Dock_Area_Top;
  201. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmAddEinSpec_Toolbars_Dock_Area_Bottom;
  202. private System.Windows.Forms.Panel panDelivery;
  203. }
  204. }