Class TframeGMG

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TframeGMG = class(TframePackage)

Description

TframeGMG is a frame that is used to enter data for the GMG package in MODFLOW.

Hierarchy

Overview

Fields

Implicit pcGMG: TJvPageControl;
Implicit tabControlAndPrint: TTabSheet;
Implicit tabDampRelax: TTabSheet;
Implicit rdeGmgDup: TRbwDataEntry;
Implicit rdeGmgRelax: TRbwDataEntry;
Implicit rdeGmgChglimit: TRbwDataEntry;
Implicit rdeGmgDlow: TRbwDataEntry;
Implicit lblGmgDup: TLabel;
Implicit lblGmgDlow: TLabel;
Implicit lblGmgChglimit: TLabel;
Implicit lblGmgRelax: TLabel;
Implicit lblGmgRclose: TLabel;
Implicit rdeGmgRclose: TRbwDataEntry;
Implicit lblGmgIiter: TLabel;
Implicit rdeGmgIiter: TRbwDataEntry;
Implicit lblGmgHclose: TLabel;
Implicit rdeGmgHclose: TRbwDataEntry;
Implicit lblGmgMxiter: TLabel;
Implicit rdeGmgMxiter: TRbwDataEntry;
Implicit lblGmgIoutgmg: TLabel;
Implicit comboGmgIoutgmg: TJvImageComboBox;
Implicit cbGmbIunitmhc: TCheckBox;
Implicit lblGmgIsm: TLabel;
Implicit comboGmgIsm: TJvImageComboBox;
Implicit lblGmgIadamp: TLabel;
Implicit comboGmgIadamp: TJvImageComboBox;
Implicit lblGmgIsc: TLabel;
Implicit comboGmgIsc: TJvImageComboBox;
Implicit lblGmgDamp: TLabel;
Implicit rdeGmgDamp: TRbwDataEntry;

Methods

Implicit procedure comboGmgIadampChange(Sender: TObject);
Implicit procedure comboGmgIscChange(Sender: TObject);
Protected procedure SetSelected(const Value: boolean); override;
Protected procedure Loaded; override;
Public procedure GetData(Package: TModflowPackageSelection); override;
Public procedure SetData(Package: TModflowPackageSelection); override;

Description

Fields

Implicit pcGMG: TJvPageControl;
 
Implicit tabControlAndPrint: TTabSheet;
 
Implicit tabDampRelax: TTabSheet;
 
Implicit rdeGmgDup: TRbwDataEntry;
 
Implicit rdeGmgRelax: TRbwDataEntry;
 
Implicit rdeGmgChglimit: TRbwDataEntry;
 
Implicit rdeGmgDlow: TRbwDataEntry;
 
Implicit lblGmgDup: TLabel;
 
Implicit lblGmgDlow: TLabel;
 
Implicit lblGmgChglimit: TLabel;
 
Implicit lblGmgRelax: TLabel;
 
Implicit lblGmgRclose: TLabel;
 
Implicit rdeGmgRclose: TRbwDataEntry;
 
Implicit lblGmgIiter: TLabel;
 
Implicit rdeGmgIiter: TRbwDataEntry;
 
Implicit lblGmgHclose: TLabel;
 
Implicit rdeGmgHclose: TRbwDataEntry;
 
Implicit lblGmgMxiter: TLabel;
 
Implicit rdeGmgMxiter: TRbwDataEntry;
 
Implicit lblGmgIoutgmg: TLabel;
 
Implicit comboGmgIoutgmg: TJvImageComboBox;
 
Implicit cbGmbIunitmhc: TCheckBox;
 
Implicit lblGmgIsm: TLabel;
 
Implicit comboGmgIsm: TJvImageComboBox;
 
Implicit lblGmgIadamp: TLabel;
 
Implicit comboGmgIadamp: TJvImageComboBox;
 
Implicit lblGmgIsc: TLabel;
 
Implicit comboGmgIsc: TJvImageComboBox;
 
Implicit lblGmgDamp: TLabel;
 
Implicit rdeGmgDamp: TRbwDataEntry;
 

Methods

Implicit procedure comboGmgIadampChange(Sender: TObject);

comboGmgIadampChange enables controls that are only used when an appropriate value of IADAMP is chosen.

Implicit procedure comboGmgIscChange(Sender: TObject);

comboGmgIscChange enables controls that are only used when an appropriate value of ISC is chosen.

Protected procedure SetSelected(const Value: boolean); override;

SetSelected calls comboGmgIadampChange and comboGmgIscChange.

Protected procedure Loaded; override;

Loaded moves controls defined in TframePackage to the first tab of pcGMG.

Public procedure GetData(Package: TModflowPackageSelection); override;

GetData copies the data from Package to the controls in TframeGMG.

Public procedure SetData(Package: TModflowPackageSelection); override;

SetData copies the data from the controls in TframeGMG to Package.


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