123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476 |
- namespace Web
- {
- partial class ReaderExit_UI
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|