OffLine.Designer.cs 15 KB

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