home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / CHIPCD_2_2000.iso / software / testsoft / lottox / LottoX-demo.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1999-10-14  |  3.2 KB  |  149 lines

  1. object AboutBox: TAboutBox
  2.   Left = 383
  3.   Top = 281
  4.   BorderStyle = bsDialog
  5.   Caption = 'Lotto X - info'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 281
  23.     Height = 169
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 8
  29.       Top = 8
  30.       Width = 65
  31.       Height = 57
  32.       Picture.Data = {<image001.bmp>}
  33.       Stretch = True
  34.       IsControl = True
  35.     end
  36.     object Version: TLabel
  37.       Left = 248
  38.       Top = 8
  39.       Width = 28
  40.       Height = 13
  41.       Caption = 'Demo'
  42.       IsControl = True
  43.     end
  44.     object Comments: TLabel
  45.       Left = 82
  46.       Top = 128
  47.       Width = 123
  48.       Height = 13
  49.       Caption = 'e-mail: stansoft@czajen.pl'
  50.       Font.Charset = DEFAULT_CHARSET
  51.       Font.Color = clNavy
  52.       Font.Height = -11
  53.       Font.Name = 'MS Sans Serif'
  54.       Font.Style = []
  55.       ParentFont = False
  56.       IsControl = True
  57.     end
  58.     object Label1: TLabel
  59.       Left = 96
  60.       Top = 48
  61.       Width = 121
  62.       Height = 13
  63.       Caption = 'Z ukrytych archiw∩┐╜w FBK'
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clPurple
  66.       Font.Height = -11
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = []
  69.       ParentFont = False
  70.     end
  71.     object Label2: TLabel
  72.       Left = 96
  73.       Top = 10
  74.       Width = 110
  75.       Height = 37
  76.       Caption = 'Lotto X'
  77.       Font.Charset = EASTEUROPE_CHARSET
  78.       Font.Color = clPurple
  79.       Font.Height = -32
  80.       Font.Name = 'Arial'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.     end
  84.     object Label4: TLabel
  85.       Left = 116
  86.       Top = 80
  87.       Width = 57
  88.       Height = 13
  89.       Caption = 'STANSOFT'
  90.       Font.Charset = DEFAULT_CHARSET
  91.       Font.Color = clNavy
  92.       Font.Height = -11
  93.       Font.Name = 'MS Sans Serif'
  94.       Font.Style = []
  95.       ParentFont = False
  96.     end
  97.     object Label5: TLabel
  98.       Left = 72
  99.       Top = 96
  100.       Width = 147
  101.       Height = 13
  102.       Caption = 'Biernackiego 1 , 39-300 Mielec'
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = clNavy
  105.       Font.Height = -11
  106.       Font.Name = 'MS Sans Serif'
  107.       Font.Style = []
  108.       ParentFont = False
  109.     end
  110.     object Label6: TLabel
  111.       Left = 92
  112.       Top = 112
  113.       Width = 103
  114.       Height = 13
  115.       Caption = 'Tel/Fax 017-5833370'
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clNavy
  118.       Font.Height = -11
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = []
  121.       ParentFont = False
  122.     end
  123.     object Label7: TLabel
  124.       Left = 88
  125.       Top = 144
  126.       Width = 109
  127.       Height = 13
  128.       Caption = 'www.stansoft.czajen.pl'
  129.       Font.Charset = DEFAULT_CHARSET
  130.       Font.Color = clNavy
  131.       Font.Height = -11
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = []
  134.       ParentFont = False
  135.     end
  136.   end
  137.   object OKButton: TButton
  138.     Left = 111
  139.     Top = 184
  140.     Width = 75
  141.     Height = 25
  142.     Caption = 'OK'
  143.     Default = True
  144.     ModalResult = 1
  145.     TabOrder = 1
  146.     OnClick = OKButtonClick
  147.   end
  148. end
  149.