home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Software / Vyzkuste / divfix / Source / Parameters.dfm / Parameters.txt
Text File  |  2002-09-09  |  2KB  |  109 lines

  1. object Form3: TForm3
  2.   Left = 330
  3.   Top = 172
  4.   Width = 289
  5.   Height = 196
  6.   Caption = 'Usage'
  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.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 281
  19.     Height = 169
  20.   end
  21.   object Label2: TLabel
  22.     Left = 16
  23.     Top = 32
  24.     Width = 11
  25.     Height = 13
  26.     Caption = '-R'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 16
  30.     Top = 96
  31.     Width = 57
  32.     Height = 13
  33.     Caption = '-L [filename]'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 16
  37.     Top = 64
  38.     Width = 60
  39.     Height = 13
  40.     Caption = '-O [directory]'
  41.   end
  42.   object Label1: TLabel
  43.     Left = 8
  44.     Top = 8
  45.     Width = 264
  46.     Height = 13
  47.     Caption = 'DivFix filename [-R] [-E] [-O [directory]] [-C] [-L [filename]]'
  48.   end
  49.   object Label5: TLabel
  50.     Left = 16
  51.     Top = 80
  52.     Width = 10
  53.     Height = 13
  54.     Caption = '-C'
  55.   end
  56.   object Label6: TLabel
  57.     Left = 80
  58.     Top = 32
  59.     Width = 49
  60.     Height = 13
  61.     Caption = 'Strip index'
  62.   end
  63.   object Label7: TLabel
  64.     Left = 80
  65.     Top = 64
  66.     Width = 180
  67.     Height = 13
  68.     Caption = 'Keep the original file and write backup'
  69.   end
  70.   object Label8: TLabel
  71.     Left = 80
  72.     Top = 80
  73.     Width = 81
  74.     Height = 13
  75.     Caption = 'Cut out bad parts'
  76.   end
  77.   object Label9: TLabel
  78.     Left = 80
  79.     Top = 96
  80.     Width = 58
  81.     Height = 13
  82.     Caption = 'Write log file'
  83.   end
  84.   object Label10: TLabel
  85.     Left = 16
  86.     Top = 48
  87.     Width = 10
  88.     Height = 13
  89.     Caption = '-E'
  90.   end
  91.   object Label11: TLabel
  92.     Left = 80
  93.     Top = 48
  94.     Width = 55
  95.     Height = 13
  96.     Caption = 'Error check'
  97.   end
  98.   object Button1: TButton
  99.     Left = 104
  100.     Top = 128
  101.     Width = 75
  102.     Height = 25
  103.     Cancel = True
  104.     Caption = 'Ok'
  105.     TabOrder = 0
  106.     OnClick = Button1Click
  107.   end
  108. end
  109.