home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / Waptor / waptor.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  2000-01-18  |  3KB  |  155 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 238
  3.   Top = 156
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 219
  7.   ClientWidth = 281
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object grpMAIN: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 265
  23.     Height = 177
  24.     TabOrder = 0
  25.     object lblHlavni: TLabel
  26.       Left = 80
  27.       Top = 63
  28.       Width = 144
  29.       Height = 13
  30.       Cursor = crHandPoint
  31.       Caption = 'http://www.waptop.cz/waptor'
  32.       Color = clBtnFace
  33.       Font.Charset = DEFAULT_CHARSET
  34.       Font.Color = clGreen
  35.       Font.Height = -11
  36.       Font.Name = 'MS Sans Serif'
  37.       Font.Style = [fsUnderline]
  38.       ParentColor = False
  39.       ParentFont = False
  40.       OnClick = lblHlavniClick
  41.     end
  42.     object Label6: TLabel
  43.       Left = 80
  44.       Top = 23
  45.       Width = 97
  46.       Height = 13
  47.       Caption = 'EasyPad WAPtor'
  48.       Color = clBtnFace
  49.       Font.Charset = DEFAULT_CHARSET
  50.       Font.Color = clBlack
  51.       Font.Height = -11
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = [fsBold]
  54.       ParentColor = False
  55.       ParentFont = False
  56.     end
  57.     object lblAUTOR: TLabel
  58.       Left = 80
  59.       Top = 89
  60.       Width = 40
  61.       Height = 13
  62.       Caption = 'Support:'
  63.       Color = clBtnFace
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clBlack
  66.       Font.Height = -11
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = []
  69.       ParentColor = False
  70.       ParentFont = False
  71.     end
  72.     object lblEmail: TLabel
  73.       Left = 80
  74.       Top = 103
  75.       Width = 92
  76.       Height = 13
  77.       Cursor = crHandPoint
  78.       Caption = 'waptor@waptop.cz'
  79.       Color = clBtnFace
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clGreen
  82.       Font.Height = -11
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = [fsUnderline]
  85.       ParentColor = False
  86.       ParentFont = False
  87.       OnClick = lblEmailClick
  88.     end
  89.     object lblHomepage: TLabel
  90.       Left = 80
  91.       Top = 157
  92.       Width = 110
  93.       Height = 13
  94.       Cursor = crHandPoint
  95.       Caption = 'http://webhost.cz/elka'
  96.       Color = clBtnFace
  97.       Font.Charset = DEFAULT_CHARSET
  98.       Font.Color = clGreen
  99.       Font.Height = -11
  100.       Font.Name = 'MS Sans Serif'
  101.       Font.Style = [fsUnderline]
  102.       ParentColor = False
  103.       ParentFont = False
  104.       OnClick = lblHomepageClick
  105.     end
  106.     object Label1: TLabel
  107.       Left = 80
  108.       Top = 128
  109.       Width = 34
  110.       Height = 13
  111.       Caption = 'Author:'
  112.     end
  113.     object Label2: TLabel
  114.       Left = 80
  115.       Top = 40
  116.       Width = 117
  117.       Height = 13
  118.       Caption = 'WML editor for Windows'
  119.     end
  120.     object Label3: TLabel
  121.       Left = 184
  122.       Top = 23
  123.       Width = 32
  124.       Height = 13
  125.       Caption = 'Label3'
  126.     end
  127.     object Label4: TLabel
  128.       Left = 80
  129.       Top = 144
  130.       Width = 60
  131.       Height = 13
  132.       Caption = 'Libor Krayzel'
  133.     end
  134.     object Image1: TImage
  135.       Left = 24
  136.       Top = 24
  137.       Width = 32
  138.       Height = 32
  139.       AutoSize = True
  140.       Picture.Data = {<image000.ico>}
  141.     end
  142.   end
  143.   object Button1: TButton
  144.     Left = 200
  145.     Top = 192
  146.     Width = 75
  147.     Height = 25
  148.     Cancel = True
  149.     Caption = 'Cancel'
  150.     Default = True
  151.     ModalResult = 2
  152.     TabOrder = 1
  153.   end
  154. end
  155.