home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / extract / Extractor.exe / 0 / RCDATA / TABOUT / TABOUT.txt < prev   
Encoding:
Text File  |  2000-07-04  |  3.3 KB  |  169 lines

  1. object About: TAbout
  2.   Left = 354
  3.   Top = 229
  4.   HelpContext = 1
  5.   BorderStyle = bsDialog
  6.   Caption = 'O programu'
  7.   ClientHeight = 273
  8.   ClientWidth = 385
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 144
  22.     Top = 16
  23.     Width = 161
  24.     Height = 31
  25.     Picture.Data = {<image000.bmp>}
  26.     Transparent = True
  27.   end
  28.   object lblVersion: TLabel
  29.     Left = 144
  30.     Top = 48
  31.     Width = 233
  32.     Height = 13
  33.     AutoSize = False
  34.     Caption = '0.0.0.0'
  35.     Font.Charset = EASTEUROPE_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object Label2: TLabel
  43.     Left = 144
  44.     Top = 72
  45.     Width = 184
  46.     Height = 13
  47.     Caption = 'Copyright ∩┐╜ 1994-2000 Nova Software'
  48.   end
  49.   object lblReg: TLabel
  50.     Left = 144
  51.     Top = 120
  52.     Width = 233
  53.     Height = 41
  54.     AutoSize = False
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = [fsBold]
  60.     ParentFont = False
  61.     WordWrap = True
  62.   end
  63.   object Label4: TLabel
  64.     Left = 144
  65.     Top = 168
  66.     Width = 26
  67.     Height = 13
  68.     Caption = 'Web:'
  69.     Transparent = True
  70.   end
  71.   object Label7: TLabel
  72.     Left = 144
  73.     Top = 184
  74.     Width = 28
  75.     Height = 13
  76.     Caption = 'Email:'
  77.     Transparent = True
  78.   end
  79.   object Label1: TLabel
  80.     Left = 144
  81.     Top = 104
  82.     Width = 54
  83.     Height = 13
  84.     Caption = 'Registrace:'
  85.     Font.Charset = DEFAULT_CHARSET
  86.     Font.Color = clWindowText
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ParentFont = False
  91.   end
  92.   object btnOk: TButton
  93.     Left = 304
  94.     Top = 240
  95.     Width = 73
  96.     Height = 25
  97.     Anchors = [akRight, akBottom]
  98.     Cancel = True
  99.     Caption = 'OK'
  100.     Default = True
  101.     ModalResult = 1
  102.     TabOrder = 0
  103.   end
  104.   object pnlImage: TPanel
  105.     Left = 8
  106.     Top = 8
  107.     Width = 122
  108.     Height = 258
  109.     BevelOuter = bvLowered
  110.     Color = clBlack
  111.     TabOrder = 2
  112.     object imgImage: TImage
  113.       Left = 1
  114.       Top = 1
  115.       Width = 120
  116.       Height = 256
  117.       Picture.Data = {<image001.bmp>}
  118.       Stretch = True
  119.     end
  120.   end
  121.   object btnRegister: TBitBtn
  122.     Left = 144
  123.     Top = 240
  124.     Width = 73
  125.     Height = 25
  126.     HelpContext = 8
  127.     Anchors = [akLeft, akBottom]
  128.     Caption = '&Registrace'
  129.     TabOrder = 1
  130.     OnClick = btnRegisterClick
  131.   end
  132.   object stHomePage: TStaticText
  133.     Left = 176
  134.     Top = 168
  135.     Width = 4
  136.     Height = 4
  137.     Cursor = crHandPoint
  138.     Color = clBtnFace
  139.     Font.Charset = DEFAULT_CHARSET
  140.     Font.Color = clNavy
  141.     Font.Height = -11
  142.     Font.Name = 'MS Sans Serif'
  143.     Font.Style = [fsUnderline]
  144.     ParentColor = False
  145.     ParentFont = False
  146.     TabOrder = 3
  147.     TabStop = True
  148.     OnClick = sttHomePageClick
  149.   end
  150.   object stEmail: TStaticText
  151.     Left = 176
  152.     Top = 184
  153.     Width = 4
  154.     Height = 4
  155.     Cursor = crHandPoint
  156.     Color = clBtnFace
  157.     Font.Charset = DEFAULT_CHARSET
  158.     Font.Color = clNavy
  159.     Font.Height = -11
  160.     Font.Name = 'MS Sans Serif'
  161.     Font.Style = [fsUnderline]
  162.     ParentColor = False
  163.     ParentFont = False
  164.     TabOrder = 4
  165.     TabStop = True
  166.     OnClick = sttEmailClick
  167.   end
  168. end
  169.