home *** CD-ROM | disk | FTP | other *** search
/ Freelog 34 / Freelog034.iso / Bas / Systeme / RefreshFix / RefreshFix.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Encoding:
Text File  |  2002-04-06  |  2.4 KB  |  112 lines

  1. object Form2: TForm2
  2.   Left = 441
  3.   Top = 225
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About ATI Refresh Rate Fixer'
  7.   ClientHeight = 102
  8.   ClientWidth = 204
  9.   Color = clInactiveCaptionText
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 24
  24.     Top = 8
  25.     Width = 33
  26.     Height = 25
  27.     Picture.Data = {<image000.ico>}
  28.   end
  29.   object Label1: TLabel
  30.     Left = 56
  31.     Top = 8
  32.     Width = 108
  33.     Height = 13
  34.     Alignment = taCenter
  35.     Caption = 'ATI Refresh Rate Fixer'
  36.   end
  37.   object lbVer: TLabel
  38.     Left = 56
  39.     Top = 24
  40.     Width = 35
  41.     Height = 13
  42.     Alignment = taCenter
  43.     Caption = 'Version'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 144
  47.     Top = 24
  48.     Width = 31
  49.     Height = 13
  50.     Cursor = crHandPoint
  51.     Hint = 'mailto:int13h@radeon2.ru'
  52.     Caption = 'int13H'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clBlue
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsUnderline]
  58.     ParentFont = False
  59.     ParentShowHint = False
  60.     ShowHint = True
  61.     OnClick = Label4Click
  62.   end
  63.   object Label3: TLabel
  64.     Left = 130
  65.     Top = 24
  66.     Width = 11
  67.     Height = 13
  68.     Caption = 'by'
  69.   end
  70.   object Label2: TLabel
  71.     Left = 26
  72.     Top = 40
  73.     Width = 147
  74.     Height = 13
  75.     Cursor = crHandPoint
  76.     Hint = 'Program'#39's page [Russian]'
  77.     Caption = 'www.radeon2.ru/refreshfix.html'
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clBlue
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = [fsUnderline]
  83.     ParentFont = False
  84.     OnClick = Label2Click
  85.   end
  86.   object Label5: TLabel
  87.     Left = 16
  88.     Top = 56
  89.     Width = 171
  90.     Height = 13
  91.     Cursor = crHandPoint
  92.     Hint = 'Program'#39's page [English]'
  93.     Caption = 'www.radeon2.ru/refreshfix_eng.html'
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clBlue
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = [fsUnderline]
  99.     ParentFont = False
  100.     OnClick = Label5Click
  101.   end
  102.   object Button1: TButton
  103.     Left = 70
  104.     Top = 73
  105.     Width = 65
  106.     Height = 25
  107.     Caption = 'Ok'
  108.     TabOrder = 0
  109.     OnClick = Button1Click
  110.   end
  111. end
  112.