📄 guke.designer.cs
字号:
this.label8.Text = "邮政编码";
//
// textBox2
//
this.textBox2.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.textBox2.Location = new System.Drawing.Point(118, 378);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(72, 21);
this.textBox2.TabIndex = 12;
//
// textBox3
//
this.textBox3.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.textBox3.Location = new System.Drawing.Point(224, 378);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(72, 21);
this.textBox3.TabIndex = 13;
//
// textBox4
//
this.textBox4.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.textBox4.Location = new System.Drawing.Point(330, 378);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(72, 21);
this.textBox4.TabIndex = 14;
//
// textBox5
//
this.textBox5.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.textBox5.Location = new System.Drawing.Point(436, 378);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(72, 21);
this.textBox5.TabIndex = 15;
//
// textBox6
//
this.textBox6.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.textBox6.Location = new System.Drawing.Point(119, 428);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(72, 21);
this.textBox6.TabIndex = 17;
//
// textBox7
//
this.textBox7.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.textBox7.Location = new System.Drawing.Point(225, 428);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(72, 21);
this.textBox7.TabIndex = 18;
//
// textBox8
//
this.textBox8.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.textBox8.Location = new System.Drawing.Point(333, 428);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(72, 21);
this.textBox8.TabIndex = 19;
//
// textBox9
//
this.textBox9.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.textBox9.Location = new System.Drawing.Point(439, 428);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(72, 21);
this.textBox9.TabIndex = 20;
//
// button2
//
this.button2.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.button2.Location = new System.Drawing.Point(119, 457);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 21;
this.button2.Text = "增加";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.button3.Location = new System.Drawing.Point(224, 458);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 22;
this.button3.Text = "删除 ";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.button4.Location = new System.Drawing.Point(327, 458);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 23;
this.button4.Text = "修改";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.button5.Location = new System.Drawing.Point(433, 458);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 24;
this.button5.Text = "返回";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// GuKe
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = global::WindowsApplication2.Properties.Resources._1副本;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(729, 492);
this.Controls.Add(this.button5);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.textBox9);
this.Controls.Add(this.textBox8);
this.Controls.Add(this.textBox7);
this.Controls.Add(this.textBox6);
this.Controls.Add(this.textBox5);
this.Controls.Add(this.textBox4);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.comboBox1);
this.Name = "GuKe";
this.ShowIcon = false;
this.Text = " 顾客信息管理";
this.Load += new System.EventHandler(this.GuKe_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -