Class TfrmBatchFileAdditions

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TfrmBatchFileAdditions = class(TfrmCustomGoPhast)

Description

no description available, TfrmCustomGoPhast description follows

TfrmCustomGoPhast is the ancestor of all TForms in GoPhast.

TfrmCustomGoPhast handles setting the color and font. TfrmCustomGoPhast also tries to keep from appearing at a location where it can't be seen. )

Hierarchy

Overview

Fields

Implicit frameBatchFileBefore: TframeBatchFileLines;
Implicit Splitter1: TSplitter;
Implicit frameBatchFileAfter: TframeBatchFileLines;
Implicit Panel1: TPanel;
Implicit btnHelp: TBitBtn;
Implicit btnOK: TBitBtn;
Implicit btnCancel: TBitBtn;
Implicit Panel2: TPanel;
Implicit pnlModel: TPanel;
Implicit lblModel: TLabel;
Implicit comboModel: TComboBox;
Private FAssociations: TModelAssociations;
Private FCurrentModelLines: TModelLinesAssociation;

Methods

Implicit procedure btnOKClick(Sender: TObject);
Implicit procedure FormCreate(Sender: TObject); override;
Implicit procedure FormDestroy(Sender: TObject); override;
Implicit procedure comboModelChange(Sender: TObject);
Private procedure SetCurrentModelLines(const Value: TModelLinesAssociation);
Private procedure GetData;
Private procedure SetData;

Properties

Private property CurrentModelLines: TModelLinesAssociation read FCurrentModelLines write SetCurrentModelLines;

Description

Fields

Implicit frameBatchFileBefore: TframeBatchFileLines;
 
Implicit Splitter1: TSplitter;
 
Implicit frameBatchFileAfter: TframeBatchFileLines;
 
Implicit Panel1: TPanel;
 
Implicit btnHelp: TBitBtn;
 
Implicit btnOK: TBitBtn;
 
Implicit btnCancel: TBitBtn;
 
Implicit Panel2: TPanel;
 
Implicit pnlModel: TPanel;
 
Implicit lblModel: TLabel;
 
Implicit comboModel: TComboBox;
 
Private FAssociations: TModelAssociations;
 
Private FCurrentModelLines: TModelLinesAssociation;
 

Methods

Implicit procedure btnOKClick(Sender: TObject);
 
Implicit procedure FormCreate(Sender: TObject); override;
 
Implicit procedure FormDestroy(Sender: TObject); override;
 
Implicit procedure comboModelChange(Sender: TObject);
 
Private procedure SetCurrentModelLines(const Value: TModelLinesAssociation);
 
Private procedure GetData;
 
Private procedure SetData;
 

Properties

Private property CurrentModelLines: TModelLinesAssociation read FCurrentModelLines write SetCurrentModelLines;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:34