home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Software / Freeware / programare / bass / Delphi / writewav / UnitMain.dfm / UnitMain.txt
Encoding:
Text File  |  2003-10-19  |  2.1 KB  |  120 lines

  1. object Form1: TForm1
  2.   Left = 216
  3.   Top = 147
  4.   Width = 536
  5.   Height = 259
  6.   Caption = 'MP3/OGG to  Wave Write (by Alessandro Cappellozza)'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel2: TBevel
  19.     Left = 16
  20.     Top = 152
  21.     Width = 497
  22.     Height = 57
  23.     Shape = bsFrame
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 16
  27.     Top = 8
  28.     Width = 497
  29.     Height = 137
  30.     Shape = bsFrame
  31.   end
  32.   object LabelOp: TLabel
  33.     Left = 24
  34.     Top = 160
  35.     Width = 31
  36.     Height = 13
  37.     Caption = 'Ready'
  38.   end
  39.   object Label1: TLabel
  40.     Left = 24
  41.     Top = 16
  42.     Width = 34
  43.     Height = 13
  44.     Caption = 'Source'
  45.   end
  46.   object Label2: TLabel
  47.     Left = 24
  48.     Top = 64
  49.     Width = 53
  50.     Height = 13
  51.     Caption = 'Destination'
  52.   end
  53.   object Label3: TLabel
  54.     Left = 24
  55.     Top = 120
  56.     Width = 107
  57.     Height = 13
  58.     Caption = 'acappellizza@ieee.org'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clBlue
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = [fsUnderline]
  64.     ParentFont = False
  65.   end
  66.   object EditFileName: TEdit
  67.     Left = 24
  68.     Top = 32
  69.     Width = 473
  70.     Height = 21
  71.     TabOrder = 0
  72.   end
  73.   object EditDest: TEdit
  74.     Left = 24
  75.     Top = 80
  76.     Width = 473
  77.     Height = 21
  78.     TabOrder = 1
  79.   end
  80.   object btnOpen: TButton
  81.     Left = 424
  82.     Top = 112
  83.     Width = 75
  84.     Height = 25
  85.     Caption = 'Open'
  86.     TabOrder = 2
  87.     OnClick = btnOpenClick
  88.   end
  89.   object BtnDecode: TButton
  90.     Left = 352
  91.     Top = 168
  92.     Width = 75
  93.     Height = 25
  94.     Caption = 'Decode'
  95.     TabOrder = 3
  96.     OnClick = BtnDecodeClick
  97.   end
  98.   object btnCancel: TButton
  99.     Left = 432
  100.     Top = 168
  101.     Width = 75
  102.     Height = 25
  103.     Caption = 'Cancel'
  104.     TabOrder = 4
  105.     OnClick = btnCancelClick
  106.   end
  107.   object ProgressBar: TProgressBar
  108.     Left = 24
  109.     Top = 176
  110.     Width = 321
  111.     Height = 17
  112.     TabOrder = 5
  113.   end
  114.   object OpenDialog: TOpenDialog
  115.     Filter = 'mp3/ogg|*.mp3;*.ogg'
  116.     Left = 456
  117.     Top = 8
  118.   end
  119. end
  120.