📄 empinfoform.cs
字号:
this.toolBarButton9.Text = "查找";
this.toolBarButton9.ToolTipText = "查找";
//
// toolBarButton12
//
this.toolBarButton12.DropDownMenu = this.contextMenu2;
this.toolBarButton12.ImageIndex = 9;
this.toolBarButton12.Style = System.Windows.Forms.ToolBarButtonStyle.DropDownButton;
this.toolBarButton12.Text = "打印";
this.toolBarButton12.ToolTipText = "打印";
//
// contextMenu2
//
this.contextMenu2.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem2,
this.menuItem1,
this.menuItem3});
//
// menuItem2
//
this.menuItem2.Index = 0;
this.menuItem2.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem4,
this.menuItem5,
this.menuItem6});
this.menuItem2.Text = "标准样式一";
//
// menuItem4
//
this.menuItem4.Index = 0;
this.menuItem4.Text = "页面设置";
this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click);
//
// menuItem5
//
this.menuItem5.Index = 1;
this.menuItem5.Text = "打印预览";
this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click);
//
// menuItem6
//
this.menuItem6.Index = 2;
this.menuItem6.Text = "打印";
this.menuItem6.Click += new System.EventHandler(this.menuItem6_Click);
//
// menuItem1
//
this.menuItem1.Index = 1;
this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem7,
this.menuItem8,
this.menuItem9});
this.menuItem1.Text = "标准样式二";
//
// menuItem7
//
this.menuItem7.Index = 0;
this.menuItem7.Text = "页面设置";
this.menuItem7.Click += new System.EventHandler(this.menuItem7_Click);
//
// menuItem8
//
this.menuItem8.Index = 1;
this.menuItem8.Text = "打印预览";
this.menuItem8.Click += new System.EventHandler(this.menuItem8_Click);
//
// menuItem9
//
this.menuItem9.Index = 2;
this.menuItem9.Text = "打印";
this.menuItem9.Click += new System.EventHandler(this.menuItem9_Click);
//
// menuItem3
//
this.menuItem3.Index = 2;
this.menuItem3.Text = "自定义样式";
this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click);
//
// toolBarButton11
//
this.toolBarButton11.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
//
// toolBarButton14
//
this.toolBarButton14.ImageIndex = 10;
this.toolBarButton14.Text = "列选择";
this.toolBarButton14.ToolTipText = "列选择";
//
// toolBarButton15
//
this.toolBarButton15.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
//
// toolBarButton10
//
this.toolBarButton10.ImageIndex = 7;
this.toolBarButton10.Text = "退出";
this.toolBarButton10.ToolTipText = "退出";
//
// imageList1
//
this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// contextMenu1
//
this.contextMenu1.Popup += new System.EventHandler(this.contextMenu1_Popup);
//
// dataGrid1
//
this.dataGrid1.ContextMenu = this.contextMenu1;
this.dataGrid1.DataMember = "";
this.dataGrid1.Dock = System.Windows.Forms.DockStyle.Right;
this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.dataGrid1.Location = new System.Drawing.Point(128, 29);
this.dataGrid1.Name = "dataGrid1";
this.dataGrid1.Size = new System.Drawing.Size(808, 432);
this.dataGrid1.TabIndex = 3;
this.toolTip1.SetToolTip(this.dataGrid1, "双击查看员工详细信息");
this.dataGrid1.DoubleClick += new System.EventHandler(this.dataGrid1_DoubleClick);
//
// treeView1
//
this.treeView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.treeView1.ImageIndex = 11;
this.treeView1.ImageList = this.imageList1;
this.treeView1.Location = new System.Drawing.Point(0, 32);
this.treeView1.Name = "treeView1";
this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
new System.Windows.Forms.TreeNode("全部"),
new System.Windows.Forms.TreeNode("党派", new System.Windows.Forms.TreeNode[] {
new System.Windows.Forms.TreeNode("群众"),
new System.Windows.Forms.TreeNode("团员"),
new System.Windows.Forms.TreeNode("党员"),
new System.Windows.Forms.TreeNode("其他")}),
new System.Windows.Forms.TreeNode("性别", new System.Windows.Forms.TreeNode[] {
new System.Windows.Forms.TreeNode("男"),
new System.Windows.Forms.TreeNode("女")}),
new System.Windows.Forms.TreeNode("婚姻", new System.Windows.Forms.TreeNode[] {
new System.Windows.Forms.TreeNode("已婚"),
new System.Windows.Forms.TreeNode("未婚")}),
new System.Windows.Forms.TreeNode("学历", new System.Windows.Forms.TreeNode[] {
new System.Windows.Forms.TreeNode("小学"),
new System.Windows.Forms.TreeNode("初中"),
new System.Windows.Forms.TreeNode("高中"),
new System.Windows.Forms.TreeNode("中专"),
new System.Windows.Forms.TreeNode("大专"),
new System.Windows.Forms.TreeNode("本科")}),
new System.Windows.Forms.TreeNode("学位", new System.Windows.Forms.TreeNode[] {
new System.Windows.Forms.TreeNode("学士"),
new System.Windows.Forms.TreeNode("硕士"),
new System.Windows.Forms.TreeNode("博士"),
new System.Windows.Forms.TreeNode("博士后")}),
new System.Windows.Forms.TreeNode("来源", new System.Windows.Forms.TreeNode[] {
new System.Windows.Forms.TreeNode("网上应聘"),
new System.Windows.Forms.TreeNode("员工介绍"),
new System.Windows.Forms.TreeNode("学校推荐"),
new System.Windows.Forms.TreeNode("猎头公司"),
new System.Windows.Forms.TreeNode("人才市场")}),
new System.Windows.Forms.TreeNode("状态", new System.Windows.Forms.TreeNode[] {
new System.Windows.Forms.TreeNode("在职"),
new System.Windows.Forms.TreeNode("离职")})});
this.treeView1.SelectedImageIndex = 12;
this.treeView1.Size = new System.Drawing.Size(128, 424);
this.treeView1.TabIndex = 4;
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.DateTime_txt);
this.groupBox1.Controls.Add(this.button1);
this.groupBox1.Controls.Add(this.comboBox4);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.comboBox3);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.comboBox2);
this.groupBox1.Controls.Add(this.comboBox1);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.name_txt);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.ID_txt);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Location = new System.Drawing.Point(136, 32);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(792, 88);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查找记录";
this.groupBox1.Visible = false;
//
// DateTime_txt
//
this.DateTime_txt.Location = new System.Drawing.Point(280, 56);
this.DateTime_txt.Name = "DateTime_txt";
this.DateTime_txt.TabIndex = 15;
this.DateTime_txt.Text = "";
this.DateTime_txt.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.DateTime_txt_KeyPress);
//
// button1
//
this.button1.Location = new System.Drawing.Point(600, 56);
this.button1.Name = "button1";
this.button1.TabIndex = 14;
this.button1.Text = "查找记录";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// comboBox4
//
this.comboBox4.Items.AddRange(new object[] {
"合同",
"正式",
"兼职",
"实习",
"试用",
"待聘"});
this.comboBox4.Location = new System.Drawing.Point(472, 56);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(100, 20);
this.comboBox4.TabIndex = 13;
this.comboBox4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox4_KeyPress);
//
// label7
//
this.label7.Location = new System.Drawing.Point(408, 64);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(56, 16);
this.label7.TabIndex = 12;
this.label7.Text = "聘用方式";
//
// label6
//
this.label6.Location = new System.Drawing.Point(216, 64);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(56, 16);
this.label6.TabIndex = 10;
this.label6.Text = "聘用时间";
//
// comboBox3
//
this.comboBox3.Location = new System.Drawing.Point(88, 56);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(100, 20);
this.comboBox3.TabIndex = 9;
this.comboBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBox3_KeyPress);
//
// label5
//
this.label5.Location = new System.Drawing.Point(24, 64);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(56, 16);
this.label5.TabIndex = 8;
this.label5.Text = "所获职称";
//
// comboBox2
//
this.comboBox2.Location = new System.Drawing.Point(664, 16);
this.comboBox2.Name = "comboBox2";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -