📄 修改商品.designer.cs
字号:
namespace Myproject
{
partial class 修改商品
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(修改商品));
this.label1 = new System.Windows.Forms.Label();
this.txt1 = new System.Windows.Forms.TextBox();
this.but1 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txt2 = new System.Windows.Forms.TextBox();
this.but2 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.Fuchsia;
this.label1.Location = new System.Drawing.Point(21, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(305, 36);
this.label1.TabIndex = 0;
this.label1.Text = "特别注意:\r\n修改商品的信息,其必编号和名称是不不变的。可以修改\r\n商品的库存量,和商品的进价金额。 \r\n";
//
// txt1
//
this.txt1.Location = new System.Drawing.Point(110, 70);
this.txt1.Name = "txt1";
this.txt1.Size = new System.Drawing.Size(109, 21);
this.txt1.TabIndex = 1;
//
// but1
//
this.but1.Location = new System.Drawing.Point(110, 156);
this.but1.Name = "but1";
this.but1.Size = new System.Drawing.Size(70, 34);
this.but1.TabIndex = 2;
this.but1.Text = "保存";
this.but1.UseVisualStyleBackColor = true;
this.but1.Click += new System.EventHandler(this.but1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(15, 73);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 12);
this.label2.TabIndex = 3;
this.label2.Text = "商品库存量:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(15, 118);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 12);
this.label3.TabIndex = 5;
this.label3.Text = "商品的进价额:";
//
// txt2
//
this.txt2.Location = new System.Drawing.Point(110, 115);
this.txt2.Name = "txt2";
this.txt2.Size = new System.Drawing.Size(109, 21);
this.txt2.TabIndex = 4;
//
// but2
//
this.but2.Location = new System.Drawing.Point(199, 156);
this.but2.Name = "but2";
this.but2.Size = new System.Drawing.Size(70, 34);
this.but2.TabIndex = 6;
this.but2.Text = "取消";
this.but2.UseVisualStyleBackColor = true;
this.but2.Click += new System.EventHandler(this.but2_Click);
//
// 修改商品
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(325, 188);
this.Controls.Add(this.but2);
this.Controls.Add(this.label3);
this.Controls.Add(this.txt2);
this.Controls.Add(this.label2);
this.Controls.Add(this.but1);
this.Controls.Add(this.txt1);
this.Controls.Add(this.label1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "修改商品";
this.Text = "修改商品";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txt1;
private System.Windows.Forms.Button but1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txt2;
private System.Windows.Forms.Button but2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -