frmAbout Class

Dialog that displays information about the application.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class frmAbout : Form
Inheritance
Form    frmAbout

Constructors

frmAbout Create a new instance of the frmAbout Item.
frmAbout(Form) Create a new instance of the frmAbout Item.

Methods

btnClose_Click The Close button has been clicked.
Dispose Clean up any resources being used.
InitializeComponent Required method for Designer support - do not modify the contents of this method with the code editor.

Fields

btnClose Close button for the about box.
components Required designer variable.
lblCopyright Copyright message label.
lblDateCompiled Date Compiled title label.
lblDateCompiledValue Date Compiled value label.
lblVersion Version title label.
lblVersionValue Version value label.
picBanner Banner image.

See Also