home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 April / PCWorld_2002-04_cd.bin / Software / Vyzkuste / editovac / HTMEd.exe / 0 / RCDATA / TABOUTDLGFORM / TABOUTDLGFORM.txt
Text File  |  2000-11-23  |  2KB  |  113 lines

  1. object AboutDlgForm: TAboutDlgForm
  2.   Left = 294
  3.   Top = 174
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'O aplikaci ...'
  7.   ClientHeight = 214
  8.   ClientWidth = 410
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 15
  18.   object WEBLabel1: TLabel
  19.     Left = 27
  20.     Top = 178
  21.     Width = 55
  22.     Height = 14
  23.     Cursor = crHandPoint
  24.     Anchors = [akLeft, akBottom]
  25.     Caption = 'WEBLabel1'
  26.     Font.Charset = EASTEUROPE_CHARSET
  27.     Font.Color = clBlue
  28.     Font.Height = -11
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsUnderline]
  31.     ParentFont = False
  32.     OnClick = WEBLabel1Click
  33.   end
  34.   object MAILLabel2: TLabel
  35.     Left = 27
  36.     Top = 195
  37.     Width = 56
  38.     Height = 14
  39.     Cursor = crHandPoint
  40.     Anchors = [akLeft, akBottom]
  41.     Caption = 'MAILLabel2'
  42.     Font.Charset = EASTEUROPE_CHARSET
  43.     Font.Color = clBlue
  44.     Font.Height = -11
  45.     Font.Name = 'Arial'
  46.     Font.Style = [fsUnderline]
  47.     ParentFont = False
  48.     OnClick = WEBLabel1Click
  49.   end
  50.   object Image1: TImage
  51.     Left = 8
  52.     Top = 177
  53.     Width = 16
  54.     Height = 16
  55.     Anchors = [akLeft, akBottom]
  56.     Transparent = True
  57.   end
  58.   object Image2: TImage
  59.     Left = 8
  60.     Top = 194
  61.     Width = 16
  62.     Height = 16
  63.     Anchors = [akLeft, akBottom]
  64.     Transparent = True
  65.   end
  66.   object PgCtrl: TPageControl
  67.     Left = 8
  68.     Top = 8
  69.     Width = 395
  70.     Height = 165
  71.     ActivePage = TabSheet1
  72.     Anchors = [akLeft, akTop, akRight, akBottom]
  73.     TabOrder = 0
  74.     TabStop = False
  75.     object TabSheet1: TTabSheet
  76.       Caption = 'TabSheet1'
  77.     end
  78.     object TabSheet2: TTabSheet
  79.       Caption = 'TabSheet2'
  80.       ImageIndex = 1
  81.     end
  82.     object TabSheet3: TTabSheet
  83.       Caption = 'TabSheet3'
  84.       ImageIndex = 2
  85.     end
  86.     object TabSheet4: TTabSheet
  87.       Caption = 'TabSheet4'
  88.       ImageIndex = 3
  89.     end
  90.     object TabSheet5: TTabSheet
  91.       Caption = 'TabSheet5'
  92.       ImageIndex = 4
  93.     end
  94.     object TabSheet6: TTabSheet
  95.       Caption = 'TabSheet6'
  96.       ImageIndex = 5
  97.     end
  98.     object TabSheet7: TTabSheet
  99.       Caption = 'TabSheet7'
  100.       ImageIndex = 6
  101.     end
  102.   end
  103.   object BitBtn1: TBitBtn
  104.     Left = 312
  105.     Top = 178
  106.     Width = 91
  107.     Height = 30
  108.     Anchors = [akRight, akBottom]
  109.     TabOrder = 1
  110.     Kind = bkOK
  111.   end
  112. end
  113.