home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / mp3 / GMP3 / GMP3.exe / 0 / RCDATA / TG4PLAYLISTFORM / TG4PLAYLISTFORM.txt
Encoding:
Text File  |  1998-05-24  |  5.2 KB  |  200 lines

  1. object G4PlaylistForm: TG4PlaylistForm
  2.   Left = 367
  3.   Top = 236
  4.   Width = 361
  5.   Height = 319
  6.   Caption = 'GMP3 Playlist Editor'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   GradientStopColor = clPurple
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object SecretPanel1: TSecretPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 353
  23.     Height = 292
  24.     Align = alClient
  25.     TabOrder = 0
  26.     object RxCheckListBox1: TRxCheckListBox
  27.       Left = 1
  28.       Top = 1
  29.       Width = 266
  30.       Height = 290
  31.       Align = alClient
  32.       Color = clBlack
  33.       DragMode = dmAutomatic
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clAqua
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ItemHeight = 13
  40.       ParentFont = False
  41.       TabOrder = 0
  42.       OnDragDrop = RxCheckListBox1DragDrop
  43.       OnDragOver = RxCheckListBox1DragOver
  44.       OnKeyPress = RxCheckListBox1KeyPress
  45.       OnKeyUp = RxCheckListBox1KeyUp
  46.       InternalVersion = 202
  47.     end
  48.     object RxCheckListBox2: TRxCheckListBox
  49.       Left = 347
  50.       Top = 1
  51.       Width = 112
  52.       Height = 321
  53.       ItemHeight = 13
  54.       TabOrder = 1
  55.       Visible = False
  56.       InternalVersion = 202
  57.     end
  58.     object Panel1: TPanel
  59.       Left = 267
  60.       Top = 1
  61.       Width = 85
  62.       Height = 290
  63.       Align = alRight
  64.       Caption = 'Panel1'
  65.       TabOrder = 2
  66.       object OrdAdjustLabel: TLabel
  67.         Left = 8
  68.         Top = 186
  69.         Width = 58
  70.         Height = 13
  71.         Caption = 'Order Adjust'
  72.         Font.Charset = DEFAULT_CHARSET
  73.         Font.Color = clRed
  74.         Font.Height = -9
  75.         Font.Name = 'MS Sans Serif'
  76.         Font.Style = []
  77.         ParentFont = False
  78.         Visible = False
  79.       end
  80.       object CloseBtn: TButton
  81.         Left = 5
  82.         Top = 7
  83.         Width = 75
  84.         Height = 25
  85.         Caption = '&Close'
  86.         TabOrder = 0
  87.         OnClick = CloseBtnClick
  88.       end
  89.       object LoadListBtn: TButton
  90.         Left = 5
  91.         Top = 99
  92.         Width = 75
  93.         Height = 25
  94.         Caption = '&Load Playlist(s)'
  95.         TabOrder = 3
  96.         OnClick = LoadListBtnClick
  97.       end
  98.       object SaveListBtn: TButton
  99.         Left = 5
  100.         Top = 124
  101.         Width = 75
  102.         Height = 25
  103.         Caption = '&Save Playlist'
  104.         TabOrder = 4
  105.         OnClick = SaveListBtnClick
  106.       end
  107.       object AddListBtn: TButton
  108.         Left = 5
  109.         Top = 66
  110.         Width = 75
  111.         Height = 25
  112.         Caption = 'Add &Playlist(s)'
  113.         TabOrder = 2
  114.         OnClick = AddListBtnClick
  115.       end
  116.       object AddSongBtn: TButton
  117.         Left = 5
  118.         Top = 40
  119.         Width = 75
  120.         Height = 25
  121.         Caption = '&Add Song(s)'
  122.         TabOrder = 1
  123.         OnClick = AddSongBtnClick
  124.       end
  125.       object SpinButton1: TSpinButton
  126.         Left = 6
  127.         Top = 200
  128.         Width = 73
  129.         Height = 26
  130.         DownGlyph.Data = {
  131.           AE000000424DAE00000000000000360000002800000009000000060000000100
  132.           1000000000007800000000000000000000000000000000000000E03DE03DE03D
  133.           E03DE03DE03DE03DE03DE03D0000E03DE03DE03DE03D0000E03DE03DE03DE03D
  134.           5400E03DE03DE03D000000000000E03DE03DE03D3902E03DE03D000000000000
  135.           00000000E03DE03D5702E03D0000000000000000000000000000E03D0600E03D
  136.           E03DE03DE03DE03DE03DE03DE03DE03D0000}
  137.         TabOrder = 6
  138.         TabStop = True
  139.         UpGlyph.Data = {
  140.           AE000000424DAE00000000000000360000002800000009000000060000000100
  141.           1000000000007800000000000000000000000000000000000000E03DE03DE03D
  142.           E03DE03DE03DE03DE03DE03D0500E03D0000000000000000000000000000E03D
  143.           3C02E03DE03D00000000000000000000E03DE03D3902E03DE03DE03D00000000
  144.           0000E03DE03DE03D5702E03DE03DE03DE03D0000E03DE03DE03DE03D0600E03D
  145.           E03DE03DE03DE03DE03DE03DE03DE03DAE81}
  146.         OnDownClick = SpinButton1DownClick
  147.         OnEnter = SpinButton1Enter
  148.         OnExit = SpinButton1Exit
  149.         OnUpClick = SpinButton1UpClick
  150.       end
  151.       object RemoveSongBtn: TButton
  152.         Left = 5
  153.         Top = 232
  154.         Width = 75
  155.         Height = 25
  156.         Caption = '&Remove Song'
  157.         TabOrder = 7
  158.         OnClick = RemoveSongBtnClick
  159.       end
  160.       object ClearListBtn: TButton
  161.         Left = 5
  162.         Top = 263
  163.         Width = 75
  164.         Height = 25
  165.         Caption = 'Clear Playlist'
  166.         TabOrder = 8
  167.         OnClick = ClearListBtnClick
  168.       end
  169.       object ViewID3Btn: TButton
  170.         Left = 5
  171.         Top = 156
  172.         Width = 75
  173.         Height = 25
  174.         Caption = '&ID3 Tag'
  175.         TabOrder = 5
  176.         OnClick = ViewID3BtnClick
  177.       end
  178.     end
  179.   end
  180.   object OpenDialogF1: TOpenDialog
  181.     Filter = 'Play Lists(*.pls, *.m3u)|*.pls;*.m3u'
  182.     Options = [ofHideReadOnly, ofAllowMultiSelect]
  183.     Left = 48
  184.     Top = 48
  185.   end
  186.   object SaveDialog1: TSaveDialog
  187.     DefaultExt = '.pls'
  188.     Filter = 'Play Lists(*.pls, *.m3u)|*.pls;*.m3u'
  189.     Left = 48
  190.     Top = 120
  191.   end
  192.   object OpenDialog2: TOpenDialog
  193.     DefaultExt = '*.mp3'
  194.     Filter = 'MPEG Layer 3 Audio Files (*.mp3)|*.mp3|All Files (*.*)|*.*'
  195.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist]
  196.     Left = 48
  197.     Top = 16
  198.   end
  199. end
  200.