TestUnit.dfm
上传用户:wanyu_2000
上传日期:2021-02-21
资源大小:527k
文件大小:2k
源码类别:

DVD

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 332
  3.   Top = 110
  4.   Width = 639
  5.   Height = 386
  6.   Caption = 'Form1'
  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.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 5
  20.     Top = 5
  21.     Width = 88
  22.     Height = 25
  23.     Caption = 'Add Wav Track'
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27.   object Button2: TButton
  28.     Left = 184
  29.     Top = 6
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Save Track'
  33.     TabOrder = 1
  34.     OnClick = Button2Click
  35.   end
  36.   object TrackListBox: TListBox
  37.     Left = 8
  38.     Top = 111
  39.     Width = 615
  40.     Height = 237
  41.     ItemHeight = 13
  42.     TabOrder = 2
  43.   end
  44.   object Button3: TButton
  45.     Left = 272
  46.     Top = 6
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'Refresh'
  50.     TabOrder = 3
  51.     OnClick = Button3Click
  52.   end
  53.   object Button4: TButton
  54.     Left = 6
  55.     Top = 41
  56.     Width = 86
  57.     Height = 25
  58.     Caption = 'Wav 2 MP3'
  59.     TabOrder = 4
  60.     OnClick = Button4Click
  61.   end
  62.   object Button5: TButton
  63.     Left = 6
  64.     Top = 70
  65.     Width = 86
  66.     Height = 25
  67.     Caption = 'MP3 2 Wav'
  68.     TabOrder = 5
  69.     OnClick = Button5Click
  70.   end
  71.   object Button6: TButton
  72.     Left = 142
  73.     Top = 65
  74.     Width = 91
  75.     Height = 25
  76.     Caption = 'Add MP3 Track'
  77.     TabOrder = 6
  78.     OnClick = Button6Click
  79.   end
  80.   object OpenDialog1: TOpenDialog
  81.     Left = 499
  82.     Top = 9
  83.   end
  84.   object SaveDialog1: TSaveDialog
  85.     Left = 435
  86.     Top = 10
  87.   end
  88. end