📄 dealpanel.designer.cs
字号:
namespace DealPanel
{
partial class DealPanel
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <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 Component 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.dataGridView = 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.cbCategory = new System.Windows.Forms.ComboBox();
this.tbName = new System.Windows.Forms.TextBox();
this.tbAddress = new System.Windows.Forms.TextBox();
this.tbContent = new System.Windows.Forms.TextBox();
this.cbClass = new System.Windows.Forms.ComboBox();
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();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
this.SuspendLayout();
//
// dataGridView
//
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView.Dock = System.Windows.Forms.DockStyle.Bottom;
this.dataGridView.Location = new System.Drawing.Point(0, 217);
this.dataGridView.Name = "dataGridView";
this.dataGridView.RowTemplate.Height = 23;
this.dataGridView.Size = new System.Drawing.Size(608, 241);
this.dataGridView.TabIndex = 0;
this.dataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(56, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 1;
this.label1.Text = "姓 名:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(313, 40);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 2;
this.label2.Text = "租售类型:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(56, 81);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 12);
this.label3.TabIndex = 3;
this.label3.Text = "租售物品种类:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(56, 121);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 4;
this.label4.Text = "地 址:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(313, 78);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 5;
this.label5.Text = "租售内容:";
//
// cbCategory
//
this.cbCategory.FormattingEnabled = true;
this.cbCategory.Items.AddRange(new object[] {
"出售",
"购进",
"出租",
"求租"});
this.cbCategory.Location = new System.Drawing.Point(387, 37);
this.cbCategory.Name = "cbCategory";
this.cbCategory.Size = new System.Drawing.Size(121, 20);
this.cbCategory.TabIndex = 7;
//
// tbName
//
this.tbName.Location = new System.Drawing.Point(151, 40);
this.tbName.Name = "tbName";
this.tbName.Size = new System.Drawing.Size(121, 21);
this.tbName.TabIndex = 8;
//
// tbAddress
//
this.tbAddress.Location = new System.Drawing.Point(151, 118);
this.tbAddress.Name = "tbAddress";
this.tbAddress.Size = new System.Drawing.Size(358, 21);
this.tbAddress.TabIndex = 9;
//
// tbContent
//
this.tbContent.Location = new System.Drawing.Point(387, 75);
this.tbContent.Name = "tbContent";
this.tbContent.Size = new System.Drawing.Size(121, 21);
this.tbContent.TabIndex = 10;
//
// cbClass
//
this.cbClass.FormattingEnabled = true;
this.cbClass.Items.AddRange(new object[] {
"家用电器",
"房屋"});
this.cbClass.Location = new System.Drawing.Point(151, 78);
this.cbClass.Name = "cbClass";
this.cbClass.Size = new System.Drawing.Size(121, 20);
this.cbClass.TabIndex = 12;
//
// bSearch
//
this.bSearch.Location = new System.Drawing.Point(89, 167);
this.bSearch.Name = "bSearch";
this.bSearch.Size = new System.Drawing.Size(75, 23);
this.bSearch.TabIndex = 13;
this.bSearch.Text = "查询";
this.bSearch.UseVisualStyleBackColor = true;
this.bSearch.Click += new System.EventHandler(this.bSearch_Click);
//
// bModify
//
this.bModify.Location = new System.Drawing.Point(200, 167);
this.bModify.Name = "bModify";
this.bModify.Size = new System.Drawing.Size(75, 23);
this.bModify.TabIndex = 14;
this.bModify.Text = "修改";
this.bModify.UseVisualStyleBackColor = true;
this.bModify.Click += new System.EventHandler(this.bModify_Click);
//
// bDelete
//
this.bDelete.Location = new System.Drawing.Point(317, 167);
this.bDelete.Name = "bDelete";
this.bDelete.Size = new System.Drawing.Size(75, 23);
this.bDelete.TabIndex = 15;
this.bDelete.Text = "删除";
this.bDelete.UseVisualStyleBackColor = true;
this.bDelete.Click += new System.EventHandler(this.bDelete_Click);
//
// bAdd
//
this.bAdd.Location = new System.Drawing.Point(424, 167);
this.bAdd.Name = "bAdd";
this.bAdd.Size = new System.Drawing.Size(75, 23);
this.bAdd.TabIndex = 16;
this.bAdd.Text = "新增";
this.bAdd.UseVisualStyleBackColor = true;
this.bAdd.Click += new System.EventHandler(this.bAdd_Click);
//
// DealPanel
//
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.bAdd);
this.Controls.Add(this.bDelete);
this.Controls.Add(this.bModify);
this.Controls.Add(this.bSearch);
this.Controls.Add(this.cbClass);
this.Controls.Add(this.tbContent);
this.Controls.Add(this.tbAddress);
this.Controls.Add(this.tbName);
this.Controls.Add(this.cbCategory);
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 = "DealPanel";
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.ComboBox cbCategory;
private System.Windows.Forms.TextBox tbName;
private System.Windows.Forms.TextBox tbAddress;
private System.Windows.Forms.TextBox tbContent;
private System.Windows.Forms.ComboBox cbClass;
private System.Windows.Forms.Button bSearch;
private System.Windows.Forms.Button bModify;
private System.Windows.Forms.Button bDelete;
private System.Windows.Forms.Button bAdd;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -