home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd1.bin / ctenari / Dolansky / DistortionPM.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2003-07-05  |  2KB  |  89 lines

  1. object AboutBox: TAboutBox
  2.   Left = 1177
  3.   Top = 394
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 159
  7.   ClientWidth = 243
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnClick = FormClick
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 8
  21.     Top = 8
  22.     Width = 33
  23.     Height = 33
  24.     Picture.Data = {<image000.ico>}
  25.   end
  26.   object Label2: TLabel
  27.     Left = 72
  28.     Top = 56
  29.     Width = 54
  30.     Height = 13
  31.     Caption = 'Created by:'
  32.     OnClick = Label2Click
  33.   end
  34.   object Label3: TLabel
  35.     Left = 72
  36.     Top = 72
  37.     Width = 130
  38.     Height = 13
  39.     Caption = 'Ing. Tomas Dolansky, 2003'
  40.     OnClick = Label3Click
  41.   end
  42.   object Label4: TLabel
  43.     Left = 72
  44.     Top = 132
  45.     Width = 159
  46.     Height = 13
  47.     Cursor = crHandPoint
  48.     Caption = 'http://tomasdolansky.webpark.cz'
  49.     Color = clActiveBorder
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clBlue
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentColor = False
  56.     ParentFont = False
  57.     Transparent = False
  58.     OnClick = Label4Click
  59.   end
  60.   object Memo1: TMemo
  61.     Left = 72
  62.     Top = 8
  63.     Width = 121
  64.     Height = 33
  65.     Alignment = taCenter
  66.     BorderStyle = bsNone
  67.     Color = clBtnFace
  68.     Lines.Strings = (
  69.       'Distortion Elimination with '
  70.       'Photomodeler Parameters')
  71.     ReadOnly = True
  72.     TabOrder = 0
  73.     WordWrap = False
  74.     OnClick = Memo1Click
  75.     OnMouseDown = Memo1MouseDown
  76.   end
  77.   object ActionManager1: TActionManager
  78.     Left = 4
  79.     Top = 124
  80.     StyleName = 'XP Style'
  81.     object BrowseURL1: TBrowseURL
  82.       Category = 'Internet'
  83.       Caption = '&Browse URL'
  84.       Hint = 'Browse URL'
  85.       URL = 'http://tomasdolansky.webpark.cz'
  86.     end
  87.   end
  88. end
  89.