⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainform1.cs

📁 本系统为资产管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.menuItem16.Index = 0;
			this.menuItem16.Text = "删除员工";
			this.menuItem16.Click += new System.EventHandler(this.menuItem16_Click);
			// 
			// menuItem17
			// 
			this.menuItem17.Index = 1;
			this.menuItem17.Text = "删除资产";
			this.menuItem17.Click += new System.EventHandler(this.menuItem17_Click);
			// 
			// menuItem19
			// 
			this.menuItem19.Index = 2;
			this.menuItem19.Text = "删除维护商";
			this.menuItem19.Click += new System.EventHandler(this.menuItem19_Click);
			// 
			// menuItem5
			// 
			this.menuItem5.Index = 3;
			this.menuItem5.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuItem4,
																					  this.menuItem21});
			this.menuItem5.Text = "维护&M";
			this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click);
			// 
			// menuItem4
			// 
			this.menuItem4.Index = 0;
			this.menuItem4.Text = "添加维护";
			this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click);
			// 
			// menuItem21
			// 
			this.menuItem21.Index = 1;
			this.menuItem21.Text = "删除维护";
			this.menuItem21.Click += new System.EventHandler(this.menuItem21_Click);
			// 
			// menuItem6
			// 
			this.menuItem6.Index = 4;
			this.menuItem6.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuItem22,
																					  this.menuItem18});
			this.menuItem6.Text = "估价&I";
			this.menuItem6.Click += new System.EventHandler(this.menuItem6_Click);
			// 
			// menuItem22
			// 
			this.menuItem22.Index = 0;
			this.menuItem22.Text = "添加估价";
			this.menuItem22.Click += new System.EventHandler(this.menuItem22_Click);
			// 
			// menuItem18
			// 
			this.menuItem18.Index = 1;
			this.menuItem18.Text = "删除估价";
			this.menuItem18.Click += new System.EventHandler(this.menuItem18_Click_1);
			// 
			// menuItem7
			// 
			this.menuItem7.Index = 5;
			this.menuItem7.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuItem25});
			this.menuItem7.Text = "资产处理";
			this.menuItem7.Click += new System.EventHandler(this.menuItem7_Click);
			// 
			// menuItem25
			// 
			this.menuItem25.Index = 0;
			this.menuItem25.Text = "卖出资产";
			this.menuItem25.Click += new System.EventHandler(this.menuItem25_Click_1);
			// 
			// menuItem20
			// 
			this.menuItem20.Index = 6;
			this.menuItem20.Text = "分配资产";
			this.menuItem20.Click += new System.EventHandler(this.menuItem20_Click);
			// 
			// panel2
			// 
			this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.panel2.Controls.Add(this.comboBox3);
			this.panel2.Controls.Add(this.textBox1);
			this.panel2.Controls.Add(this.comboBox2);
			this.panel2.Controls.Add(this.splitter1);
			this.panel2.Controls.Add(this.label1);
			this.panel2.Controls.Add(this.comboBox1);
			this.panel2.Controls.Add(this.button1);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel2.Location = new System.Drawing.Point(0, 0);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(720, 64);
			this.panel2.TabIndex = 3;
			// 
			// comboBox3
			// 
			this.comboBox3.Items.AddRange(new object[] {
														   "模糊匹配",
														   "精确匹配",
														   "向前匹配",
														   "向后匹配"});
			this.comboBox3.Location = new System.Drawing.Point(496, 16);
			this.comboBox3.Name = "comboBox3";
			this.comboBox3.Size = new System.Drawing.Size(121, 20);
			this.comboBox3.TabIndex = 6;
			this.comboBox3.Text = "模糊匹配";
			this.comboBox3.TextChanged += new System.EventHandler(this.comboBox3_TextChanged);
			this.comboBox3.SelectedIndexChanged += new System.EventHandler(this.comboBox3_SelectedIndexChanged);
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(368, 16);
			this.textBox1.Name = "textBox1";
			this.textBox1.TabIndex = 5;
			this.textBox1.Text = "";
			this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
			// 
			// comboBox2
			// 
			this.comboBox2.Location = new System.Drawing.Point(224, 16);
			this.comboBox2.Name = "comboBox2";
			this.comboBox2.Size = new System.Drawing.Size(121, 20);
			this.comboBox2.TabIndex = 4;
			this.comboBox2.TextChanged += new System.EventHandler(this.comboBox2_TextChanged);
			this.comboBox2.SelectedValueChanged += new System.EventHandler(this.comboBox2_SelectedValueChanged);
			this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
			// 
			// splitter1
			// 
			this.splitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.splitter1.Location = new System.Drawing.Point(0, 57);
			this.splitter1.Name = "splitter1";
			this.splitter1.Size = new System.Drawing.Size(716, 3);
			this.splitter1.TabIndex = 3;
			this.splitter1.TabStop = false;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 16);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(64, 23);
			this.label1.TabIndex = 1;
			this.label1.Text = "查询类别";
			// 
			// comboBox1
			// 
			this.comboBox1.CausesValidation = false;
			this.comboBox1.ItemHeight = 12;
			this.comboBox1.Items.AddRange(new object[] {
														   "估价",
														   "维护",
														   "维护商",
														   "员工",
														   "资产"});
			this.comboBox1.Location = new System.Drawing.Point(80, 16);
			this.comboBox1.Name = "comboBox1";
			this.comboBox1.Size = new System.Drawing.Size(104, 20);
			this.comboBox1.Sorted = true;
			this.comboBox1.TabIndex = 0;
			this.comboBox1.TextChanged += new System.EventHandler(this.comboBox1_TextChanged);
			this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
			// 
			// button1
			// 
			this.button1.Location = new System.Drawing.Point(632, 16);
			this.button1.Name = "button1";
			this.button1.TabIndex = 0;
			this.button1.Text = "确定";
			this.button1.Click += new System.EventHandler(this.button1_Click_1);
			// 
			// panel4
			// 
			this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.panel4.Controls.Add(this.linkLabel5);
			this.panel4.Controls.Add(this.linkLabel4);
			this.panel4.Controls.Add(this.linkLabel3);
			this.panel4.Controls.Add(this.linkLabel2);
			this.panel4.Controls.Add(this.linkLabel1);
			this.panel4.Controls.Add(this.label2);
			this.panel4.Controls.Add(this.splitter3);
			this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel4.Location = new System.Drawing.Point(0, 0);
			this.panel4.Name = "panel4";
			this.panel4.Size = new System.Drawing.Size(197, 200);
			this.panel4.TabIndex = 1;
			// 
			// linkLabel5
			// 
			this.linkLabel5.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
			this.linkLabel5.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
			this.linkLabel5.LinkColor = System.Drawing.Color.Black;
			this.linkLabel5.Location = new System.Drawing.Point(48, 168);
			this.linkLabel5.Name = "linkLabel5";
			this.linkLabel5.TabIndex = 6;
			this.linkLabel5.TabStop = true;
			this.linkLabel5.Text = "估价详细信息";
			this.linkLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
			this.linkLabel5.MouseEnter += new System.EventHandler(this.linkLabel5_MouseEnter);
			this.linkLabel5.MouseLeave += new System.EventHandler(this.linkLabel5_MouseLeave);
			// 
			// linkLabel4
			// 
			this.linkLabel4.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
			this.linkLabel4.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
			this.linkLabel4.LinkColor = System.Drawing.Color.Black;
			this.linkLabel4.Location = new System.Drawing.Point(48, 136);
			this.linkLabel4.Name = "linkLabel4";
			this.linkLabel4.TabIndex = 5;
			this.linkLabel4.TabStop = true;
			this.linkLabel4.Text = "维护详细信息";
			this.linkLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
			this.linkLabel4.MouseEnter += new System.EventHandler(this.tr);
			this.linkLabel4.MouseLeave += new System.EventHandler(this.linkLabel4_MouseLeave);
			// 
			// linkLabel3
			// 
			this.linkLabel3.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
			this.linkLabel3.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
			this.linkLabel3.LinkColor = System.Drawing.Color.Black;
			this.linkLabel3.Location = new System.Drawing.Point(48, 104);
			this.linkLabel3.Name = "linkLabel3";
			this.linkLabel3.TabIndex = 4;
			this.linkLabel3.TabStop = true;
			this.linkLabel3.Text = "维护商详细信息";
			this.linkLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
			this.linkLabel3.MouseEnter += new System.EventHandler(this.linkLabel3_MouseEnter);
			this.linkLabel3.MouseLeave += new System.EventHandler(this.linkLabel3_MouseLeave);
			// 
			// linkLabel2
			// 
			this.linkLabel2.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
			this.linkLabel2.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
			this.linkLabel2.LinkColor = System.Drawing.Color.Black;
			this.linkLabel2.Location = new System.Drawing.Point(48, 72);
			this.linkLabel2.Name = "linkLabel2";
			this.linkLabel2.TabIndex = 3;
			this.linkLabel2.TabStop = true;
			this.linkLabel2.Text = "员工详细信息";
			this.linkLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
			this.linkLabel2.MouseEnter += new System.EventHandler(this.linkLabel2_MouseEnter);
			this.linkLabel2.MouseLeave += new System.EventHandler(this.linkLabel2_MouseLeave);
			// 
			// linkLabel1
			// 
			this.linkLabel1.BackColor = System.Drawing.Color.White;
			this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
			this.linkLabel1.LinkColor = System.Drawing.Color.Black;
			this.linkLabel1.Location = new System.Drawing.Point(48, 40);
			this.linkLabel1.Name = "linkLabel1";
			this.linkLabel1.TabIndex = 2;
			this.linkLabel1.TabStop = true;
			this.linkLabel1.Text = "资产详细信息";
			this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
			this.linkLabel1.MouseEnter += new System.EventHandler(this.linkLabel1_MouseEnter);
			this.linkLabel1.MouseLeave += new System.EventHandler(this.linkLabel1_MouseLeave);
			// 
			// label2
			// 
			this.label2.Dock = System.Windows.Forms.DockStyle.Top;
			this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label2.Location = new System.Drawing.Point(0, 0);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(193, 32);
			this.label2.TabIndex = 1;
			this.label2.Text = "查 询 总 体 信 息";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// splitter3
			// 
			this.splitter3.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.splitter3.Location = new System.Drawing.Point(0, 188);
			this.splitter3.Name = "splitter3";
			this.splitter3.Size = new System.Drawing.Size(193, 8);
			this.splitter3.TabIndex = 0;
			this.splitter3.TabStop = false;
			// 
			// splitter2
			// 
			this.splitter2.Dock = System.Windows.Forms.DockStyle.Right;
			this.splitter2.Location = new System.Drawing.Point(197, 0);
			this.splitter2.Name = "splitter2";
			this.splitter2.Size = new System.Drawing.Size(3, 513);
			this.splitter2.TabIndex = 0;
			this.splitter2.TabStop = false;
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.panel4);
			this.panel1.Controls.Add(this.splitter2);
			this.panel1.Controls.Add(this.panel6);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
			this.panel1.Location = new System.Drawing.Point(0, 64);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(200, 513);
			this.panel1.TabIndex = 8;
			// 
			// panel6
			// 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -