📄 clientlistpanel.designer.cs
字号:
this.tbAge.Location = new System.Drawing.Point(121, 55);
this.tbAge.Name = "tbAge";
this.tbAge.Size = new System.Drawing.Size(134, 21);
this.tbAge.TabIndex = 14;
//
// tbWork
//
this.tbWork.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tbWork.Location = new System.Drawing.Point(395, 55);
this.tbWork.Name = "tbWork";
this.tbWork.Size = new System.Drawing.Size(131, 21);
this.tbWork.TabIndex = 15;
//
// tbTel
//
this.tbTel.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tbTel.Location = new System.Drawing.Point(121, 88);
this.tbTel.Name = "tbTel";
this.tbTel.Size = new System.Drawing.Size(134, 21);
this.tbTel.TabIndex = 16;
//
// tbCellPhone
//
this.tbCellPhone.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tbCellPhone.Location = new System.Drawing.Point(394, 88);
this.tbCellPhone.Name = "tbCellPhone";
this.tbCellPhone.Size = new System.Drawing.Size(131, 21);
this.tbCellPhone.TabIndex = 17;
//
// cbPreferedCategory
//
this.cbPreferedCategory.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.cbPreferedCategory.FormattingEnabled = true;
this.cbPreferedCategory.Items.AddRange(new object[] {
"一套一",
"一套二",
"一套三",
"一套四",
"二套一",
"二套二",
"二套三",
"二套四"});
this.cbPreferedCategory.Location = new System.Drawing.Point(121, 121);
this.cbPreferedCategory.Name = "cbPreferedCategory";
this.cbPreferedCategory.Size = new System.Drawing.Size(134, 20);
this.cbPreferedCategory.TabIndex = 18;
//
// tbPreferedArea
//
this.tbPreferedArea.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tbPreferedArea.Location = new System.Drawing.Point(394, 121);
this.tbPreferedArea.Name = "tbPreferedArea";
this.tbPreferedArea.Size = new System.Drawing.Size(132, 21);
this.tbPreferedArea.TabIndex = 19;
//
// tbPrepayAmmount
//
this.tbPrepayAmmount.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tbPrepayAmmount.Location = new System.Drawing.Point(395, 152);
this.tbPrepayAmmount.Name = "tbPrepayAmmount";
this.tbPrepayAmmount.Size = new System.Drawing.Size(131, 21);
this.tbPrepayAmmount.TabIndex = 20;
//
// tbUsage
//
this.tbUsage.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tbUsage.Location = new System.Drawing.Point(121, 152);
this.tbUsage.Name = "tbUsage";
this.tbUsage.Size = new System.Drawing.Size(134, 21);
this.tbUsage.TabIndex = 21;
//
// tbAddress
//
this.tbAddress.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.tbAddress.Location = new System.Drawing.Point(121, 186);
this.tbAddress.Name = "tbAddress";
this.tbAddress.Size = new System.Drawing.Size(405, 21);
this.tbAddress.TabIndex = 22;
//
// bSearch
//
this.bSearch.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
this.bSearch.Location = new System.Drawing.Point(223, 219);
this.bSearch.Name = "bSearch";
this.bSearch.Size = new System.Drawing.Size(75, 23);
this.bSearch.TabIndex = 23;
this.bSearch.Text = "查询";
this.bSearch.UseVisualStyleBackColor = true;
this.bSearch.Click += new System.EventHandler(this.bSearch_Click);
//
// bAdd
//
this.bAdd.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
this.bAdd.Location = new System.Drawing.Point(106, 219);
this.bAdd.Name = "bAdd";
this.bAdd.Size = new System.Drawing.Size(75, 23);
this.bAdd.TabIndex = 26;
this.bAdd.Text = "新增";
this.bAdd.UseVisualStyleBackColor = true;
this.bAdd.Click += new System.EventHandler(this.bAdd_Click);
//
// bModify
//
this.bModify.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
this.bModify.Location = new System.Drawing.Point(336, 219);
this.bModify.Name = "bModify";
this.bModify.Size = new System.Drawing.Size(75, 23);
this.bModify.TabIndex = 28;
this.bModify.Text = "修改";
this.bModify.UseVisualStyleBackColor = true;
this.bModify.Click += new System.EventHandler(this.bModify_Click);
//
// bDelete
//
this.bDelete.FlatAppearance.BorderColor = System.Drawing.SystemColors.Control;
this.bDelete.Location = new System.Drawing.Point(451, 219);
this.bDelete.Name = "bDelete";
this.bDelete.Size = new System.Drawing.Size(75, 23);
this.bDelete.TabIndex = 29;
this.bDelete.Text = "删除";
this.bDelete.UseVisualStyleBackColor = true;
this.bDelete.Click += new System.EventHandler(this.bDelete_Click);
//
// ClientListPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.AliceBlue;
this.Controls.Add(this.bDelete);
this.Controls.Add(this.bModify);
this.Controls.Add(this.bAdd);
this.Controls.Add(this.bSearch);
this.Controls.Add(this.tbAddress);
this.Controls.Add(this.tbUsage);
this.Controls.Add(this.tbPrepayAmmount);
this.Controls.Add(this.tbPreferedArea);
this.Controls.Add(this.cbPreferedCategory);
this.Controls.Add(this.tbCellPhone);
this.Controls.Add(this.tbTel);
this.Controls.Add(this.tbWork);
this.Controls.Add(this.tbAge);
this.Controls.Add(this.cbSex);
this.Controls.Add(this.tbName);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.label9);
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.dataGridView);
this.Name = "ClientListPanel";
this.Size = new System.Drawing.Size(608, 458);
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView;
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.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox tbName;
private System.Windows.Forms.ComboBox cbSex;
private System.Windows.Forms.TextBox tbAge;
private System.Windows.Forms.TextBox tbWork;
private System.Windows.Forms.TextBox tbTel;
private System.Windows.Forms.TextBox tbCellPhone;
private System.Windows.Forms.ComboBox cbPreferedCategory;
private System.Windows.Forms.TextBox tbPreferedArea;
private System.Windows.Forms.TextBox tbPrepayAmmount;
private System.Windows.Forms.TextBox tbUsage;
private System.Windows.Forms.TextBox tbAddress;
private System.Windows.Forms.Button bSearch;
private System.Windows.Forms.Button bAdd;
private System.Windows.Forms.Button bModify;
private System.Windows.Forms.Button bDelete;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -