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

📄 form_customer_vipcardmanagebase.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
            this.删除ToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
            this.删除ToolStripMenuItem.Text = "删除";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(95, 6);
            // 
            // 启用ToolStripMenuItem
            // 
            this.启用ToolStripMenuItem.Name = "启用ToolStripMenuItem";
            this.启用ToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
            this.启用ToolStripMenuItem.Text = "启用";
            // 
            // 停用ToolStripMenuItem
            // 
            this.停用ToolStripMenuItem.Name = "停用ToolStripMenuItem";
            this.停用ToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
            this.停用ToolStripMenuItem.Text = "停用";
            // 
            // 挂失ToolStripMenuItem
            // 
            this.挂失ToolStripMenuItem.Name = "挂失ToolStripMenuItem";
            this.挂失ToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
            this.挂失ToolStripMenuItem.Text = "挂失";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(95, 6);
            // 
            // 清除ToolStripMenuItem
            // 
            this.清除ToolStripMenuItem.Name = "清除ToolStripMenuItem";
            this.清除ToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
            this.清除ToolStripMenuItem.Text = "清除";
            // 
            // 筛选ToolStripMenuItem
            // 
            this.筛选ToolStripMenuItem.Name = "筛选ToolStripMenuItem";
            this.筛选ToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
            this.筛选ToolStripMenuItem.Text = "筛选";
            // 
            // 排序ToolStripMenuItem
            // 
            this.排序ToolStripMenuItem.Name = "排序ToolStripMenuItem";
            this.排序ToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
            this.排序ToolStripMenuItem.Text = "排序";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.sort);
            this.groupBox2.Controls.Add(this.delete);
            this.groupBox2.Controls.Add(this.find);
            this.groupBox2.Controls.Add(this.qincu);
            this.groupBox2.Controls.Add(this.modify);
            this.groupBox2.Controls.Add(this.add);
            this.groupBox2.Controls.Add(this.lose);
            this.groupBox2.Controls.Add(this.close);
            this.groupBox2.Controls.Add(this.open);
            this.groupBox2.Location = new System.Drawing.Point(25, 351);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(742, 57);
            this.groupBox2.TabIndex = 7;
            this.groupBox2.TabStop = false;
            // 
            // sort
            // 
            this.sort.Enabled = false;
            this.sort.Location = new System.Drawing.Point(662, 20);
            this.sort.Name = "sort";
            this.sort.Size = new System.Drawing.Size(75, 23);
            this.sort.TabIndex = 13;
            this.sort.Text = "排序";
            this.sort.UseVisualStyleBackColor = true;
            // 
            // delete
            // 
            this.delete.Enabled = false;
            this.delete.Location = new System.Drawing.Point(169, 20);
            this.delete.Name = "delete";
            this.delete.Size = new System.Drawing.Size(75, 23);
            this.delete.TabIndex = 2;
            this.delete.Text = "删除";
            this.delete.UseVisualStyleBackColor = true;
            // 
            // find
            // 
            this.find.Enabled = false;
            this.find.Location = new System.Drawing.Point(580, 20);
            this.find.Name = "find";
            this.find.Size = new System.Drawing.Size(75, 23);
            this.find.TabIndex = 12;
            this.find.Text = "筛选";
            this.find.UseVisualStyleBackColor = true;
            // 
            // qincu
            // 
            this.qincu.Enabled = false;
            this.qincu.Location = new System.Drawing.Point(498, 20);
            this.qincu.Name = "qincu";
            this.qincu.Size = new System.Drawing.Size(75, 23);
            this.qincu.TabIndex = 11;
            this.qincu.Text = "清除";
            this.qincu.UseVisualStyleBackColor = true;
            // 
            // modify
            // 
            this.modify.Enabled = false;
            this.modify.Location = new System.Drawing.Point(87, 20);
            this.modify.Name = "modify";
            this.modify.Size = new System.Drawing.Size(75, 23);
            this.modify.TabIndex = 1;
            this.modify.Text = "修改";
            this.modify.UseVisualStyleBackColor = true;
            // 
            // add
            // 
            this.add.Enabled = false;
            this.add.Location = new System.Drawing.Point(5, 20);
            this.add.Name = "add";
            this.add.Size = new System.Drawing.Size(75, 23);
            this.add.TabIndex = 0;
            this.add.Text = "增加";
            this.add.UseVisualStyleBackColor = true;
            // 
            // lose
            // 
            this.lose.Enabled = false;
            this.lose.Location = new System.Drawing.Point(416, 20);
            this.lose.Name = "lose";
            this.lose.Size = new System.Drawing.Size(75, 23);
            this.lose.TabIndex = 10;
            this.lose.Text = "挂失";
            this.lose.UseVisualStyleBackColor = true;
            // 
            // close
            // 
            this.close.Enabled = false;
            this.close.Location = new System.Drawing.Point(334, 20);
            this.close.Name = "close";
            this.close.Size = new System.Drawing.Size(75, 23);
            this.close.TabIndex = 9;
            this.close.Text = "停用";
            this.close.UseVisualStyleBackColor = true;
            // 
            // open
            // 
            this.open.Enabled = false;
            this.open.Location = new System.Drawing.Point(252, 20);
            this.open.Name = "open";
            this.open.Size = new System.Drawing.Size(75, 23);
            this.open.TabIndex = 8;
            this.open.Text = "启用";
            this.open.UseVisualStyleBackColor = true;
            // 
            // Form_customer_VipCardManageBase
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(792, 420);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.groupBox2);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "Form_customer_VipCardManageBase";
            this.Text = "VIP卡管理";
            this.Load += new System.EventHandler(this.Form_VipCardManageBase_Load);
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button delete;
        private System.Windows.Forms.Button modify;
        private System.Windows.Forms.Button add;
        private System.Windows.Forms.Button lose;
        private System.Windows.Forms.Button close;
        private System.Windows.Forms.Button open;
        private System.Windows.Forms.Button sort;
        private System.Windows.Forms.Button find;
        private System.Windows.Forms.Button qincu;
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 增加ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 修改ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 启用ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 停用ToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripMenuItem 挂失ToolStripMenuItem;
        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.DataGridViewTextBoxColumn No;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column10;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column11;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column12;
    }
}

⌨️ 快捷键说明

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