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

📄 mainform.designer.cs

📁 《C#和.NET第一步》中的财务系统 利用三层结构做的
💻 CS
📖 第 1 页 / 共 2 页
字号:
			// 
			this.muAlert.Name = "muAlert";
			this.muAlert.Size = new System.Drawing.Size(130, 22);
			this.muAlert.Text = "预警设置";
			this.muAlert.Click += new System.EventHandler(this.muAlert_Click);
			// 
			// 导出数据ToolStripMenuItem
			// 
			this.导出数据ToolStripMenuItem.Name = "导出数据ToolStripMenuItem";
			this.导出数据ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
			this.导出数据ToolStripMenuItem.Text = "报表中心";
			// 
			// 导入数据ToolStripMenuItem
			// 
			this.导入数据ToolStripMenuItem.Name = "导入数据ToolStripMenuItem";
			this.导入数据ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
			this.导入数据ToolStripMenuItem.Text = "打印";
			// 
			// 快乐理财游ToolStripMenuItem
			// 
			this.快乐理财游ToolStripMenuItem.Name = "快乐理财游ToolStripMenuItem";
			this.快乐理财游ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
			this.快乐理财游ToolStripMenuItem.Text = "快乐理财游";
			// 
			// 帮助ToolStripMenuItem
			// 
			this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.帮助文档ToolStripMenuItem,
            this.关于ToolStripMenuItem});
			this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
			this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
			this.帮助ToolStripMenuItem.Text = "帮助";
			// 
			// 帮助文档ToolStripMenuItem
			// 
			this.帮助文档ToolStripMenuItem.Name = "帮助文档ToolStripMenuItem";
			this.帮助文档ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
			this.帮助文档ToolStripMenuItem.Text = "帮助文档";
			// 
			// 关于ToolStripMenuItem
			// 
			this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
			this.关于ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
			this.关于ToolStripMenuItem.Text = "关于";
			// 
			// topTools
			// 
			this.topTools.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripGO,
            toolStripOFF,
            toolStripHome,
            this.toolStripPrint,
            toolStripReport,
            this.toolStripCount});
			this.topTools.Location = new System.Drawing.Point(0, 24);
			this.topTools.Name = "topTools";
			this.topTools.Size = new System.Drawing.Size(732, 25);
			this.topTools.TabIndex = 1;
			this.topTools.Text = "topTools";
			// 
			// toolStripGO
			// 
			this.toolStripGO.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolStripGO.Image = global::HomeMoney.Properties.Resources.qinjin;
			this.toolStripGO.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
			this.toolStripGO.Name = "toolStripGO";
			this.toolStripGO.Size = new System.Drawing.Size(23, 22);
			this.toolStripGO.Text = "toolStripGO";
			this.toolStripGO.ToolTipText = "前进";
			// 
			// toolStripPrint
			// 
			this.toolStripPrint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolStripPrint.Image = global::HomeMoney.Properties.Resources.dayin;
			this.toolStripPrint.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
			this.toolStripPrint.Name = "toolStripPrint";
			this.toolStripPrint.Size = new System.Drawing.Size(23, 22);
			this.toolStripPrint.Text = "toolStripPrint";
			this.toolStripPrint.ToolTipText = "打印帐薄";
			// 
			// toolStripCount
			// 
			this.toolStripCount.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
			this.toolStripCount.Image = global::HomeMoney.Properties.Resources.jisq;
			this.toolStripCount.ImageTransparentColor = System.Drawing.Color.White;
			this.toolStripCount.Name = "toolStripCount";
			this.toolStripCount.Size = new System.Drawing.Size(23, 22);
			this.toolStripCount.Text = "toolStripCount";
			this.toolStripCount.ToolTipText = "计算器";
			this.toolStripCount.Click += new System.EventHandler(this.toolStripCount_Click);
			// 
			// statusStrip
			// 
			this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.statusUser,
            this.toolStripProgressBar1,
            this.statusAccount});
			this.statusStrip.Location = new System.Drawing.Point(0, 439);
			this.statusStrip.Name = "statusStrip";
			this.statusStrip.Size = new System.Drawing.Size(732, 22);
			this.statusStrip.TabIndex = 2;
			this.statusStrip.Text = "statusStrip1";
			// 
			// statusUser
			// 
			this.statusUser.AutoSize = false;
			this.statusUser.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
			this.statusUser.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
			this.statusUser.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
			this.statusUser.Name = "statusUser";
			this.statusUser.Size = new System.Drawing.Size(131, 17);
			this.statusUser.Text = "〉";
			// 
			// toolStripProgressBar1
			// 
			this.toolStripProgressBar1.AutoSize = false;
			this.toolStripProgressBar1.Name = "toolStripProgressBar1";
			this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 17);
			// 
			// statusAccount
			// 
			this.statusAccount.AutoSize = false;
			this.statusAccount.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
			this.statusAccount.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
			this.statusAccount.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
			this.statusAccount.Name = "statusAccount";
			this.statusAccount.Size = new System.Drawing.Size(131, 17);
			this.statusAccount.Text = "〉";
			// 
			// leftTools
			// 
			this.leftTools.AutoSize = false;
			this.leftTools.Dock = System.Windows.Forms.DockStyle.Left;
			this.leftTools.Font = new System.Drawing.Font("宋体", 9F);
			this.leftTools.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.btnNewUser,
            this.toolOpenUser});
			this.leftTools.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.VerticalStackWithOverflow;
			this.leftTools.Location = new System.Drawing.Point(0, 49);
			this.leftTools.Name = "leftTools";
			this.leftTools.Size = new System.Drawing.Size(109, 390);
			this.leftTools.TabIndex = 3;
			// 
			// btnNewUser
			// 
			this.btnNewUser.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
			this.btnNewUser.CheckOnClick = true;
			this.btnNewUser.ForeColor = System.Drawing.Color.Blue;
			this.btnNewUser.Image = ((System.Drawing.Image)(resources.GetObject("btnNewUser.Image")));
			this.btnNewUser.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.btnNewUser.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this.btnNewUser.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.btnNewUser.Name = "btnNewUser";
			this.btnNewUser.RightToLeftAutoMirrorImage = true;
			this.btnNewUser.Size = new System.Drawing.Size(107, 16);
			this.btnNewUser.Text = "新建帐户";
			this.btnNewUser.Click += new System.EventHandler(this.btnNewUser_Click);
			// 
			// toolOpenUser
			// 
			this.toolOpenUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
			this.toolOpenUser.ForeColor = System.Drawing.Color.Blue;
			this.toolOpenUser.Image = ((System.Drawing.Image)(resources.GetObject("toolOpenUser.Image")));
			this.toolOpenUser.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.toolOpenUser.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this.toolOpenUser.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.toolOpenUser.Name = "toolOpenUser";
			this.toolOpenUser.Size = new System.Drawing.Size(107, 16);
			this.toolOpenUser.Text = "打开帐户";
			this.toolOpenUser.Click += new System.EventHandler(this.toolOpenUser_Click);
			// 
			// panelMain
			// 
			this.panelMain.BackColor = System.Drawing.Color.White;
			this.panelMain.Controls.Add(this.pictureBall);
			this.panelMain.Controls.Add(this.pictureHello);
			this.panelMain.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panelMain.Location = new System.Drawing.Point(0, 0);
			this.panelMain.Name = "panelMain";
			this.panelMain.Size = new System.Drawing.Size(732, 461);
			this.panelMain.TabIndex = 5;
			// 
			// pictureBall
			// 
			this.pictureBall.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBall.BackgroundImage")));
			this.pictureBall.Location = new System.Drawing.Point(333, 160);
			this.pictureBall.Name = "pictureBall";
			this.pictureBall.Size = new System.Drawing.Size(334, 265);
			this.pictureBall.TabIndex = 1;
			this.pictureBall.TabStop = false;
			// 
			// pictureHello
			// 
			this.pictureHello.BackColor = System.Drawing.SystemColors.Control;
			this.pictureHello.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureHello.BackgroundImage")));
			this.pictureHello.Location = new System.Drawing.Point(164, 116);
			this.pictureHello.Name = "pictureHello";
			this.pictureHello.Size = new System.Drawing.Size(440, 26);
			this.pictureHello.TabIndex = 2;
			this.pictureHello.TabStop = false;
			// 
			// MainForm
			// 
			this.ClientSize = new System.Drawing.Size(732, 461);
			this.Controls.Add(this.leftTools);
			this.Controls.Add(this.statusStrip);
			this.Controls.Add(this.topTools);
			this.Controls.Add(this.menuStrip);
			this.Controls.Add(this.panelMain);
			this.IsMdiContainer = true;
			this.MainMenuStrip = this.menuStrip;
			this.Name = "MainForm";
			this.Text = "黑木崖家庭理财系统";
			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
			this.Load += new System.EventHandler(this.MainForm_Load);
			this.menuStrip.ResumeLayout(false);
			this.menuStrip.PerformLayout();
			this.topTools.ResumeLayout(false);
			this.topTools.PerformLayout();
			this.statusStrip.ResumeLayout(false);
			this.statusStrip.PerformLayout();
			this.leftTools.ResumeLayout(false);
			this.leftTools.PerformLayout();
			this.panelMain.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.pictureBall)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.pictureHello)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

		#endregion


		private System.Windows.Forms.MenuStrip menuStrip;
		private System.Windows.Forms.ToolStrip topTools;
		private System.Windows.Forms.StatusStrip statusStrip;
		private System.Windows.Forms.ToolStripMenuItem menuItemUser;
		private System.Windows.Forms.ToolStripMenuItem addUserMenuItem;
		private System.Windows.Forms.ToolStripMenuItem menuItemAccount;
		private System.Windows.Forms.ToolStripMenuItem muAssetCenter;
		private System.Windows.Forms.ToolStripMenuItem 工具ToolStripMenuItem;
		private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
		private System.Windows.Forms.ToolStripMenuItem menuItemDelUser;
		private System.Windows.Forms.ToolStripMenuItem muExist;
		private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;
		private System.Windows.Forms.ToolStripMenuItem menuItemAccNew;
		private System.Windows.Forms.ToolStripMenuItem muFindAccount;
		private System.Windows.Forms.ToolStripMenuItem muCount;
		private System.Windows.Forms.ToolStripMenuItem 导出数据ToolStripMenuItem;
		private System.Windows.Forms.ToolStripMenuItem 导入数据ToolStripMenuItem;
		private System.Windows.Forms.ToolStripMenuItem muItemUpdate;
		private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
		private System.Windows.Forms.ToolStripMenuItem 快乐理财游ToolStripMenuItem;
		private System.Windows.Forms.ToolStripMenuItem 帮助文档ToolStripMenuItem;
		private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
		private System.Windows.Forms.ToolStripMenuItem muBillCenter;
		private System.Windows.Forms.ToolStripMenuItem muExportData;
		private System.Windows.Forms.ToolStripMenuItem muInportData;
		private System.Windows.Forms.ToolStripMenuItem delAccountBook;
		private System.Windows.Forms.ToolStripMenuItem muInvestCenter;
		private System.Windows.Forms.ToolStripMenuItem muAlert;
		private System.Windows.Forms.ToolStripButton toolStripGO;
		private System.Windows.Forms.ToolStrip leftTools;
		private System.Windows.Forms.ToolStripButton btnNewUser;
		private System.Windows.Forms.ToolStripButton toolOpenUser;
		private System.Windows.Forms.ToolStripStatusLabel statusUser;
		private System.Windows.Forms.PictureBox pictureHello;
		private System.Windows.Forms.ToolStripMenuItem loginMenuItem;
		private System.Windows.Forms.PictureBox pictureBall;
		private System.Windows.Forms.Panel panelMain;
		private System.Windows.Forms.ToolStripStatusLabel statusAccount;
		private System.Windows.Forms.ToolStripStatusLabel toolStripProgressBar1;
		private System.Windows.Forms.ToolStripButton toolStripPrint;
		private System.Windows.Forms.ToolStripButton toolStripCount;
		private System.Windows.Forms.SaveFileDialog saveFileDialog1;
		

	}
}

⌨️ 快捷键说明

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