📄 adminform.designer.cs
字号:
//
// newAccBox
//
this.newAccBox.Location = new System.Drawing.Point(175, 63);
this.newAccBox.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.newAccBox.Name = "newAccBox";
this.newAccBox.Size = new System.Drawing.Size(229, 23);
this.newAccBox.TabIndex = 3;
this.newAccBox.Visible = false;
//
// modifyButton
//
this.modifyButton.Location = new System.Drawing.Point(440, 62);
this.modifyButton.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.modifyButton.Name = "modifyButton";
this.modifyButton.Size = new System.Drawing.Size(100, 27);
this.modifyButton.TabIndex = 2;
this.modifyButton.Text = "修改";
this.modifyButton.UseVisualStyleBackColor = true;
this.modifyButton.Click += new System.EventHandler(this.modifyButton_Click);
//
// newAccLab
//
this.newAccLab.AutoSize = true;
this.newAccLab.Location = new System.Drawing.Point(24, 68);
this.newAccLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.newAccLab.Name = "newAccLab";
this.newAccLab.Size = new System.Drawing.Size(135, 14);
this.newAccLab.TabIndex = 1;
this.newAccLab.Text = "新的管理员帐户为:";
this.newAccLab.Visible = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(23, 29);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(150, 14);
this.label3.TabIndex = 0;
this.label3.Text = "当前的管理员帐户为:";
//
// tabPage2
//
this.tabPage2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tabPage2.BackgroundImage")));
this.tabPage2.Controls.Add(this.button5);
this.tabPage2.Controls.Add(this.button4);
this.tabPage2.Controls.Add(this.button3);
this.tabPage2.Controls.Add(this.button2);
this.tabPage2.Controls.Add(this.button1);
this.tabPage2.Controls.Add(this.listBox1);
this.tabPage2.Location = new System.Drawing.Point(4, 23);
this.tabPage2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.tabPage2.Size = new System.Drawing.Size(749, 508);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "用户管理";
this.tabPage2.UseVisualStyleBackColor = true;
//
// button5
//
this.button5.Location = new System.Drawing.Point(449, 403);
this.button5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(148, 27);
this.button5.TabIndex = 5;
this.button5.Text = "设为总经理";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(597, 310);
this.button4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(148, 27);
this.button4.TabIndex = 4;
this.button4.Text = "设为项目管理员";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(449, 210);
this.button3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(148, 27);
this.button3.TabIndex = 3;
this.button3.Text = "删除用户";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(597, 118);
this.button2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(148, 27);
this.button2.TabIndex = 2;
this.button2.Text = "修改资料";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(449, 29);
this.button1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(148, 27);
this.button1.TabIndex = 1;
this.button1.Text = "新建用户";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// listBox1
//
this.listBox1.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 14;
this.listBox1.Location = new System.Drawing.Point(20, 20);
this.listBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.listBox1.Name = "listBox1";
this.listBox1.ScrollAlwaysVisible = true;
this.listBox1.Size = new System.Drawing.Size(413, 410);
this.listBox1.TabIndex = 0;
//
// adminForm
//
this.AcceptButton = this.aboutButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(789, 632);
this.Controls.Add(this.tabControl1);
this.Font = new System.Drawing.Font("楷体_GB2312", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Name = "adminForm";
this.Text = "您的身份是系统管理员";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.adminForm_FormClosed);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button aboutButton;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label newAccLab;
private System.Windows.Forms.TextBox newAccBox;
private System.Windows.Forms.Button modifyButton;
private System.Windows.Forms.Button pswButton;
private System.Windows.Forms.Label label4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -