📄 main.designer.cs
字号:
//
// toolStripButton7
//
this.toolStripButton7.Image = global::HumanResourceManagement.Properties.Resources.png_0306;
this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton7.Name = "toolStripButton7";
this.toolStripButton7.Size = new System.Drawing.Size(75, 22);
this.toolStripButton7.Text = "系统安全";
this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// toolStripButton8
//
this.toolStripButton8.Image = global::HumanResourceManagement.Properties.Resources.png_0060;
this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton8.Name = "toolStripButton8";
this.toolStripButton8.Size = new System.Drawing.Size(91, 22);
this.toolStripButton8.Text = "退出系统(Q)";
this.toolStripButton8.Click += new System.EventHandler(this.toolStripButton8_Click);
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.显示主窗体ToolStripMenuItem,
this.注销登陆ToolStripMenuItem,
this.退出系统ToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new System.Drawing.Size(135, 70);
//
// 显示主窗体ToolStripMenuItem
//
this.显示主窗体ToolStripMenuItem.Name = "显示主窗体ToolStripMenuItem";
this.显示主窗体ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.显示主窗体ToolStripMenuItem.Text = "显示主窗口";
//
// 注销登陆ToolStripMenuItem
//
this.注销登陆ToolStripMenuItem.Name = "注销登陆ToolStripMenuItem";
this.注销登陆ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.注销登陆ToolStripMenuItem.Text = "注销登陆";
//
// 退出系统ToolStripMenuItem
//
this.退出系统ToolStripMenuItem.Name = "退出系统ToolStripMenuItem";
this.退出系统ToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
this.退出系统ToolStripMenuItem.Text = "退出系统";
//
// pictureBox1
//
this.pictureBox1.ErrorImage = global::HumanResourceManagement.Properties.Resources.bg;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage")));
this.pictureBox1.Location = new System.Drawing.Point(0, 26);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(590, 375);
this.pictureBox1.TabIndex = 2;
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.label1.Font = new System.Drawing.Font("隶书", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.SystemColors.AppWorkspace;
this.label1.Location = new System.Drawing.Point(605, 53);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(44, 348);
this.label1.TabIndex = 3;
this.label1.Text = "蓝\r\n山\r\n人\r\n事\r\n管\r\n理\r\n系\r\n统\r\n\r\n\r\n\r\n\r\n";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.label2.Font = new System.Drawing.Font("隶书", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.SystemColors.AppWorkspace;
this.label2.Location = new System.Drawing.Point(577, 128);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(32, 252);
this.label2.TabIndex = 4;
this.label2.Text = "研\r\n发\r\n人\r\n员\r\n:\r\n欧\r\n琴\r\n \r\n陈\r\n星\r\n明\r\n\r\n";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(649, 400);
this.Controls.Add(this.label2);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.HelpButton = true;
this.MaximizeBox = false;
this.Name = "Main";
this.RightToLeftLayout = true;
this.Text = "人事管理系统";
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.ToolStripButton toolStripButton6;
private System.Windows.Forms.ToolStripButton toolStripButton7;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton toolStripButton8;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem 显示主窗体ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 注销登陆ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出系统ToolStripMenuItem;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -