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 / TRFXCUSTOMACTIONDLG / TRFXCUSTOMACTIONDLG.txt
Text File  |  2001-10-17  |  2KB  |  108 lines

  1. object RFXCustomActionDlg: TRFXCustomActionDlg
  2.   Left = 435
  3.   Top = 260
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Custom criteria'
  7.   ClientHeight = 152
  8.   ClientWidth = 278
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 96
  22.     Width = 261
  23.     Height = 13
  24.     Shape = bsBottomLine
  25.   end
  26.   object Label1: TLabel
  27.     Left = 8
  28.     Top = 12
  29.     Width = 128
  30.     Height = 13
  31.     Caption = 'Set every &resolution below'
  32.     FocusControl = ResolutionCombo
  33.   end
  34.   object Label2: TLabel
  35.     Left = 124
  36.     Top = 40
  37.     Width = 10
  38.     Height = 13
  39.     Caption = '&to'
  40.     FocusControl = RefreshRateCombo
  41.   end
  42.   object Label3: TLabel
  43.     Left = 252
  44.     Top = 40
  45.     Width = 12
  46.     Height = 13
  47.     Caption = 'Hz'
  48.   end
  49.   object Label4: TLabel
  50.     Left = 8
  51.     Top = 64
  52.     Width = 261
  53.     Height = 13
  54.     AutoSize = False
  55.     Caption = 'If this refresh rate is not supported by your monitor,'
  56.   end
  57.   object OKBtn: TButton
  58.     Left = 115
  59.     Top = 120
  60.     Width = 75
  61.     Height = 23
  62.     Caption = 'OK'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 3
  66.   end
  67.   object CancelBtn: TButton
  68.     Left = 195
  69.     Top = 120
  70.     Width = 75
  71.     Height = 23
  72.     Cancel = True
  73.     Caption = 'Cancel'
  74.     ModalResult = 2
  75.     TabOrder = 4
  76.   end
  77.   object RefreshRateCombo: TComboBox
  78.     Left = 148
  79.     Top = 36
  80.     Width = 97
  81.     Height = 21
  82.     Style = csDropDownList
  83.     ItemHeight = 13
  84.     TabOrder = 1
  85.   end
  86.   object ResolutionCombo: TComboBox
  87.     Left = 148
  88.     Top = 8
  89.     Width = 97
  90.     Height = 21
  91.     Style = csDropDownList
  92.     ItemHeight = 13
  93.     TabOrder = 0
  94.   end
  95.   object ClosestCheck: TCheckBox
  96.     Left = 8
  97.     Top = 80
  98.     Width = 261
  99.     Height = 17
  100.     Caption = 'set to &closest possible rate available'
  101.     Checked = True
  102.     Ctl3D = True
  103.     ParentCtl3D = False
  104.     State = cbChecked
  105.     TabOrder = 2
  106.   end
  107. end
  108.