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

📄 formdebitmanage.designer.cs

📁 基本实现了功能
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Financial
{
    partial class FormDebitManage
    {
        /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDebitManage));
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripSplitButton_Add = new System.Windows.Forms.ToolStripSplitButton();
            this.ToolStripMenuItem_AddIncome = new System.Windows.Forms.ToolStripMenuItem();
            this.ToolStripMenuItem_AddOutput = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripButton_Del = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_Modify = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton_Print = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_Statistic = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton_DataInput = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton_DataOutput = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton_Exit = new System.Windows.Forms.ToolStripButton();
            this.listViewTable = new System.Windows.Forms.ListView();
            this.columnHeader_Num = new System.Windows.Forms.ColumnHeader();
            this.columnHeader_Name = new System.Windows.Forms.ColumnHeader();
            this.columnHeader_Date = new System.Windows.Forms.ColumnHeader();
            this.columnHeader_Borrow = new System.Windows.Forms.ColumnHeader();
            this.columnHeader_Lend = new System.Windows.Forms.ColumnHeader();
            this.columnHeader_About = new System.Windows.Forms.ColumnHeader();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripSplitButton_Add,
            this.toolStripButton_Del,
            this.toolStripButton_Modify,
            this.toolStripSeparator1,
            this.toolStripButton_Print,
            this.toolStripButton_Statistic,
            this.toolStripSeparator2,
            this.toolStripButton_DataInput,
            this.toolStripButton_DataOutput,
            this.toolStripSeparator3,
            this.toolStripButton_Exit});
            this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
            this.toolStrip1.Size = new System.Drawing.Size(714, 37);
            this.toolStrip1.TabIndex = 2;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripSplitButton_Add
            // 
            this.toolStripSplitButton_Add.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripSplitButton_Add.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ToolStripMenuItem_AddIncome,
            this.ToolStripMenuItem_AddOutput});
            this.toolStripSplitButton_Add.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton_Add.Image")));
            this.toolStripSplitButton_Add.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripSplitButton_Add.ImageTransparentColor = System.Drawing.Color.White;
            this.toolStripSplitButton_Add.Name = "toolStripSplitButton_Add";
            this.toolStripSplitButton_Add.Size = new System.Drawing.Size(76, 34);
            this.toolStripSplitButton_Add.Text = "添加";
            // 
            // ToolStripMenuItem_AddIncome
            // 
            this.ToolStripMenuItem_AddIncome.Name = "ToolStripMenuItem_AddIncome";
            this.ToolStripMenuItem_AddIncome.Size = new System.Drawing.Size(118, 22);
            this.ToolStripMenuItem_AddIncome.Text = "添加收入";
            // 
            // ToolStripMenuItem_AddOutput
            // 
            this.ToolStripMenuItem_AddOutput.Name = "ToolStripMenuItem_AddOutput";
            this.ToolStripMenuItem_AddOutput.Size = new System.Drawing.Size(118, 22);
            this.ToolStripMenuItem_AddOutput.Text = "添加支出";
            // 
            // toolStripButton_Del
            // 
            this.toolStripButton_Del.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton_Del.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_Del.Image")));
            this.toolStripButton_Del.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButton_Del.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_Del.Name = "toolStripButton_Del";
            this.toolStripButton_Del.Size = new System.Drawing.Size(64, 34);
            this.toolStripButton_Del.Text = "删除";
            // 
            // toolStripButton_Modify
            // 
            this.toolStripButton_Modify.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton_Modify.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_Modify.Image")));
            this.toolStripButton_Modify.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButton_Modify.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_Modify.Name = "toolStripButton_Modify";
            this.toolStripButton_Modify.Size = new System.Drawing.Size(64, 34);
            this.toolStripButton_Modify.Text = "修改";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 37);
            // 
            // toolStripButton_Print
            // 
            this.toolStripButton_Print.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton_Print.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_Print.Image")));
            this.toolStripButton_Print.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButton_Print.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton_Print.Name = "toolStripButton_Print";
            this.toolStripButton_Print.Size = new System.Drawing.Size(64, 34);
            this.toolStripButton_Print.Text = "打印";
            // 
            // toolStripButton_Statistic
            // 

⌨️ 快捷键说明

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