home *** CD-ROM | disk | FTP | other *** search
- object FormD: TFormD
- Left = 320
- Top = 338
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Select what to do'
- ClientHeight = 103
- ClientWidth = 258
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 12
- Top = 10
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Label1: TLabel
- Left = 58
- Top = 20
- Width = 176
- Height = 13
- Caption = 'What do you want to do with the file?'
- end
- object BitBtn1: TBitBtn
- Left = 57
- Top = 43
- Width = 89
- Height = 23
- Caption = '&Normalize'
- TabOrder = 0
- OnClick = BitBtn1Click
- end
- object BitBtn2: TBitBtn
- Left = 152
- Top = 43
- Width = 89
- Height = 23
- Caption = 'Create &MP3'
- TabOrder = 1
- OnClick = BitBtn2Click
- end
- object BitBtn4: TBitBtn
- Left = 152
- Top = 71
- Width = 89
- Height = 23
- Caption = '&Cancel'
- TabOrder = 3
- OnClick = BitBtn4Click
- end
- object BitBtn3: TBitBtn
- Left = 57
- Top = 71
- Width = 89
- Height = 23
- Caption = '&Both'
- TabOrder = 2
- OnClick = BitBtn3Click
- end
- end
-