Class TInfoForm

Unit

Declaration

type TInfoForm = class(TForm)

Description

Hierarchy

Overview

Fields

Public BtnClose: TBitBtn;
Public GitHubLabelRepository: TLabel;
Public ImageVersionLogo: TImage;
Public LabelVersionTitle: TLabel;
Public GitHubLabelFullLegalNotices: TLabel;
Public PanelBottomInformation: TPanel;
Public StaticTextRepository: TStaticText;
Public StaticTextFullLegalNotice: TStaticText;
Public VersionLabel: TLabel;
Public MemoInformation: TMemo;
Public PageControl1: TPageControl;
Public PanelBottom: TPanel;
Public TabSheetVersion: TTabSheet;
Public TabSheetInformation: TTabSheet;

Methods

Public procedure FormCreate(Sender: TObject);
Public procedure FormDestroy(Sender: TObject);
Public procedure GitHubLabelFullLegalNoticesClick(Sender: TObject);
Public procedure GitHubLabelFullLegalNoticesMouseEnter(Sender: TObject);
Public procedure GitHubLabelFullLegalNoticesMouseLeave(Sender: TObject);
Public procedure GitHubLabelRepositoryClick(Sender: TObject);
Public procedure GitHubLabelRepositoryMouseEnter(Sender: TObject);
Public procedure GitHubLabelRepositoryMouseLeave(Sender: TObject);

Description

Fields

Public BtnClose: TBitBtn;
 
Public GitHubLabelRepository: TLabel;
 
Public ImageVersionLogo: TImage;
 
Public LabelVersionTitle: TLabel;
 
Public GitHubLabelFullLegalNotices: TLabel;
 
Public PanelBottomInformation: TPanel;
 
Public StaticTextRepository: TStaticText;
 
Public StaticTextFullLegalNotice: TStaticText;
 
Public VersionLabel: TLabel;
 
Public MemoInformation: TMemo;
 
Public PageControl1: TPageControl;
 
Public PanelBottom: TPanel;
 
Public TabSheetVersion: TTabSheet;
 
Public TabSheetInformation: TTabSheet;
 

Methods

Public procedure FormCreate(Sender: TObject);
 
Public procedure FormDestroy(Sender: TObject);
 
Public procedure GitHubLabelFullLegalNoticesClick(Sender: TObject);
 
Public procedure GitHubLabelFullLegalNoticesMouseEnter(Sender: TObject);
 
Public procedure GitHubLabelFullLegalNoticesMouseLeave(Sender: TObject);
 
Public procedure GitHubLabelRepositoryClick(Sender: TObject);
 
Public procedure GitHubLabelRepositoryMouseEnter(Sender: TObject);
 
Public procedure GitHubLabelRepositoryMouseLeave(Sender: TObject);