home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd2.bin / utilities / nvidia / nvidia_refreshrate_fix_2.1.exe / nvreffix.exe / 0 / RCDATA / TRFXLOGFORM / TRFXLOGFORM.txt
Text File  |  2001-10-17  |  2KB  |  89 lines

  1. object RFXLogForm: TRFXLogForm
  2.   Left = 378
  3.   Top = 214
  4.   Width = 500
  5.   Height = 390
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Refresh Fix Log'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 300
  10.   Constraints.MinWidth = 400
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Memo1: TMemo
  21.     Left = 0
  22.     Top = 0
  23.     Width = 492
  24.     Height = 316
  25.     Align = alClient
  26.     Color = clBtnFace
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'Tahoma'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     ReadOnly = True
  34.     ScrollBars = ssBoth
  35.     TabOrder = 0
  36.     WordWrap = False
  37.     OnKeyDown = Memo1KeyDown
  38.   end
  39.   object Panel1: TPanel
  40.     Left = 0
  41.     Top = 316
  42.     Width = 492
  43.     Height = 40
  44.     Align = alBottom
  45.     BevelOuter = bvNone
  46.     TabOrder = 1
  47.     DesignSize = (
  48.       492
  49.       40)
  50.     object CloseBtn: TButton
  51.       Left = 410
  52.       Top = 10
  53.       Width = 75
  54.       Height = 23
  55.       Anchors = [akRight]
  56.       Cancel = True
  57.       Caption = 'Close'
  58.       TabOrder = 0
  59.       OnClick = CloseBtnClick
  60.     end
  61.     object CopyBtn: TButton
  62.       Left = 282
  63.       Top = 10
  64.       Width = 103
  65.       Height = 23
  66.       Anchors = [akRight]
  67.       Caption = 'Copy to clipboard'
  68.       TabOrder = 1
  69.       OnClick = CopyBtnClick
  70.     end
  71.     object SaveBtn: TButton
  72.       Left = 200
  73.       Top = 10
  74.       Width = 75
  75.       Height = 23
  76.       Anchors = [akRight]
  77.       Caption = 'Save...'
  78.       TabOrder = 2
  79.       OnClick = SaveBtnClick
  80.     end
  81.   end
  82.   object SaveDialog1: TSaveDialog
  83.     Filter = 'Log Files|*.log|All Files|*.*'
  84.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  85.     Left = 8
  86.     Top = 320
  87.   end
  88. end
  89.