📄 addressbook.cs
字号:
this.cityLabel.Size = new System.Drawing.Size(152, 16);
this.cityLabel.TabIndex = 6;
this.cityLabel.Text = "City:";
this.cityLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// stateLabel
//
this.stateLabel.Location = new System.Drawing.Point(16, 200);
this.stateLabel.Name = "stateLabel";
this.stateLabel.Size = new System.Drawing.Size(152, 16);
this.stateLabel.TabIndex = 6;
this.stateLabel.Text = "State/Province:";
this.stateLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// faxTextBox
//
this.faxTextBox.Location = new System.Drawing.Point(184, 360);
this.faxTextBox.Name = "faxTextBox";
this.faxTextBox.Size = new System.Drawing.Size(176, 20);
this.faxTextBox.TabIndex = 5;
this.faxTextBox.Text = "";
//
// homeTextBox
//
this.homeTextBox.Location = new System.Drawing.Point(184, 328);
this.homeTextBox.Name = "homeTextBox";
this.homeTextBox.Size = new System.Drawing.Size(176, 20);
this.homeTextBox.TabIndex = 5;
this.homeTextBox.Text = "";
//
// idLabel
//
this.idLabel.Location = new System.Drawing.Point(16, 40);
this.idLabel.Name = "idLabel";
this.idLabel.Size = new System.Drawing.Size(152, 16);
this.idLabel.TabIndex = 6;
this.idLabel.Text = "ID Number:";
this.idLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// firstLabel
//
this.firstLabel.Location = new System.Drawing.Point(16, 72);
this.firstLabel.Name = "firstLabel";
this.firstLabel.Size = new System.Drawing.Size(152, 16);
this.firstLabel.TabIndex = 6;
this.firstLabel.Text = "First name:";
this.firstLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lastLabel
//
this.lastLabel.Location = new System.Drawing.Point(16, 104);
this.lastLabel.Name = "lastLabel";
this.lastLabel.Size = new System.Drawing.Size(152, 16);
this.lastLabel.TabIndex = 6;
this.lastLabel.Text = "Last Name:";
this.lastLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// firstTextBox
//
this.firstTextBox.Location = new System.Drawing.Point(184, 72);
this.firstTextBox.Name = "firstTextBox";
this.firstTextBox.Size = new System.Drawing.Size(176, 20);
this.firstTextBox.TabIndex = 5;
this.firstTextBox.Text = "";
//
// stateTextBox
//
this.stateTextBox.Location = new System.Drawing.Point(184, 200);
this.stateTextBox.Name = "stateTextBox";
this.stateTextBox.Size = new System.Drawing.Size(176, 20);
this.stateTextBox.TabIndex = 5;
this.stateTextBox.Text = "";
//
// clearButton
//
this.clearButton.Location = new System.Drawing.Point(224, 0);
this.clearButton.Name = "clearButton";
this.clearButton.Size = new System.Drawing.Size(80, 24);
this.clearButton.TabIndex = 3;
this.clearButton.Text = "Clear";
this.clearButton.Click += new System.EventHandler(this.clearButton_Click);
//
// helpButton
//
this.helpButton.Location = new System.Drawing.Point(304, 0);
this.helpButton.Name = "helpButton";
this.helpButton.Size = new System.Drawing.Size(80, 24);
this.helpButton.TabIndex = 4;
this.helpButton.Text = "Help";
this.helpButton.Click += new System.EventHandler(this.helpButton_Click);
//
// idTextBox
//
this.idTextBox.Location = new System.Drawing.Point(184, 40);
this.idTextBox.Name = "idTextBox";
this.idTextBox.ReadOnly = true;
this.idTextBox.Size = new System.Drawing.Size(176, 20);
this.idTextBox.TabIndex = 5;
this.idTextBox.Text = "";
//
// lastTextBox
//
this.lastTextBox.Location = new System.Drawing.Point(184, 104);
this.lastTextBox.Name = "lastTextBox";
this.lastTextBox.Size = new System.Drawing.Size(176, 20);
this.lastTextBox.TabIndex = 5;
this.lastTextBox.Text = "";
//
// findButton
//
this.findButton.Name = "findButton";
this.findButton.Size = new System.Drawing.Size(72, 24);
this.findButton.TabIndex = 0;
this.findButton.Text = "Find";
this.findButton.Click += new System.EventHandler(this.findButton_Click);
//
// addButton
//
this.addButton.Location = new System.Drawing.Point(72, 0);
this.addButton.Name = "addButton";
this.addButton.Size = new System.Drawing.Size(80, 24);
this.addButton.TabIndex = 1;
this.addButton.Text = "Add";
this.addButton.Click += new System.EventHandler(this.addButton_Click);
//
// updateButton
//
this.updateButton.Location = new System.Drawing.Point(152, 0);
this.updateButton.Name = "updateButton";
this.updateButton.Size = new System.Drawing.Size(72, 24);
this.updateButton.TabIndex = 2;
this.updateButton.Text = "Update";
this.updateButton.Click += new System.EventHandler(this.updateButton_Click);
//
// postalTextBox
//
this.postalTextBox.Location = new System.Drawing.Point(184, 232);
this.postalTextBox.Name = "postalTextBox";
this.postalTextBox.Size = new System.Drawing.Size(176, 20);
this.postalTextBox.TabIndex = 5;
this.postalTextBox.Text = "";
//
// addressTextBox
//
this.addressTextBox.Location = new System.Drawing.Point(184, 136);
this.addressTextBox.Name = "addressTextBox";
this.addressTextBox.Size = new System.Drawing.Size(176, 20);
this.addressTextBox.TabIndex = 5;
this.addressTextBox.Text = "";
//
// cityTextBox
//
this.cityTextBox.Location = new System.Drawing.Point(184, 168);
this.cityTextBox.Name = "cityTextBox";
this.cityTextBox.Size = new System.Drawing.Size(176, 20);
this.cityTextBox.TabIndex = 5;
this.cityTextBox.Text = "";
//
// postalLabel
//
this.postalLabel.Location = new System.Drawing.Point(16, 232);
this.postalLabel.Name = "postalLabel";
this.postalLabel.Size = new System.Drawing.Size(152, 16);
this.postalLabel.TabIndex = 6;
this.postalLabel.Text = "Postal Code:";
this.postalLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// countryTextBox
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -