📄 form_vipcardmanagebase.designer.cs
字号:
namespace RepairCRM
{
partial class Form_VipCardManageBase
{
/// <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()
{
this.components = new System.ComponentModel.Container();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.增加ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.修改ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.启用ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.停用ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.挂失ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.清除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.筛选ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.排序ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.sort = new System.Windows.Forms.Button();
this.delete = new System.Windows.Forms.Button();
this.find = new System.Windows.Forms.Button();
this.qincu = new System.Windows.Forms.Button();
this.modify = new System.Windows.Forms.Button();
this.add = new System.Windows.Forms.Button();
this.lose = new System.Windows.Forms.Button();
this.close = new System.Windows.Forms.Button();
this.open = new System.Windows.Forms.Button();
this.No = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dataGridView1);
this.groupBox1.Location = new System.Drawing.Point(25, 76);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(742, 333);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "VIP卡管理";
//
// dataGridView1
//
this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.No,
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5,
this.Column6,
this.Column7,
this.Column8,
this.Column9,
this.Column10,
this.Column11,
this.Column12});
this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
this.dataGridView1.Location = new System.Drawing.Point(24, 24);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(693, 291);
this.dataGridView1.TabIndex = 3;
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.增加ToolStripMenuItem,
this.修改ToolStripMenuItem,
this.删除ToolStripMenuItem,
this.toolStripSeparator1,
this.启用ToolStripMenuItem,
this.停用ToolStripMenuItem,
this.挂失ToolStripMenuItem,
this.toolStripSeparator2,
this.清除ToolStripMenuItem,
this.筛选ToolStripMenuItem,
this.排序ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(99, 214);
//
// 增加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 = "删除";
//
// 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, 429);
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;
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -