📄 formkhxx.designer.cs
字号:
this.txthyName.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txthyName_KeyPress);
//
// txthyID
//
this.txthyID.Location = new System.Drawing.Point(109, 32);
this.txthyID.MaxLength = 4;
this.txthyID.Name = "txthyID";
this.txthyID.Size = new System.Drawing.Size(77, 21);
this.txthyID.TabIndex = 0;
this.txthyID.Leave += new System.EventHandler(this.txtygID_Leave);
this.txthyID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txthyID_KeyPress);
//
// butygYuexin
//
this.butygYuexin.Location = new System.Drawing.Point(377, 73);
this.butygYuexin.Name = "butygYuexin";
this.butygYuexin.Size = new System.Drawing.Size(88, 21);
this.butygYuexin.TabIndex = 7;
this.butygYuexin.Text = "会 员 地 址";
this.butygYuexin.UseVisualStyleBackColor = true;
//
// butbeiZhu
//
this.butbeiZhu.Location = new System.Drawing.Point(15, 116);
this.butbeiZhu.Name = "butbeiZhu";
this.butbeiZhu.Size = new System.Drawing.Size(88, 21);
this.butbeiZhu.TabIndex = 7;
this.butbeiZhu.Text = "备 注";
this.butbeiZhu.UseVisualStyleBackColor = true;
//
// butbuMen
//
this.butbuMen.Location = new System.Drawing.Point(377, 32);
this.butbuMen.Name = "butbuMen";
this.butbuMen.Size = new System.Drawing.Size(88, 21);
this.butbuMen.TabIndex = 7;
this.butbuMen.Text = "会员身份证号";
this.butbuMen.UseVisualStyleBackColor = true;
//
// butzhiWu
//
this.butzhiWu.Location = new System.Drawing.Point(192, 73);
this.butzhiWu.Name = "butzhiWu";
this.butzhiWu.Size = new System.Drawing.Size(84, 21);
this.butzhiWu.TabIndex = 7;
this.butzhiWu.Text = "会 员 电 话";
this.butzhiWu.UseVisualStyleBackColor = true;
//
// butygSex
//
this.butygSex.Location = new System.Drawing.Point(15, 72);
this.butygSex.Name = "butygSex";
this.butygSex.Size = new System.Drawing.Size(83, 21);
this.butygSex.TabIndex = 7;
this.butygSex.Text = "会 员 类 型";
this.butygSex.UseVisualStyleBackColor = true;
//
// butygName
//
this.butygName.Location = new System.Drawing.Point(192, 32);
this.butygName.Name = "butygName";
this.butygName.Size = new System.Drawing.Size(84, 21);
this.butygName.TabIndex = 7;
this.butygName.Text = "会 员 姓 名";
this.butygName.UseVisualStyleBackColor = true;
//
// butygID
//
this.butygID.Location = new System.Drawing.Point(15, 32);
this.butygID.Name = "butygID";
this.butygID.Size = new System.Drawing.Size(88, 21);
this.butygID.TabIndex = 7;
this.butygID.Text = "会 员 卡 号";
this.butygID.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(36, 182);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 31);
this.button1.TabIndex = 6;
this.button1.Text = "添 加";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.添加ToolStripMenuItem_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(156, 182);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 31);
this.button2.TabIndex = 6;
this.button2.Text = "修 改";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.修改ToolStripMenuItem_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(282, 182);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 31);
this.button3.TabIndex = 6;
this.button3.Text = "删 除";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.删除ToolStripMenuItem_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(411, 182);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 31);
this.button4.TabIndex = 6;
this.button4.Text = "刷 新";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.刷新ToolStripMenuItem_Click);
//
// formKhxx
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(639, 416);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.查询);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Name = "formKhxx";
this.Text = "客户表";
this.Load += new System.EventHandler(this.客户表_Load);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button 查询;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox txthyDz;
private System.Windows.Forms.TextBox txtbeiZhu;
private System.Windows.Forms.TextBox txthyDh;
private System.Windows.Forms.TextBox txthySfzh;
private System.Windows.Forms.TextBox txthyLx;
private System.Windows.Forms.TextBox txthyName;
private System.Windows.Forms.TextBox txthyID;
private System.Windows.Forms.Button butygYuexin;
private System.Windows.Forms.Button butbeiZhu;
private System.Windows.Forms.Button butzhiWu;
private System.Windows.Forms.Button butbuMen;
private System.Windows.Forms.Button butygSex;
private System.Windows.Forms.Button butygName;
private System.Windows.Forms.Button butygID;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -