FrmMain.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. namespace WCS_Client
  2. {
  3. partial class FrmMain
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
  30. this.Bar_ToolBar = new DevComponents.DotNetBar.Bar();
  31. this.Btn_SysExit = new DevComponents.DotNetBar.ButtonItem();
  32. this.Btn_SysReset = new DevComponents.DotNetBar.ButtonItem();
  33. this.Btn_Book = new DevComponents.DotNetBar.ButtonItem();
  34. this.Btn_Calc = new DevComponents.DotNetBar.ButtonItem();
  35. this.Bar_Menu = new DevComponents.DotNetBar.Bar();
  36. this.Bar_Status = new DevComponents.DotNetBar.Bar();
  37. this.Btn_LoginUserTime = new DevComponents.DotNetBar.ButtonItem();
  38. this.Btn_Copyrignt = new DevComponents.DotNetBar.ButtonItem();
  39. this.STab_Main = new DevComponents.DotNetBar.SuperTabControl();
  40. this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
  41. ((System.ComponentModel.ISupportInitialize)(this.Bar_ToolBar)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.Bar_Menu)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.Bar_Status)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.STab_Main)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // Bar_ToolBar
  48. //
  49. this.Bar_ToolBar.AccessibleDescription = "DotNetBar Bar (Bar_ToolBar)";
  50. this.Bar_ToolBar.AccessibleName = "DotNetBar Bar";
  51. this.Bar_ToolBar.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
  52. this.Bar_ToolBar.AntiAlias = true;
  53. this.Bar_ToolBar.Dock = System.Windows.Forms.DockStyle.Top;
  54. this.Bar_ToolBar.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  55. this.Bar_ToolBar.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
  56. this.Bar_ToolBar.IsMaximized = false;
  57. this.Bar_ToolBar.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  58. this.Btn_SysExit,
  59. this.Btn_SysReset,
  60. this.Btn_Book,
  61. this.Btn_Calc});
  62. this.Bar_ToolBar.ItemSpacing = 2;
  63. this.Bar_ToolBar.Location = new System.Drawing.Point(0, 24);
  64. this.Bar_ToolBar.Name = "Bar_ToolBar";
  65. this.Bar_ToolBar.PaddingBottom = 0;
  66. this.Bar_ToolBar.PaddingLeft = 0;
  67. this.Bar_ToolBar.PaddingRight = 0;
  68. this.Bar_ToolBar.PaddingTop = 0;
  69. this.Bar_ToolBar.Size = new System.Drawing.Size(816, 41);
  70. this.Bar_ToolBar.Stretch = true;
  71. this.Bar_ToolBar.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  72. this.Bar_ToolBar.TabIndex = 32;
  73. this.Bar_ToolBar.TabStop = false;
  74. this.Bar_ToolBar.Text = "barStatus";
  75. //
  76. // Btn_SysExit
  77. //
  78. this.Btn_SysExit.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  79. this.Btn_SysExit.ImagePaddingVertical = 18;
  80. this.Btn_SysExit.Name = "Btn_SysExit";
  81. this.Btn_SysExit.SubItemsExpandWidth = 18;
  82. this.Btn_SysExit.Symbol = "";
  83. this.Btn_SysExit.SymbolSize = 16F;
  84. this.Btn_SysExit.Text = "系统退出";
  85. this.Btn_SysExit.Click += new System.EventHandler(this.Btn_SysExit_Click);
  86. //
  87. // Btn_SysReset
  88. //
  89. this.Btn_SysReset.BeginGroup = true;
  90. this.Btn_SysReset.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  91. this.Btn_SysReset.ImagePaddingVertical = 18;
  92. this.Btn_SysReset.Name = "Btn_SysReset";
  93. this.Btn_SysReset.SubItemsExpandWidth = 18;
  94. this.Btn_SysReset.Symbol = "";
  95. this.Btn_SysReset.SymbolSize = 16F;
  96. this.Btn_SysReset.Text = "系统注销";
  97. this.Btn_SysReset.Click += new System.EventHandler(this.Btn_SysReset_Click);
  98. //
  99. // Btn_Book
  100. //
  101. this.Btn_Book.BeginGroup = true;
  102. this.Btn_Book.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  103. this.Btn_Book.ImagePaddingVertical = 18;
  104. this.Btn_Book.Name = "Btn_Book";
  105. this.Btn_Book.SubItemsExpandWidth = 18;
  106. this.Btn_Book.Symbol = "";
  107. this.Btn_Book.SymbolSize = 16F;
  108. this.Btn_Book.Text = "记事本";
  109. this.Btn_Book.Click += new System.EventHandler(this.Btn_Book_Click);
  110. //
  111. // Btn_Calc
  112. //
  113. this.Btn_Calc.BeginGroup = true;
  114. this.Btn_Calc.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  115. this.Btn_Calc.ImagePaddingVertical = 18;
  116. this.Btn_Calc.Name = "Btn_Calc";
  117. this.Btn_Calc.SubItemsExpandWidth = 18;
  118. this.Btn_Calc.Symbol = "";
  119. this.Btn_Calc.SymbolSize = 16F;
  120. this.Btn_Calc.Text = "计算器";
  121. this.Btn_Calc.Click += new System.EventHandler(this.Btn_Calc_Click);
  122. //
  123. // Bar_Menu
  124. //
  125. this.Bar_Menu.AccessibleDescription = "DotNetBar Bar (Bar_Menu)";
  126. this.Bar_Menu.AccessibleName = "DotNetBar Bar";
  127. this.Bar_Menu.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
  128. this.Bar_Menu.AntiAlias = true;
  129. this.Bar_Menu.BarType = DevComponents.DotNetBar.eBarType.MenuBar;
  130. this.Bar_Menu.Dock = System.Windows.Forms.DockStyle.Top;
  131. this.Bar_Menu.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  132. this.Bar_Menu.IsMaximized = false;
  133. this.Bar_Menu.ItemSpacing = 2;
  134. this.Bar_Menu.Location = new System.Drawing.Point(0, 0);
  135. this.Bar_Menu.MenuBar = true;
  136. this.Bar_Menu.Name = "Bar_Menu";
  137. this.Bar_Menu.PaddingBottom = 0;
  138. this.Bar_Menu.PaddingTop = 0;
  139. this.Bar_Menu.Size = new System.Drawing.Size(816, 24);
  140. this.Bar_Menu.Stretch = true;
  141. this.Bar_Menu.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  142. this.Bar_Menu.TabIndex = 31;
  143. this.Bar_Menu.TabStop = false;
  144. this.Bar_Menu.Text = "barStatus";
  145. //
  146. // Bar_Status
  147. //
  148. this.Bar_Status.AccessibleDescription = "DotNetBar Bar (Bar_Status)";
  149. this.Bar_Status.AccessibleName = "DotNetBar Bar";
  150. this.Bar_Status.AccessibleRole = System.Windows.Forms.AccessibleRole.StatusBar;
  151. this.Bar_Status.AntiAlias = true;
  152. this.Bar_Status.BarType = DevComponents.DotNetBar.eBarType.StatusBar;
  153. this.Bar_Status.Dock = System.Windows.Forms.DockStyle.Bottom;
  154. this.Bar_Status.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  155. this.Bar_Status.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.ResizeHandle;
  156. this.Bar_Status.IsMaximized = false;
  157. this.Bar_Status.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  158. this.Btn_LoginUserTime,
  159. this.Btn_Copyrignt});
  160. this.Bar_Status.ItemSpacing = 2;
  161. this.Bar_Status.Location = new System.Drawing.Point(0, 319);
  162. this.Bar_Status.Name = "Bar_Status";
  163. this.Bar_Status.PaddingBottom = 0;
  164. this.Bar_Status.PaddingLeft = 0;
  165. this.Bar_Status.PaddingRight = 0;
  166. this.Bar_Status.PaddingTop = 0;
  167. this.Bar_Status.Size = new System.Drawing.Size(816, 25);
  168. this.Bar_Status.Stretch = true;
  169. this.Bar_Status.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  170. this.Bar_Status.TabIndex = 33;
  171. this.Bar_Status.TabStop = false;
  172. this.Bar_Status.Text = "barStatus";
  173. //
  174. // Btn_LoginUserTime
  175. //
  176. this.Btn_LoginUserTime.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  177. this.Btn_LoginUserTime.Name = "Btn_LoginUserTime";
  178. this.Btn_LoginUserTime.Symbol = "";
  179. this.Btn_LoginUserTime.SymbolColor = System.Drawing.Color.OrangeRed;
  180. this.Btn_LoginUserTime.SymbolSize = 13F;
  181. this.Btn_LoginUserTime.Text = "admin|管理员|2015年06月02号 18点57分59秒 星期二";
  182. //
  183. // Btn_Copyrignt
  184. //
  185. this.Btn_Copyrignt.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  186. this.Btn_Copyrignt.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
  187. this.Btn_Copyrignt.Name = "Btn_Copyrignt";
  188. this.Btn_Copyrignt.Symbol = "";
  189. this.Btn_Copyrignt.SymbolSize = 12F;
  190. this.Btn_Copyrignt.Text = "<font color=\"#ED1C24\">苏州博众精工科技股份有限公司版权所有|软件未注册,7天后过期</font>";
  191. //
  192. // STab_Main
  193. //
  194. this.STab_Main.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  195. | System.Windows.Forms.AnchorStyles.Left)
  196. | System.Windows.Forms.AnchorStyles.Right)));
  197. this.STab_Main.CloseButtonOnTabsVisible = true;
  198. //
  199. //
  200. //
  201. //
  202. //
  203. //
  204. this.STab_Main.ControlBox.CloseBox.Name = "";
  205. //
  206. //
  207. //
  208. this.STab_Main.ControlBox.MenuBox.Name = "";
  209. this.STab_Main.ControlBox.Name = "";
  210. this.STab_Main.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
  211. this.STab_Main.ControlBox.MenuBox,
  212. this.STab_Main.ControlBox.CloseBox});
  213. this.STab_Main.Location = new System.Drawing.Point(0, 65);
  214. this.STab_Main.Name = "STab_Main";
  215. this.STab_Main.ReorderTabsEnabled = true;
  216. this.STab_Main.SelectedTabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  217. this.STab_Main.SelectedTabIndex = -1;
  218. this.STab_Main.Size = new System.Drawing.Size(816, 254);
  219. this.STab_Main.TabFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.STab_Main.TabIndex = 34;
  221. this.STab_Main.Text = "STab_Main";
  222. //
  223. // styleManager1
  224. //
  225. this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2010Blue;
  226. this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154))))));
  227. //
  228. // FrmMain
  229. //
  230. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  231. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  232. this.ClientSize = new System.Drawing.Size(816, 344);
  233. this.Controls.Add(this.Bar_ToolBar);
  234. this.Controls.Add(this.Bar_Menu);
  235. this.Controls.Add(this.Bar_Status);
  236. this.Controls.Add(this.STab_Main);
  237. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  238. this.Name = "FrmMain";
  239. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  240. this.Text = "美纹库WCS仓储物流调度系统";
  241. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  242. ((System.ComponentModel.ISupportInitialize)(this.Bar_ToolBar)).EndInit();
  243. ((System.ComponentModel.ISupportInitialize)(this.Bar_Menu)).EndInit();
  244. ((System.ComponentModel.ISupportInitialize)(this.Bar_Status)).EndInit();
  245. ((System.ComponentModel.ISupportInitialize)(this.STab_Main)).EndInit();
  246. this.ResumeLayout(false);
  247. }
  248. #endregion
  249. private DevComponents.DotNetBar.Bar Bar_ToolBar;
  250. private DevComponents.DotNetBar.ButtonItem Btn_SysExit;
  251. private DevComponents.DotNetBar.ButtonItem Btn_SysReset;
  252. private DevComponents.DotNetBar.ButtonItem Btn_Book;
  253. private DevComponents.DotNetBar.ButtonItem Btn_Calc;
  254. private DevComponents.DotNetBar.Bar Bar_Menu;
  255. private DevComponents.DotNetBar.Bar Bar_Status;
  256. private DevComponents.DotNetBar.ButtonItem Btn_LoginUserTime;
  257. private DevComponents.DotNetBar.ButtonItem Btn_Copyrignt;
  258. private DevComponents.DotNetBar.SuperTabControl STab_Main;
  259. private DevComponents.DotNetBar.StyleManager styleManager1;
  260. }
  261. }