📄 aboutform.cs
字号:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace expert
{
/// <summary>
/// aboutForm 的摘要说明。
/// </summary>
public class aboutForm : System.Windows.Forms.Form
{
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.LinkLabel linkLabel2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.LinkLabel linkLabel3;
private System.Windows.Forms.LinkLabel linkLabel4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.LinkLabel linkLabel5;
private System.Windows.Forms.LinkLabel linkLabel6;
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.Container components = null;
public aboutForm()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();
//
// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
//
}
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(aboutForm));
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.label1 = new System.Windows.Forms.Label();
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
this.linkLabel4 = new System.Windows.Forms.LinkLabel();
this.label2 = new System.Windows.Forms.Label();
this.linkLabel5 = new System.Windows.Forms.LinkLabel();
this.linkLabel6 = new System.Windows.Forms.LinkLabel();
this.SuspendLayout();
//
// linkLabel1
//
this.linkLabel1.Location = new System.Drawing.Point(30, 13);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(330, 20);
this.linkLabel1.TabIndex = 1;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "版权所有 河南油田勘探局地质录井公司";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(390, 20);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(36, 93);
this.pictureBox1.TabIndex = 2;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
//
// linkLabel2
//
this.linkLabel2.LinkArea = new System.Windows.Forms.LinkArea(9, 17);
this.linkLabel2.Location = new System.Drawing.Point(6, 100);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(186, 20);
this.linkLabel2.TabIndex = 3;
this.linkLabel2.Text = "软件研发 刘西平";
//
// label1
//
this.label1.Location = new System.Drawing.Point(64, 120);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(160, 24);
this.label1.TabIndex = 4;
this.label1.Text = "Tel: 13193650645";
//
// linkLabel3
//
this.linkLabel3.LinkArea = new System.Windows.Forms.LinkArea(6, 17);
this.linkLabel3.Location = new System.Drawing.Point(64, 160);
this.linkLabel3.Name = "linkLabel3";
this.linkLabel3.Size = new System.Drawing.Size(176, 20);
this.linkLabel3.TabIndex = 6;
this.linkLabel3.TabStop = true;
this.linkLabel3.Text = "eMail:Liuxpmail@163.com";
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
//
// linkLabel4
//
this.linkLabel4.LinkArea = new System.Windows.Forms.LinkArea(6, 16);
this.linkLabel4.Location = new System.Drawing.Point(280, 160);
this.linkLabel4.Name = "linkLabel4";
this.linkLabel4.Size = new System.Drawing.Size(150, 20);
this.linkLabel4.TabIndex = 9;
this.linkLabel4.TabStop = true;
this.linkLabel4.Text = "eMail:GPLuo@cug.edu.cn";
//
// label2
//
this.label2.Location = new System.Drawing.Point(276, 127);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(148, 20);
this.label2.TabIndex = 8;
this.label2.Text = "Tel: 13071271187";
//
// linkLabel5
//
this.linkLabel5.LinkArea = new System.Windows.Forms.LinkArea(9, 17);
this.linkLabel5.Location = new System.Drawing.Point(272, 100);
this.linkLabel5.Name = "linkLabel5";
this.linkLabel5.Size = new System.Drawing.Size(72, 20);
this.linkLabel5.TabIndex = 7;
this.linkLabel5.Text = "罗国平";
//
// linkLabel6
//
this.linkLabel6.LinkArea = new System.Windows.Forms.LinkArea(13, 0);
this.linkLabel6.Location = new System.Drawing.Point(30, 47);
this.linkLabel6.Name = "linkLabel6";
this.linkLabel6.Size = new System.Drawing.Size(126, 20);
this.linkLabel6.TabIndex = 10;
this.linkLabel6.Text = "2003.8 版本V1.0";
//
// aboutForm
//
this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
this.ClientSize = new System.Drawing.Size(462, 186);
this.Controls.Add(this.linkLabel6);
this.Controls.Add(this.linkLabel4);
this.Controls.Add(this.label2);
this.Controls.Add(this.linkLabel5);
this.Controls.Add(this.linkLabel3);
this.Controls.Add(this.label1);
this.Controls.Add(this.linkLabel2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.linkLabel1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "aboutForm";
this.Text = "录井油气层识别专家系统";
this.ResumeLayout(false);
}
#endregion
private void pictureBox1_Click(object sender, System.EventArgs e)
{
}
private void linkLabel3_LinkClicked(object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e)
{
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -