📄 readerinform.designer.cs
字号:
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(22, 204);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 6;
this.label6.Text = "家庭住址:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(22, 173);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 5;
this.label5.Text = "联系电话:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(22, 139);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 4;
this.label4.Text = "工作单位:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.radioButton2);
this.groupBox2.Controls.Add(this.radioButton1);
this.groupBox2.Location = new System.Drawing.Point(270, 47);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(99, 82);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "读者性别:";
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(16, 59);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(35, 16);
this.radioButton2.TabIndex = 1;
this.radioButton2.TabStop = true;
this.radioButton2.Text = "女";
this.radioButton2.UseVisualStyleBackColor = true;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(16, 23);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(35, 16);
this.radioButton1.TabIndex = 0;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "男";
this.radioButton1.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(22, 105);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 2;
this.label3.Text = "读者职务:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(23, 69);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 1;
this.label2.Text = "读者姓名:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(23, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "读者编号:";
//
// tabPage2
//
this.tabPage2.Controls.Add(this.button3);
this.tabPage2.Controls.Add(this.button4);
this.tabPage2.Controls.Add(this.groupBox3);
this.tabPage2.Location = new System.Drawing.Point(4, 21);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(430, 398);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "修改读者信息";
this.tabPage2.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Location = new System.Drawing.Point(244, 354);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(71, 25);
this.button3.TabIndex = 4;
this.button3.Text = "取消";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(85, 354);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(73, 25);
this.button4.TabIndex = 3;
this.button4.Text = "确定";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.button5);
this.groupBox3.Controls.Add(this.textBox17);
this.groupBox3.Controls.Add(this.textBox18);
this.groupBox3.Controls.Add(this.textBox19);
this.groupBox3.Controls.Add(this.textBox20);
this.groupBox3.Controls.Add(this.textBox21);
this.groupBox3.Controls.Add(this.textBox22);
this.groupBox3.Controls.Add(this.textBox23);
this.groupBox3.Controls.Add(this.textBox24);
this.groupBox3.Controls.Add(this.label17);
this.groupBox3.Controls.Add(this.label18);
this.groupBox3.Controls.Add(this.label19);
this.groupBox3.Controls.Add(this.label20);
this.groupBox3.Controls.Add(this.label21);
this.groupBox3.Controls.Add(this.groupBox5);
this.groupBox3.Controls.Add(this.label22);
this.groupBox3.Controls.Add(this.label23);
this.groupBox3.Controls.Add(this.label24);
this.groupBox3.Location = new System.Drawing.Point(30, 21);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(375, 306);
this.groupBox3.TabIndex = 1;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "添加读者信息";
//
// button5
//
this.button5.Location = new System.Drawing.Point(196, 19);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(57, 28);
this.button5.TabIndex = 10;
this.button5.Text = "搜索";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// textBox17
//
this.textBox17.Location = new System.Drawing.Point(93, 270);
this.textBox17.Name = "textBox17";
this.textBox17.Size = new System.Drawing.Size(120, 21);
this.textBox17.TabIndex = 9;
//
// textBox18
//
this.textBox18.Location = new System.Drawing.Point(93, 232);
this.textBox18.Name = "textBox18";
this.textBox18.Size = new System.Drawing.Size(120, 21);
this.textBox18.TabIndex = 9;
//
// textBox19
//
this.textBox19.Location = new System.Drawing.Point(93, 195);
this.textBox19.Name = "textBox19";
this.textBox19.Size = new System.Drawing.Size(276, 21);
this.textBox19.TabIndex = 9;
//
// textBox20
//
this.textBox20.Location = new System.Drawing.Point(93, 164);
this.textBox20.Name = "textBox20";
this.textBox20.Size = new System.Drawing.Size(120, 21);
this.textBox20.TabIndex = 9;
//
// textBox21
//
this.textBox21.Location = new System.Drawing.Point(93, 130);
this.textBox21.Name = "textBox21";
this.textBox21.Size = new System.Drawing.Size(96, 21);
this.textBox21.TabIndex = 9;
//
// textBox22
//
this.textBox22.Location = new System.Drawing.Point(94, 96);
this.textBox22.Name = "textBox22";
this.textBox22.Size = new System.Drawing.Size(96, 21);
this.textBox22.TabIndex = 9;
//
// textBox23
//
this.textBox23.Location = new System.Drawing.Point(94, 60);
this.textBox23.Name = "textBox23";
this.textBox23.Size = new System.Drawing.Size(96, 21);
this.textBox23.TabIndex = 9;
//
// textBox24
//
this.textBox24.Location = new System.Drawing.Point(94, 26);
this.textBox24.Name = "textBox24";
this.textBox24.Size = new System.Drawing.Size(96, 21);
this.textBox24.TabIndex = 9;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(22, 273);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(65, 12);
this.label17.TabIndex = 8;
this.label17.Text = "登记日期:";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(24, 235);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(41, 12);
this.label18.TabIndex = 7;
this.label18.Text = "Email:";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(22, 204);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(65, 12);
this.label19.TabIndex = 6;
this.label19.Text = "家庭住址:";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(22, 173);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(65, 12);
this.label20.TabIndex = 5;
this.label20.Text = "联系电话:";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(22, 139);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(65, 12);
this.label21.TabIndex = 4;
this.label21.Text = "工作单位:";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.radioButton5);
this.groupBox5.Controls.Add(this.radioButton6);
this.groupBox5.Location = new System.Drawing.Point(270, 69);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(99, 82);
this.groupBox5.TabIndex = 3;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "读者性别:";
//
// radioButton5
//
this.radioButton5.AutoSize = true;
this.radioButton5.Location = new System.Drawing.Point(16, 59);
this.radioButton5.Name = "radioButton5";
this.radioButton5.Size = new System.Drawing.Size(35, 16);
this.radioButton5.TabIndex = 1;
this.radioButton5.TabStop = true;
this.radioButton5.Text = "女";
this.radioButton5.UseVisualStyleBackColor = true;
//
// radioButton6
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -