📄 updatebooks.designer.cs
字号:
namespace BookMS
{
partial class UpdateBooks
{
/// <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.Modifybutton = new System.Windows.Forms.Button();
this.Cancelbutton = new System.Windows.Forms.Button();
this.BookNumBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.AuthorBox = new System.Windows.Forms.TextBox();
this.BookNameBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.BookIDBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.PublishBox = new System.Windows.Forms.ComboBox();
this.PubtimePicker = new System.Windows.Forms.DateTimePicker();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// Modifybutton
//
this.Modifybutton.Location = new System.Drawing.Point(90, 320);
this.Modifybutton.Name = "Modifybutton";
this.Modifybutton.Size = new System.Drawing.Size(75, 23);
this.Modifybutton.TabIndex = 1;
this.Modifybutton.Text = "修改";
this.Modifybutton.UseVisualStyleBackColor = true;
this.Modifybutton.Click += new System.EventHandler(this.Revisedbutton_Click);
//
// Cancelbutton
//
this.Cancelbutton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.Cancelbutton.Location = new System.Drawing.Point(240, 320);
this.Cancelbutton.Name = "Cancelbutton";
this.Cancelbutton.Size = new System.Drawing.Size(75, 23);
this.Cancelbutton.TabIndex = 2;
this.Cancelbutton.Text = "取消";
this.Cancelbutton.UseVisualStyleBackColor = true;
this.Cancelbutton.Click += new System.EventHandler(this.Cancelbutton_Click);
//
// BookNumBox
//
this.BookNumBox.Location = new System.Drawing.Point(176, 146);
this.BookNumBox.Name = "BookNumBox";
this.BookNumBox.Size = new System.Drawing.Size(121, 21);
this.BookNumBox.TabIndex = 3;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(108, 149);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(31, 12);
this.label4.TabIndex = 0;
this.label4.Text = "数量";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(108, 114);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 0;
this.label3.Text = "出版社";
//
// AuthorBox
//
this.AuthorBox.Location = new System.Drawing.Point(176, 182);
this.AuthorBox.Name = "AuthorBox";
this.AuthorBox.Size = new System.Drawing.Size(121, 21);
this.AuthorBox.TabIndex = 4;
//
// BookNameBox
//
this.BookNameBox.Location = new System.Drawing.Point(176, 75);
this.BookNameBox.Name = "BookNameBox";
this.BookNameBox.Size = new System.Drawing.Size(121, 21);
this.BookNameBox.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(108, 184);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(29, 12);
this.label5.TabIndex = 0;
this.label5.Text = "作者";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(108, 222);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 0;
this.label6.Text = "出版时间";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(108, 78);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(57, 12);
this.label2.TabIndex = 0;
this.label2.Text = "图书名称";
//
// BookIDBox
//
this.BookIDBox.Location = new System.Drawing.Point(176, 39);
this.BookIDBox.Name = "BookIDBox";
this.BookIDBox.Size = new System.Drawing.Size(121, 21);
this.BookIDBox.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(108, 42);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(57, 12);
this.label1.TabIndex = 0;
this.label1.Text = "图书编号";
//
// PublishBox
//
this.PublishBox.FormattingEnabled = true;
this.PublishBox.Items.AddRange(new object[] {
"人民大学出版社",
"清华大学出版社",
"高等教育出版社",
"文学出版社",
"北京大学出版社",
"上海大学出版社",
"......"});
this.PublishBox.Location = new System.Drawing.Point(176, 111);
this.PublishBox.Name = "PublishBox";
this.PublishBox.Size = new System.Drawing.Size(121, 20);
this.PublishBox.TabIndex = 2;
//
// PubtimePicker
//
this.PubtimePicker.Location = new System.Drawing.Point(176, 218);
this.PubtimePicker.Name = "PubtimePicker";
this.PubtimePicker.Size = new System.Drawing.Size(121, 21);
this.PubtimePicker.TabIndex = 5;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.PubtimePicker);
this.groupBox1.Controls.Add(this.PublishBox);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.BookIDBox);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.BookNameBox);
this.groupBox1.Controls.Add(this.AuthorBox);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.BookNumBox);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(412, 300);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// UpdateBooks
//
this.AcceptButton = this.Modifybutton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.Cancelbutton;
this.ClientSize = new System.Drawing.Size(412, 368);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.Cancelbutton);
this.Controls.Add(this.Modifybutton);
this.MaximizeBox = false;
this.Name = "UpdateBooks";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "UpdateBooks";
this.TopMost = true;
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button Modifybutton;
private System.Windows.Forms.Button Cancelbutton;
private System.Windows.Forms.TextBox BookNumBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox AuthorBox;
private System.Windows.Forms.TextBox BookNameBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox BookIDBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox PublishBox;
private System.Windows.Forms.DateTimePicker PubtimePicker;
private System.Windows.Forms.GroupBox groupBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -