home *** CD-ROM | disk | FTP | other *** search
/ Hráč 1998 July & August / Hrac_23_1998-07-08_cd3.bin / mp3utils / singedit / SingedIT.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1998-04-27  |  4KB  |  209 lines

  1. object Form3: TForm3
  2.   Left = 194
  3.   Top = 231
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Configuration'
  7.   ClientHeight = 321
  8.   ClientWidth = 489
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 105
  21.     Height = 13
  22.     Caption = 'Default Lyric directory:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 168
  26.     Top = 8
  27.     Width = 105
  28.     Height = 13
  29.     Caption = 'Default MP3 directory:'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 328
  33.     Top = 8
  34.     Width = 99
  35.     Height = 13
  36.     Caption = 'Default author name:'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 328
  40.     Top = 150
  41.     Width = 66
  42.     Height = 13
  43.     Caption = '.LRC Filetype:'
  44.   end
  45.   object Label5: TLabel
  46.     Left = 328
  47.     Top = 56
  48.     Width = 78
  49.     Height = 13
  50.     Caption = 'Synchronization:'
  51.   end
  52.   object Label6: TLabel
  53.     Left = 456
  54.     Top = 72
  55.     Width = 29
  56.     Height = 13
  57.     Caption = '0 sec.'
  58.   end
  59.   object Label7: TLabel
  60.     Left = 328
  61.     Top = 100
  62.     Width = 149
  63.     Height = 13
  64.     Caption = 'Priority Class of the MP3 Player:'
  65.   end
  66.   object Label8: TLabel
  67.     Left = 328
  68.     Top = 200
  69.     Width = 66
  70.     Height = 13
  71.     Caption = 'Default mode:'
  72.   end
  73.   object ButtonOK: TButton
  74.     Left = 328
  75.     Top = 288
  76.     Width = 76
  77.     Height = 25
  78.     Caption = 'OK'
  79.     TabOrder = 0
  80.     OnClick = ButtonOKClick
  81.   end
  82.   object ButtonRegister: TButton
  83.     Left = 328
  84.     Top = 168
  85.     Width = 76
  86.     Height = 25
  87.     Caption = 'Register'
  88.     TabOrder = 1
  89.     OnClick = ButtonRegisterClick
  90.   end
  91.   object ButtonUnregister: TButton
  92.     Left = 404
  93.     Top = 168
  94.     Width = 75
  95.     Height = 25
  96.     Caption = 'Unregister'
  97.     TabOrder = 2
  98.     OnClick = ButtonUnregisterClick
  99.   end
  100.   object ButtonCancel: TButton
  101.     Left = 404
  102.     Top = 288
  103.     Width = 75
  104.     Height = 25
  105.     Caption = 'Cancel'
  106.     TabOrder = 3
  107.     OnClick = ButtonCancelClick
  108.   end
  109.   object DirectoryListBoxLRC: TDirectoryListBox
  110.     Left = 8
  111.     Top = 24
  112.     Width = 150
  113.     Height = 257
  114.     ItemHeight = 16
  115.     TabOrder = 4
  116.   end
  117.   object DirectoryListBoxMP3: TDirectoryListBox
  118.     Left = 168
  119.     Top = 24
  120.     Width = 150
  121.     Height = 257
  122.     ItemHeight = 16
  123.     TabOrder = 5
  124.   end
  125.   object DriveComboBoxLRC: TDriveComboBox
  126.     Left = 8
  127.     Top = 288
  128.     Width = 150
  129.     Height = 19
  130.     DirList = DirectoryListBoxLRC
  131.     TabOrder = 6
  132.   end
  133.   object DriveComboBoxMP3: TDriveComboBox
  134.     Left = 168
  135.     Top = 288
  136.     Width = 150
  137.     Height = 19
  138.     DirList = DirectoryListBoxMP3
  139.     TabOrder = 7
  140.   end
  141.   object EditAuthor: TEdit
  142.     Left = 328
  143.     Top = 24
  144.     Width = 150
  145.     Height = 21
  146.     TabOrder = 8
  147.     Text = 'You !'
  148.   end
  149.   object ScrollBarSync: TScrollBar
  150.     Left = 328
  151.     Top = 72
  152.     Width = 113
  153.     Height = 16
  154.     Max = 10
  155.     Position = 5
  156.     TabOrder = 9
  157.     OnChange = ScrollBarSyncChange
  158.   end
  159.   object ComboBoxPriority: TComboBox
  160.     Left = 328
  161.     Top = 116
  162.     Width = 97
  163.     Height = 21
  164.     Style = csDropDownList
  165.     DropDownCount = 7
  166.     ItemHeight = 13
  167.     Items.Strings = (
  168.       'Idle'
  169.       'Lowest'
  170.       'Below Normal'
  171.       'Normal'
  172.       'Above Normal'
  173.       'Highest'
  174.       'Time Critical')
  175.     TabOrder = 10
  176.   end
  177.   object Panel1: TPanel
  178.     Left = 328
  179.     Top = 216
  180.     Width = 153
  181.     Height = 41
  182.     TabOrder = 11
  183.     object RadioButtonNotePad: TRadioButton
  184.       Left = 8
  185.       Top = 3
  186.       Width = 113
  187.       Height = 17
  188.       Caption = 'NotePad'
  189.       TabOrder = 0
  190.     end
  191.     object RadioButtonTimeTag: TRadioButton
  192.       Left = 8
  193.       Top = 22
  194.       Width = 113
  195.       Height = 17
  196.       Caption = 'Time-Tag'
  197.       TabOrder = 1
  198.     end
  199.   end
  200.   object CheckBoxEmptyLines: TCheckBox
  201.     Left = 336
  202.     Top = 264
  203.     Width = 97
  204.     Height = 17
  205.     Caption = 'Skip empty lines'
  206.     TabOrder = 12
  207.   end
  208. end
  209.