Class TfrmModflowNameFile

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TfrmModflowNameFile = 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 pnlMain: TPanel;
Implicit lblLines: TLabel;
Implicit memoLines: TMemo;
Implicit cbFlowPackage: TCheckBox;
Implicit cbSolvers: TCheckBox;
Implicit btnHelp: TBitBtn;
Implicit btnOK: TBitBtn;
Implicit btnCancel: TBitBtn;
Implicit pnlModel: TPanel;
Implicit comboModel: TComboBox;
Implicit lblModel: TLabel;
Private FSettings: TNameFileSettingsCollection;
Private FCurrentSettings: TNameFileSettings;
Private FCreating: Boolean;

Methods

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

Properties

Private property CurrentSettings: TNameFileSettings read FCurrentSettings write SetCurrentSettings;

Description

Fields

Implicit pnlMain: TPanel;
 
Implicit lblLines: TLabel;
 
Implicit memoLines: TMemo;
 
Implicit cbFlowPackage: TCheckBox;
 
Implicit cbSolvers: TCheckBox;
 
Implicit btnHelp: TBitBtn;
 
Implicit btnOK: TBitBtn;
 
Implicit btnCancel: TBitBtn;
 
Implicit pnlModel: TPanel;
 
Implicit comboModel: TComboBox;
 
Implicit lblModel: TLabel;
 
Private FSettings: TNameFileSettingsCollection;
 
Private FCurrentSettings: TNameFileSettings;
 
Private FCreating: Boolean;
 

Methods

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

Properties

Private property CurrentSettings: TNameFileSettings read FCurrentSettings write SetCurrentSettings;
 

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