home *** CD-ROM | disk | FTP | other *** search
/ Freelog 12 / Freelog012.iso / Creation / RBLangPack140 / RazorBlade.de / 0 / RCDATA / TFORMOPTIONS / TFORMOPTIONS.txt
Text File  |  1999-08-22  |  11KB  |  439 lines

  1. object FormOptions: TFormOptions
  2.   Left = 252
  3.   Top = 150
  4.   BorderStyle = bsDialog
  5.   Caption = 'Optionen'
  6.   ClientHeight = 343
  7.   ClientWidth = 330
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 306
  20.     Width = 330
  21.     Height = 37
  22.     Align = alBottom
  23.     TabOrder = 1
  24.     object ButtonOK: TButton
  25.       Left = 71
  26.       Top = 10
  27.       Width = 75
  28.       Height = 23
  29.       Caption = 'OK'
  30.       Default = True
  31.       ModalResult = 1
  32.       TabOrder = 0
  33.       OnClick = ButtonOKClick
  34.     end
  35.     object ButtonCancel: TButton
  36.       Left = 159
  37.       Top = 10
  38.       Width = 75
  39.       Height = 23
  40.       Cancel = True
  41.       Caption = 'Abbruch'
  42.       ModalResult = 2
  43.       TabOrder = 1
  44.     end
  45.   end
  46.   object Panel2: TPanel
  47.     Left = 0
  48.     Top = 0
  49.     Width = 330
  50.     Height = 306
  51.     Align = alClient
  52.     TabOrder = 0
  53.     object GroupBoxFlags: TGroupBox
  54.       Left = 168
  55.       Top = 112
  56.       Width = 153
  57.       Height = 89
  58.       Caption = 'Flags'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.       TabOrder = 0
  66.       object CheckBoxOriginal: TCheckBox
  67.         Left = 8
  68.         Top = 16
  69.         Width = 63
  70.         Height = 17
  71.         Caption = 'Original'
  72.         Font.Charset = DEFAULT_CHARSET
  73.         Font.Color = clWindowText
  74.         Font.Height = -11
  75.         Font.Name = 'MS Sans Serif'
  76.         Font.Style = []
  77.         ParentFont = False
  78.         TabOrder = 0
  79.       end
  80.       object CheckBoxCopy: TCheckBox
  81.         Left = 8
  82.         Top = 32
  83.         Width = 63
  84.         Height = 17
  85.         Caption = 'Kopie'
  86.         Font.Charset = DEFAULT_CHARSET
  87.         Font.Color = clWindowText
  88.         Font.Height = -11
  89.         Font.Name = 'MS Sans Serif'
  90.         Font.Style = []
  91.         ParentFont = False
  92.         TabOrder = 1
  93.       end
  94.       object CheckBoxPrivate: TCheckBox
  95.         Left = 8
  96.         Top = 48
  97.         Width = 63
  98.         Height = 17
  99.         Caption = 'Privat'
  100.         Font.Charset = DEFAULT_CHARSET
  101.         Font.Color = clWindowText
  102.         Font.Height = -11
  103.         Font.Name = 'MS Sans Serif'
  104.         Font.Style = []
  105.         ParentFont = False
  106.         TabOrder = 2
  107.       end
  108.       object CheckBoxCopyright: TCheckBox
  109.         Left = 8
  110.         Top = 64
  111.         Width = 63
  112.         Height = 17
  113.         Caption = 'Copyright'
  114.         Font.Charset = DEFAULT_CHARSET
  115.         Font.Color = clWindowText
  116.         Font.Height = -11
  117.         Font.Name = 'MS Sans Serif'
  118.         Font.Style = []
  119.         ParentFont = False
  120.         TabOrder = 3
  121.       end
  122.     end
  123.     object GroupBoxBitrate: TGroupBox
  124.       Left = 8
  125.       Top = 8
  126.       Width = 153
  127.       Height = 97
  128.       Caption = 'Bitrate'
  129.       Font.Charset = DEFAULT_CHARSET
  130.       Font.Color = clWindowText
  131.       Font.Height = -11
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = [fsBold]
  134.       ParentFont = False
  135.       TabOrder = 1
  136.       object LabelQualityLow: TLabel
  137.         Left = 8
  138.         Top = 57
  139.         Width = 54
  140.         Height = 13
  141.         Caption = 'Schlecht'
  142.         Font.Charset = DEFAULT_CHARSET
  143.         Font.Color = clWindowText
  144.         Font.Height = -11
  145.         Font.Name = 'MS Sans Serif'
  146.         Font.Style = []
  147.         ParentFont = False
  148.       end
  149.       object LabelQualityHigh: TLabel
  150.         Left = 88
  151.         Top = 57
  152.         Width = 57
  153.         Height = 13
  154.         Alignment = taRightJustify
  155.         Caption = 'Gut'
  156.         Font.Charset = DEFAULT_CHARSET
  157.         Font.Color = clWindowText
  158.         Font.Height = -11
  159.         Font.Name = 'MS Sans Serif'
  160.         Font.Style = []
  161.         ParentFont = False
  162.       end
  163.       object LabelBitrate: TLabel
  164.         Left = 8
  165.         Top = 14
  166.         Width = 69
  167.         Height = 13
  168.         Caption = 'Aktuellle Bitrate:'
  169.         Font.Charset = DEFAULT_CHARSET
  170.         Font.Color = clWindowText
  171.         Font.Height = -11
  172.         Font.Name = 'MS Sans Serif'
  173.         Font.Style = []
  174.         ParentFont = False
  175.       end
  176.       object LabelFileSmall: TLabel
  177.         Left = 8
  178.         Top = 70
  179.         Width = 39
  180.         Height = 13
  181.         Caption = 'Kleine Datei'
  182.         Font.Charset = DEFAULT_CHARSET
  183.         Font.Color = clWindowText
  184.         Font.Height = -11
  185.         Font.Name = 'MS Sans Serif'
  186.         Font.Style = []
  187.         ParentFont = False
  188.       end
  189.       object LabelFileBig: TLabel
  190.         Left = 115
  191.         Top = 70
  192.         Width = 30
  193.         Height = 13
  194.         Alignment = taRightJustify
  195.         Caption = 'Gro∩┐╜e Datei'
  196.         Font.Charset = DEFAULT_CHARSET
  197.         Font.Color = clWindowText
  198.         Font.Height = -11
  199.         Font.Name = 'MS Sans Serif'
  200.         Font.Style = []
  201.         ParentFont = False
  202.       end
  203.       object RxSliderBitrate: TRxSlider
  204.         Left = 8
  205.         Top = 27
  206.         Width = 137
  207.         Height = 32
  208.         Increment = 1
  209.         MinValue = 1
  210.         MaxValue = 14
  211.         Options = [soShowPoints]
  212.         TabOrder = 0
  213.         TabStop = False
  214.         Value = 1
  215.         OnChange = RxSliderBitrateChange
  216.       end
  217.     end
  218.     object GroupBoxPriority: TGroupBox
  219.       Left = 168
  220.       Top = 8
  221.       Width = 153
  222.       Height = 97
  223.       Caption = 'Priorit∩┐╜t'
  224.       Font.Charset = DEFAULT_CHARSET
  225.       Font.Color = clWindowText
  226.       Font.Height = -11
  227.       Font.Name = 'MS Sans Serif'
  228.       Font.Style = [fsBold]
  229.       ParentFont = False
  230.       TabOrder = 2
  231.       object LabelPriority: TLabel
  232.         Left = 8
  233.         Top = 14
  234.         Width = 70
  235.         Height = 13
  236.         Caption = 'Aktuelle Priorit∩┐╜t:'
  237.         Font.Charset = DEFAULT_CHARSET
  238.         Font.Color = clWindowText
  239.         Font.Height = -11
  240.         Font.Name = 'MS Sans Serif'
  241.         Font.Style = []
  242.         ParentFont = False
  243.       end
  244.       object LabelPrioritySlow: TLabel
  245.         Left = 8
  246.         Top = 57
  247.         Width = 30
  248.         Height = 13
  249.         Caption = 'langsamer'
  250.         Font.Charset = DEFAULT_CHARSET
  251.         Font.Color = clWindowText
  252.         Font.Height = -11
  253.         Font.Name = 'MS Sans Serif'
  254.         Font.Style = []
  255.         ParentFont = False
  256.       end
  257.       object LabelPriorityInterferesNot: TLabel
  258.         Left = 8
  259.         Top = 70
  260.         Width = 69
  261.         Height = 13
  262.         Caption = 'st∩┐╜rt nicht'
  263.         Font.Charset = DEFAULT_CHARSET
  264.         Font.Color = clWindowText
  265.         Font.Height = -11
  266.         Font.Name = 'MS Sans Serif'
  267.         Font.Style = []
  268.         ParentFont = False
  269.       end
  270.       object LabelPriorityFast: TLabel
  271.         Left = 119
  272.         Top = 57
  273.         Width = 26
  274.         Height = 13
  275.         Alignment = taRightJustify
  276.         Caption = 'schneller'
  277.         Font.Charset = DEFAULT_CHARSET
  278.         Font.Color = clWindowText
  279.         Font.Height = -11
  280.         Font.Name = 'MS Sans Serif'
  281.         Font.Style = []
  282.         ParentFont = False
  283.       end
  284.       object LabelPriorityInterferes: TLabel
  285.         Left = 102
  286.         Top = 70
  287.         Width = 43
  288.         Height = 13
  289.         Alignment = taRightJustify
  290.         Caption = 'st∩┐╜rt'
  291.         Font.Charset = DEFAULT_CHARSET
  292.         Font.Color = clWindowText
  293.         Font.Height = -11
  294.         Font.Name = 'MS Sans Serif'
  295.         Font.Style = []
  296.         ParentFont = False
  297.       end
  298.       object RxSliderPriority: TRxSlider
  299.         Left = 8
  300.         Top = 27
  301.         Width = 137
  302.         Height = 32
  303.         Increment = 1
  304.         MaxValue = 5
  305.         Options = [soShowPoints]
  306.         TabOrder = 0
  307.         TabStop = False
  308.         Value = 1
  309.         OnChange = RxSliderPriorityChange
  310.       end
  311.     end
  312.     object GroupBoxOptions: TGroupBox
  313.       Left = 8
  314.       Top = 112
  315.       Width = 153
  316.       Height = 89
  317.       Caption = 'Optionen'
  318.       Font.Charset = DEFAULT_CHARSET
  319.       Font.Color = clWindowText
  320.       Font.Height = -11
  321.       Font.Name = 'MS Sans Serif'
  322.       Font.Style = [fsBold]
  323.       ParentFont = False
  324.       TabOrder = 3
  325.       object CheckBoxMono: TCheckBox
  326.         Left = 8
  327.         Top = 16
  328.         Width = 139
  329.         Height = 17
  330.         Caption = 'Mono MP3 erzeugen'
  331.         Font.Charset = DEFAULT_CHARSET
  332.         Font.Color = clWindowText
  333.         Font.Height = -11
  334.         Font.Name = 'MS Sans Serif'
  335.         Font.Style = []
  336.         ParentFont = False
  337.         TabOrder = 0
  338.       end
  339.       object CheckBoxCRC: TCheckBox
  340.         Left = 8
  341.         Top = 32
  342.         Width = 139
  343.         Height = 17
  344.         Caption = 'CRC-Checksumme'
  345.         Font.Charset = DEFAULT_CHARSET
  346.         Font.Color = clWindowText
  347.         Font.Height = -11
  348.         Font.Name = 'MS Sans Serif'
  349.         Font.Style = []
  350.         ParentFont = False
  351.         TabOrder = 1
  352.       end
  353.       object CheckBoxDelete: TCheckBox
  354.         Left = 8
  355.         Top = 48
  356.         Width = 139
  357.         Height = 17
  358.         Caption = 'WAV-Datei l∩┐╜schen'
  359.         Font.Charset = DEFAULT_CHARSET
  360.         Font.Color = clWindowText
  361.         Font.Height = -11
  362.         Font.Name = 'MS Sans Serif'
  363.         Font.Style = []
  364.         ParentFont = False
  365.         TabOrder = 2
  366.       end
  367.     end
  368.     object GroupBoxBladeEnc: TGroupBox
  369.       Left = 8
  370.       Top = 256
  371.       Width = 313
  372.       Height = 49
  373.       Caption = 'BladeEnc'
  374.       Font.Charset = DEFAULT_CHARSET
  375.       Font.Color = clWindowText
  376.       Font.Height = -11
  377.       Font.Name = 'MS Sans Serif'
  378.       Font.Style = [fsBold]
  379.       ParentFont = False
  380.       TabOrder = 4
  381.       object FilenameEditBladeEnc: TFilenameEdit
  382.         Left = 8
  383.         Top = 14
  384.         Width = 297
  385.         Height = 21
  386.         AcceptFiles = True
  387.         DefaultExt = '*.exe'
  388.         Filter = 'BladeEnc.exe|BladeEnc.exe|Alle Dateien (*.*)|*.*'
  389.         DialogOptions = [ofFileMustExist, ofEnableSizing]
  390.         DialogTitle = 'Nach BladeEnc.exe suchen'
  391.         Font.Charset = DEFAULT_CHARSET
  392.         Font.Color = clWindowText
  393.         Font.Height = -11
  394.         Font.Name = 'MS Sans Serif'
  395.         Font.Style = []
  396.         NumGlyphs = 1
  397.         ParentFont = False
  398.         TabOrder = 0
  399.         Text = 'FilenameEditBladeEnc'
  400.       end
  401.     end
  402.     object GroupBoxOutputDir: TGroupBox
  403.       Left = 8
  404.       Top = 201
  405.       Width = 313
  406.       Height = 49
  407.       Caption = 'Ausgabeverzeichnis'
  408.       Font.Charset = DEFAULT_CHARSET
  409.       Font.Color = clWindowText
  410.       Font.Height = -11
  411.       Font.Name = 'MS Sans Serif'
  412.       Font.Style = [fsBold]
  413.       ParentFont = False
  414.       TabOrder = 5
  415.       object DirectoryEditOutputDir: TDirectoryEdit
  416.         Left = 8
  417.         Top = 16
  418.         Width = 297
  419.         Height = 21
  420.         AcceptFiles = True
  421.         DialogKind = dkWin32
  422.         DialogText = 
  423.           'W∩┐╜hlen Sie einen Ordner, in dem die mp3 Dateien gespeichert werd' +
  424.           'en sollen.'
  425.         DialogOptions = [sdAllowCreate, sdPerformCreate, sdPrompt]
  426.         Font.Charset = DEFAULT_CHARSET
  427.         Font.Color = clWindowText
  428.         Font.Height = -11
  429.         Font.Name = 'MS Sans Serif'
  430.         Font.Style = []
  431.         NumGlyphs = 1
  432.         ParentFont = False
  433.         TabOrder = 0
  434.         Text = 'DirectoryEditOutputDir'
  435.       end
  436.     end
  437.   end
  438. end
  439.