home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 August / chip-cd_2003_08.zip / 08 / Browser / chip-cds.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  2002-09-30  |  4KB  |  173 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 = 11
  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 = 6
  40.       Top = 76
  41.       Width = 277
  42.       Height = 34
  43.       Alignment = taCenter
  44.       AutoSize = False
  45.       Caption = '∩┐╜ 2002 Vogel Burda Communications sp. z o.o.'
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clWindowText
  48.       Font.Height = -13
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = [fsBold]
  51.       ParentFont = False
  52.       WordWrap = True
  53.     end
  54.     object Bevel1: TBevel
  55.       Left = 10
  56.       Top = 115
  57.       Width = 256
  58.       Height = 11
  59.       Shape = bsTopLine
  60.     end
  61.     object Label2: TLabel
  62.       Left = 33
  63.       Top = 120
  64.       Width = 71
  65.       Height = 16
  66.       Alignment = taRightJustify
  67.       AutoSize = False
  68.       Caption = 'Adres:'
  69.       Font.Charset = DEFAULT_CHARSET
  70.       Font.Color = clWindowText
  71.       Font.Height = -13
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = [fsBold]
  74.       ParentFont = False
  75.     end
  76.     object Label7: TLabel
  77.       Left = 108
  78.       Top = 157
  79.       Width = 78
  80.       Height = 13
  81.       Caption = '(0-71) 373 44 75'
  82.     end
  83.     object Label6: TLabel
  84.       Left = 108
  85.       Top = 120
  86.       Width = 133
  87.       Height = 33
  88.       AutoSize = False
  89.       Caption = 'plac Solidarno∩┐╜ci 1/3/5 53-661 Wroc∩┐╜aw'
  90.       WordWrap = True
  91.     end
  92.     object Label3: TLabel
  93.       Left = 73
  94.       Top = 155
  95.       Width = 31
  96.       Height = 16
  97.       Alignment = taRightJustify
  98.       AutoSize = False
  99.       Caption = 'Tel.:'
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = clWindowText
  102.       Font.Height = -13
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = [fsBold]
  105.       ParentFont = False
  106.     end
  107.     object Label4: TLabel
  108.       Left = 53
  109.       Top = 175
  110.       Width = 51
  111.       Height = 16
  112.       Alignment = taRightJustify
  113.       AutoSize = False
  114.       Caption = 'Faks:'
  115.       Font.Charset = DEFAULT_CHARSET
  116.       Font.Color = clWindowText
  117.       Font.Height = -13
  118.       Font.Name = 'MS Sans Serif'
  119.       Font.Style = [fsBold]
  120.       ParentFont = False
  121.     end
  122.     object Label8: TLabel
  123.       Left = 108
  124.       Top = 177
  125.       Width = 78
  126.       Height = 13
  127.       Caption = '(0-71) 355 73 61'
  128.     end
  129.     object Label5: TLabel
  130.       Left = 53
  131.       Top = 195
  132.       Width = 51
  133.       Height = 16
  134.       Alignment = taRightJustify
  135.       AutoSize = False
  136.       Caption = 'e-mail:'
  137.       Font.Charset = DEFAULT_CHARSET
  138.       Font.Color = clWindowText
  139.       Font.Height = -13
  140.       Font.Name = 'MS Sans Serif'
  141.       Font.Style = [fsBold]
  142.       ParentFont = False
  143.     end
  144.     object Label9: TLabel
  145.       Left = 108
  146.       Top = 196
  147.       Width = 77
  148.       Height = 13
  149.       Caption = 'cdrom@vogel.pl'
  150.       Color = clBtnFace
  151.       Font.Charset = DEFAULT_CHARSET
  152.       Font.Color = clNavy
  153.       Font.Height = -11
  154.       Font.Name = 'MS Sans Serif'
  155.       Font.Style = []
  156.       ParentColor = False
  157.       ParentFont = False
  158.       OnClick = Label9Click
  159.     end
  160.   end
  161.   object OKButton: TButton
  162.     Left = 111
  163.     Top = 236
  164.     Width = 75
  165.     Height = 25
  166.     Caption = 'OK'
  167.     Default = True
  168.     ModalResult = 1
  169.     TabOrder = 1
  170.     OnClick = OKButtonClick
  171.   end
  172. end
  173.