📄 homeview.cs
字号:
using System;
using System.Collections;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Windows.Forms;
using GzglClient.Froms;
using GzglClient.BLL;
using Jinrm.FileSystem;
using Jinrm.Data;
using GoldPrinter;
namespace GzglClient.Views
{
/// <summary>
/// HomeView 的摘要说明。
/// </summary>
public class HomeView : System.Windows.Forms.UserControl , IView
{
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.PictureBox pictureBox7;
private System.Windows.Forms.PictureBox pictureBox10;
private System.Windows.Forms.PictureBox pictureBox12;
private System.Windows.Forms.PictureBox pictureBox13;
private System.Windows.Forms.PictureBox pictureBox6;
private System.Windows.Forms.PictureBox pictureBox8;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.PictureBox pboxGetData;
private System.Windows.Forms.PictureBox pboxXY;
private System.Windows.Forms.PictureBox pboxPrint;
private System.Windows.Forms.PictureBox pictureBox3;
private System.Windows.Forms.PictureBox pictureBox5;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox4;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Splitter splitter1;
private AxSHDocVw.AxWebBrowser axWebBrowser1;
private System.Windows.Forms.PictureBox pboxHelp;
private System.ComponentModel.IContainer components;
public HomeView()
{
// 该调用是 Windows.Forms 窗体设计器所必需的。
InitializeComponent();
// TODO: 在 InitializeComponent 调用后添加任何初始化
}
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要使用代码编辑器
/// 修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(HomeView));
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.pictureBox4 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pboxPrint = new System.Windows.Forms.PictureBox();
this.pboxGetData = new System.Windows.Forms.PictureBox();
this.pboxXY = new System.Windows.Forms.PictureBox();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.pictureBox8 = new System.Windows.Forms.PictureBox();
this.pictureBox12 = new System.Windows.Forms.PictureBox();
this.pictureBox13 = new System.Windows.Forms.PictureBox();
this.pictureBox10 = new System.Windows.Forms.PictureBox();
this.pictureBox7 = new System.Windows.Forms.PictureBox();
this.pictureBox6 = new System.Windows.Forms.PictureBox();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
this.splitter1 = new System.Windows.Forms.Splitter();
this.pboxHelp = new System.Windows.Forms.PictureBox();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
this.SuspendLayout();
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.pictureBox4);
this.groupBox2.Controls.Add(this.pictureBox2);
this.groupBox2.Controls.Add(this.pboxPrint);
this.groupBox2.Controls.Add(this.pboxGetData);
this.groupBox2.Controls.Add(this.pboxXY);
this.groupBox2.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.groupBox2.Location = new System.Drawing.Point(232, 8);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(200, 280);
this.groupBox2.TabIndex = 28;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "套改流程";
//
// pictureBox4
//
this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
this.pictureBox4.Location = new System.Drawing.Point(80, 165);
this.pictureBox4.Name = "pictureBox4";
this.pictureBox4.Size = new System.Drawing.Size(42, 43);
this.pictureBox4.TabIndex = 48;
this.pictureBox4.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(80, 73);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(42, 43);
this.pictureBox2.TabIndex = 47;
this.pictureBox2.TabStop = false;
//
// pboxPrint
//
this.pboxPrint.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pboxPrint.BackgroundImage")));
this.pboxPrint.Cursor = System.Windows.Forms.Cursors.Hand;
this.pboxPrint.Location = new System.Drawing.Point(8, 208);
this.pboxPrint.Name = "pboxPrint";
this.pboxPrint.Size = new System.Drawing.Size(183, 48);
this.pboxPrint.TabIndex = 30;
this.pboxPrint.TabStop = false;
this.pboxPrint.Click += new System.EventHandler(this.pboxPrint_Click);
//
// pboxGetData
//
this.pboxGetData.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pboxGetData.BackgroundImage")));
this.pboxGetData.Cursor = System.Windows.Forms.Cursors.Hand;
this.pboxGetData.Location = new System.Drawing.Point(8, 116);
this.pboxGetData.Name = "pboxGetData";
this.pboxGetData.Size = new System.Drawing.Size(183, 48);
this.pboxGetData.TabIndex = 28;
this.pboxGetData.TabStop = false;
this.pboxGetData.Click += new System.EventHandler(this.pboxGetData_Click);
//
// pboxXY
//
this.pboxXY.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pboxXY.BackgroundImage")));
this.pboxXY.Cursor = System.Windows.Forms.Cursors.Hand;
this.pboxXY.Location = new System.Drawing.Point(8, 24);
this.pboxXY.Name = "pboxXY";
this.pboxXY.Size = new System.Drawing.Size(183, 48);
this.pboxXY.TabIndex = 46;
this.pboxXY.TabStop = false;
this.pboxXY.Click += new System.EventHandler(this.pboxXY_Click);
//
// groupBox3
//
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox3.Controls.Add(this.pictureBox1);
this.groupBox3.Controls.Add(this.pictureBox5);
this.groupBox3.Controls.Add(this.pictureBox3);
this.groupBox3.Controls.Add(this.pictureBox8);
this.groupBox3.Controls.Add(this.pictureBox12);
this.groupBox3.Controls.Add(this.pictureBox13);
this.groupBox3.Controls.Add(this.pictureBox10);
this.groupBox3.Controls.Add(this.pictureBox7);
this.groupBox3.Controls.Add(this.pictureBox6);
this.groupBox3.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.groupBox3.Location = new System.Drawing.Point(16, 8);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(200, 456);
this.groupBox3.TabIndex = 29;
this.groupBox3.TabStop = false;
this.groupBox3.Tag = "";
this.groupBox3.Text = "业务流程";
this.toolTip1.SetToolTip(this.groupBox3, "此处只显示流程,具体操作请进入相应的菜单");
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(75, 166);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(42, 43);
this.pictureBox1.TabIndex = 45;
this.pictureBox1.TabStop = false;
//
// pictureBox5
//
this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
this.pictureBox5.Location = new System.Drawing.Point(72, 353);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(42, 43);
this.pictureBox5.TabIndex = 44;
this.pictureBox5.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox3.BackgroundImage")));
this.pictureBox3.Location = new System.Drawing.Point(8, 116);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(183, 48);
this.pictureBox3.TabIndex = 43;
this.pictureBox3.TabStop = false;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -