MidiMountain 0.4.0
|
 |
Class TfrmMMTrackProperties
Unit
MMFormTrackProperties
Declaration
type TfrmMMTrackProperties = class(TfrmMMBase )
Description
MidiMountain Track Properties View of one the Track propertiesHierarchy
TfrmMMBase Fields
| Name | Description |
 |
btnCancel |
|
 |
btnColor |
|
 |
btnInstrumentPatch |
|
 |
btnOK |
|
 |
cbxInstrumentPatch |
|
 |
cbxPort |
|
 |
dlgColor |
|
 |
edtInstrumentName |
|
 |
edtName |
|
 |
grpGlobal |
|
 |
grpSystem |
|
 |
lblChannel |
|
 |
lblColor |
|
 |
lblColorLabel |
|
 |
lblInstrumentName |
|
 |
lblName |
|
 |
lblPatch |
|
 |
lblPort |
|
 |
mnuInstrumentPatch |
|
 |
spiChannel |
|
Methods
Overview
Description
 |
procedure btnColorClick(Sender: TObject); |
 |
procedure btnInstrumentPatchClick(Sender: TObject); |
 |
procedure btnOKClick(Sender: TObject); |
 |
procedure FormCreate(Sender: TObject); |
 |
procedure FormDeactivate(Sender: TObject); |
 |
function ShowTrack( const aTrack: TMCTrack ): TModalResult; |
show the track properties of the passed item
 |
procedure Translate; override; |
see TfrmMMBase
MidiMountain 0.4.0 ©1999-2002 Adrian Meyer, developed with Delphi and Kylix
|