📄 alteruser.designer.cs
字号:
this.userRemarkTextBox.Size = new System.Drawing.Size(321, 21);
this.userRemarkTextBox.TabIndex = 52;
//
// userPhoneTextBox
//
this.userPhoneTextBox.Location = new System.Drawing.Point(91, 106);
this.userPhoneTextBox.Name = "userPhoneTextBox";
this.userPhoneTextBox.Size = new System.Drawing.Size(100, 21);
this.userPhoneTextBox.TabIndex = 51;
//
// userAddressTextBox
//
this.userAddressTextBox.Location = new System.Drawing.Point(91, 133);
this.userAddressTextBox.Name = "userAddressTextBox";
this.userAddressTextBox.Size = new System.Drawing.Size(215, 21);
this.userAddressTextBox.TabIndex = 50;
//
// userTypeTextBox
//
this.userTypeTextBox.Location = new System.Drawing.Point(267, 106);
this.userTypeTextBox.Name = "userTypeTextBox";
this.userTypeTextBox.Size = new System.Drawing.Size(100, 21);
this.userTypeTextBox.TabIndex = 49;
//
// balanceTextBox
//
this.balanceTextBox.Location = new System.Drawing.Point(267, 84);
this.balanceTextBox.Name = "balanceTextBox";
this.balanceTextBox.Size = new System.Drawing.Size(100, 21);
this.balanceTextBox.TabIndex = 48;
//
// payAmountTextBox
//
this.payAmountTextBox.Location = new System.Drawing.Point(267, 61);
this.payAmountTextBox.Name = "payAmountTextBox";
this.payAmountTextBox.Size = new System.Drawing.Size(100, 21);
this.payAmountTextBox.TabIndex = 47;
//
// monthEndTextBox
//
this.monthEndTextBox.Location = new System.Drawing.Point(267, 37);
this.monthEndTextBox.Name = "monthEndTextBox";
this.monthEndTextBox.Size = new System.Drawing.Size(100, 21);
this.monthEndTextBox.TabIndex = 46;
//
// monthStartTextBox
//
this.monthStartTextBox.Location = new System.Drawing.Point(267, 11);
this.monthStartTextBox.Name = "monthStartTextBox";
this.monthStartTextBox.Size = new System.Drawing.Size(100, 21);
this.monthStartTextBox.TabIndex = 45;
//
// userStatsTextBox
//
this.userStatsTextBox.Location = new System.Drawing.Point(91, 61);
this.userStatsTextBox.Name = "userStatsTextBox";
this.userStatsTextBox.Size = new System.Drawing.Size(100, 21);
this.userStatsTextBox.TabIndex = 44;
//
// accountDateTextBox
//
this.accountDateTextBox.Location = new System.Drawing.Point(91, 37);
this.accountDateTextBox.Name = "accountDateTextBox";
this.accountDateTextBox.Size = new System.Drawing.Size(100, 21);
this.accountDateTextBox.TabIndex = 43;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(208, 64);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(53, 12);
this.label20.TabIndex = 42;
this.label20.Text = "交费金额";
//
// 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(56, 167);
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(56, 138);
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 = "剩余金额";
//
// button2
//
this.button2.Location = new System.Drawing.Point(172, 20);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 15;
this.button2.Text = "显示信息";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// AlterUser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(494, 342);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.userGroupBox);
this.Name = "AlterUser";
this.Text = "AlterUser";
this.Load += new System.EventHandler(this.AlterUser_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.userGroupBox.ResumeLayout(false);
this.userGroupBox.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox userIDTextBox;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.TextBox userNameTextBox;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox userPassWordTextBox;
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.TextBox balanceTextBox;
private System.Windows.Forms.TextBox payAmountTextBox;
private System.Windows.Forms.TextBox monthEndTextBox;
private System.Windows.Forms.TextBox monthStartTextBox;
private System.Windows.Forms.TextBox userStatsTextBox;
private System.Windows.Forms.TextBox accountDateTextBox;
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;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -