📄 form_vipcardmanagebase.designer.cs
字号:
// 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;
this.lose.Click += new System.EventHandler(this.button1_Click);
//
// 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;
this.close.Click += new System.EventHandler(this.button2_Click);
//
// 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;
this.open.Click += new System.EventHandler(this.button3_Click);
//
// No
//
this.No.FillWeight = 50F;
this.No.HeaderText = "No";
this.No.Name = "No";
this.No.ReadOnly = true;
this.No.Width = 50;
//
// Column1
//
this.Column1.FillWeight = 80F;
this.Column1.HeaderText = "VIP卡号";
this.Column1.Name = "Column1";
this.Column1.Width = 80;
//
// Column2
//
this.Column2.HeaderText = "往来单位 ";
this.Column2.Name = "Column2";
this.Column2.Width = 80;
//
// Column3
//
this.Column3.HeaderText = "最高消费额";
this.Column3.Name = "Column3";
//
// Column4
//
this.Column4.HeaderText = " VIP卡状态 ";
this.Column4.Name = "Column4";
//
// Column5
//
this.Column5.HeaderText = " VIP卡折扣 ";
this.Column5.Name = "Column5";
//
// Column6
//
this.Column6.HeaderText = " 签发日期 ";
this.Column6.Name = "Column6";
this.Column6.Width = 90;
//
// Column7
//
this.Column7.HeaderText = " 有效止期 ";
this.Column7.Name = "Column7";
this.Column7.Width = 90;
//
// Column8
//
this.Column8.HeaderText = " 持有者 ";
this.Column8.Name = "Column8";
//
// Column9
//
this.Column9.HeaderText = " 证件号码 ";
this.Column9.Name = "Column9";
this.Column9.Width = 90;
//
// Column10
//
this.Column10.HeaderText = " 联系人电话 ";
this.Column10.Name = "Column10";
//
// Column11
//
this.Column11.HeaderText = " 联系人地址 ";
this.Column11.Name = "Column11";
//
// Column12
//
this.Column12.HeaderText = " 备注 ";
this.Column12.Name = "Column12";
this.Column12.Width = 50;
//
// Form_VipCardManageBase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(792, 563);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.groupBox2);
this.Name = "Form_VipCardManageBase";
this.Load += new System.EventHandler(this.Form_VipCardManageBase_Load);
this.Controls.SetChildIndex(this.groupBox2, 0);
this.Controls.SetChildIndex(this.groupBox1, 0);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.contextMenuStrip1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#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 + -