📄 frmamercedel.designer.cs
字号:
namespace UI
{
partial class frmAmercedel
{
/// <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(frmAmercedel));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtID = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtReaderID = new System.Windows.Forms.TextBox();
this.radMagazineLose = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.radLose = new System.Windows.Forms.RadioButton();
this.radMangle = new System.Windows.Forms.RadioButton();
this.libAmerce = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtID);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.txtReaderID);
this.groupBox1.Controls.Add(this.radMagazineLose);
this.groupBox1.Controls.Add(this.radioButton1);
this.groupBox1.Controls.Add(this.radLose);
this.groupBox1.Controls.Add(this.radMangle);
this.groupBox1.Controls.Add(this.libAmerce);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(8, 8);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(429, 201);
this.groupBox1.TabIndex = 8;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "罚款删除";
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
//
// txtID
//
this.txtID.Location = new System.Drawing.Point(298, 84);
this.txtID.Name = "txtID";
this.txtID.Size = new System.Drawing.Size(84, 21);
this.txtID.TabIndex = 4;
//
// button2
//
this.button2.Location = new System.Drawing.Point(260, 145);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(89, 36);
this.button2.TabIndex = 14;
this.button2.Text = "返回";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(86, 145);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(89, 36);
this.button1.TabIndex = 13;
this.button1.Text = "删除";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(46, 87);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 0;
this.label3.Text = "读者编号:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(242, 87);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 3;
this.label4.Text = "删除编号:";
//
// txtReaderID
//
this.txtReaderID.Location = new System.Drawing.Point(105, 84);
this.txtReaderID.Name = "txtReaderID";
this.txtReaderID.Size = new System.Drawing.Size(84, 21);
this.txtReaderID.TabIndex = 2;
//
// radMagazineLose
//
this.radMagazineLose.AutoSize = true;
this.radMagazineLose.Location = new System.Drawing.Point(327, 26);
this.radMagazineLose.Name = "radMagazineLose";
this.radMagazineLose.Size = new System.Drawing.Size(71, 16);
this.radMagazineLose.TabIndex = 12;
this.radMagazineLose.Text = "期刊丢失";
this.radMagazineLose.UseVisualStyleBackColor = true;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(250, 26);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(71, 16);
this.radioButton1.TabIndex = 11;
this.radioButton1.Text = "期刊损坏";
this.radioButton1.UseVisualStyleBackColor = true;
//
// radLose
//
this.radLose.AutoSize = true;
this.radLose.Location = new System.Drawing.Point(173, 26);
this.radLose.Name = "radLose";
this.radLose.Size = new System.Drawing.Size(71, 16);
this.radLose.TabIndex = 10;
this.radLose.Text = "书籍丢失";
this.radLose.UseVisualStyleBackColor = true;
//
// radMangle
//
this.radMangle.AutoSize = true;
this.radMangle.Location = new System.Drawing.Point(96, 26);
this.radMangle.Name = "radMangle";
this.radMangle.Size = new System.Drawing.Size(71, 16);
this.radMangle.TabIndex = 9;
this.radMangle.Text = "书籍损坏";
this.radMangle.UseVisualStyleBackColor = true;
//
// libAmerce
//
this.libAmerce.AutoSize = true;
this.libAmerce.Location = new System.Drawing.Point(31, 28);
this.libAmerce.Name = "libAmerce";
this.libAmerce.Size = new System.Drawing.Size(59, 12);
this.libAmerce.TabIndex = 3;
this.libAmerce.Text = "删除信息:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 38);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 12);
this.label1.TabIndex = 0;
//
// frmAmercedel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(445, 214);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(453, 248);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(453, 248);
this.Name = "frmAmercedel";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "罚款删除";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtReaderID;
private System.Windows.Forms.RadioButton radMagazineLose;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.RadioButton radLose;
private System.Windows.Forms.RadioButton radMangle;
private System.Windows.Forms.Label libAmerce;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtID;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -