📄 searchresultsdetailsform.designer.cs
字号:
namespace LiveExpoApp
{
partial class SearchResultsDetailsForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label2 = new System.Windows.Forms.Label();
this.tbAddress = new System.Windows.Forms.TextBox();
this.btnFindAddress = new System.Windows.Forms.Button();
this.tbCity = new System.Windows.Forms.TextBox();
this.tbZipCode = new System.Windows.Forms.TextBox();
this.tbState = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(3, 209);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(234, 56);
this.textBox1.TabIndex = 0;
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(240, 20);
this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(3, 23);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(45, 45);
//
// label2
//
this.label2.Location = new System.Drawing.Point(3, 71);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(100, 20);
this.label2.Text = "Address";
//
// tbAddress
//
this.tbAddress.Location = new System.Drawing.Point(3, 94);
this.tbAddress.Name = "tbAddress";
this.tbAddress.ReadOnly = true;
this.tbAddress.Size = new System.Drawing.Size(234, 21);
this.tbAddress.TabIndex = 4;
//
// btnFindAddress
//
this.btnFindAddress.Location = new System.Drawing.Point(154, 59);
this.btnFindAddress.Name = "btnFindAddress";
this.btnFindAddress.Size = new System.Drawing.Size(83, 32);
this.btnFindAddress.TabIndex = 5;
this.btnFindAddress.Text = "Look up";
//
// tbCity
//
this.tbCity.Location = new System.Drawing.Point(3, 121);
this.tbCity.Name = "tbCity";
this.tbCity.ReadOnly = true;
this.tbCity.Size = new System.Drawing.Size(234, 21);
this.tbCity.TabIndex = 6;
//
// tbZipCode
//
this.tbZipCode.Location = new System.Drawing.Point(3, 148);
this.tbZipCode.Name = "tbZipCode";
this.tbZipCode.ReadOnly = true;
this.tbZipCode.Size = new System.Drawing.Size(234, 21);
this.tbZipCode.TabIndex = 7;
//
// tbState
//
this.tbState.Location = new System.Drawing.Point(3, 175);
this.tbState.Name = "tbState";
this.tbState.ReadOnly = true;
this.tbState.Size = new System.Drawing.Size(234, 21);
this.tbState.TabIndex = 8;
//
// SearchResultsDetailsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.tbState);
this.Controls.Add(this.tbZipCode);
this.Controls.Add(this.tbCity);
this.Controls.Add(this.btnFindAddress);
this.Controls.Add(this.tbAddress);
this.Controls.Add(this.label2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
this.Menu = this.mainMenu1;
this.Name = "SearchResultsDetailsForm";
this.Text = "Result Details";
this.Load += new System.EventHandler(this.SearchResultsDetailsForm_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbAddress;
private System.Windows.Forms.Button btnFindAddress;
private System.Windows.Forms.TextBox tbCity;
private System.Windows.Forms.TextBox tbZipCode;
private System.Windows.Forms.TextBox tbState;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -