📄 lzlmain.cs
字号:
this.menuItem36.Text = " 拆机记录单";
this.menuItem36.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.menuItem36_DrawItem);
this.menuItem36.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.menuItem36_MeasureItem);
//
// menuItem5
//
this.menuItem5.Index = 4;
this.menuItem5.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem8,
this.menuItem18,
this.menuItem37,
this.menuItem54});
this.menuItem5.Text = "用户管理";
//
// menuItem8
//
this.menuItem8.Index = 0;
this.menuItem8.OwnerDraw = true;
this.menuItem8.Text = " 用户信息";
this.menuItem8.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.menuItem8_DrawItem);
this.menuItem8.Click += new System.EventHandler(this.menuItem8_Click);
this.menuItem8.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.menuItem8_MeasureItem);
//
// menuItem18
//
this.menuItem18.Index = 1;
this.menuItem18.OwnerDraw = true;
this.menuItem18.Text = " 找回密码";
this.menuItem18.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.menuItem18_DrawItem);
this.menuItem18.Click += new System.EventHandler(this.menuItem18_Click);
this.menuItem18.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.menuItem18_MeasureItem);
//
// menuItem37
//
this.menuItem37.Index = 2;
this.menuItem37.OwnerDraw = true;
this.menuItem37.Text = " 系统";
this.menuItem37.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.menuItem37_DrawItem);
this.menuItem37.Click += new System.EventHandler(this.menuItem37_Click);
this.menuItem37.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.menuItem37_MeasureItem);
//
// menuItem54
//
this.menuItem54.Index = 3;
this.menuItem54.OwnerDraw = true;
this.menuItem54.Text = " 重新登陆";
this.menuItem54.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.menuItem54_DrawItem);
this.menuItem54.Click += new System.EventHandler(this.menuItem54_Click);
this.menuItem54.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.menuItem54_MeasureItem);
//
// menuItem6
//
this.menuItem6.Index = 5;
this.menuItem6.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem42,
this.menuItem43,
this.menuItem46});
this.menuItem6.Text = "帮助";
//
// menuItem42
//
this.menuItem42.Index = 0;
this.menuItem42.OwnerDraw = true;
this.menuItem42.Text = "帮助";
this.menuItem42.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.menuItem42_DrawItem);
this.menuItem42.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.menuItem42_MeasureItem);
//
// menuItem43
//
this.menuItem43.Index = 1;
this.menuItem43.OwnerDraw = true;
this.menuItem43.Text = "-";
this.menuItem43.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.menuItem43_DrawItem);
this.menuItem43.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.menuItem43_MeasureItem);
//
// menuItem46
//
this.menuItem46.Index = 2;
this.menuItem46.OwnerDraw = true;
this.menuItem46.Text = "关于";
this.menuItem46.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.menuItem46_DrawItem);
this.menuItem46.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.menuItem46_MeasureItem);
//
// 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;
//
// groupBox1
//
this.groupBox1.ContextMenu = this.contextMenu1;
this.groupBox1.Controls.Add(this.button14);
this.groupBox1.Controls.Add(this.button13);
this.groupBox1.Controls.Add(this.button12);
this.groupBox1.Controls.Add(this.button10);
this.groupBox1.Controls.Add(this.button9);
this.groupBox1.Controls.Add(this.button8);
this.groupBox1.Controls.Add(this.button6);
this.groupBox1.Controls.Add(this.button5);
this.groupBox1.Controls.Add(this.button4);
this.groupBox1.Controls.Add(this.button3);
this.groupBox1.Controls.Add(this.button2);
this.groupBox1.Controls.Add(this.button11);
this.groupBox1.Controls.Add(this.button7);
this.groupBox1.Controls.Add(this.textBox1);
this.groupBox1.Controls.Add(this.textBox2);
this.groupBox1.Controls.Add(this.textBox3);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(1028, 72);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
//
// contextMenu1
//
this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem9,
this.menuItem10,
this.menuItem11,
this.menuItem12});
//
// menuItem9
//
this.menuItem9.Index = 0;
this.menuItem9.OwnerDraw = true;
this.menuItem9.Text = " 隐藏";
this.menuItem9.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.menuItem9_DrawItem);
this.menuItem9.Click += new System.EventHandler(this.menuItem9_Click);
this.menuItem9.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.menuItem9_MeasureItem);
//
// menuItem10
//
this.menuItem10.Index = 1;
this.menuItem10.OwnerDraw = true;
this.menuItem10.Text = " 显示";
this.menuItem10.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.menuItem10_DrawItem);
this.menuItem10.Click += new System.EventHandler(this.menuItem10_Click);
this.menuItem10.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.menuItem10_MeasureItem);
//
// menuItem11
//
this.menuItem11.Index = 2;
this.menuItem11.OwnerDraw = true;
this.menuItem11.Text = " 退出";
this.menuItem11.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.menuItem11_DrawItem);
this.menuItem11.Click += new System.EventHandler(this.menuItem11_Click);
this.menuItem11.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.menuItem11_MeasureItem);
//
// menuItem12
//
this.menuItem12.Index = 3;
this.menuItem12.OwnerDraw = true;
this.menuItem12.Text = " 选项";
this.menuItem12.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.menuItem12_DrawItem);
this.menuItem12.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.menuItem12_MeasureItem);
//
// button14
//
this.button14.Image = ((System.Drawing.Image)(resources.GetObject("button14.Image")));
this.button14.Location = new System.Drawing.Point(8, 16);
this.button14.Name = "button14";
this.button14.Size = new System.Drawing.Size(48, 48);
this.button14.TabIndex = 14;
this.button14.Click += new System.EventHandler(this.button14_Click);
//
// button13
//
this.button13.Image = ((System.Drawing.Image)(resources.GetObject("button13.Image")));
this.button13.Location = new System.Drawing.Point(104, 16);
this.button13.Name = "button13";
this.button13.Size = new System.Drawing.Size(48, 48);
this.button13.TabIndex = 13;
this.button13.Click += new System.EventHandler(this.button13_Click);
//
// button12
//
this.button12.Image = ((System.Drawing.Image)(resources.GetObject("button12.Image")));
this.button12.Location = new System.Drawing.Point(488, 16);
this.button12.Name = "button12";
this.button12.Size = new System.Drawing.Size(48, 48);
this.button12.TabIndex = 12;
this.button12.Click += new System.EventHandler(this.button12_Click);
//
// button10
//
this.button10.Image = ((System.Drawing.Image)(resources.GetObject("button10.Image")));
this.button10.Location = new System.Drawing.Point(440, 16);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(48, 48);
this.button10.TabIndex = 10;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// button9
//
this.button9.Image = ((System.Drawing.Image)(resources.GetObject("button9.Image")));
this.button9.Location = new System.Drawing.Point(392, 16);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(48, 48);
this.button9.TabIndex = 9;
//
// button8
//
this.button8.Image = ((System.Drawing.Image)(resources.GetObject("button8.Image")));
this.button8.Location = new System.Drawing.Point(344, 16);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(48, 48);
this.button8.TabIndex = 8;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button6
//
this.button6.Image = ((System.Drawing.Image)(resources.GetObject("button6.Image")));
this.button6.Location = new System.Drawing.Point(248, 16);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(48, 48);
this.button6.TabIndex = 6;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// button5
//
this.button5.Image = ((System.Drawing.Image)(resources.GetObject("button5.Image")));
this.button5.Location = new System.Drawing.Point(200, 16);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(48, 48);
this.button5.TabIndex = 5;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button4
//
this.button4.Image = ((System.Drawing.Image)(resources.GetObject("button4.Image")));
this.button4.Location = new System.Drawing.Point(152, 16);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(48, 48);
this.button4.TabIndex = 4;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image")));
this.button3.Location = new System.Drawing.Point(584, 16);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(48, 48);
this.button3.TabIndex = 3;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button2
//
this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
this.button2.Location = new System.Drawing.Point(536, 16);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(48, 48);
this.button2.TabIndex = 2;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button11
//
this.button11.Image = ((System.Drawing.Image)(resources.GetObject("button11.Image")));
this.button11.Location = new System.Drawing.Point(56, 16);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(48, 48);
this.button11.TabIndex = 11;
this.button11.Click += new System.EventHandler(this.button11_Click);
//
// button7
//
this.button7.Image = ((System.Drawing.Image)(resources.GetObject("button7.Image")));
this.button7.Location = new System.Drawing.Point(296, 16);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(48, 48);
this.button7.TabIndex = 7;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// textBox1
//
this.textBox1.Enabled = false;
this.textBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.textBox1.Location = new System.Drawing.Point(16, 32);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(8, 21);
this.textBox1.TabIndex = 6;
this.textBox1.Text = "102";
//
// textBox2
//
this.textBox2.Enabled = false;
this.textBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.textBox2.Location = new System.Drawing.Point(24, 32);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(8, 21);
this.textBox2.TabIndex = 7;
this.textBox2.Text = "管理员普通用户";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(16, 32);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(8, 21);
this.textBox3.TabIndex = 5;
this.textBox3.Text = "9999988888";
//
// statusBar1
//
this.statusBar1.Location = new System.Drawing.Point(0, 691);
this.statusBar1.Name = "statusBar1";
this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
this.statusBarPanel1,
this.statusBarPanel2,
this.statusBarPanel3,
this.statusBarPanel4});
this.statusBar1.ShowPanels = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -