📄 ygkp_form.designer.cs
字号:
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton11,
this.toolStripButton12,
this.toolStripSeparator5,
this.toolStripSeparator6,
this.toolStripButton14});
this.toolStrip2.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
this.toolStrip2.Location = new System.Drawing.Point(440, 0);
this.toolStrip2.Name = "toolStrip2";
this.toolStrip2.Padding = new System.Windows.Forms.Padding(0);
this.toolStrip2.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.toolStrip2.Size = new System.Drawing.Size(284, 64);
this.toolStrip2.TabIndex = 1;
this.toolStrip2.Text = "toolStrip2";
//
// toolStripButton11
//
this.toolStripButton11.AutoSize = false;
this.toolStripButton11.AutoToolTip = false;
this.toolStripButton11.BackColor = System.Drawing.Color.Transparent;
this.toolStripButton11.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.toolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton11.Image = global::rsMange.Properties.Resources.print;
this.toolStripButton11.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
this.toolStripButton11.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton11.Margin = new System.Windows.Forms.Padding(0, 0, -2, 0);
this.toolStripButton11.Name = "toolStripButton11";
this.toolStripButton11.Size = new System.Drawing.Size(82, 63);
this.toolStripButton11.Text = "toolStripButton4";
this.toolStripButton11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolStripButton11.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical90;
//
// toolStripButton12
//
this.toolStripButton12.AutoSize = false;
this.toolStripButton12.AutoToolTip = false;
this.toolStripButton12.BackColor = System.Drawing.Color.Transparent;
this.toolStripButton12.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.toolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton12.Image = global::rsMange.Properties.Resources.output;
this.toolStripButton12.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
this.toolStripButton12.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton12.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton12.Margin = new System.Windows.Forms.Padding(-1, 0, -2, 0);
this.toolStripButton12.Name = "toolStripButton12";
this.toolStripButton12.Size = new System.Drawing.Size(82, 63);
this.toolStripButton12.Text = "toolStripButton6";
this.toolStripButton12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolStripButton12.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical90;
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 64);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(6, 64);
//
// toolStripButton14
//
this.toolStripButton14.AutoSize = false;
this.toolStripButton14.AutoToolTip = false;
this.toolStripButton14.BackColor = System.Drawing.Color.Transparent;
this.toolStripButton14.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.toolStripButton14.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton14.Image = global::rsMange.Properties.Resources.exit;
this.toolStripButton14.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
this.toolStripButton14.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripButton14.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton14.Margin = new System.Windows.Forms.Padding(-1, 0, -2, 0);
this.toolStripButton14.Name = "toolStripButton14";
this.toolStripButton14.Size = new System.Drawing.Size(83, 63);
this.toolStripButton14.Text = "toolStripButton10";
this.toolStripButton14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolStripButton14.TextDirection = System.Windows.Forms.ToolStripTextDirection.Vertical90;
this.toolStripButton14.Click += new System.EventHandler(this.toolStripButton14_Click);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.listView1);
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Controls.Add(this.toolStrip1);
this.tabPage1.Location = new System.Drawing.Point(4, 31);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(724, 431);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "员工考评管理";
this.tabPage1.UseVisualStyleBackColor = true;
//
// listView1
//
this.listView1.BackColor = System.Drawing.Color.WhiteSmoke;
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader8,
this.columnHeader9,
this.columnHeader12,
this.columnHeader13,
this.columnHeader14});
this.listView1.Dock = System.Windows.Forms.DockStyle.Top;
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
this.listView1.Location = new System.Drawing.Point(3, 109);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(718, 297);
this.listView1.TabIndex = 2;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "编号";
//
// columnHeader2
//
this.columnHeader2.Text = "姓名";
//
// columnHeader3
//
this.columnHeader3.Text = "性别";
//
// columnHeader8
//
this.columnHeader8.Text = "部门";
this.columnHeader8.Width = 67;
//
// columnHeader9
//
this.columnHeader9.Text = "职位";
//
// columnHeader12
//
this.columnHeader12.Text = "考评日期";
this.columnHeader12.Width = 92;
//
// columnHeader13
//
this.columnHeader13.Text = "考评结果";
this.columnHeader13.Width = 121;
//
// columnHeader14
//
this.columnHeader14.Text = "考评内容";
this.columnHeader14.Width = 196;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.checkBox1);
this.groupBox1.Controls.Add(this.pictureBox1);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(3, 66);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(718, 43);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(462, 17);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(120, 16);
this.checkBox1.TabIndex = 3;
this.checkBox1.Text = "附加显示离职员工";
this.checkBox1.UseVisualStyleBackColor = true;
//
// pictureBox1
//
this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
this.pictureBox1.Image = global::rsMange.Properties.Resources.select;
this.pictureBox1.Location = new System.Drawing.Point(354, 9);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(71, 28);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 2;
this.pictureBox1.TabStop = false;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(123, 15);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(225, 21);
this.textBox1.TabIndex = 1;
//
// label1
//
this.label1.Location = new System.Drawing.Point(6, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(127, 23);
this.label1.TabIndex = 0;
this.label1.Text = "员工信息模糊查询:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// toolStrip1
//
this.toolStrip1.AutoSize = false;
this.toolStrip1.BackColor = System.Drawing.SystemColors.Window;
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(78, 63);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1,
this.toolStripButton2,
this.toolStripButton3,
this.toolStripSeparator1,
this.toolStripButton4,
this.toolStripButton6,
this.toolStripButton7,
this.toolStripSeparator2,
this.toolStripSeparator3,
this.toolStripButton10});
this.toolStrip1.Location = new System.Drawing.Point(3, 3);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0);
this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.toolStrip1.Size = new System.Drawing.Size(718, 63);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripButton1
//
this.toolStripButton1.AutoSize = false;
this.toolStripButton1.AutoToolTip = false;
this.toolStripButton1.BackColor = System.Drawing.Color.Transparent;
this.toolStripButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = global::rsMange.Properties.Resources.insert;
this.toolStripButton1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
this.toolStripButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -