home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / ctenari / Marek / BUDIK.EXE / 0 / RCDATA / TSPLASHBUDIKFORM / TSPLASHBUDIKFORM.txt < prev   
Text File  |  1999-05-27  |  4KB  |  185 lines

  1. object SplashBudikForm: TSplashBudikForm
  2.   Left = 241
  3.   Top = 129
  4.   HelpContext = 71
  5.   BorderIcons = [biSystemMenu]
  6.   AutoScroll = False
  7.   Caption = 'Bud∩┐╜k - O aplikaci'
  8.   ClientHeight = 161
  9.   ClientWidth = 157
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   Position = poScreenCenter
  18.   OnClick = FormClick
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnKeyPress = FormKeyPress
  22.   OnResize = FormResize
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object lbEmail: TRxLabel
  27.     Left = 63
  28.     Top = 145
  29.     Width = 26
  30.     Height = 13
  31.     Cursor = crHandPoint
  32.     Alignment = taCenter
  33.     Caption = 'email'
  34.     Font.Charset = EASTEUROPE_CHARSET
  35.     Font.Color = clBlue
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsUnderline]
  39.     ParentFont = False
  40.     ShadowColor = clWhite
  41.     ShadowPos = spRightBottom
  42.     Transparent = True
  43.     OnClick = lbEmailClick
  44.   end
  45.   object lbCopyright: TRxLabel
  46.     Left = 0
  47.     Top = 111
  48.     Width = 157
  49.     Height = 14
  50.     Alignment = taCenter
  51.     AutoSize = False
  52.     Caption = 'copyright'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.     ShadowPos = spRightBottom
  60.     OnClick = Image1Click
  61.   end
  62.   object lbJmeno: TRxLabel
  63.     Left = 0
  64.     Top = 130
  65.     Width = 157
  66.     Height = 13
  67.     Alignment = taCenter
  68.     AutoSize = False
  69.     Caption = 'Vytvo∩┐╜il Martin Marek'
  70.     ShadowPos = spRightBottom
  71.     OnClick = Image1Click
  72.   end
  73.   object Bevel1: TBevel
  74.     Left = 5
  75.     Top = 162
  76.     Width = 148
  77.     Height = 4
  78.     Shape = bsBottomLine
  79.   end
  80.   object lbDalsi: TLabel
  81.     Left = 25
  82.     Top = 163
  83.     Width = 126
  84.     Height = 37
  85.     AutoSize = False
  86.     Caption = 'Dnes za∩┐╜∩┐╜n∩┐╜ jaro'
  87.     Font.Charset = EASTEUROPE_CHARSET
  88.     Font.Color = clRed
  89.     Font.Height = -15
  90.     Font.Name = 'Times New Roman'
  91.     Font.Style = [fsBold]
  92.     ParentFont = False
  93.     Transparent = True
  94.     Layout = tlCenter
  95.     WordWrap = True
  96.     OnClick = Image1Click
  97.   end
  98.   object lbVykricnik: TRxLabel
  99.     Left = 7
  100.     Top = 151
  101.     Width = 18
  102.     Height = 55
  103.     Caption = '!'
  104.     Font.Charset = EASTEUROPE_CHARSET
  105.     Font.Color = clYellow
  106.     Font.Height = -48
  107.     Font.Name = 'Times New Roman'
  108.     Font.Style = [fsBold]
  109.     ParentFont = False
  110.     ShadowColor = cl3DDkShadow
  111.     ShadowPos = spRightBottom
  112.     Transparent = True
  113.     OnClick = Image1Click
  114.   end
  115.   object Panel1: TPanel
  116.     Left = 2
  117.     Top = 2
  118.     Width = 154
  119.     Height = 104
  120.     BevelOuter = bvNone
  121.     BorderStyle = bsSingle
  122.     Caption = 'Panel1'
  123.     Ctl3D = True
  124.     ParentCtl3D = False
  125.     TabOrder = 0
  126.     OnClick = FormClick
  127.     object Image1: TImage
  128.       Left = 0
  129.       Top = 0
  130.       Width = 150
  131.       Height = 100
  132.       AutoSize = True
  133.       Picture.Data = {<image000.bmp>}
  134.       OnClick = Image1Click
  135.     end
  136.     object imBudik: TImage
  137.       Left = 113
  138.       Top = 65
  139.       Width = 32
  140.       Height = 32
  141.       Transparent = True
  142.       OnClick = Image1Click
  143.     end
  144.     object lbDatum: TRxLabel
  145.       Left = 6
  146.       Top = 73
  147.       Width = 92
  148.       Height = 22
  149.       Caption = '31.12.1999'
  150.       Font.Charset = EASTEUROPE_CHARSET
  151.       Font.Color = clWhite
  152.       Font.Height = -19
  153.       Font.Name = 'Times New Roman'
  154.       Font.Style = [fsBold, fsItalic]
  155.       ParentFont = False
  156.       ShadowColor = cl3DDkShadow
  157.       ShadowPos = spRightBottom
  158.       Transparent = True
  159.       OnClick = Image1Click
  160.     end
  161.     object lbVerze: TRxLabel
  162.       Left = 4
  163.       Top = 2
  164.       Width = 45
  165.       Height = 13
  166.       Caption = 'lbVerze'
  167.       Font.Charset = DEFAULT_CHARSET
  168.       Font.Color = clSilver
  169.       Font.Height = -11
  170.       Font.Name = 'MS Sans Serif'
  171.       Font.Style = [fsBold]
  172.       ParentFont = False
  173.       ShadowColor = cl3DDkShadow
  174.       ShadowPos = spRightBottom
  175.       Transparent = True
  176.       OnClick = Image1Click
  177.     end
  178.   end
  179.   object spTimer: TTimer
  180.     OnTimer = spTimerTimer
  181.     Left = 141
  182.     Top = 20
  183.   end
  184. end
  185.