Class TUserPointsSetPropDlg
Unit
user_points_set_prop_dialog
Declaration
type TUserPointsSetPropDlg = class(TForm)
Description
TUserPointsSetPropDlg
Hierarchy
- TForm
- TUserPointsSetPropDlg
Overview
Fields
Methods
Description
Fields
 |
Bevel1: TBevel; |
|
 |
BtnApply: TButton; |
|
 |
BtnBacktrack: TButton; |
|
 |
BtnCancel: TButton; |
|
 |
BtnDone: TButton; |
|
 |
CheckListFixed: TCheckListBox; |
|
 |
ComboArgument: TComboBox; |
|
 |
ComboPosition: TComboBox; |
|
 |
EditExpression: TEdit; |
|
 |
EditInitValue: TEdit; |
|
 |
FClickCheck: boolean; |
|
 |
Label1: TLabel; |
|
 |
Label2: TLabel; |
|
 |
Label3: TLabel; |
|
 |
Label4: TLabel; |
|
 |
Label5: TLabel; |
|
Methods
 |
procedure BtnApplyClick(Sender: TObject); |
|
 |
procedure CheckListFixedClick(Sender: TObject); |
|
 |
procedure CheckListFixedClickCheck(Sender: TObject); |
|
 |
procedure ComboArgumentChange(Sender: TObject); |
|
 |
procedure ComboPositionChange(Sender: TObject); |
|
 |
procedure FormActivate(Sender: TObject); |
|
 |
procedure FillCheckListFixed; |
|
 |
procedure FillComboArgument; |
|
 |
procedure FillComboPosition; |
|
 |
procedure UpdateCheck; |
|
Generated by PasDoc 0.15.0.
|