革博士程序V1仓库
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

277 рядки
17 KiB

  1. namespace LeatherApp
  2. {
  3. partial class FrmMain2
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("产品管理");
  30. System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("数据分析");
  31. System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("系统设置");
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain2));
  33. this.uiNavBar1 = new Sunny.UI.UINavBar();
  34. this.uiAvatar1 = new Sunny.UI.UIAvatar();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. this.StyleManager = new Sunny.UI.UIStyleManager(this.components);
  37. this.uiTabControl1 = new Sunny.UI.UITabControl();
  38. this.uiContextMenuStrip1 = new Sunny.UI.UIContextMenuStrip();
  39. this.锁定ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.更改密码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
  42. this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.btnExit = new Sunny.UI.UISymbolLabel();
  44. this.btnHide = new Sunny.UI.UISymbolLabel();
  45. this.uiNavBar1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  47. this.uiContextMenuStrip1.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // uiNavBar1
  51. //
  52. this.uiNavBar1.BackColor = System.Drawing.Color.White;
  53. this.uiNavBar1.Controls.Add(this.btnExit);
  54. this.uiNavBar1.Controls.Add(this.btnHide);
  55. this.uiNavBar1.Controls.Add(this.uiAvatar1);
  56. this.uiNavBar1.Controls.Add(this.pictureBox1);
  57. this.uiNavBar1.Dock = System.Windows.Forms.DockStyle.Top;
  58. this.uiNavBar1.DropMenuFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.uiNavBar1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.uiNavBar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  61. this.uiNavBar1.Location = new System.Drawing.Point(0, 0);
  62. this.uiNavBar1.MenuHoverColor = System.Drawing.Color.White;
  63. this.uiNavBar1.MenuSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
  64. this.uiNavBar1.MenuStyle = Sunny.UI.UIMenuStyle.Custom;
  65. this.uiNavBar1.Name = "uiNavBar1";
  66. treeNode1.Name = "节点0";
  67. treeNode1.Text = "产品管理";
  68. treeNode2.Name = "节点2";
  69. treeNode2.Text = "数据分析";
  70. treeNode3.Name = "节点3";
  71. treeNode3.Text = "系统设置";
  72. this.uiNavBar1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
  73. treeNode1,
  74. treeNode2,
  75. treeNode3});
  76. this.uiNavBar1.SelectedForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
  77. this.uiNavBar1.SelectedHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
  78. this.uiNavBar1.Size = new System.Drawing.Size(976, 85);
  79. this.uiNavBar1.Style = Sunny.UI.UIStyle.Red;
  80. this.uiNavBar1.TabIndex = 0;
  81. this.uiNavBar1.Text = "uiNavBar1";
  82. this.uiNavBar1.MenuItemClick += new Sunny.UI.UINavBar.OnMenuItemClick(this.uiNavBar1_MenuItemClick);
  83. //
  84. // uiAvatar1
  85. //
  86. this.uiAvatar1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  87. this.uiAvatar1.AvatarSize = 55;
  88. this.uiAvatar1.BackColor = System.Drawing.Color.White;
  89. this.uiAvatar1.Font = new System.Drawing.Font("微软雅黑", 12F);
  90. this.uiAvatar1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
  91. this.uiAvatar1.Location = new System.Drawing.Point(899, 15);
  92. this.uiAvatar1.MinimumSize = new System.Drawing.Size(1, 1);
  93. this.uiAvatar1.Name = "uiAvatar1";
  94. this.uiAvatar1.Size = new System.Drawing.Size(65, 59);
  95. this.uiAvatar1.Style = Sunny.UI.UIStyle.Red;
  96. this.uiAvatar1.Symbol = 62142;
  97. this.uiAvatar1.TabIndex = 28;
  98. this.uiAvatar1.Text = "用户";
  99. this.uiAvatar1.ZoomScaleDisabled = true;
  100. this.uiAvatar1.Click += new System.EventHandler(this.uiAvatar1_Click);
  101. //
  102. // pictureBox1
  103. //
  104. this.pictureBox1.BackColor = System.Drawing.Color.White;
  105. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  106. this.pictureBox1.Location = new System.Drawing.Point(37, 30);
  107. this.pictureBox1.Name = "pictureBox1";
  108. this.pictureBox1.Padding = new System.Windows.Forms.Padding(9);
  109. this.pictureBox1.Size = new System.Drawing.Size(274, 42);
  110. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  111. this.pictureBox1.TabIndex = 7;
  112. this.pictureBox1.TabStop = false;
  113. //
  114. // StyleManager
  115. //
  116. this.StyleManager.Style = Sunny.UI.UIStyle.Colorful;
  117. //
  118. // uiTabControl1
  119. //
  120. this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  122. this.uiTabControl1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
  123. this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.uiTabControl1.ItemSize = new System.Drawing.Size(0, 1);
  125. this.uiTabControl1.Location = new System.Drawing.Point(0, 85);
  126. this.uiTabControl1.MainPage = "";
  127. this.uiTabControl1.Name = "uiTabControl1";
  128. this.uiTabControl1.SelectedIndex = 0;
  129. this.uiTabControl1.Size = new System.Drawing.Size(976, 614);
  130. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  131. this.uiTabControl1.Style = Sunny.UI.UIStyle.Red;
  132. this.uiTabControl1.TabIndex = 7;
  133. this.uiTabControl1.TabSelectedForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
  134. this.uiTabControl1.TabSelectedHighColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
  135. this.uiTabControl1.TabVisible = false;
  136. this.uiTabControl1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.uiTabControl1.SelectedIndexChanged += new System.EventHandler(this.uiTabControl1_SelectedIndexChanged);
  138. //
  139. // uiContextMenuStrip1
  140. //
  141. this.uiContextMenuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
  142. this.uiContextMenuStrip1.Font = new System.Drawing.Font("微软雅黑", 8F);
  143. this.uiContextMenuStrip1.ImageScalingSize = new System.Drawing.Size(33, 33);
  144. this.uiContextMenuStrip1.IsScaled = true;
  145. this.uiContextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  146. this.锁定ToolStripMenuItem,
  147. this.更改密码ToolStripMenuItem,
  148. this.toolStripMenuItem1,
  149. this.退出ToolStripMenuItem});
  150. this.uiContextMenuStrip1.Name = "uiContextMenuStrip1";
  151. this.uiContextMenuStrip1.Size = new System.Drawing.Size(215, 136);
  152. //
  153. // 锁定ToolStripMenuItem
  154. //
  155. this.锁定ToolStripMenuItem.Font = new System.Drawing.Font("微软雅黑", 14F);
  156. this.锁定ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("锁定ToolStripMenuItem.Image")));
  157. this.锁定ToolStripMenuItem.Name = "锁定ToolStripMenuItem";
  158. this.锁定ToolStripMenuItem.Size = new System.Drawing.Size(214, 42);
  159. this.锁定ToolStripMenuItem.Text = "锁定页面";
  160. this.锁定ToolStripMenuItem.Click += new System.EventHandler(this.锁定ToolStripMenuItem_Click);
  161. //
  162. // 更改密码ToolStripMenuItem
  163. //
  164. this.更改密码ToolStripMenuItem.Font = new System.Drawing.Font("微软雅黑", 14F);
  165. this.更改密码ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("更改密码ToolStripMenuItem.Image")));
  166. this.更改密码ToolStripMenuItem.Name = "更改密码ToolStripMenuItem";
  167. this.更改密码ToolStripMenuItem.Size = new System.Drawing.Size(214, 42);
  168. this.更改密码ToolStripMenuItem.Text = "修改密码";
  169. this.更改密码ToolStripMenuItem.Click += new System.EventHandler(this.更改密码ToolStripMenuItem_Click);
  170. //
  171. // toolStripMenuItem1
  172. //
  173. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  174. this.toolStripMenuItem1.Size = new System.Drawing.Size(211, 6);
  175. //
  176. // 退出ToolStripMenuItem
  177. //
  178. this.退出ToolStripMenuItem.Font = new System.Drawing.Font("微软雅黑", 14F);
  179. this.退出ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("退出ToolStripMenuItem.Image")));
  180. this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
  181. this.退出ToolStripMenuItem.Size = new System.Drawing.Size(214, 42);
  182. this.退出ToolStripMenuItem.Text = "退出";
  183. this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
  184. //
  185. // btnExit
  186. //
  187. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  188. this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
  189. this.btnExit.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.btnExit.ForeColor = System.Drawing.Color.Blue;
  191. this.btnExit.Location = new System.Drawing.Point(811, 3);
  192. this.btnExit.MinimumSize = new System.Drawing.Size(1, 1);
  193. this.btnExit.Name = "btnExit";
  194. this.btnExit.Size = new System.Drawing.Size(82, 34);
  195. this.btnExit.Style = Sunny.UI.UIStyle.Custom;
  196. this.btnExit.StyleCustomMode = true;
  197. this.btnExit.Symbol = 61579;
  198. this.btnExit.SymbolColor = System.Drawing.Color.Blue;
  199. this.btnExit.SymbolOffset = new System.Drawing.Point(0, 1);
  200. this.btnExit.SymbolSize = 30;
  201. this.btnExit.TabIndex = 29;
  202. this.btnExit.Text = "退出";
  203. //
  204. // btnHide
  205. //
  206. this.btnHide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  207. this.btnHide.Cursor = System.Windows.Forms.Cursors.Hand;
  208. this.btnHide.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.btnHide.ForeColor = System.Drawing.Color.Blue;
  210. this.btnHide.Location = new System.Drawing.Point(711, 3);
  211. this.btnHide.MinimumSize = new System.Drawing.Size(1, 1);
  212. this.btnHide.Name = "btnHide";
  213. this.btnHide.Size = new System.Drawing.Size(82, 34);
  214. this.btnHide.Style = Sunny.UI.UIStyle.Custom;
  215. this.btnHide.StyleCustomMode = true;
  216. this.btnHide.Symbol = 261766;
  217. this.btnHide.SymbolColor = System.Drawing.Color.Blue;
  218. this.btnHide.SymbolOffset = new System.Drawing.Point(0, 2);
  219. this.btnHide.SymbolSize = 28;
  220. this.btnHide.TabIndex = 30;
  221. this.btnHide.Text = "最小化";
  222. //
  223. // FrmMain2
  224. //
  225. this.AllowShowTitle = false;
  226. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  227. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
  228. this.ClientSize = new System.Drawing.Size(976, 699);
  229. this.ControlBoxFillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(115)))), ((int)(((byte)(115)))));
  230. this.Controls.Add(this.uiTabControl1);
  231. this.Controls.Add(this.uiNavBar1);
  232. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  233. this.MaximumSize = new System.Drawing.Size(2160, 1440);
  234. this.Name = "FrmMain2";
  235. this.Padding = new System.Windows.Forms.Padding(0);
  236. this.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
  237. this.ShowFullScreen = true;
  238. this.ShowRadius = false;
  239. this.ShowRect = false;
  240. this.ShowTitle = false;
  241. this.ShowTitleIcon = true;
  242. this.Style = Sunny.UI.UIStyle.Red;
  243. this.Text = "革博士AI检验系统";
  244. this.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
  245. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  246. this.ZoomScaleRect = new System.Drawing.Rectangle(22, 22, 975, 691);
  247. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmManager_FormClosing);
  248. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmManager_FormClosed);
  249. this.Load += new System.EventHandler(this.FrmManager_Load);
  250. this.uiNavBar1.ResumeLayout(false);
  251. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  252. this.uiContextMenuStrip1.ResumeLayout(false);
  253. this.ResumeLayout(false);
  254. }
  255. #endregion
  256. private Sunny.UI.UINavBar uiNavBar1;
  257. private System.Windows.Forms.PictureBox pictureBox1;
  258. private Sunny.UI.UIStyleManager StyleManager;
  259. private Sunny.UI.UITabControl uiTabControl1;
  260. private Sunny.UI.UIContextMenuStrip uiContextMenuStrip1;
  261. private System.Windows.Forms.ToolStripMenuItem 锁定ToolStripMenuItem;
  262. private System.Windows.Forms.ToolStripMenuItem 更改密码ToolStripMenuItem;
  263. private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
  264. private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
  265. private Sunny.UI.UIAvatar uiAvatar1;
  266. private Sunny.UI.UISymbolLabel btnExit;
  267. private Sunny.UI.UISymbolLabel btnHide;
  268. }
  269. }