📄 form1.designer.cs
字号:
this.txtCountry.Location = new System.Drawing.Point(70, 146);
this.txtCountry.Name = "txtCountry";
this.txtCountry.Size = new System.Drawing.Size(100, 21);
this.txtCountry.TabIndex = 15;
//
// txtCity
//
this.txtCity.Location = new System.Drawing.Point(70, 178);
this.txtCity.Name = "txtCity";
this.txtCity.Size = new System.Drawing.Size(100, 21);
this.txtCity.TabIndex = 16;
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(70, 205);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(100, 21);
this.txtAddress.TabIndex = 17;
//
// txtRegion
//
this.txtRegion.Location = new System.Drawing.Point(70, 240);
this.txtRegion.Name = "txtRegion";
this.txtRegion.Size = new System.Drawing.Size(100, 21);
this.txtRegion.TabIndex = 18;
//
// txtPostalCode
//
this.txtPostalCode.Location = new System.Drawing.Point(70, 273);
this.txtPostalCode.Name = "txtPostalCode";
this.txtPostalCode.Size = new System.Drawing.Size(100, 21);
this.txtPostalCode.TabIndex = 19;
//
// txtPhone
//
this.txtPhone.Location = new System.Drawing.Point(70, 307);
this.txtPhone.Name = "txtPhone";
this.txtPhone.Size = new System.Drawing.Size(100, 21);
this.txtPhone.TabIndex = 20;
//
// txtFax
//
this.txtFax.Location = new System.Drawing.Point(70, 334);
this.txtFax.Name = "txtFax";
this.txtFax.Size = new System.Drawing.Size(100, 21);
this.txtFax.TabIndex = 21;
//
// btnPrev
//
this.btnPrev.Location = new System.Drawing.Point(199, 54);
this.btnPrev.Name = "btnPrev";
this.btnPrev.Size = new System.Drawing.Size(43, 28);
this.btnPrev.TabIndex = 22;
this.btnPrev.Text = "上移";
this.btnPrev.UseVisualStyleBackColor = true;
this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
//
// btnNext
//
this.btnNext.Location = new System.Drawing.Point(270, 54);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(46, 28);
this.btnNext.TabIndex = 23;
this.btnNext.Text = "下移";
this.btnNext.UseVisualStyleBackColor = true;
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
// btnNew
//
this.btnNew.Location = new System.Drawing.Point(209, 9);
this.btnNew.Name = "btnNew";
this.btnNew.Size = new System.Drawing.Size(66, 22);
this.btnNew.TabIndex = 24;
this.btnNew.Text = "新建";
this.btnNew.UseVisualStyleBackColor = true;
this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(284, 9);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(61, 22);
this.btnDelete.TabIndex = 25;
this.btnDelete.Text = "删除";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(364, 9);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(63, 22);
this.btnSave.TabIndex = 26;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnOrder
//
this.btnOrder.Location = new System.Drawing.Point(336, 329);
this.btnOrder.Name = "btnOrder";
this.btnOrder.Size = new System.Drawing.Size(75, 23);
this.btnOrder.TabIndex = 27;
this.btnOrder.Text = "查看客户订单(&o)";
this.btnOrder.UseVisualStyleBackColor = true;
this.btnOrder.Click += new System.EventHandler(this.btnOrder_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(199, 87);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(252, 226);
this.dataGridView1.TabIndex = 28;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(451, 364);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.btnOrder);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.btnNew);
this.Controls.Add(this.btnNext);
this.Controls.Add(this.btnPrev);
this.Controls.Add(this.txtFax);
this.Controls.Add(this.txtPhone);
this.Controls.Add(this.txtPostalCode);
this.Controls.Add(this.txtRegion);
this.Controls.Add(this.txtAddress);
this.Controls.Add(this.txtCity);
this.Controls.Add(this.txtCountry);
this.Controls.Add(this.txtContactTitle);
this.Controls.Add(this.txtContactName);
this.Controls.Add(this.txtCompanyName);
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.cbxID);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "客户信息";
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cbxID;
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 txtCompanyName;
private System.Windows.Forms.TextBox txtContactName;
private System.Windows.Forms.TextBox txtContactTitle;
private System.Windows.Forms.TextBox txtCountry;
private System.Windows.Forms.TextBox txtCity;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.TextBox txtRegion;
private System.Windows.Forms.TextBox txtPostalCode;
private System.Windows.Forms.TextBox txtPhone;
private System.Windows.Forms.TextBox txtFax;
private System.Windows.Forms.Button btnPrev;
private System.Windows.Forms.Button btnNext;
private System.Windows.Forms.Button btnNew;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnOrder;
private System.Windows.Forms.DataGridView dataGridView1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -