📄 alteruser.designer.cs
字号:
namespace myBusinessRole
{
partial class AlterUser
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.button1 = new System.Windows.Forms.Button();
this.userIDTextBox = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.okButton = new System.Windows.Forms.Button();
this.userNameTextBox = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.userPassWordTextBox = new System.Windows.Forms.TextBox();
this.userGroupBox = new System.Windows.Forms.GroupBox();
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.userRemarkTextBox = new System.Windows.Forms.TextBox();
this.userPhoneTextBox = new System.Windows.Forms.TextBox();
this.userAddressTextBox = new System.Windows.Forms.TextBox();
this.userTypeTextBox = 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.monthStartTextBox = new System.Windows.Forms.TextBox();
this.userStatsTextBox = new System.Windows.Forms.TextBox();
this.accountDateTextBox = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.userGroupBox.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.button2);
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(57, 20);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(261, 100);
this.groupBox1.TabIndex = 15;
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);
//
// 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;
//
// 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";
//
// okButton
//
this.okButton.Location = new System.Drawing.Point(172, 44);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(75, 21);
this.okButton.TabIndex = 12;
this.okButton.Text = "修 改 ";
this.okButton.UseVisualStyleBackColor = true;
this.okButton.Click += new System.EventHandler(this.okButton_Click);
//
// 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;
//
// 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 = "密码";
//
// 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 = "用户名";
//
// 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;
//
// userGroupBox
//
this.userGroupBox.Controls.Add(this.payDateTextBox);
this.userGroupBox.Controls.Add(this.label9);
this.userGroupBox.Controls.Add(this.hallIdTextBox);
this.userGroupBox.Controls.Add(this.label8);
this.userGroupBox.Controls.Add(this.userRemarkTextBox);
this.userGroupBox.Controls.Add(this.userPhoneTextBox);
this.userGroupBox.Controls.Add(this.userAddressTextBox);
this.userGroupBox.Controls.Add(this.userTypeTextBox);
this.userGroupBox.Controls.Add(this.balanceTextBox);
this.userGroupBox.Controls.Add(this.payAmountTextBox);
this.userGroupBox.Controls.Add(this.monthEndTextBox);
this.userGroupBox.Controls.Add(this.monthStartTextBox);
this.userGroupBox.Controls.Add(this.userStatsTextBox);
this.userGroupBox.Controls.Add(this.accountDateTextBox);
this.userGroupBox.Controls.Add(this.label20);
this.userGroupBox.Controls.Add(this.label15);
this.userGroupBox.Controls.Add(this.label2);
this.userGroupBox.Controls.Add(this.label16);
this.userGroupBox.Controls.Add(this.label1);
this.userGroupBox.Controls.Add(this.label17);
this.userGroupBox.Controls.Add(this.label5);
this.userGroupBox.Controls.Add(this.label18);
this.userGroupBox.Controls.Add(this.label4);
this.userGroupBox.Controls.Add(this.label19);
this.userGroupBox.Location = new System.Drawing.Point(57, 126);
this.userGroupBox.Name = "userGroupBox";
this.userGroupBox.Size = new System.Drawing.Size(380, 197);
this.userGroupBox.TabIndex = 14;
this.userGroupBox.TabStop = false;
this.userGroupBox.Text = "该用户的信息";
//
// payDateTextBox
//
this.payDateTextBox.Location = new System.Drawing.Point(91, 84);
this.payDateTextBox.Name = "payDateTextBox";
this.payDateTextBox.Size = new System.Drawing.Size(100, 21);
this.payDateTextBox.TabIndex = 56;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(32, 87);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 55;
this.label9.Text = "交费日期";
//
// hallIdTextBox
//
this.hallIdTextBox.Location = new System.Drawing.Point(91, 14);
this.hallIdTextBox.Name = "hallIdTextBox";
this.hallIdTextBox.Size = new System.Drawing.Size(100, 21);
this.hallIdTextBox.TabIndex = 54;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(32, 20);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 53;
this.label8.Text = "营业厅ID";
//
// userRemarkTextBox
//
this.userRemarkTextBox.Location = new System.Drawing.Point(91, 160);
this.userRemarkTextBox.Name = "userRemarkTextBox";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -