📄 adduser.designer.cs
字号:
namespace myBusinessRole
{
partial class AddUser
{
/// <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()
{
this.payDateTextBox = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.hallIdTextBox = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.userStatsTextBox = new System.Windows.Forms.TextBox();
this.accountDateTextBox = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.userIDTextBox = new System.Windows.Forms.TextBox();
this.userNameTextBox = new System.Windows.Forms.TextBox();
this.userPassWordTextBox = new System.Windows.Forms.TextBox();
this.addUserGroupBox = new System.Windows.Forms.GroupBox();
this.userTypeComboBox = new System.Windows.Forms.ComboBox();
this.userRemarkTextBox = new System.Windows.Forms.TextBox();
this.userPhoneTextBox = new System.Windows.Forms.TextBox();
this.userAddressTextBox = new System.Windows.Forms.TextBox();
this.balanceTextBox = new System.Windows.Forms.TextBox();
this.payAmountTextBox = new System.Windows.Forms.TextBox();
this.monthEndTextBox = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.monthStartTextBox = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.endAddButton = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.addUserGroupBox.SuspendLayout();
this.SuspendLayout();
//
// payDateTextBox
//
this.payDateTextBox.Location = new System.Drawing.Point(213, 79);
this.payDateTextBox.Name = "payDateTextBox";
this.payDateTextBox.Size = new System.Drawing.Size(100, 21);
this.payDateTextBox.TabIndex = 32;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(154, 82);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 31;
this.label9.Text = "交费日期";
//
// hallIdTextBox
//
this.hallIdTextBox.Location = new System.Drawing.Point(69, 111);
this.hallIdTextBox.Name = "hallIdTextBox";
this.hallIdTextBox.Size = new System.Drawing.Size(79, 21);
this.hallIdTextBox.TabIndex = 30;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(10, 114);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 29;
this.label8.Text = "营业厅ID";
//
// userStatsTextBox
//
this.userStatsTextBox.Location = new System.Drawing.Point(213, 52);
this.userStatsTextBox.Name = "userStatsTextBox";
this.userStatsTextBox.Size = new System.Drawing.Size(100, 21);
this.userStatsTextBox.TabIndex = 20;
//
// accountDateTextBox
//
this.accountDateTextBox.Location = new System.Drawing.Point(213, 27);
this.accountDateTextBox.Name = "accountDateTextBox";
this.accountDateTextBox.Size = new System.Drawing.Size(100, 21);
this.accountDateTextBox.TabIndex = 19;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(154, 55);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(53, 12);
this.label16.TabIndex = 1;
this.label16.Text = "管理状态";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(154, 30);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(53, 12);
this.label15.TabIndex = 0;
this.label15.Text = "开户日期";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 30);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 0;
this.label3.Text = "用户ID";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(34, 82);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(29, 12);
this.label6.TabIndex = 3;
this.label6.Text = "密码";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(22, 55);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 4;
this.label7.Text = "用户名";
//
// userIDTextBox
//
this.userIDTextBox.Location = new System.Drawing.Point(69, 27);
this.userIDTextBox.Name = "userIDTextBox";
this.userIDTextBox.Size = new System.Drawing.Size(79, 21);
this.userIDTextBox.TabIndex = 8;
//
// userNameTextBox
//
this.userNameTextBox.Location = new System.Drawing.Point(69, 55);
this.userNameTextBox.Name = "userNameTextBox";
this.userNameTextBox.Size = new System.Drawing.Size(79, 21);
this.userNameTextBox.TabIndex = 10;
//
// userPassWordTextBox
//
this.userPassWordTextBox.Location = new System.Drawing.Point(69, 82);
this.userPassWordTextBox.Name = "userPassWordTextBox";
this.userPassWordTextBox.Size = new System.Drawing.Size(79, 21);
this.userPassWordTextBox.TabIndex = 11;
//
// addUserGroupBox
//
this.addUserGroupBox.Controls.Add(this.userTypeComboBox);
this.addUserGroupBox.Controls.Add(this.userRemarkTextBox);
this.addUserGroupBox.Controls.Add(this.payDateTextBox);
this.addUserGroupBox.Controls.Add(this.userPhoneTextBox);
this.addUserGroupBox.Controls.Add(this.userAddressTextBox);
this.addUserGroupBox.Controls.Add(this.label9);
this.addUserGroupBox.Controls.Add(this.balanceTextBox);
this.addUserGroupBox.Controls.Add(this.hallIdTextBox);
this.addUserGroupBox.Controls.Add(this.payAmountTextBox);
this.addUserGroupBox.Controls.Add(this.label8);
this.addUserGroupBox.Controls.Add(this.monthEndTextBox);
this.addUserGroupBox.Controls.Add(this.label20);
this.addUserGroupBox.Controls.Add(this.label2);
this.addUserGroupBox.Controls.Add(this.label1);
this.addUserGroupBox.Controls.Add(this.label5);
this.addUserGroupBox.Controls.Add(this.label4);
this.addUserGroupBox.Controls.Add(this.userPassWordTextBox);
this.addUserGroupBox.Controls.Add(this.label19);
this.addUserGroupBox.Controls.Add(this.userNameTextBox);
this.addUserGroupBox.Controls.Add(this.label18);
this.addUserGroupBox.Controls.Add(this.userIDTextBox);
this.addUserGroupBox.Controls.Add(this.monthStartTextBox);
this.addUserGroupBox.Controls.Add(this.label7);
this.addUserGroupBox.Controls.Add(this.userStatsTextBox);
this.addUserGroupBox.Controls.Add(this.label6);
this.addUserGroupBox.Controls.Add(this.accountDateTextBox);
this.addUserGroupBox.Controls.Add(this.label3);
this.addUserGroupBox.Controls.Add(this.label15);
this.addUserGroupBox.Controls.Add(this.label16);
this.addUserGroupBox.Controls.Add(this.label17);
this.addUserGroupBox.Location = new System.Drawing.Point(12, 21);
this.addUserGroupBox.Name = "addUserGroupBox";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -