home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / ctenari / Majda / Pokec / CCDEdit.exe / 0 / RCDATA / TINFODLG / TINFODLG.txt
Text File  |  2000-07-29  |  3KB  |  147 lines

  1. object InfoDlg: TInfoDlg
  2.   Left = 246
  3.   Top = 179
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Info'
  7.   ClientHeight = 192
  8.   ClientWidth = 296
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnMouseMove = FormMouseMove
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object AppNameLabel: TLabel
  19.     Left = 56
  20.     Top = 8
  21.     Width = 37
  22.     Height = 13
  23.     Caption = 'Jmeno'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.     OnMouseMove = FormMouseMove
  31.   end
  32.   object AppVersionLabel: TLabel
  33.     Left = 56
  34.     Top = 24
  35.     Width = 51
  36.     Height = 13
  37.     Caption = 'Verze 1.00'
  38.     OnMouseMove = FormMouseMove
  39.   end
  40.   object AppIconImage: TImage
  41.     Left = 12
  42.     Top = 8
  43.     Width = 33
  44.     Height = 33
  45.     OnMouseMove = FormMouseMove
  46.   end
  47.   object AppCopyrightLabel: TLabel
  48.     Left = 56
  49.     Top = 48
  50.     Width = 185
  51.     Height = 13
  52.     Caption = 'Copyright ∩┐╜ 1998-2000 Mega Software'
  53.     OnMouseMove = FormMouseMove
  54.   end
  55.   object Bevel1: TBevel
  56.     Left = 0
  57.     Top = 62
  58.     Width = 297
  59.     Height = 10
  60.     Shape = bsBottomLine
  61.   end
  62.   object Bevel2: TBevel
  63.     Left = -1
  64.     Top = 146
  65.     Width = 297
  66.     Height = 10
  67.     Shape = bsTopLine
  68.   end
  69.   object Panel1: TPanel
  70.     Left = 0
  71.     Top = 72
  72.     Width = 297
  73.     Height = 74
  74.     BevelOuter = bvNone
  75.     Color = 14737632
  76.     TabOrder = 1
  77.     OnMouseMove = FormMouseMove
  78.     object Label1: TLabel
  79.       Left = 16
  80.       Top = 29
  81.       Width = 31
  82.       Height = 13
  83.       Caption = 'E-mail:'
  84.       OnMouseMove = FormMouseMove
  85.     end
  86.     object Label2: TLabel
  87.       Left = 16
  88.       Top = 45
  89.       Width = 36
  90.       Height = 13
  91.       Caption = 'WWW:'
  92.       OnMouseMove = FormMouseMove
  93.     end
  94.     object EMailLabel: TLabel
  95.       Left = 56
  96.       Top = 29
  97.       Width = 118
  98.       Height = 13
  99.       Cursor = crHandPoint
  100.       Caption = 'david.majda@seznam.cz'
  101.       Font.Charset = DEFAULT_CHARSET
  102.       Font.Color = clBlue
  103.       Font.Height = -11
  104.       Font.Name = 'MS Sans Serif'
  105.       Font.Style = [fsUnderline]
  106.       ParentFont = False
  107.       OnClick = EMailLabelClick
  108.       OnMouseMove = EMailLabelMouseMove
  109.     end
  110.     object WWWLabel: TLabel
  111.       Left = 56
  112.       Top = 45
  113.       Width = 124
  114.       Height = 13
  115.       Cursor = crHandPoint
  116.       Caption = 'http://dmajda.hyperlink.cz'
  117.       Font.Charset = DEFAULT_CHARSET
  118.       Font.Color = clBlue
  119.       Font.Height = -11
  120.       Font.Name = 'MS Sans Serif'
  121.       Font.Style = [fsUnderline]
  122.       ParentFont = False
  123.       OnClick = WWWLabelClick
  124.       OnMouseMove = WWWLabelMouseMove
  125.     end
  126.     object Label3: TLabel
  127.       Left = 16
  128.       Top = 8
  129.       Width = 40
  130.       Height = 13
  131.       Caption = 'Kontakt:'
  132.     end
  133.   end
  134.   object CloseBtn: TButton
  135.     Left = 216
  136.     Top = 160
  137.     Width = 75
  138.     Height = 25
  139.     Cancel = True
  140.     Caption = 'Zav∩┐╜∩┐╜t'
  141.     Default = True
  142.     ModalResult = 1
  143.     TabOrder = 0
  144.     OnMouseMove = FormMouseMove
  145.   end
  146. end
  147.