📄 formspkcrl.designer.cs
字号:
namespace _10901BS
{
partial class formSpKcRl
{
/// <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 Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.bt_Qd = new System.Windows.Forms.Button();
this.bt_Cz = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.lb_spName = new System.Windows.Forms.Label();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// bt_Qd
//
this.bt_Qd.Location = new System.Drawing.Point(77, 161);
this.bt_Qd.Name = "bt_Qd";
this.bt_Qd.Size = new System.Drawing.Size(75, 30);
this.bt_Qd.TabIndex = 0;
this.bt_Qd.Text = "确 定";
this.bt_Qd.UseVisualStyleBackColor = true;
this.bt_Qd.Click += new System.EventHandler(this.bt_Qd_Click);
//
// bt_Cz
//
this.bt_Cz.Location = new System.Drawing.Point(253, 161);
this.bt_Cz.Name = "bt_Cz";
this.bt_Cz.Size = new System.Drawing.Size(75, 30);
this.bt_Cz.TabIndex = 0;
this.bt_Cz.Text = "重 置";
this.bt_Cz.UseVisualStyleBackColor = true;
this.bt_Cz.Click += new System.EventHandler(this.bt_Cz_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 35);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1;
this.label2.Text = "商品名称";
//
// lb_spName
//
this.lb_spName.BackColor = System.Drawing.Color.White;
this.lb_spName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lb_spName.Location = new System.Drawing.Point(71, 28);
this.lb_spName.Name = "lb_spName";
this.lb_spName.Size = new System.Drawing.Size(100, 23);
this.lb_spName.TabIndex = 3;
this.lb_spName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dataGridView1.Location = new System.Drawing.Point(12, 66);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.ShowEditingIcon = false;
this.dataGridView1.Size = new System.Drawing.Size(372, 77);
this.dataGridView1.TabIndex = 4;
//
// formSpKcRl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(387, 202);
this.ControlBox = false;
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.lb_spName);
this.Controls.Add(this.label2);
this.Controls.Add(this.bt_Cz);
this.Controls.Add(this.bt_Qd);
this.Name = "formSpKcRl";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.formSpKcRl_FormClosing);
this.Load += new System.EventHandler(this.formSpKcRl_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button bt_Qd;
private System.Windows.Forms.Button bt_Cz;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lb_spName;
private System.Windows.Forms.DataGridView dataGridView1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -