📄 frmreadermanage.designer.cs
字号:
namespace UI
{
partial class frmReaderManage
{
/// <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(frmReaderManage));
this.tbcReaderInfo = new System.Windows.Forms.TabControl();
this.tbpBasicInfo = new System.Windows.Forms.TabPage();
this.txtReaderDay = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.dtpBirthday = new System.Windows.Forms.DateTimePicker();
this.dtpAccession = new System.Windows.Forms.DateTimePicker();
this.cboStatus = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.txtBalance = new System.Windows.Forms.TextBox();
this.txtReaderCardID = new System.Windows.Forms.TextBox();
this.lblReaderCardID = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.dtpRegisterData = new System.Windows.Forms.DateTimePicker();
this.cboReaderType = new System.Windows.Forms.ComboBox();
this.cboSex = new System.Windows.Forms.ComboBox();
this.txtReaderName = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tbpParticularInfo = new System.Windows.Forms.TabPage();
this.nudMagazBorrowNum = new System.Windows.Forms.NumericUpDown();
this.nudBookBorrowNum = new System.Windows.Forms.NumericUpDown();
this.txtRemark = new System.Windows.Forms.TextBox();
this.txtOperator = new System.Windows.Forms.TextBox();
this.txtContactMode = new System.Windows.Forms.TextBox();
this.txtPaper = new System.Windows.Forms.TextBox();
this.txtPaperNum = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.tbcReaderInfo.SuspendLayout();
this.tbpBasicInfo.SuspendLayout();
this.tbpParticularInfo.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudMagazBorrowNum)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudBookBorrowNum)).BeginInit();
this.SuspendLayout();
//
// tbcReaderInfo
//
this.tbcReaderInfo.Controls.Add(this.tbpBasicInfo);
this.tbcReaderInfo.Controls.Add(this.tbpParticularInfo);
this.tbcReaderInfo.Location = new System.Drawing.Point(9, 12);
this.tbcReaderInfo.Name = "tbcReaderInfo";
this.tbcReaderInfo.SelectedIndex = 0;
this.tbcReaderInfo.Size = new System.Drawing.Size(355, 325);
this.tbcReaderInfo.TabIndex = 1;
//
// tbpBasicInfo
//
this.tbpBasicInfo.Controls.Add(this.txtReaderDay);
this.tbpBasicInfo.Controls.Add(this.label1);
this.tbpBasicInfo.Controls.Add(this.dtpBirthday);
this.tbpBasicInfo.Controls.Add(this.dtpAccession);
this.tbpBasicInfo.Controls.Add(this.cboStatus);
this.tbpBasicInfo.Controls.Add(this.label4);
this.tbpBasicInfo.Controls.Add(this.txtBalance);
this.tbpBasicInfo.Controls.Add(this.txtReaderCardID);
this.tbpBasicInfo.Controls.Add(this.lblReaderCardID);
this.tbpBasicInfo.Controls.Add(this.label12);
this.tbpBasicInfo.Controls.Add(this.label8);
this.tbpBasicInfo.Controls.Add(this.dtpRegisterData);
this.tbpBasicInfo.Controls.Add(this.cboReaderType);
this.tbpBasicInfo.Controls.Add(this.cboSex);
this.tbpBasicInfo.Controls.Add(this.txtReaderName);
this.tbpBasicInfo.Controls.Add(this.label7);
this.tbpBasicInfo.Controls.Add(this.label6);
this.tbpBasicInfo.Controls.Add(this.label5);
this.tbpBasicInfo.Controls.Add(this.label3);
this.tbpBasicInfo.Controls.Add(this.label2);
this.tbpBasicInfo.Location = new System.Drawing.Point(4, 21);
this.tbpBasicInfo.Name = "tbpBasicInfo";
this.tbpBasicInfo.Padding = new System.Windows.Forms.Padding(3);
this.tbpBasicInfo.Size = new System.Drawing.Size(347, 300);
this.tbpBasicInfo.TabIndex = 0;
this.tbpBasicInfo.Text = "必填信息";
this.tbpBasicInfo.UseVisualStyleBackColor = true;
//
// txtReaderDay
//
this.txtReaderDay.Location = new System.Drawing.Point(105, 263);
this.txtReaderDay.Name = "txtReaderDay";
this.txtReaderDay.Size = new System.Drawing.Size(198, 21);
this.txtReaderDay.TabIndex = 24;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(44, 266);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(59, 12);
this.label1.TabIndex = 23;
this.label1.Text = "借阅天数:";
//
// dtpBirthday
//
this.dtpBirthday.Location = new System.Drawing.Point(105, 153);
this.dtpBirthday.Name = "dtpBirthday";
this.dtpBirthday.Size = new System.Drawing.Size(198, 21);
this.dtpBirthday.TabIndex = 22;
//
// dtpAccession
//
this.dtpAccession.Enabled = false;
this.dtpAccession.Location = new System.Drawing.Point(105, 180);
this.dtpAccession.Name = "dtpAccession";
this.dtpAccession.Size = new System.Drawing.Size(198, 21);
this.dtpAccession.TabIndex = 21;
//
// cboStatus
//
this.cboStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboStatus.FormattingEnabled = true;
this.cboStatus.Items.AddRange(new object[] {
"正常",
"挂失"});
this.cboStatus.Location = new System.Drawing.Point(105, 234);
this.cboStatus.Name = "cboStatus";
this.cboStatus.Size = new System.Drawing.Size(121, 20);
this.cboStatus.TabIndex = 20;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(44, 157);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 12);
this.label4.TabIndex = 18;
this.label4.Text = "读者生日:";
//
// txtBalance
//
this.txtBalance.Location = new System.Drawing.Point(105, 100);
this.txtBalance.Name = "txtBalance";
this.txtBalance.Size = new System.Drawing.Size(198, 21);
this.txtBalance.TabIndex = 4;
//
// txtReaderCardID
//
this.txtReaderCardID.Enabled = false;
this.txtReaderCardID.Location = new System.Drawing.Point(105, 17);
this.txtReaderCardID.Name = "txtReaderCardID";
this.txtReaderCardID.Size = new System.Drawing.Size(198, 21);
this.txtReaderCardID.TabIndex = 1;
//
// lblReaderCardID
//
this.lblReaderCardID.AutoSize = true;
this.lblReaderCardID.Location = new System.Drawing.Point(44, 20);
this.lblReaderCardID.Name = "lblReaderCardID";
this.lblReaderCardID.Size = new System.Drawing.Size(59, 12);
this.lblReaderCardID.TabIndex = 17;
this.lblReaderCardID.Text = "渎者卡号:";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(44, 211);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(59, 12);
this.label12.TabIndex = 12;
this.label12.Text = "有效期到:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(44, 237);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(59, 12);
this.label8.TabIndex = 15;
this.label8.Text = "读者状态:";
//
// dtpRegisterData
//
this.dtpRegisterData.Enabled = false;
this.dtpRegisterData.Location = new System.Drawing.Point(105, 207);
this.dtpRegisterData.Name = "dtpRegisterData";
this.dtpRegisterData.Size = new System.Drawing.Size(198, 21);
this.dtpRegisterData.TabIndex = 16;
//
// cboReaderType
//
this.cboReaderType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboReaderType.FormattingEnabled = true;
this.cboReaderType.Items.AddRange(new object[] {
"普通读者",
"白银会员",
"黄金会员",
"钻石会员",
"红钻会员"});
this.cboReaderType.Location = new System.Drawing.Point(105, 127);
this.cboReaderType.Name = "cboReaderType";
this.cboReaderType.Size = new System.Drawing.Size(198, 20);
this.cboReaderType.TabIndex = 5;
//
// cboSex
//
this.cboSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSex.FormattingEnabled = true;
this.cboSex.Items.AddRange(new object[] {
"男",
"女"});
this.cboSex.Location = new System.Drawing.Point(105, 74);
this.cboSex.Name = "cboSex";
this.cboSex.Size = new System.Drawing.Size(198, 20);
this.cboSex.TabIndex = 3;
//
// txtReaderName
//
this.txtReaderName.Location = new System.Drawing.Point(105, 47);
this.txtReaderName.Name = "txtReaderName";
this.txtReaderName.Size = new System.Drawing.Size(198, 21);
this.txtReaderName.TabIndex = 2;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(44, 130);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 12);
this.label7.TabIndex = 13;
this.label7.Text = "读者等级:";
//
// label6
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -