home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 April / ChipCD_498.iso / chip32.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1998-02-28  |  3.5 KB  |  168 lines

  1. object AboutBox: TAboutBox
  2.   Left = 238
  3.   Top = 104
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Wizyt∩┐╜wka'
  7.   ClientHeight = 233
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnKeyPress = FormKeyPress
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Edit1: TEdit
  21.     Left = 125
  22.     Top = 104
  23.     Width = 46
  24.     Height = 24
  25.     TabOrder = 2
  26.     Text = 'Edit1'
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 8
  30.     Top = 8
  31.     Width = 281
  32.     Height = 183
  33.     BevelInner = bvRaised
  34.     BevelOuter = bvLowered
  35.     TabOrder = 0
  36.     object ProgramIcon: TImage
  37.       Left = 91
  38.       Top = 13
  39.       Width = 99
  40.       Height = 32
  41.       AutoSize = True
  42.       Picture.Data = {<image000.bmp>}
  43.       IsControl = True
  44.     end
  45.     object Label1: TLabel
  46.       Left = 31
  47.       Top = 55
  48.       Width = 230
  49.       Height = 16
  50.       Caption = '∩┐╜1997 Vogel Publishing sp. z o.o.'
  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 Label2: TLabel
  58.       Left = 65
  59.       Top = 80
  60.       Width = 71
  61.       Height = 16
  62.       Alignment = taRightJustify
  63.       AutoSize = False
  64.       Caption = 'Adres:'
  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 Label3: TLabel
  72.       Left = 105
  73.       Top = 115
  74.       Width = 31
  75.       Height = 16
  76.       Alignment = taRightJustify
  77.       AutoSize = False
  78.       Caption = 'Tel:'
  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 Label4: TLabel
  86.       Left = 85
  87.       Top = 135
  88.       Width = 51
  89.       Height = 16
  90.       Alignment = taRightJustify
  91.       AutoSize = False
  92.       Caption = 'Faks:'
  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 Label5: TLabel
  100.       Left = 85
  101.       Top = 155
  102.       Width = 51
  103.       Height = 16
  104.       Alignment = taRightJustify
  105.       AutoSize = False
  106.       Caption = 'e-mail:'
  107.       Font.Color = clWindowText
  108.       Font.Height = -13
  109.       Font.Name = 'MS Sans Serif'
  110.       Font.Style = [fsBold]
  111.       ParentFont = False
  112.     end
  113.     object Label6: TLabel
  114.       Left = 140
  115.       Top = 80
  116.       Width = 133
  117.       Height = 41
  118.       AutoSize = False
  119.       Caption = 'Plac Czerwony 1/3/5 53-661 Wroc∩┐╜aw'
  120.       WordWrap = True
  121.     end
  122.     object Label7: TLabel
  123.       Left = 140
  124.       Top = 115
  125.       Width = 84
  126.       Height = 16
  127.       Caption = '(0-71) 73 44 75'
  128.     end
  129.     object Label8: TLabel
  130.       Left = 140
  131.       Top = 135
  132.       Width = 84
  133.       Height = 16
  134.       Caption = '(0-71) 55 73 61'
  135.     end
  136.     object Label9: TLabel
  137.       Left = 140
  138.       Top = 155
  139.       Width = 128
  140.       Height = 16
  141.       Caption = 'cdrom@chip.vogel.pl'
  142.     end
  143.     object Bevel1: TBevel
  144.       Left = 10
  145.       Top = 75
  146.       Width = 256
  147.       Height = 11
  148.       Shape = bsTopLine
  149.     end
  150.   end
  151.   object OKButton: TBitBtn
  152.     Left = 106
  153.     Top = 198
  154.     Width = 77
  155.     Height = 27
  156.     Font.Color = clWindowText
  157.     Font.Height = -11
  158.     Font.Name = 'MS Sans Serif'
  159.     Font.Style = [fsBold]
  160.     ParentFont = False
  161.     TabOrder = 1
  162.     Kind = bkOK
  163.     Margin = 2
  164.     Spacing = -1
  165.     IsControl = True
  166.   end
  167. end
  168.