📄 main.designer.cs
字号:
this.从备份文件恢复ToolStripMenuItem.Name = "从备份文件恢复ToolStripMenuItem";
this.从备份文件恢复ToolStripMenuItem.Size = new System.Drawing.Size(158, 22);
this.从备份文件恢复ToolStripMenuItem.Text = "从备份文件恢复";
this.从备份文件恢复ToolStripMenuItem.Click += new System.EventHandler(this.从备份文件恢复ToolStripMenuItem_Click);
//
// 数据查询ToolStripMenuItem
//
this.数据查询ToolStripMenuItem.Name = "数据查询ToolStripMenuItem";
this.数据查询ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
this.数据查询ToolStripMenuItem.Text = "数据查询";
this.数据查询ToolStripMenuItem.Click += new System.EventHandler(this.数据查询ToolStripMenuItem_Click);
//
// 数据操作ToolStripMenuItem
//
this.数据操作ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.数据备份ToolStripMenuItem,
this.数据备份ToolStripMenuItem1});
this.数据操作ToolStripMenuItem.Name = "数据操作ToolStripMenuItem";
this.数据操作ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
this.数据操作ToolStripMenuItem.Text = "数据操作";
//
// 数据备份ToolStripMenuItem
//
this.数据备份ToolStripMenuItem.Name = "数据备份ToolStripMenuItem";
this.数据备份ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
this.数据备份ToolStripMenuItem.Text = "数据导出";
this.数据备份ToolStripMenuItem.Click += new System.EventHandler(this.数据备份ToolStripMenuItem_Click);
//
// 数据备份ToolStripMenuItem1
//
this.数据备份ToolStripMenuItem1.Name = "数据备份ToolStripMenuItem1";
this.数据备份ToolStripMenuItem1.Size = new System.Drawing.Size(122, 22);
this.数据备份ToolStripMenuItem1.Text = "数据备份";
this.数据备份ToolStripMenuItem1.Click += new System.EventHandler(this.数据备份ToolStripMenuItem1_Click);
//
// 系统ToolStripMenuItem
//
this.系统ToolStripMenuItem.Name = "系统ToolStripMenuItem";
this.系统ToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
this.系统ToolStripMenuItem.Text = "帮助";
//
// toolStrip1
//
this.toolStrip1.Font = new System.Drawing.Font("Tahoma", 9F);
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton2,
this.toolStripButton1,
this.toolStripButton3,
this.toolStripSeparator1,
this.toolStripButton4});
this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1016, 41);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripButton2
//
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(59, 38);
this.toolStripButton2.Text = "数据采集";
this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripButton1
//
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(59, 38);
this.toolStripButton1.Text = "数据导出";
this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripButton3
//
this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Size = new System.Drawing.Size(59, 38);
this.toolStripButton3.Text = "数据查询";
this.toolStripButton3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 23);
//
// toolStripButton4
//
this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Size = new System.Drawing.Size(35, 38);
this.toolStripButton4.Text = "退出";
this.toolStripButton4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "sel_info.bmp");
this.imageList1.Images.SetKeyName(1, "write_button.bmp");
this.imageList1.Images.SetKeyName(2, "close2.bmp");
this.imageList1.Images.SetKeyName(3, "read_info.bmp");
//
// main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(1016, 741);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "电务设备检维修记录系统";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.main_FormClosed);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 基础数据维护ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 车间数据字典ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 工区数据字典ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 员工数据字典ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 用户数据字典ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 设备设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 数据通信ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 数据查询ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 数据操作ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 系统ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 设备数据字典ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 信息钮设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 采集数据ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 端口设置ToolStripMenuItem;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ToolStripMenuItem 数据备份ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 数据备份ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 从备份文件恢复ToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -