home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / program / ctenari / Jaros / rozvrhy.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  2004-06-21  |  1KB  |  52 lines

  1. object AboutForm: TAboutForm
  2.   Left = 180
  3.   Top = 374
  4.   BorderStyle = bsNone
  5.   Caption = 'O programu'
  6.   ClientHeight = 236
  7.   ClientWidth = 350
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image1: TImage
  17.     Left = 0
  18.     Top = 0
  19.     Width = 350
  20.     Height = 236
  21.     Picture.Data = {<image000.bmp>}
  22.   end
  23.   object CloseSpeed: TSpeedButton
  24.     Left = 306
  25.     Top = 22
  26.     Width = 21
  27.     Height = 21
  28.     Cursor = crHandPoint
  29.     Hint = 'Zav∩┐╜∩┐╜t'
  30.     Flat = True
  31.     ParentShowHint = False
  32.     ShowHint = True
  33.     OnClick = CloseSpeedClick
  34.   end
  35.   object OkSpeed: TSpeedButton
  36.     Left = 237
  37.     Top = 197
  38.     Width = 73
  39.     Height = 22
  40.     Cursor = crHandPoint
  41.     Caption = 'OK'
  42.     Flat = True
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWhite
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.     OnClick = OkSpeedClick
  50.   end
  51. end
  52.