Oback.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. namespace Core.StlMes.Client.Mcp.Coupling
  2. {
  3. partial class Oback
  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(OffLine));
  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 appearance1 = new Infragistics.Win.Appearance();
  38. this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components);
  39. this.FrmBase_Fill_Panel = new System.Windows.Forms.Panel();
  40. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  41. this.txtNum = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  42. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  43. this._FrmBase_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  44. this._FrmBase_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  45. this._FrmBase_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  46. this._FrmBase_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea();
  47. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit();
  48. this.FrmBase_Fill_Panel.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  50. this.ultraGroupBox1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtNum)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // ultraToolbarsManager1
  55. //
  56. this.ultraToolbarsManager1.DesignerFlags = 1;
  57. this.ultraToolbarsManager1.DockWithinContainer = this;
  58. this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(CoreFS.CA06.FrmBase);
  59. this.ultraToolbarsManager1.ShowQuickCustomizeButton = false;
  60. this.ultraToolbarsManager1.ShowToolTips = false;
  61. this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007;
  62. ultraToolbar1.DockedColumn = 0;
  63. ultraToolbar1.DockedRow = 0;
  64. buttonTool1.InstanceProps.IsFirstInGroup = true;
  65. buttonTool2.InstanceProps.IsFirstInGroup = true;
  66. ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  67. buttonTool1,
  68. buttonTool2});
  69. ultraToolbar1.Text = "UltraToolbar1";
  70. this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] {
  71. ultraToolbar1});
  72. appearance11.Image = ((object)(resources.GetObject("appearance11.Image")));
  73. buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance11;
  74. buttonTool3.SharedPropsInternal.Caption = "保存";
  75. buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  76. appearance12.Image = ((object)(resources.GetObject("appearance12.Image")));
  77. buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance12;
  78. buttonTool4.SharedPropsInternal.Caption = "关闭";
  79. buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText;
  80. this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] {
  81. buttonTool3,
  82. buttonTool4});
  83. this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick);
  84. //
  85. // FrmBase_Fill_Panel
  86. //
  87. this.FrmBase_Fill_Panel.Controls.Add(this.ultraGroupBox1);
  88. this.FrmBase_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default;
  89. this.FrmBase_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.FrmBase_Fill_Panel.Location = new System.Drawing.Point(0, 31);
  91. this.FrmBase_Fill_Panel.Name = "FrmBase_Fill_Panel";
  92. this.FrmBase_Fill_Panel.Size = new System.Drawing.Size(285, 57);
  93. this.FrmBase_Fill_Panel.TabIndex = 0;
  94. //
  95. // ultraGroupBox1
  96. //
  97. this.ultraGroupBox1.Controls.Add(this.txtNum);
  98. this.ultraGroupBox1.Controls.Add(this.ultraLabel1);
  99. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  100. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  101. this.ultraGroupBox1.Name = "ultraGroupBox1";
  102. this.ultraGroupBox1.Size = new System.Drawing.Size(285, 57);
  103. this.ultraGroupBox1.TabIndex = 0;
  104. this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
  105. //
  106. // txtNum
  107. //
  108. this.txtNum.Location = new System.Drawing.Point(116, 11);
  109. this.txtNum.Name = "txtNum";
  110. this.txtNum.Size = new System.Drawing.Size(119, 24);
  111. this.txtNum.TabIndex = 3;
  112. //
  113. // ultraLabel1
  114. //
  115. appearance1.BackColor = System.Drawing.Color.Transparent;
  116. appearance1.TextHAlignAsString = "Center";
  117. appearance1.TextVAlignAsString = "Middle";
  118. this.ultraLabel1.Appearance = appearance1;
  119. this.ultraLabel1.Location = new System.Drawing.Point(22, 11);
  120. this.ultraLabel1.Name = "ultraLabel1";
  121. this.ultraLabel1.Size = new System.Drawing.Size(88, 30);
  122. this.ultraLabel1.TabIndex = 2;
  123. this.ultraLabel1.Text = "回库支数";
  124. //
  125. // _FrmBase_Toolbars_Dock_Area_Left
  126. //
  127. this._FrmBase_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  128. this._FrmBase_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  129. this._FrmBase_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left;
  130. this._FrmBase_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText;
  131. this._FrmBase_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 31);
  132. this._FrmBase_Toolbars_Dock_Area_Left.Name = "_FrmBase_Toolbars_Dock_Area_Left";
  133. this._FrmBase_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 57);
  134. this._FrmBase_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1;
  135. //
  136. // _FrmBase_Toolbars_Dock_Area_Right
  137. //
  138. this._FrmBase_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  139. this._FrmBase_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  140. this._FrmBase_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right;
  141. this._FrmBase_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText;
  142. this._FrmBase_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(285, 31);
  143. this._FrmBase_Toolbars_Dock_Area_Right.Name = "_FrmBase_Toolbars_Dock_Area_Right";
  144. this._FrmBase_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 57);
  145. this._FrmBase_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1;
  146. //
  147. // _FrmBase_Toolbars_Dock_Area_Top
  148. //
  149. this._FrmBase_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  150. this._FrmBase_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  151. this._FrmBase_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top;
  152. this._FrmBase_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText;
  153. this._FrmBase_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0);
  154. this._FrmBase_Toolbars_Dock_Area_Top.Name = "_FrmBase_Toolbars_Dock_Area_Top";
  155. this._FrmBase_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(285, 31);
  156. this._FrmBase_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1;
  157. //
  158. // _FrmBase_Toolbars_Dock_Area_Bottom
  159. //
  160. this._FrmBase_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
  161. this._FrmBase_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
  162. this._FrmBase_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom;
  163. this._FrmBase_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText;
  164. this._FrmBase_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 88);
  165. this._FrmBase_Toolbars_Dock_Area_Bottom.Name = "_FrmBase_Toolbars_Dock_Area_Bottom";
  166. this._FrmBase_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(285, 0);
  167. this._FrmBase_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1;
  168. //
  169. // OffLine
  170. //
  171. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  172. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  173. this.ClientSize = new System.Drawing.Size(285, 88);
  174. this.Controls.Add(this.FrmBase_Fill_Panel);
  175. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Left);
  176. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Right);
  177. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Top);
  178. this.Controls.Add(this._FrmBase_Toolbars_Dock_Area_Bottom);
  179. this.MaximizeBox = false;
  180. this.Name = "OffLine";
  181. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  182. this.Text = "回库";
  183. ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit();
  184. this.FrmBase_Fill_Panel.ResumeLayout(false);
  185. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  186. this.ultraGroupBox1.ResumeLayout(false);
  187. this.ultraGroupBox1.PerformLayout();
  188. ((System.ComponentModel.ISupportInitialize)(this.txtNum)).EndInit();
  189. this.ResumeLayout(false);
  190. }
  191. #endregion
  192. private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1;
  193. private System.Windows.Forms.Panel FrmBase_Fill_Panel;
  194. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  195. private Infragistics.Win.UltraWinEditors.UltraTextEditor txtNum;
  196. private Infragistics.Win.Misc.UltraLabel ultraLabel1;
  197. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Left;
  198. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Right;
  199. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Top;
  200. private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _FrmBase_Toolbars_Dock_Area_Bottom;
  201. }
  202. }