⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainform.designer.cs

📁 《C#和.NET第一步》中的财务系统 利用三层结构做的
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace HomeMoney
{
	partial class MainForm
	{
		/// <summary>
		/// 必需的设计器变量。
		/// </summary>
		private System.ComponentModel.IContainer components = null;

		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
		protected override void Dispose(bool disposing)
		{
			if (disposing && (components != null))
			{
				components.Dispose();
			}
			base.Dispose(disposing);
		}

		#region Windows 窗体设计器生成的代码

		/// <summary>
		/// 设计器支持所需的方法 - 不要
		/// 使用代码编辑器修改此方法的内容。
		/// </summary>
		private void InitializeComponent()
		{
			System.Windows.Forms.ToolStripButton toolStripOFF;
			System.Windows.Forms.ToolStripButton toolStripHome;
			System.Windows.Forms.ToolStripButton toolStripReport;
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
			this.menuStrip = new System.Windows.Forms.MenuStrip();
			this.menuItemUser = new System.Windows.Forms.ToolStripMenuItem();
			this.addUserMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.loginMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
			this.menuItemDelUser = new System.Windows.Forms.ToolStripMenuItem();
			this.muItemUpdate = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
			this.muExist = new System.Windows.Forms.ToolStripMenuItem();
			this.menuItemAccount = new System.Windows.Forms.ToolStripMenuItem();
			this.menuItemAccNew = new System.Windows.Forms.ToolStripMenuItem();
			this.muFindAccount = new System.Windows.Forms.ToolStripMenuItem();
			this.muExportData = new System.Windows.Forms.ToolStripMenuItem();
			this.muInportData = new System.Windows.Forms.ToolStripMenuItem();
			this.delAccountBook = new System.Windows.Forms.ToolStripMenuItem();
			this.muAssetCenter = new System.Windows.Forms.ToolStripMenuItem();
			this.muBillCenter = new System.Windows.Forms.ToolStripMenuItem();
			this.muInvestCenter = new System.Windows.Forms.ToolStripMenuItem();
			this.工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.muCount = new System.Windows.Forms.ToolStripMenuItem();
			this.muAlert = new System.Windows.Forms.ToolStripMenuItem();
			this.导出数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.导入数据ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.快乐理财游ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.帮助文档ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.topTools = new System.Windows.Forms.ToolStrip();
			this.toolStripGO = new System.Windows.Forms.ToolStripButton();
			this.toolStripPrint = new System.Windows.Forms.ToolStripButton();
			this.toolStripCount = new System.Windows.Forms.ToolStripButton();
			this.statusStrip = new System.Windows.Forms.StatusStrip();
			this.statusUser = new System.Windows.Forms.ToolStripStatusLabel();
			this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripStatusLabel();
			this.statusAccount = new System.Windows.Forms.ToolStripStatusLabel();
			this.leftTools = new System.Windows.Forms.ToolStrip();
			this.btnNewUser = new System.Windows.Forms.ToolStripButton();
			this.toolOpenUser = new System.Windows.Forms.ToolStripButton();
			this.panelMain = new System.Windows.Forms.Panel();
			this.pictureBall = new System.Windows.Forms.PictureBox();
			this.pictureHello = new System.Windows.Forms.PictureBox();
			this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
			toolStripOFF = new System.Windows.Forms.ToolStripButton();
			toolStripHome = new System.Windows.Forms.ToolStripButton();
			toolStripReport = new System.Windows.Forms.ToolStripButton();
			this.menuStrip.SuspendLayout();
			this.topTools.SuspendLayout();
			this.statusStrip.SuspendLayout();
			this.leftTools.SuspendLayout();
			this.panelMain.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.pictureBall)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.pictureHello)).BeginInit();
			this.SuspendLayout();
			// 
			// toolStripOFF
			// 
			toolStripOFF.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			toolStripOFF.Image = global::HomeMoney.Properties.Resources.houtui;
			toolStripOFF.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
			toolStripOFF.Name = "toolStripOFF";
			toolStripOFF.Size = new System.Drawing.Size(23, 22);
			toolStripOFF.Text = "toolStripOFF";
			toolStripOFF.ToolTipText = "后退";
			// 
			// toolStripHome
			// 
			toolStripHome.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			toolStripHome.Image = global::HomeMoney.Properties.Resources.home;
			toolStripHome.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
			toolStripHome.Name = "toolStripHome";
			toolStripHome.Size = new System.Drawing.Size(23, 22);
			toolStripHome.Text = "toolStripHome";
			toolStripHome.ToolTipText = "财务首页";
			toolStripHome.Click += new System.EventHandler(this.toolStripHome_Click);
			// 
			// toolStripReport
			// 
			toolStripReport.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			toolStripReport.Image = global::HomeMoney.Properties.Resources.baobiao;
			toolStripReport.ImageTransparentColor = System.Drawing.Color.Magenta;
			toolStripReport.Name = "toolStripReport";
			toolStripReport.Size = new System.Drawing.Size(23, 22);
			toolStripReport.Text = "toolStripReport";
			toolStripReport.ToolTipText = "帐薄报表";
			// 
			// menuStrip
			// 
			this.menuStrip.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
			this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemUser,
            this.menuItemAccount,
            this.muAssetCenter,
            this.工具ToolStripMenuItem,
            this.帮助ToolStripMenuItem});
			this.menuStrip.Location = new System.Drawing.Point(0, 0);
			this.menuStrip.MdiWindowListItem = this.muAssetCenter;
			this.menuStrip.Name = "menuStrip";
			this.menuStrip.Size = new System.Drawing.Size(732, 24);
			this.menuStrip.TabIndex = 0;
			this.menuStrip.Text = "menuStrip1";
			// 
			// menuItemUser
			// 
			this.menuItemUser.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
			this.menuItemUser.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addUserMenuItem,
            this.loginMenuItem,
            this.toolStripSeparator1,
            this.menuItemDelUser,
            this.muItemUpdate,
            this.toolStripSeparator2,
            this.muExist});
			this.menuItemUser.Name = "menuItemUser";
			this.menuItemUser.Size = new System.Drawing.Size(41, 20);
			this.menuItemUser.Text = "账户";
			// 
			// addUserMenuItem
			// 
			this.addUserMenuItem.Name = "addUserMenuItem";
			this.addUserMenuItem.Size = new System.Drawing.Size(118, 22);
			this.addUserMenuItem.Text = "新建帐户";
			this.addUserMenuItem.Click += new System.EventHandler(this.addUserMenuItem_Click);
			// 
			// loginMenuItem
			// 
			this.loginMenuItem.Name = "loginMenuItem";
			this.loginMenuItem.Size = new System.Drawing.Size(118, 22);
			this.loginMenuItem.Text = "打开帐户";
			this.loginMenuItem.Click += new System.EventHandler(this.loginMenuItem_Click);
			// 
			// toolStripSeparator1
			// 
			this.toolStripSeparator1.Name = "toolStripSeparator1";
			this.toolStripSeparator1.Size = new System.Drawing.Size(115, 6);
			// 
			// menuItemDelUser
			// 
			this.menuItemDelUser.Name = "menuItemDelUser";
			this.menuItemDelUser.Size = new System.Drawing.Size(118, 22);
			this.menuItemDelUser.Text = "删除账户";
			// 
			// muItemUpdate
			// 
			this.muItemUpdate.Name = "muItemUpdate";
			this.muItemUpdate.Size = new System.Drawing.Size(118, 22);
			this.muItemUpdate.Text = "修改密码";
			// 
			// toolStripSeparator2
			// 
			this.toolStripSeparator2.Name = "toolStripSeparator2";
			this.toolStripSeparator2.Size = new System.Drawing.Size(115, 6);
			// 
			// muExist
			// 
			this.muExist.Name = "muExist";
			this.muExist.Size = new System.Drawing.Size(118, 22);
			this.muExist.Text = "退出";
			this.muExist.Click += new System.EventHandler(this.MenuExist_Click);
			// 
			// menuItemAccount
			// 
			this.menuItemAccount.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemAccNew,
            this.muFindAccount,
            this.muExportData,
            this.muInportData,
            this.delAccountBook});
			this.menuItemAccount.Name = "menuItemAccount";
			this.menuItemAccount.Size = new System.Drawing.Size(65, 20);
			this.menuItemAccount.Text = "帐簿管理";
			// 
			// menuItemAccNew
			// 
			this.menuItemAccNew.Name = "menuItemAccNew";
			this.menuItemAccNew.Size = new System.Drawing.Size(118, 22);
			this.menuItemAccNew.Text = "新建帐薄";
			this.menuItemAccNew.Click += new System.EventHandler(this.menuItemAccNew_Click);
			// 
			// muFindAccount
			// 
			this.muFindAccount.Name = "muFindAccount";
			this.muFindAccount.Size = new System.Drawing.Size(118, 22);
			this.muFindAccount.Text = "查找";
			this.muFindAccount.Click += new System.EventHandler(this.muFindAccount_Click);
			// 
			// muExportData
			// 
			this.muExportData.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
			this.muExportData.Name = "muExportData";
			this.muExportData.Size = new System.Drawing.Size(118, 22);
			this.muExportData.Text = "导出数据";
			this.muExportData.Click += new System.EventHandler(this.muExportData_Click);
			// 
			// muInportData
			// 
			this.muInportData.Name = "muInportData";
			this.muInportData.Size = new System.Drawing.Size(118, 22);
			this.muInportData.Text = "导入数据";
			this.muInportData.Click += new System.EventHandler(this.muInportData_Click);
			// 
			// delAccountBook
			// 
			this.delAccountBook.Name = "delAccountBook";
			this.delAccountBook.Size = new System.Drawing.Size(118, 22);
			this.delAccountBook.Text = "删除帐薄";
			// 
			// muAssetCenter
			// 
			this.muAssetCenter.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.muBillCenter,
            this.muInvestCenter});
			this.muAssetCenter.Name = "muAssetCenter";
			this.muAssetCenter.Size = new System.Drawing.Size(65, 20);
			this.muAssetCenter.Text = "财务中心";
			// 
			// muBillCenter
			// 
			this.muBillCenter.Name = "muBillCenter";
			this.muBillCenter.Size = new System.Drawing.Size(106, 22);
			this.muBillCenter.Text = "总收支";
			this.muBillCenter.Click += new System.EventHandler(this.muBillCenter_Click);
			// 
			// muInvestCenter
			// 
			this.muInvestCenter.Name = "muInvestCenter";
			this.muInvestCenter.Size = new System.Drawing.Size(106, 22);
			this.muInvestCenter.Text = "总投资";
			this.muInvestCenter.Click += new System.EventHandler(this.muInvestCenter_Click);
			// 
			// 工具ToolStripMenuItem
			// 
			this.工具ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.muCount,
            this.muAlert,
            this.导出数据ToolStripMenuItem,
            this.导入数据ToolStripMenuItem,
            this.快乐理财游ToolStripMenuItem});
			this.工具ToolStripMenuItem.Name = "工具ToolStripMenuItem";
			this.工具ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
			this.工具ToolStripMenuItem.Text = "工具";
			// 
			// muCount
			// 
			this.muCount.Name = "muCount";
			this.muCount.Size = new System.Drawing.Size(130, 22);
			this.muCount.Text = "计算器";
			this.muCount.Click += new System.EventHandler(this.muCount_Click);
			// 
			// muAlert

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -