📄 queryuser.designer.cs
字号:
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(32, 46);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(53, 12);
this.label15.TabIndex = 33;
this.label15.Text = "开户日期";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(32, 112);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 41;
this.label2.Text = "联系电话";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(32, 64);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(53, 12);
this.label16.TabIndex = 34;
this.label16.Text = "管理状态";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 165);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 40;
this.label1.Text = "备注";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(208, 17);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(53, 12);
this.label17.TabIndex = 35;
this.label17.Text = "包月开始";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(208, 112);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 39;
this.label5.Text = "用户类型";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(208, 40);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(53, 12);
this.label18.TabIndex = 36;
this.label18.Text = "包月到期";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(11, 136);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 38;
this.label4.Text = "地址";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(208, 87);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(53, 12);
this.label19.TabIndex = 37;
this.label19.Text = "剩余金额";
//
// okButton
//
this.okButton.Location = new System.Drawing.Point(172, 23);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(75, 36);
this.okButton.TabIndex = 12;
this.okButton.Text = "查 询 ";
this.okButton.UseVisualStyleBackColor = true;
this.okButton.Click += new System.EventHandler(this.okButton_Click);
//
// userPassWordTextBox
//
this.userPassWordTextBox.Location = new System.Drawing.Point(87, 70);
this.userPassWordTextBox.Name = "userPassWordTextBox";
this.userPassWordTextBox.Size = new System.Drawing.Size(79, 21);
this.userPassWordTextBox.TabIndex = 11;
//
// userNameTextBox
//
this.userNameTextBox.Location = new System.Drawing.Point(87, 47);
this.userNameTextBox.Name = "userNameTextBox";
this.userNameTextBox.Size = new System.Drawing.Size(79, 21);
this.userNameTextBox.TabIndex = 10;
//
// userIDTextBox
//
this.userIDTextBox.Location = new System.Drawing.Point(87, 23);
this.userIDTextBox.Name = "userIDTextBox";
this.userIDTextBox.Size = new System.Drawing.Size(79, 21);
this.userIDTextBox.TabIndex = 8;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(37, 50);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 4;
this.label7.Text = "用户名";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(49, 73);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 12);
this.label6.TabIndex = 3;
this.label6.Text = "密码";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(25, 26);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 0;
this.label3.Text = "用户ID";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.userIDTextBox);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.okButton);
this.groupBox1.Controls.Add(this.userNameTextBox);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.userPassWordTextBox);
this.groupBox1.Location = new System.Drawing.Point(41, 26);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(261, 100);
this.groupBox1.TabIndex = 13;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "输入用户查询信息";
//
// button1
//
this.button1.Location = new System.Drawing.Point(172, 68);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 14;
this.button1.Text = "返回主目录";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// QueryUser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(450, 354);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.userGroupBox);
this.Name = "QueryUser";
this.Text = "QueryUser";
this.Load += new System.EventHandler(this.QueryUser_Load);
this.userGroupBox.ResumeLayout(false);
this.userGroupBox.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox userGroupBox;
private System.Windows.Forms.TextBox payDateTextBox;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox hallIdTextBox;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox userRemarkTextBox;
private System.Windows.Forms.TextBox userPhoneTextBox;
private System.Windows.Forms.TextBox userAddressTextBox;
private System.Windows.Forms.TextBox userTypeTextBox;
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.TextBox balanceTextBox;
private System.Windows.Forms.TextBox userPassWordTextBox;
private System.Windows.Forms.TextBox payAmountTextBox;
private System.Windows.Forms.TextBox userNameTextBox;
private System.Windows.Forms.TextBox monthEndTextBox;
private System.Windows.Forms.TextBox userIDTextBox;
private System.Windows.Forms.TextBox monthStartTextBox;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox userStatsTextBox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox accountDateTextBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -