FrmMain.Designer.cs 14 KB

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