namespace Web
{
partial class ReaderExit_UI
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReaderExit_UI));
this.cboReaderType = new System.Windows.Forms.ComboBox();
this.dtTimeIn = new System.Windows.Forms.DateTimePicker();
this.dtTimeOut = new System.Windows.Forms.DateTimePicker();
this.label15 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.button4 = new System.Windows.Forms.Button();
this.label17 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.txtReaderName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtReaderId = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.cboClass = new System.Windows.Forms.ComboBox();
this.cboDepartment = new System.Windows.Forms.ComboBox();
this.label13 = new System.Windows.Forms.Label();
this.txtAddress = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.btnUpdate = new System.Windows.Forms.Button();
this.txtRemark = new System.Windows.Forms.TextBox();
this.txtIdentityCard = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.button5 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.label11 = new System.Windows.Forms.Label();
this.txtPhone = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.txtGender = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtEmail = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.txtSpecial = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// cboReaderType
//
this.cboReaderType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboReaderType.FormattingEnabled = true;
this.cboReaderType.Location = new System.Drawing.Point(81, 102);
this.cboReaderType.Name = "cboReaderType";
this.cboReaderType.Size = new System.Drawing.Size(152, 20);
this.cboReaderType.TabIndex = 8;
//
// dtTimeIn
//
this.dtTimeIn.Location = new System.Drawing.Point(81, 64);
this.dtTimeIn.Name = "dtTimeIn";
this.dtTimeIn.Size = new System.Drawing.Size(152, 21);
this.dtTimeIn.TabIndex = 6;
//
// dtTimeOut
//
this.dtTimeOut.Location = new System.Drawing.Point(416, 64);
this.dtTimeOut.Name = "dtTimeOut";
this.dtTimeOut.Size = new System.Drawing.Size(152, 21);
this.dtTimeOut.TabIndex = 6;
//
// label15
//
this.label15.AutoSize = true;
this.label15.ForeColor = System.Drawing.Color.Blue;
this.label15.Location = new System.Drawing.Point(357, 70);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(53, 12);
this.label15.TabIndex = 1;
this.label15.Text = "有效期至";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cboReaderType);
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Controls.Add(this.dtTimeIn);
this.groupBox1.Controls.Add(this.dtTimeOut);
this.groupBox1.Controls.Add(this.label15);
this.groupBox1.Controls.Add(this.label17);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.txtReaderName);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtReaderId);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(14, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(621, 141);
this.groupBox1.TabIndex = 10;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "读者基本信息(必填)";
//
// button4
//
this.button4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button4.BackgroundImage")));
this.button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.ForeColor = System.Drawing.SystemColors.Control;
this.button4.Location = new System.Drawing.Point(239, 100);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(36, 23);
this.button4.TabIndex = 7;
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// label17
//
this.label17.AutoSize = true;
this.label17.ForeColor = System.Drawing.Color.Blue;
this.label17.Location = new System.Drawing.Point(22, 103);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(53, 12);
this.label17.TabIndex = 1;
this.label17.Text = "读者类型";
//
// label9
//
this.label9.AutoSize = true;
this.label9.ForeColor = System.Drawing.Color.Blue;
this.label9.Location = new System.Drawing.Point(22, 70);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 1;
this.label9.Text = "登记时间";
//
// txtReaderName
//
this.txtReaderName.Location = new System.Drawing.Point(416, 32);
this.txtReaderName.Name = "txtReaderName";
this.txtReaderName.Size = new System.Drawing.Size(152, 21);
this.txtReaderName.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.Blue;
this.label2.Location = new System.Drawing.Point(357, 35);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 1;
this.label2.Text = "读者姓名";
//
// txtReaderId
//
this.txtReaderId.Location = new System.Drawing.Point(81, 32);
this.txtReaderId.Name = "txtReaderId";
this.txtReaderId.ReadOnly = true;
this.txtReaderId.Size = new System.Drawing.Size(152, 21);
this.txtReaderId.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.Blue;
this.label1.Location = new System.Drawing.Point(22, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 1;
this.label1.Text = "读者编号";
//
// cboClass
//
this.cboClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboClass.FormattingEnabled = true;
this.cboClass.Location = new System.Drawing.Point(422, 29);
this.cboClass.Name = "cboClass";
this.cboClass.Size = new System.Drawing.Size(152, 20);
this.cboClass.TabIndex = 29;
//
// cboDepartment
//
this.cboDepartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboDepartment.FormattingEnabled = true;
this.cboDepartment.Location = new System.Drawing.Point(84, 29);
this.cboDepartment.Name = "cboDepartment";
this.cboDepartment.Size = new System.Drawing.Size(152, 20);
this.cboDepartment.TabIndex = 29;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(360, 150);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(53, 12);
this.label13.TabIndex = 17;
this.label13.Text = "通讯地址";
//
// txtAddress
//
this.txtAddress.Location = new System.Drawing.Point(419, 147);
this.txtAddress.Name = "txtAddress";
this.txtAddress.Size = new System.Drawing.Size(152, 21);
this.txtAddress.TabIndex = 23;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(25, 185);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(53, 12);
this.label12.TabIndex = 14;
this.label12.Text = "备 注";
//
// button2
//
this.button2.Location = new System.Drawing.Point(560, 499);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 12;
this.button2.Text = "退出";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// btnUpdate
//
this.btnUpdate.Location = new System.Drawing.Point(450, 499);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(75, 23);
this.btnUpdate.TabIndex = 11;
this.btnUpdate.Text = "修改";
this.btnUpdate.UseVisualStyleBackColor = true;
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// txtRemark
//
this.txtRemark.Location = new System.Drawing.Point(84, 185);
this.txtRemark.Multiline = true;
this.txtRemark.Name = "txtRemark";
this.txtRemark.Size = new System.Drawing.Size(490, 106);
this.txtRemark.TabIndex = 28;
//
// txtIdentityCard
//
this.txtIdentityCard.Location = new System.Drawing.Point(84, 67);
this.txtIdentityCard.Name = "txtIdentityCard";
this.txtIdentityCard.Size = new System.Drawing.Size(152, 21);
this.txtIdentityCard.TabIndex = 26;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(25, 32);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 12;
this.label5.Text = "院 系";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cboClass);
this.groupBox2.Controls.Add(this.cboDepartment);
this.groupBox2.Controls.Add(this.button5);
this.groupBox2.Controls.Add(this.button3);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.txtAddress);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Controls.Add(this.txtRemark);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.txtPhone);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.txtGender);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.txtEmail);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.txtSpecial);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.txtIdentityCard);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Location = new System.Drawing.Point(11, 167);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(624, 313);
this.groupBox2.TabIndex = 13;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "读者详细信息(可选)";
//
// button5
//
this.button5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button5.BackgroundImage")));
this.button5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.ForeColor = System.Drawing.SystemColors.Control;
this.button5.Location = new System.Drawing.Point(577, 27);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(36, 23);
this.button5.TabIndex = 7;
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button3
//
this.button3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button3.BackgroundImage")));
this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.ForeColor = System.Drawing.SystemColors.Control;
this.button3.Location = new System.Drawing.Point(242, 27);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(36, 23);
this.button3.TabIndex = 7;
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(360, 111);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 13;
this.label11.Text = "手 机";
//
// txtPhone
//
this.txtPhone.Location = new System.Drawing.Point(419, 108);
this.txtPhone.Name = "txtPhone";
this.txtPhone.Size = new System.Drawing.Size(152, 21);
this.txtPhone.TabIndex = 19;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(360, 70);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(53, 12);
this.label10.TabIndex = 8;
this.label10.Text = "性 别";
//
// txtGender
//
this.txtGender.Location = new System.Drawing.Point(419, 67);
this.txtGender.Name = "txtGender";
this.txtGender.Size = new System.Drawing.Size(152, 21);
this.txtGender.TabIndex = 25;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(25, 150);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 7;
this.label8.Text = " Email";
//
// txtEmail
//
this.txtEmail.Location = new System.Drawing.Point(84, 147);
this.txtEmail.Name = "txtEmail";
this.txtEmail.Size = new System.Drawing.Size(152, 21);
this.txtEmail.TabIndex = 24;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(25, 111);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 6;
this.label7.Text = "电 话";
//
// txtSpecial
//
this.txtSpecial.Location = new System.Drawing.Point(84, 108);
this.txtSpecial.Name = "txtSpecial";
this.txtSpecial.Size = new System.Drawing.Size(152, 21);
this.txtSpecial.TabIndex = 27;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(25, 70);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 9;
this.label6.Text = "生份证号";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(360, 32);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 11;
this.label4.Text = "班 级";
//
// ReaderExit_UI
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(645, 532);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.button2);
this.Controls.Add(this.btnUpdate);
this.Controls.Add(this.groupBox2);
this.Name = "ReaderExit_UI";
this.Text = "修改读者信息";
this.Load += new System.EventHandler(this.ReaderExit_UI_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox cboReaderType;
private System.Windows.Forms.DateTimePicker dtTimeIn;
private System.Windows.Forms.DateTimePicker dtTimeOut;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox txtReaderName;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtReaderId;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cboClass;
private System.Windows.Forms.ComboBox cboDepartment;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txtAddress;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button btnUpdate;
private System.Windows.Forms.TextBox txtRemark;
private System.Windows.Forms.TextBox txtIdentityCard;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtPhone;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtGender;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtEmail;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtSpecial;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label4;
}
}