home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 April / chip-cd_2000_04.zip / 04 / Browser / chip-cds.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1999-11-30  |  4KB  |  162 lines

  1. object AboutBox: TAboutBox
  2.   Left = 397
  3.   Top = 231
  4.   BorderStyle = bsDialog
  5.   Caption = 'O programie...'
  6.   ClientHeight = 264
  7.   ClientWidth = 306
  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 = 289
  23.     Height = 225
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 62
  30.       Top = 8
  31.       Width = 158
  32.       Height = 58
  33.       AutoSize = True
  34.       Picture.Data = {<image001.bmp>}
  35.       Transparent = True
  36.       IsControl = True
  37.     end
  38.     object Label1: TLabel
  39.       Left = 23
  40.       Top = 92
  41.       Width = 234
  42.       Height = 16
  43.       Alignment = taCenter
  44.       Caption = '∩┐╜ 1999 Vogel Publishing sp. z o.o.'
  45.       Font.Charset = DEFAULT_CHARSET
  46.       Font.Color = clWindowText
  47.       Font.Height = -13
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.     end
  52.     object Bevel1: TBevel
  53.       Left = 10
  54.       Top = 115
  55.       Width = 256
  56.       Height = 11
  57.       Shape = bsTopLine
  58.     end
  59.     object Label2: TLabel
  60.       Left = 33
  61.       Top = 120
  62.       Width = 71
  63.       Height = 16
  64.       Alignment = taRightJustify
  65.       AutoSize = False
  66.       Caption = 'Adres:'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWindowText
  69.       Font.Height = -13
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = [fsBold]
  72.       ParentFont = False
  73.     end
  74.     object Label7: TLabel
  75.       Left = 108
  76.       Top = 155
  77.       Width = 78
  78.       Height = 13
  79.       Caption = '(0-71) 373 44 75'
  80.     end
  81.     object Label6: TLabel
  82.       Left = 108
  83.       Top = 120
  84.       Width = 133
  85.       Height = 33
  86.       AutoSize = False
  87.       Caption = 'Plac Czerwony 1/3/5 53-661 Wroc∩┐╜aw'
  88.       WordWrap = True
  89.     end
  90.     object Label3: TLabel
  91.       Left = 73
  92.       Top = 155
  93.       Width = 31
  94.       Height = 16
  95.       Alignment = taRightJustify
  96.       AutoSize = False
  97.       Caption = 'Tel.:'
  98.       Font.Charset = DEFAULT_CHARSET
  99.       Font.Color = clWindowText
  100.       Font.Height = -13
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Style = [fsBold]
  103.       ParentFont = False
  104.     end
  105.     object Label4: TLabel
  106.       Left = 53
  107.       Top = 175
  108.       Width = 51
  109.       Height = 16
  110.       Alignment = taRightJustify
  111.       AutoSize = False
  112.       Caption = 'Faks:'
  113.       Font.Charset = DEFAULT_CHARSET
  114.       Font.Color = clWindowText
  115.       Font.Height = -13
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Style = [fsBold]
  118.       ParentFont = False
  119.     end
  120.     object Label8: TLabel
  121.       Left = 108
  122.       Top = 175
  123.       Width = 78
  124.       Height = 13
  125.       Caption = '(0-71) 355 73 61'
  126.     end
  127.     object Label5: TLabel
  128.       Left = 53
  129.       Top = 195
  130.       Width = 51
  131.       Height = 16
  132.       Alignment = taRightJustify
  133.       AutoSize = False
  134.       Caption = 'e-mail:'
  135.       Font.Charset = DEFAULT_CHARSET
  136.       Font.Color = clWindowText
  137.       Font.Height = -13
  138.       Font.Name = 'MS Sans Serif'
  139.       Font.Style = [fsBold]
  140.       ParentFont = False
  141.     end
  142.     object Label9: TLabel
  143.       Left = 108
  144.       Top = 195
  145.       Width = 100
  146.       Height = 13
  147.       Caption = 'cdrom@chip.vogel.pl'
  148.     end
  149.   end
  150.   object OKButton: TButton
  151.     Left = 111
  152.     Top = 236
  153.     Width = 75
  154.     Height = 25
  155.     Caption = 'OK'
  156.     Default = True
  157.     ModalResult = 1
  158.     TabOrder = 1
  159.     OnClick = OKButtonClick
  160.   end
  161. end
  162.