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

  1. object Form2: TForm2
  2.   Left = 1094
  3.   Top = 150
  4.   BorderStyle = bsSingle
  5.   Caption = 'About'
  6.   ClientHeight = 151
  7.   ClientWidth = 239
  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 = False
  15.   OnClick = FormClick
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 8
  20.     Top = 8
  21.     Width = 33
  22.     Height = 33
  23.     Picture.Data = {<image000.ico>}
  24.   end
  25.   object Label1: TLabel
  26.     Left = 0
  27.     Top = 56
  28.     Width = 3
  29.     Height = 13
  30.     Align = alCustom
  31.   end
  32.   object Label2: TLabel
  33.     Left = 72
  34.     Top = 56
  35.     Width = 54
  36.     Height = 13
  37.     Caption = 'Created by:'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 72
  41.     Top = 72
  42.     Width = 130
  43.     Height = 13
  44.     Caption = 'Ing. Tomas Dolansky, 2003'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 68
  48.     Top = 132
  49.     Width = 159
  50.     Height = 13
  51.     Caption = 'http://tomasdolansky.webpark.cz'
  52.     Color = clActiveBorder
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clBlue
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentColor = False
  59.     ParentFont = False
  60.   end
  61.   object Memo1: TMemo
  62.     Left = 72
  63.     Top = 8
  64.     Width = 121
  65.     Height = 33
  66.     Alignment = taCenter
  67.     BorderStyle = bsNone
  68.     Color = clBtnFace
  69.     Lines.Strings = (
  70.       'Distortion Elimination with '
  71.       'Photomodeler Parameters')
  72.     TabOrder = 0
  73.   end
  74. end
  75.