📄 form_customer_vipcardmanagebase.designer.cs
字号:
namespace RepairCRM
{
partial class Form_customer_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.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.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.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, 15);
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;
//
// 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;
//
// 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
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -