home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / oddech / hry / click / click.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Encoding:
Text File  |  1999-03-07  |  2.8 KB  |  141 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 160
  3.   Top = 107
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = bttOK
  7.   BorderStyle = bsDialog
  8.   ClientHeight = 206
  9.   ClientWidth = 297
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnDeactivate = FormDeactivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object panelMain: TPanel
  22.     Left = 10
  23.     Top = 4
  24.     Width = 281
  25.     Height = 161
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvLowered
  28.     ParentColor = True
  29.     TabOrder = 0
  30.     object LBLBETA: TLabel
  31.       Left = 16
  32.       Top = 92
  33.       Width = 10
  34.       Height = 41
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clRed
  37.       Font.Height = -35
  38.       Font.Name = 'Arial'
  39.       Font.Style = [fsBold]
  40.       ParentFont = False
  41.     end
  42.     object lblInfo1: TLabel
  43.       Left = 70
  44.       Top = 16
  45.       Width = 190
  46.       Height = 13
  47.       AutoSize = False
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clWindowText
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.       IsControl = True
  55.     end
  56.     object lblInfo2: TLabel
  57.       Left = 70
  58.       Top = 40
  59.       Width = 190
  60.       Height = 13
  61.       AutoSize = False
  62.       IsControl = True
  63.     end
  64.     object lblInfo3: TLabel
  65.       Left = 10
  66.       Top = 72
  67.       Width = 253
  68.       Height = 45
  69.       AutoSize = False
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clWindowText
  72.       Font.Height = -11
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = [fsBold]
  75.       ParentFont = False
  76.       ParentShowHint = False
  77.       ShowHint = True
  78.       Transparent = True
  79.       WordWrap = True
  80.       IsControl = True
  81.     end
  82.     object lblInfo4: TLabel
  83.       Left = 10
  84.       Top = 120
  85.       Width = 253
  86.       Height = 33
  87.       AutoSize = False
  88.       ParentShowHint = False
  89.       ShowHint = True
  90.       Transparent = True
  91.       WordWrap = True
  92.       IsControl = True
  93.     end
  94.     object ProgramIcon: TImage
  95.       Left = 12
  96.       Top = 12
  97.       Width = 47
  98.       Height = 50
  99.       ParentShowHint = False
  100.       ShowHint = True
  101.       Stretch = True
  102.       OnClick = ProgramIconClick
  103.       IsControl = True
  104.     end
  105.   end
  106.   object bttOK: TButton
  107.     Left = 211
  108.     Top = 176
  109.     Width = 80
  110.     Height = 25
  111.     Cancel = True
  112.     ModalResult = 1
  113.     TabOrder = 3
  114.     OnClick = bttOKClick
  115.   end
  116.   object bttMail: TButton
  117.     Left = 8
  118.     Top = 176
  119.     Width = 62
  120.     Height = 25
  121.     TabOrder = 1
  122.     OnClick = bttMailClick
  123.   end
  124.   object bttWWW: TButton
  125.     Left = 80
  126.     Top = 176
  127.     Width = 65
  128.     Height = 25
  129.     Default = True
  130.     TabOrder = 2
  131.     OnClick = bttMailClick
  132.   end
  133.   object timerMain: TTimer
  134.     Enabled = False
  135.     Interval = 125
  136.     OnTimer = timerMainTimer
  137.     Left = 160
  138.     Top = 172
  139.   end
  140. end
  141.