Class TfrmChooseStyle

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TfrmChooseStyle = class(TfrmCustomGoPhast)

Description

TfrmChooseStyle allows the user to choose the "style" of controls to be applied throughout GoPhast.

Hierarchy

Overview

Fields

Implicit btnClose: TBitBtn;
Implicit btnHelp: TBitBtn;
Implicit btnPreview: TButton;
Implicit cbChecked: TCheckBox;
Implicit cbDisabled: TCheckBox;
Implicit cbIndeterminant: TCheckBox;
Implicit cbUnchecked: TCheckBox;
Implicit comboPreview: TComboBox;
Implicit edPreview: TEdit;
Implicit gbPreview: TGroupBox;
Implicit lblInstructions: TLabel;
Implicit MainMenu1: TMainMenu;
Implicit memoPreview: TMemo;
Implicit menuPreview1: TMenuItem;
Implicit menuPreview2: TMenuItem;
Implicit pnlBottom: TPanel;
Implicit rdgPreview: TRbwDataGrid;
Implicit rgStyle: TRadioGroup;

Methods

Implicit procedure btnPreviewClick(Sender: TObject);
Implicit procedure FormCreate(Sender: TObject); override;
Implicit procedure menuPreview2Click(Sender: TObject);
Implicit procedure rgStyleClick(Sender: TObject);
Private procedure GetData;
Private procedure SetData;

Description

Fields

Implicit btnClose: TBitBtn;

btnClose: TBitBtn; btnClose is used to close the dialog box.

Implicit btnHelp: TBitBtn;

btnHelp: TBitBtn; btnHelp is used to display help for this dialog box.l

Implicit btnPreview: TButton;

btnPreview: TButton; btnPreview shows what button looks like for different styles.

Implicit cbChecked: TCheckBox;

cbChecked: TCheckBox; cbChecked shows what a checked checkbox looks like for different styles.

Implicit cbDisabled: TCheckBox;

cbDisabled: TCheckBox; cbDisabled shows what a disabled checkbox looks like for different styles.

Implicit cbIndeterminant: TCheckBox;

cbIndeterminant: TCheckBox; cbIndeterminant shows what a indeterminate checkbox looks like for different styles.

Implicit cbUnchecked: TCheckBox;

cbUnchecked: TCheckBox; cbUnchecked shows what a unchecked checkbox looks like for different styles.

Implicit comboPreview: TComboBox;

comboPreview: TComboBox; comboPreview shows what a combobox looks like for different styles.

Implicit edPreview: TEdit;

edPreview: TEdit; edPreview shows what an editbox looks like for different styles.

Implicit gbPreview: TGroupBox;

gbPreview: TGroupBox; gbPreview encloses the preview controls.

Implicit lblInstructions: TLabel;

lblInstructions: TLabel; lblInstructions tells how to use the dialog box.

Implicit MainMenu1: TMainMenu;

MainMenu1: TMainMenu; MainMenu1 holds the preview menu items.

Implicit memoPreview: TMemo;

memoPreview: TMemo; memoPreview shows what a memo box looks like for different styles.

Implicit menuPreview1: TMenuItem;

menuPreview1: TMenuItem; menuPreview1 shows what a menu item looks like for different styles.

Implicit menuPreview2: TMenuItem;

menuPreview2: TMenuItem; menuPreview2 shows what a menu item looks like for different styles.

Implicit pnlBottom: TPanel;

pnlBottom: TPanel; pnlBottom holds the buttons on the bottom of the dialog box.

Implicit rdgPreview: TRbwDataGrid;

rdgPreview: TRbwDataGrid; rdgPreview shows what a TRbwDataGrid looks like for different styles.

Implicit rgStyle: TRadioGroup;

rgStyle: TRadioGroup; rgStyle is used to select the style. See rgStyleClick.

Methods

Implicit procedure btnPreviewClick(Sender: TObject);

btnPreviewClick shows a message informing the user that the button doesn't do anything.

Implicit procedure FormCreate(Sender: TObject); override;

FormCreate initializes the TfrmChooseStyle.

Implicit procedure menuPreview2Click(Sender: TObject);

menuPreview2Click shows a message informing the user that the menu item doesn't do anything.

Implicit procedure rgStyleClick(Sender: TObject);

rgStyleClick changes the style of the dialog box.

Private procedure GetData;

GetData gets the current style for GoPhast.

Private procedure SetData;

SetData sets the style for GoPhast to the one selected in rgStyle.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:34