home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 June
/
ccd0605.iso
/
Software
/
Shareware
/
Multimedia
/
waveflow
/
waveflow.exe
/
0
/
RCDATA
/
TGROOVEFRM
/
TGROOVEFRM.txt
< prev
Wrap
Text File
|
2005-05-01
|
2KB
|
101 lines
object GrooveFrm: TGrooveFrm
Left = 301
Top = 200
BorderStyle = bsDialog
Caption = 'Groove'
ClientHeight = 184
ClientWidth = 252
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 47
Width = 80
Height = 13
Caption = 'Groove &Length : '
FocusControl = Gaplength
end
object Label2: TLabel
Left = 16
Top = 79
Width = 81
Height = 13
Caption = 'Groove &Number: '
FocusControl = Gapinterval
end
object Label3: TLabel
Left = 81
Top = 8
Width = 90
Height = 24
Caption = 'GROOVE'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object rg1: TRadioGroup
Left = 16
Top = 109
Width = 129
Height = 62
Caption = 'Scale'
ItemIndex = 0
Items.Strings = (
'Miliseconds'
'Samples')
TabOrder = 0
OnClick = rg1Click
end
object Button1: TButton
Left = 160
Top = 114
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 160
Top = 146
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 2
OnClick = Button2Click
end
object Gaplength: TSpinEdit
Left = 144
Top = 42
Width = 89
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 3
Value = 10
end
object Gapinterval: TSpinEdit
Left = 144
Top = 74
Width = 89
Height = 22
MaxValue = 0
MinValue = 0
TabOrder = 4
Value = 5
end
end