📄 tenementpanel.designer.cs
字号:
namespace TenementLibrary
{
partial class TenementPanel
{
/// <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 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.dataGridView = new System.Windows.Forms.DataGridView();
this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.tbXiaoQuBianHao = new System.Windows.Forms.TextBox();
this.tbBuildNum = new System.Windows.Forms.TextBox();
this.tbUnitNum = new System.Windows.Forms.TextBox();
this.tbRoomNum = new System.Windows.Forms.TextBox();
this.tbOwnerName = new System.Windows.Forms.TextBox();
this.tbOwnerSex = new System.Windows.Forms.TextBox();
this.tbOwnerTel = new System.Windows.Forms.TextBox();
this.tbOwnerWork = new System.Windows.Forms.TextBox();
this.tbMemberName = new System.Windows.Forms.TextBox();
this.tbMemberSex = new System.Windows.Forms.TextBox();
this.tbRelation = new System.Windows.Forms.TextBox();
this.tbMemberTel = new System.Windows.Forms.TextBox();
this.bSearch = new System.Windows.Forms.Button();
this.bModify = new System.Windows.Forms.Button();
this.bDelete = new System.Windows.Forms.Button();
this.bAdd = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.bSearch2 = new System.Windows.Forms.Button();
this.bModify2 = new System.Windows.Forms.Button();
this.bDelete2 = new System.Windows.Forms.Button();
this.bAdd2 = new System.Windows.Forms.Button();
this.button10 = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// dataGridView
//
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView.Location = new System.Drawing.Point(0, 255);
this.dataGridView.Name = "dataGridView";
this.dataGridView.RowTemplate.Height = 23;
this.dataGridView.Size = new System.Drawing.Size(305, 203);
this.dataGridView.TabIndex = 0;
this.dataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick);
//
// dataGridView2
//
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Location = new System.Drawing.Point(347, 255);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.Size = new System.Drawing.Size(261, 203);
this.dataGridView2.TabIndex = 1;
this.dataGridView2.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellClick);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 18);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 2;
this.label1.Text = "小区编号:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(4, 49);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 3;
this.label2.Text = "楼宇编号:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(4, 83);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 4;
this.label3.Text = "单元编号:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(4, 113);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 5;
this.label4.Text = "房间编号:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(210, 45);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 6;
this.label5.Text = "户主姓名:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(209, 77);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 7;
this.label6.Text = "户主性别:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(209, 110);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 8;
this.label7.Text = "电 话:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(209, 143);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 9;
this.label8.Text = "工作单位:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(8, 13);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 10;
this.label9.Text = "姓 名:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(8, 48);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 11;
this.label10.Text = "性 别:";
this.label10.Click += new System.EventHandler(this.label10_Click);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(8, 81);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(65, 12);
this.label11.TabIndex = 12;
this.label11.Text = "家庭关系:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(8, 115);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(65, 12);
this.label12.TabIndex = 13;
this.label12.Text = "移动电话:";
//
// tbXiaoQuBianHao
//
this.tbXiaoQuBianHao.Location = new System.Drawing.Point(75, 15);
this.tbXiaoQuBianHao.Name = "tbXiaoQuBianHao";
this.tbXiaoQuBianHao.Size = new System.Drawing.Size(100, 21);
this.tbXiaoQuBianHao.TabIndex = 14;
//
// tbBuildNum
//
this.tbBuildNum.Location = new System.Drawing.Point(75, 47);
this.tbBuildNum.Name = "tbBuildNum";
this.tbBuildNum.Size = new System.Drawing.Size(100, 21);
this.tbBuildNum.TabIndex = 15;
//
// tbUnitNum
//
this.tbUnitNum.Location = new System.Drawing.Point(75, 80);
this.tbUnitNum.Name = "tbUnitNum";
this.tbUnitNum.Size = new System.Drawing.Size(100, 21);
this.tbUnitNum.TabIndex = 16;
//
// tbRoomNum
//
this.tbRoomNum.Location = new System.Drawing.Point(75, 110);
this.tbRoomNum.Name = "tbRoomNum";
this.tbRoomNum.Size = new System.Drawing.Size(100, 21);
this.tbRoomNum.TabIndex = 17;
//
// tbOwnerName
//
this.tbOwnerName.Location = new System.Drawing.Point(80, 15);
this.tbOwnerName.Name = "tbOwnerName";
this.tbOwnerName.Size = new System.Drawing.Size(100, 21);
this.tbOwnerName.TabIndex = 18;
this.tbOwnerName.TextChanged += new System.EventHandler(this.tbOwnerName_TextChanged);
//
// tbOwnerSex
//
this.tbOwnerSex.Location = new System.Drawing.Point(80, 47);
this.tbOwnerSex.Name = "tbOwnerSex";
this.tbOwnerSex.Size = new System.Drawing.Size(100, 21);
this.tbOwnerSex.TabIndex = 19;
//
// tbOwnerTel
//
this.tbOwnerTel.Location = new System.Drawing.Point(80, 80);
this.tbOwnerTel.Name = "tbOwnerTel";
this.tbOwnerTel.Size = new System.Drawing.Size(100, 21);
this.tbOwnerTel.TabIndex = 20;
//
// tbOwnerWork
//
this.tbOwnerWork.Location = new System.Drawing.Point(80, 110);
this.tbOwnerWork.Name = "tbOwnerWork";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -