home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd1.bin / oddech / moucha / moucha2.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  2000-02-04  |  2KB  |  100 lines

  1. object AboutForm: TAboutForm
  2.   Left = 376
  3.   Top = 102
  4.   BorderStyle = bsNone
  5.   Caption = 'AboutForm'
  6.   ClientHeight = 228
  7.   ClientWidth = 201
  8.   Color = clWhite
  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.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 24
  21.     Width = 200
  22.     Height = 190
  23.     Picture.Data = {<image000.jpg>}
  24.   end
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 16
  28.     Width = 60
  29.     Height = 13
  30.     Caption = 'program '
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'Verdana'
  35.     Font.Style = [fsBold]
  36.     ParentFont = False
  37.     Transparent = True
  38.   end
  39.   object Label2: TLabel
  40.     Left = 48
  41.     Top = 24
  42.     Width = 145
  43.     Height = 32
  44.     Caption = 'Moucha 2'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clBlack
  47.     Font.Height = -27
  48.     Font.Name = 'Verdana'
  49.     Font.Style = [fsBold, fsItalic]
  50.     ParentFont = False
  51.     Transparent = True
  52.   end
  53.   object Label3: TLabel
  54.     Left = 16
  55.     Top = 64
  56.     Width = 169
  57.     Height = 143
  58.     Alignment = taCenter
  59.     Caption = 
  60.       'Program Moucha 2 zobraz∩┐╜ na plo∩┐╜e mouchu, kter∩┐╜ se jen tak nezba' +
  61.       'v∩┐╜te. Pokud toti∩┐╜ p∩┐╜es n∩┐╜ p∩┐╜ejedete my∩┐╜∩┐╜, objev∩┐╜ se na jin∩┐╜m m∩┐╜s' +
  62.       't∩┐╜. Tento program je FREEWARE, pokud se V∩┐╜m ale l∩┐╜bil, m∩┐╜∩┐╜ete mi' +
  63.       ' t∩┐╜eba e-mailnout na krejciv@centrum.cz'
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clBlack
  66.     Font.Height = -11
  67.     Font.Name = 'Verdana'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.     Transparent = True
  71.     WordWrap = True
  72.   end
  73.   object Shape1: TShape
  74.     Left = 0
  75.     Top = 0
  76.     Width = 201
  77.     Height = 228
  78.     Brush.Style = bsClear
  79.   end
  80.   object Button2: TButton
  81.     Left = 222
  82.     Top = 112
  83.     Width = 75
  84.     Height = 25
  85.     Cancel = True
  86.     Caption = 'Zav∩┐╜∩┐╜t'
  87.     Default = True
  88.     TabOrder = 0
  89.     OnClick = Button2Click
  90.   end
  91.   object GlassButton1: TGlassButton
  92.     Left = 0
  93.     Top = 0
  94.     Width = 201
  95.     Height = 233
  96.     OnClick = Button2Click
  97.     OnDblClick = Button2Click
  98.   end
  99. end
  100.