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

📄 frmabout.cs

📁 C sharp 调用WindowsAPI的平台调用例子
💻 CS
📖 第 1 页 / 共 2 页
字号:
//Copyright (C) 2002 Microsoft Corporation
//All rights reserved.
//THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER 
//EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF 
//MERCHANTIBILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
//Requires the Trial or Release version of Visual Studio .NET Professional (or greater).

using System;
using System.Windows.Forms;

public class frmAbout : System.Windows.Forms.Form 
{

#region " Windows Form Designer generated code "

	public frmAbout() 
	{
		//This call is required by the Windows Form Designer.
		InitializeComponent();
		//Add any initialization after the InitializeComponent() call
	}
	//Form overrides dispose to clean up the component list.
	protected override void Dispose(bool disposing) {
		if (disposing) {
			if (components != null) {
				components.Dispose();
			}
		}
		base.Dispose(disposing);
	}

	//Required by the Windows Form Designer
	private System.ComponentModel.IContainer components = null;
	//NOTE: The following procedure is required by the Windows Form Designer
	//It can be modified using the Windows Form Designer.  
	//Do not modify it using the code editor.

	private System.Windows.Forms.PictureBox pbIcon;

	private System.Windows.Forms.Label lblTitle;

	private System.Windows.Forms.Label lblVersion;

	private System.Windows.Forms.Label lblDescription;

	private System.Windows.Forms.Button cmdOK;

	private System.Windows.Forms.Label lblCopyright;

	private System.Windows.Forms.Label lblCodebase;

	private void InitializeComponent() {
		System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmAbout));
		this.pbIcon = new System.Windows.Forms.PictureBox();
		this.lblTitle = new System.Windows.Forms.Label();
		this.lblVersion = new System.Windows.Forms.Label();
		this.lblDescription = new System.Windows.Forms.Label();
		this.cmdOK = new System.Windows.Forms.Button();
		this.lblCopyright = new System.Windows.Forms.Label();
		this.lblCodebase = new System.Windows.Forms.Label();
		this.SuspendLayout();
		// 
		// pbIcon
		// 
		this.pbIcon.AccessibleDescription = resources.GetString("pbIcon.AccessibleDescription");
		this.pbIcon.AccessibleName = resources.GetString("pbIcon.AccessibleName");
		this.pbIcon.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("pbIcon.Anchor")));
		this.pbIcon.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pbIcon.BackgroundImage")));
		this.pbIcon.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
		this.pbIcon.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("pbIcon.Dock")));
		this.pbIcon.Enabled = ((bool)(resources.GetObject("pbIcon.Enabled")));
		this.pbIcon.Font = ((System.Drawing.Font)(resources.GetObject("pbIcon.Font")));
		this.pbIcon.Image = ((System.Drawing.Image)(resources.GetObject("pbIcon.Image")));
		this.pbIcon.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("pbIcon.ImeMode")));
		this.pbIcon.Location = ((System.Drawing.Point)(resources.GetObject("pbIcon.Location")));
		this.pbIcon.Name = "pbIcon";
		this.pbIcon.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("pbIcon.RightToLeft")));
		this.pbIcon.Size = ((System.Drawing.Size)(resources.GetObject("pbIcon.Size")));
		this.pbIcon.SizeMode = ((System.Windows.Forms.PictureBoxSizeMode)(resources.GetObject("pbIcon.SizeMode")));
		this.pbIcon.TabIndex = ((int)(resources.GetObject("pbIcon.TabIndex")));
		this.pbIcon.TabStop = false;
		this.pbIcon.Text = resources.GetString("pbIcon.Text");
		this.pbIcon.Visible = ((bool)(resources.GetObject("pbIcon.Visible")));
		// 
		// lblTitle
		// 
		this.lblTitle.AccessibleDescription = resources.GetString("lblTitle.AccessibleDescription");
		this.lblTitle.AccessibleName = resources.GetString("lblTitle.AccessibleName");
		this.lblTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("lblTitle.Anchor")));
		this.lblTitle.AutoSize = ((bool)(resources.GetObject("lblTitle.AutoSize")));
		this.lblTitle.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("lblTitle.Dock")));
		this.lblTitle.Enabled = ((bool)(resources.GetObject("lblTitle.Enabled")));
		this.lblTitle.Font = ((System.Drawing.Font)(resources.GetObject("lblTitle.Font")));
		this.lblTitle.Image = ((System.Drawing.Image)(resources.GetObject("lblTitle.Image")));
		this.lblTitle.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblTitle.ImageAlign")));
		this.lblTitle.ImageIndex = ((int)(resources.GetObject("lblTitle.ImageIndex")));
		this.lblTitle.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("lblTitle.ImeMode")));
		this.lblTitle.Location = ((System.Drawing.Point)(resources.GetObject("lblTitle.Location")));
		this.lblTitle.Name = "lblTitle";
		this.lblTitle.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("lblTitle.RightToLeft")));
		this.lblTitle.Size = ((System.Drawing.Size)(resources.GetObject("lblTitle.Size")));
		this.lblTitle.TabIndex = ((int)(resources.GetObject("lblTitle.TabIndex")));
		this.lblTitle.Text = resources.GetString("lblTitle.Text");
		this.lblTitle.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblTitle.TextAlign")));
		this.lblTitle.Visible = ((bool)(resources.GetObject("lblTitle.Visible")));
		// 
		// lblVersion
		// 
		this.lblVersion.AccessibleDescription = resources.GetString("lblVersion.AccessibleDescription");
		this.lblVersion.AccessibleName = resources.GetString("lblVersion.AccessibleName");
		this.lblVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("lblVersion.Anchor")));
		this.lblVersion.AutoSize = ((bool)(resources.GetObject("lblVersion.AutoSize")));
		this.lblVersion.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("lblVersion.Dock")));
		this.lblVersion.Enabled = ((bool)(resources.GetObject("lblVersion.Enabled")));
		this.lblVersion.Font = ((System.Drawing.Font)(resources.GetObject("lblVersion.Font")));
		this.lblVersion.Image = ((System.Drawing.Image)(resources.GetObject("lblVersion.Image")));
		this.lblVersion.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblVersion.ImageAlign")));
		this.lblVersion.ImageIndex = ((int)(resources.GetObject("lblVersion.ImageIndex")));
		this.lblVersion.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("lblVersion.ImeMode")));
		this.lblVersion.Location = ((System.Drawing.Point)(resources.GetObject("lblVersion.Location")));
		this.lblVersion.Name = "lblVersion";
		this.lblVersion.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("lblVersion.RightToLeft")));
		this.lblVersion.Size = ((System.Drawing.Size)(resources.GetObject("lblVersion.Size")));
		this.lblVersion.TabIndex = ((int)(resources.GetObject("lblVersion.TabIndex")));
		this.lblVersion.Text = resources.GetString("lblVersion.Text");
		this.lblVersion.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblVersion.TextAlign")));
		this.lblVersion.Visible = ((bool)(resources.GetObject("lblVersion.Visible")));
		// 
		// lblDescription
		// 
		this.lblDescription.AccessibleDescription = resources.GetString("lblDescription.AccessibleDescription");
		this.lblDescription.AccessibleName = resources.GetString("lblDescription.AccessibleName");
		this.lblDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("lblDescription.Anchor")));
		this.lblDescription.AutoSize = ((bool)(resources.GetObject("lblDescription.AutoSize")));
		this.lblDescription.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("lblDescription.Dock")));
		this.lblDescription.Enabled = ((bool)(resources.GetObject("lblDescription.Enabled")));
		this.lblDescription.Font = ((System.Drawing.Font)(resources.GetObject("lblDescription.Font")));
		this.lblDescription.Image = ((System.Drawing.Image)(resources.GetObject("lblDescription.Image")));
		this.lblDescription.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("lblDescription.ImageAlign")));
		this.lblDescription.ImageIndex = ((int)(resources.GetObject("lblDescription.ImageIndex")));
		this.lblDescription.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("lblDescription.ImeMode")));
		this.lblDescription.Location = ((System.Drawing.Point)(resources.GetObject("lblDescription.Location")));
		this.lblDescription.Name = "lblDescription";
		this.lblDescription.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("lblDescription.RightToLeft")));
		this.lblDescription.Size = ((System.Drawing.Size)(resources.GetObject("lblDescription.Size")));

⌨️ 快捷键说明

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