home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Unix2Win / Unix2Win.exe / 0 / RCDATA / TOPTIONSFORM / TOPTIONSFORM.txt
Text File  |  2004-07-05  |  2KB  |  101 lines

  1. object OptionsForm: TOptionsForm
  2.   Left = 303
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 195
  7.   ClientWidth = 431
  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 = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object SaveRB: TRadioButton
  19.     Left = 16
  20.     Top = 16
  21.     Width = 393
  22.     Height = 17
  23.     Caption = 'Save converted files to the following directory'
  24.     TabOrder = 0
  25.     OnClick = SaveRBClick
  26.   end
  27.   object SaveSuffixCB: TRadioButton
  28.     Left = 16
  29.     Top = 112
  30.     Width = 393
  31.     Height = 17
  32.     Caption = 
  33.       'Save converted files to original directory attaching a "_Conv" s' +
  34.       'uffix'
  35.     TabOrder = 1
  36.     OnClick = SaveSuffixCBClick
  37.   end
  38.   object DestDirEdit: TEdit
  39.     Left = 32
  40.     Top = 48
  41.     Width = 273
  42.     Height = 21
  43.     ParentShowHint = False
  44.     ShowHint = True
  45.     TabOrder = 2
  46.   end
  47.   object SelectBtn: TButton
  48.     Left = 312
  49.     Top = 48
  50.     Width = 49
  51.     Height = 21
  52.     Caption = 'Select'
  53.     TabOrder = 3
  54.     OnClick = SelectBtnClick
  55.   end
  56.   object DefaultBtn: TButton
  57.     Left = 368
  58.     Top = 48
  59.     Width = 49
  60.     Height = 21
  61.     Caption = 'Default'
  62.     TabOrder = 4
  63.     OnClick = DefaultBtnClick
  64.   end
  65.   object HelpBtn: TButton
  66.     Left = 258
  67.     Top = 152
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'Help'
  71.     TabOrder = 5
  72.     OnClick = HelpBtnClick
  73.   end
  74.   object OkBtn: TButton
  75.     Left = 98
  76.     Top = 152
  77.     Width = 75
  78.     Height = 25
  79.     Caption = 'OK'
  80.     ModalResult = 1
  81.     TabOrder = 6
  82.   end
  83.   object CancelBtn: TButton
  84.     Left = 178
  85.     Top = 152
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'Cancel'
  89.     ModalResult = 2
  90.     TabOrder = 7
  91.   end
  92.   object OpenCB: TCheckBox
  93.     Left = 32
  94.     Top = 80
  95.     Width = 233
  96.     Height = 17
  97.     Caption = 'Open directory after conversion'
  98.     TabOrder = 8
  99.   end
  100. end
  101.