📄 addsmallclass.designer.cs
字号:
namespace BookManagementSystem
{
partial class AddSmallClass
{
/// <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.BigClasscmb = new System.Windows.Forms.ComboBox();
this.AddBtn = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.SmallClassBox = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// BigClasscmb
//
this.BigClasscmb.FormattingEnabled = true;
this.BigClasscmb.Location = new System.Drawing.Point(53, 9);
this.BigClasscmb.Name = "BigClasscmb";
this.BigClasscmb.Size = new System.Drawing.Size(121, 20);
this.BigClasscmb.TabIndex = 7;
//
// AddBtn
//
this.AddBtn.Location = new System.Drawing.Point(220, 45);
this.AddBtn.Name = "AddBtn";
this.AddBtn.Size = new System.Drawing.Size(75, 29);
this.AddBtn.TabIndex = 6;
this.AddBtn.Text = "添加(小类)";
this.AddBtn.UseVisualStyleBackColor = true;
this.AddBtn.Click += new System.EventHandler(this.AddBtn_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 12);
this.label2.TabIndex = 3;
this.label2.Text = "大类:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 56);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 12);
this.label1.TabIndex = 2;
this.label1.Text = "小类:";
//
// SmallClassBox
//
this.SmallClassBox.Location = new System.Drawing.Point(53, 53);
this.SmallClassBox.Name = "SmallClassBox";
this.SmallClassBox.Size = new System.Drawing.Size(121, 21);
this.SmallClassBox.TabIndex = 1;
//
// AddSmallClass
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(319, 93);
this.Controls.Add(this.BigClasscmb);
this.Controls.Add(this.AddBtn);
this.Controls.Add(this.label2);
this.Controls.Add(this.SmallClassBox);
this.Controls.Add(this.label1);
this.Name = "AddSmallClass";
this.Text = "类别管理";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox SmallClassBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button AddBtn;
private System.Windows.Forms.ComboBox BigClasscmb;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -