home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / Komercni / sazka / Sazka.exe / 0 / RCDATA / TFRMMILABOUT / TFRMMILABOUT.txt < prev   
Text File  |  2001-03-06  |  2KB  |  99 lines

  1. object frmMILAbout: TfrmMILAbout
  2.   Left = 402
  3.   Top = 258
  4.   BorderStyle = bsDialog
  5.   Caption = 'About $component$ v$version$'
  6.   ClientHeight = 208
  7.   ClientWidth = 315
  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 imgLogo: TImage
  17.     Left = 16
  18.     Top = 16
  19.     Width = 32
  20.     Height = 32
  21.     AutoSize = True
  22.     Picture.Data = {<image000.ico>}
  23.   end
  24.   object lblVersion: TLabel
  25.     Left = 136
  26.     Top = 56
  27.     Width = 92
  28.     Height = 22
  29.     Caption = 'v$version$'
  30.     Font.Charset = ANSI_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -19
  33.     Font.Name = 'Arial'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     Transparent = True
  37.   end
  38.   object lblAuthor: TLabel
  39.     Left = 148
  40.     Top = 104
  41.     Width = 68
  42.     Height = 16
  43.     Caption = 'by $author$'
  44.     Font.Charset = ANSI_CHARSET
  45.     Font.Color = clWindowText
  46.     Font.Height = -13
  47.     Font.Name = 'Arial'
  48.     Font.Style = []
  49.     ParentFont = False
  50.     Transparent = True
  51.   end
  52.   object lblCopyright: TLabel
  53.     Left = 94
  54.     Top = 144
  55.     Width = 181
  56.     Height = 14
  57.     Caption = '∩┐╜ Copyright 1998, Millennial Software'
  58.     Font.Charset = ANSI_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'Arial'
  62.     Font.Style = []
  63.     ParentFont = False
  64.     Transparent = True
  65.   end
  66.   object bvlSepBar: TBevel
  67.     Left = 64
  68.     Top = 168
  69.     Width = 237
  70.     Height = 2
  71.   end
  72.   object lblComponent: TMILFlashLabel
  73.     Left = 64
  74.     Top = 15
  75.     Width = 237
  76.     Height = 35
  77.     Caption = '$Component Name$'
  78.     HighlightColor = clYellow
  79.     Hover = False
  80.     MouseIsDown = False
  81.     NormalColor = clBlack
  82.     Font.Charset = ANSI_CHARSET
  83.     Font.Color = clWindowText
  84.     Font.Height = -24
  85.     Font.Name = 'Arial'
  86.     Font.Style = [fsBold]
  87.   end
  88.   object cmdOK: TButton
  89.     Left = 224
  90.     Top = 176
  91.     Width = 75
  92.     Height = 25
  93.     Caption = 'OK'
  94.     Default = True
  95.     TabOrder = 1
  96.     OnClick = cmdOKClick
  97.   end
  98. end
  99.