home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / start.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1999-02-21  |  3.9 KB  |  189 lines

  1. object AboutBox: TAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   ActiveControl = OKButton
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Wizyt∩┐╜wka'
  8.   ClientHeight = 233
  9.   ClientWidth = 298
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnKeyPress = FormKeyPress
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object Panel1: TPanel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 281
  26.     Height = 183
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     TabOrder = 0
  30.     object Label1: TLabel
  31.       Left = 23
  32.       Top = 52
  33.       Width = 234
  34.       Height = 16
  35.       Alignment = taCenter
  36.       Caption = '∩┐╜ 1999 Vogel Publishing sp. z o.o.'
  37.       Font.Color = clWindowText
  38.       Font.Height = -13
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = [fsBold]
  41.       ParentFont = False
  42.     end
  43.     object Label2: TLabel
  44.       Left = 65
  45.       Top = 80
  46.       Width = 71
  47.       Height = 16
  48.       Alignment = taRightJustify
  49.       AutoSize = False
  50.       Caption = 'Adres:'
  51.       Font.Color = clWindowText
  52.       Font.Height = -13
  53.       Font.Name = 'MS Sans Serif'
  54.       Font.Style = [fsBold]
  55.       ParentFont = False
  56.     end
  57.     object Label3: TLabel
  58.       Left = 105
  59.       Top = 115
  60.       Width = 31
  61.       Height = 16
  62.       Alignment = taRightJustify
  63.       AutoSize = False
  64.       Caption = 'Tel.:'
  65.       Font.Color = clWindowText
  66.       Font.Height = -13
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.     end
  71.     object Label4: TLabel
  72.       Left = 85
  73.       Top = 135
  74.       Width = 51
  75.       Height = 16
  76.       Alignment = taRightJustify
  77.       AutoSize = False
  78.       Caption = 'Faks:'
  79.       Font.Color = clWindowText
  80.       Font.Height = -13
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = [fsBold]
  83.       ParentFont = False
  84.     end
  85.     object Label5: TLabel
  86.       Left = 85
  87.       Top = 155
  88.       Width = 51
  89.       Height = 16
  90.       Alignment = taRightJustify
  91.       AutoSize = False
  92.       Caption = 'e-mail:'
  93.       Font.Color = clWindowText
  94.       Font.Height = -13
  95.       Font.Name = 'MS Sans Serif'
  96.       Font.Style = [fsBold]
  97.       ParentFont = False
  98.     end
  99.     object Label6: TLabel
  100.       Left = 140
  101.       Top = 80
  102.       Width = 133
  103.       Height = 41
  104.       AutoSize = False
  105.       Caption = 'Plac Czerwony 1/3/5 53-661 Wroc∩┐╜aw'
  106.       WordWrap = True
  107.     end
  108.     object Label7: TLabel
  109.       Left = 140
  110.       Top = 115
  111.       Width = 91
  112.       Height = 16
  113.       Caption = '(0-71) 373 44 75'
  114.     end
  115.     object Label8: TLabel
  116.       Left = 140
  117.       Top = 135
  118.       Width = 84
  119.       Height = 16
  120.       Caption = '(0-71) 55 73 61'
  121.     end
  122.     object Label9: TLabel
  123.       Left = 140
  124.       Top = 155
  125.       Width = 106
  126.       Height = 16
  127.       Caption = 'special@vogel.pl'
  128.     end
  129.     object Bevel1: TBevel
  130.       Left = 10
  131.       Top = 75
  132.       Width = 256
  133.       Height = 11
  134.       Shape = bsTopLine
  135.     end
  136.     object CenterPnl: TPanel
  137.       Left = 2
  138.       Top = 2
  139.       Width = 277
  140.       Height = 51
  141.       BevelOuter = bvNone
  142.       TabOrder = 0
  143.       object ProgramIcon: TImage
  144.         Left = 77
  145.         Top = 13
  146.         Width = 128
  147.         Height = 26
  148.         AutoSize = True
  149.         Picture.Data = {<image000.bmp>}
  150.         IsControl = True
  151.       end
  152.     end
  153.   end
  154.   object OKButton: TBitBtn
  155.     Left = 212
  156.     Top = 200
  157.     Width = 77
  158.     Height = 27
  159.     Font.Color = clWindowText
  160.     Font.Height = -11
  161.     Font.Name = 'MS Sans Serif'
  162.     Font.Style = [fsBold]
  163.     ParentFont = False
  164.     TabOrder = 1
  165.     Kind = bkOK
  166.     Margin = 2
  167.     Spacing = -1
  168.     IsControl = True
  169.   end
  170.   object FreewareBtn: TBitBtn
  171.     Left = 10
  172.     Top = 200
  173.     Width = 91
  174.     Height = 27
  175.     Caption = 'Freeware'
  176.     TabOrder = 2
  177.     OnClick = FreewareBtnClick
  178.   end
  179.   object SharewareBtn: TBitBtn
  180.     Left = 105
  181.     Top = 200
  182.     Width = 91
  183.     Height = 27
  184.     Caption = 'Shareware'
  185.     TabOrder = 3
  186.     OnClick = SharewareBtnClick
  187.   end
  188. end
  189.