home *** CD-ROM | disk | FTP | other *** search
/ Freelog 6 / Freelog006.iso / Logs / Musique / Orangator / ORAN20.EXE / 0 / RCDATA / TOR_SETUPDIALOG / TOR_SETUPDIALOG.txt
Text File  |  1998-02-08  |  2KB  |  120 lines

  1. object Or_SetupDialog: TOr_SetupDialog
  2.   Left = 201
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 214
  7.   ClientWidth = 313
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 297
  20.     Height = 161
  21.     Shape = bsFrame
  22.   end
  23.   object Util1FileNameLabel: TLabel
  24.     Left = 112
  25.     Top = 16
  26.     Width = 65
  27.     Height = 13
  28.     Caption = 'Util 1 program'
  29.   end
  30.   object Util1NameLabel: TLabel
  31.     Left = 16
  32.     Top = 16
  33.     Width = 53
  34.     Height = 13
  35.     Caption = 'Util 1 name'
  36.   end
  37.   object Unit2FileNameLabel: TLabel
  38.     Left = 112
  39.     Top = 56
  40.     Width = 65
  41.     Height = 13
  42.     Caption = 'Util 2 program'
  43.   end
  44.   object Unit2NameLabel: TLabel
  45.     Left = 16
  46.     Top = 56
  47.     Width = 53
  48.     Height = 13
  49.     Caption = 'Util 2 name'
  50.   end
  51.   object SaveDirectoryLabel: TLabel
  52.     Left = 16
  53.     Top = 104
  54.     Width = 68
  55.     Height = 13
  56.     Caption = 'Save directory'
  57.   end
  58.   object OKBtn: TButton
  59.     Left = 79
  60.     Top = 180
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'OK'
  64.     Default = True
  65.     ModalResult = 1
  66.     TabOrder = 0
  67.     OnClick = OKBtnClick
  68.   end
  69.   object CancelBtn: TButton
  70.     Left = 159
  71.     Top = 180
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 1
  78.     OnClick = CancelBtnClick
  79.   end
  80.   object Util1FileNameEdit: TEdit
  81.     Left = 112
  82.     Top = 32
  83.     Width = 185
  84.     Height = 21
  85.     TabOrder = 3
  86.     Text = 'Util1FileNameEdit'
  87.   end
  88.   object Util1NameEdit: TEdit
  89.     Left = 16
  90.     Top = 32
  91.     Width = 81
  92.     Height = 21
  93.     TabOrder = 2
  94.     Text = 'Cool'
  95.   end
  96.   object Util2FileNameEdit: TEdit
  97.     Left = 112
  98.     Top = 72
  99.     Width = 185
  100.     Height = 21
  101.     TabOrder = 5
  102.     Text = 'Util1FileNameEdit'
  103.   end
  104.   object Util2NameEdit: TEdit
  105.     Left = 16
  106.     Top = 72
  107.     Width = 81
  108.     Height = 21
  109.     TabOrder = 4
  110.     Text = 'Cool'
  111.   end
  112.   object SaveDirectoryEdit: TEdit
  113.     Left = 16
  114.     Top = 120
  115.     Width = 281
  116.     Height = 21
  117.     TabOrder = 6
  118.   end
  119. end
  120.