📄 f_userpope.designer.cs
字号:
namespace PWMS.PerForm
{
partial class F_UserPope
{
/// <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.User_Name = new System.Windows.Forms.TextBox();
this.User_ID = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.User_Setup = new System.Windows.Forms.CheckBox();
this.User_NewLogon = new System.Windows.Forms.CheckBox();
this.User_WordBook = new System.Windows.Forms.CheckBox();
this.User_Counter = new System.Windows.Forms.CheckBox();
this.User_Clear = new System.Windows.Forms.CheckBox();
this.User_Back = new System.Windows.Forms.CheckBox();
this.User_AddressBook = new System.Windows.Forms.CheckBox();
this.User_DayWordPad = new System.Windows.Forms.CheckBox();
this.User_Stusum = new System.Windows.Forms.CheckBox();
this.User_Stufind = new System.Windows.Forms.CheckBox();
this.User_Stuffbusic = new System.Windows.Forms.CheckBox();
this.User_ClewBargain = new System.Windows.Forms.CheckBox();
this.User_ClewBirthday = new System.Windows.Forms.CheckBox();
this.User_WordPad = new System.Windows.Forms.CheckBox();
this.User_RPKind = new System.Windows.Forms.CheckBox();
this.User_Duthcall = new System.Windows.Forms.CheckBox();
this.User_Business = new System.Windows.Forms.CheckBox();
this.User_Laborage = new System.Windows.Forms.CheckBox();
this.User_Branch = new System.Windows.Forms.CheckBox();
this.User_Visage = new System.Windows.Forms.CheckBox();
this.User_Kultur = new System.Windows.Forms.CheckBox();
this.User_EmployeeGenre = new System.Windows.Forms.CheckBox();
this.User_Folk = new System.Windows.Forms.CheckBox();
this.User_All = new System.Windows.Forms.CheckBox();
this.User_Save = new System.Windows.Forms.Button();
this.User_Close = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.User_Name);
this.groupBox1.Controls.Add(this.User_ID);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(7, 1);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(330, 52);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "当前用户";
//
// User_Name
//
this.User_Name.BackColor = System.Drawing.SystemColors.Window;
this.User_Name.Location = new System.Drawing.Point(195, 20);
this.User_Name.Name = "User_Name";
this.User_Name.ReadOnly = true;
this.User_Name.Size = new System.Drawing.Size(113, 21);
this.User_Name.TabIndex = 5;
//
// User_ID
//
this.User_ID.BackColor = System.Drawing.SystemColors.Window;
this.User_ID.Location = new System.Drawing.Point(64, 20);
this.User_ID.Name = "User_ID";
this.User_ID.ReadOnly = true;
this.User_ID.Size = new System.Drawing.Size(55, 21);
this.User_ID.TabIndex = 4;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(139, 26);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 3;
this.label2.Text = "用户名:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(21, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 2;
this.label1.Text = "编号:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.User_Setup);
this.groupBox2.Controls.Add(this.User_NewLogon);
this.groupBox2.Controls.Add(this.User_WordBook);
this.groupBox2.Controls.Add(this.User_Counter);
this.groupBox2.Controls.Add(this.User_Clear);
this.groupBox2.Controls.Add(this.User_Back);
this.groupBox2.Controls.Add(this.User_AddressBook);
this.groupBox2.Controls.Add(this.User_DayWordPad);
this.groupBox2.Controls.Add(this.User_Stusum);
this.groupBox2.Controls.Add(this.User_Stufind);
this.groupBox2.Controls.Add(this.User_Stuffbusic);
this.groupBox2.Controls.Add(this.User_ClewBargain);
this.groupBox2.Controls.Add(this.User_ClewBirthday);
this.groupBox2.Controls.Add(this.User_WordPad);
this.groupBox2.Controls.Add(this.User_RPKind);
this.groupBox2.Controls.Add(this.User_Duthcall);
this.groupBox2.Controls.Add(this.User_Business);
this.groupBox2.Controls.Add(this.User_Laborage);
this.groupBox2.Controls.Add(this.User_Branch);
this.groupBox2.Controls.Add(this.User_Visage);
this.groupBox2.Controls.Add(this.User_Kultur);
this.groupBox2.Controls.Add(this.User_EmployeeGenre);
this.groupBox2.Controls.Add(this.User_Folk);
this.groupBox2.Location = new System.Drawing.Point(7, 59);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(330, 206);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "权限";
//
// User_Setup
//
this.User_Setup.AutoSize = true;
this.User_Setup.Location = new System.Drawing.Point(123, 182);
this.User_Setup.Name = "User_Setup";
this.User_Setup.Size = new System.Drawing.Size(72, 16);
this.User_Setup.TabIndex = 22;
this.User_Setup.Text = "用户设置";
this.User_Setup.UseVisualStyleBackColor = true;
this.User_Setup.MouseUp += new System.Windows.Forms.MouseEventHandler(this.User_Folk_MouseUp);
//
// User_NewLogon
//
this.User_NewLogon.AutoSize = true;
this.User_NewLogon.Location = new System.Drawing.Point(14, 182);
this.User_NewLogon.Name = "User_NewLogon";
this.User_NewLogon.Size = new System.Drawing.Size(72, 16);
this.User_NewLogon.TabIndex = 21;
this.User_NewLogon.Text = "重新登录";
this.User_NewLogon.UseVisualStyleBackColor = true;
this.User_NewLogon.MouseUp += new System.Windows.Forms.MouseEventHandler(this.User_Folk_MouseUp);
//
// User_WordBook
//
this.User_WordBook.AutoSize = true;
this.User_WordBook.Location = new System.Drawing.Point(227, 157);
this.User_WordBook.Name = "User_WordBook";
this.User_WordBook.Size = new System.Drawing.Size(60, 16);
this.User_WordBook.TabIndex = 20;
this.User_WordBook.Text = "计算器";
this.User_WordBook.UseVisualStyleBackColor = true;
this.User_WordBook.MouseUp += new System.Windows.Forms.MouseEventHandler(this.User_Folk_MouseUp);
//
// User_Counter
//
this.User_Counter.AutoSize = true;
this.User_Counter.Location = new System.Drawing.Point(123, 157);
this.User_Counter.Name = "User_Counter";
this.User_Counter.Size = new System.Drawing.Size(60, 16);
this.User_Counter.TabIndex = 19;
this.User_Counter.Text = "记事本";
this.User_Counter.UseVisualStyleBackColor = true;
this.User_Counter.MouseUp += new System.Windows.Forms.MouseEventHandler(this.User_Folk_MouseUp);
//
// User_Clear
//
this.User_Clear.AutoSize = true;
this.User_Clear.Location = new System.Drawing.Point(14, 159);
this.User_Clear.Name = "User_Clear";
this.User_Clear.Size = new System.Drawing.Size(84, 16);
this.User_Clear.TabIndex = 18;
this.User_Clear.Text = "清空数据库";
this.User_Clear.UseVisualStyleBackColor = true;
this.User_Clear.MouseUp += new System.Windows.Forms.MouseEventHandler(this.User_Folk_MouseUp);
//
// User_Back
//
this.User_Back.AutoSize = true;
this.User_Back.Location = new System.Drawing.Point(227, 135);
this.User_Back.Name = "User_Back";
this.User_Back.Size = new System.Drawing.Size(78, 16);
this.User_Back.TabIndex = 17;
this.User_Back.Text = "备份/还原";
this.User_Back.UseVisualStyleBackColor = true;
this.User_Back.MouseUp += new System.Windows.Forms.MouseEventHandler(this.User_Folk_MouseUp);
//
// User_AddressBook
//
this.User_AddressBook.AutoSize = true;
this.User_AddressBook.Location = new System.Drawing.Point(123, 135);
this.User_AddressBook.Name = "User_AddressBook";
this.User_AddressBook.Size = new System.Drawing.Size(60, 16);
this.User_AddressBook.TabIndex = 16;
this.User_AddressBook.Text = "通讯录";
this.User_AddressBook.UseVisualStyleBackColor = true;
this.User_AddressBook.MouseUp += new System.Windows.Forms.MouseEventHandler(this.User_Folk_MouseUp);
//
// User_DayWordPad
//
this.User_DayWordPad.AutoSize = true;
this.User_DayWordPad.Location = new System.Drawing.Point(14, 136);
this.User_DayWordPad.Name = "User_DayWordPad";
this.User_DayWordPad.Size = new System.Drawing.Size(72, 16);
this.User_DayWordPad.TabIndex = 15;
this.User_DayWordPad.Text = "日常记事";
this.User_DayWordPad.UseVisualStyleBackColor = true;
this.User_DayWordPad.MouseUp += new System.Windows.Forms.MouseEventHandler(this.User_Folk_MouseUp);
//
// User_Stusum
//
this.User_Stusum.AutoSize = true;
this.User_Stusum.Location = new System.Drawing.Point(227, 113);
this.User_Stusum.Name = "User_Stusum";
this.User_Stusum.Size = new System.Drawing.Size(96, 16);
this.User_Stusum.TabIndex = 14;
this.User_Stusum.Text = "人事资料统计";
this.User_Stusum.UseVisualStyleBackColor = true;
this.User_Stusum.MouseUp += new System.Windows.Forms.MouseEventHandler(this.User_Folk_MouseUp);
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -