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

📄 form2.designer.cs

📁 模拟银行系统的实现
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Project1
{
    partial class formInfyBank
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.maintansToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newCustomerDetailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteCustomerDetailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.browerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.newAccountDetailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editAccountDetailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteAccountDetailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.browseAccountDetailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.changePasswordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.transactionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.dipositToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.withDrawalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.foudToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.reportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.balanceEnquiryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.miniStatementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.customerStatementToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.maintansToolStripMenuItem,
            this.transactionToolStripMenuItem,
            this.reportToolStripMenuItem,
            this.exitToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(656, 24);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // maintansToolStripMenuItem
            // 
            this.maintansToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newCustomerDetailsToolStripMenuItem,
            this.editToolStripMenuItem,
            this.deleteCustomerDetailsToolStripMenuItem,
            this.browerToolStripMenuItem,
            this.toolStripSeparator1,
            this.newAccountDetailsToolStripMenuItem,
            this.editAccountDetailsToolStripMenuItem,
            this.deleteAccountDetailsToolStripMenuItem,
            this.browseAccountDetailsToolStripMenuItem,
            this.toolStripSeparator2,
            this.changePasswordToolStripMenuItem});
            this.maintansToolStripMenuItem.Name = "maintansToolStripMenuItem";
            this.maintansToolStripMenuItem.Size = new System.Drawing.Size(80, 20);
            this.maintansToolStripMenuItem.Text = "Maintenance";
            this.maintansToolStripMenuItem.Click += new System.EventHandler(this.maintansToolStripMenuItem_Click);
            // 
            // newCustomerDetailsToolStripMenuItem
            // 
            this.newCustomerDetailsToolStripMenuItem.Name = "newCustomerDetailsToolStripMenuItem";
            this.newCustomerDetailsToolStripMenuItem.Size = new System.Drawing.Size(193, 22);
            this.newCustomerDetailsToolStripMenuItem.Text = "New Customer Details";
            this.newCustomerDetailsToolStripMenuItem.Click += new System.EventHandler(this.newCustomerDetailsToolStripMenuItem_Click);
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(193, 22);
            this.editToolStripMenuItem.Text = "Edit Customer Details";
            this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
            // 
            // deleteCustomerDetailsToolStripMenuItem
            // 
            this.deleteCustomerDetailsToolStripMenuItem.Name = "deleteCustomerDetailsToolStripMenuItem";
            this.deleteCustomerDetailsToolStripMenuItem.Size = new System.Drawing.Size(193, 22);
            this.deleteCustomerDetailsToolStripMenuItem.Text = "Delete Customer Details";
            this.deleteCustomerDetailsToolStripMenuItem.Click += new System.EventHandler(this.deleteCustomerDetailsToolStripMenuItem_Click);
            // 
            // browerToolStripMenuItem
            // 
            this.browerToolStripMenuItem.Name = "browerToolStripMenuItem";
            this.browerToolStripMenuItem.Size = new System.Drawing.Size(193, 22);
            this.browerToolStripMenuItem.Text = "Browse Customer Details";
            this.browerToolStripMenuItem.Click += new System.EventHandler(this.browerToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(190, 6);
            // 
            // newAccountDetailsToolStripMenuItem
            // 
            this.newAccountDetailsToolStripMenuItem.Name = "newAccountDetailsToolStripMenuItem";
            this.newAccountDetailsToolStripMenuItem.Size = new System.Drawing.Size(193, 22);
            this.newAccountDetailsToolStripMenuItem.Text = "New Account Details";
            this.newAccountDetailsToolStripMenuItem.Click += new System.EventHandler(this.newAccountDetailsToolStripMenuItem_Click);
            // 
            // editAccountDetailsToolStripMenuItem
            // 
            this.editAccountDetailsToolStripMenuItem.Name = "editAccountDetailsToolStripMenuItem";
            this.editAccountDetailsToolStripMenuItem.Size = new System.Drawing.Size(193, 22);
            this.editAccountDetailsToolStripMenuItem.Text = "Edit Account Details";

⌨️ 快捷键说明

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