home *** CD-ROM | disk | FTP | other *** search
/ Freelog 6 / Freelog006.iso / Logs / Musique / Orangator / ORAN20.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-02-08  |  2KB  |  103 lines

  1. object AboutBox: TAboutBox
  2.   Left = 158
  3.   Top = 43
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 313
  8.   ClientWidth = 277
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ProgramIcon: TImage
  17.     Left = 9
  18.     Top = 8
  19.     Width = 260
  20.     Height = 200
  21.     Picture.Data = {<image000.bmp>}
  22.     Stretch = True
  23.     IsControl = True
  24.   end
  25.   object ContactLabel: TLabel
  26.     Left = 8
  27.     Top = 211
  28.     Width = 67
  29.     Height = 13
  30.     Caption = 'To contact:'
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object SnailMailLabel: TLabel
  38.     Left = 8
  39.     Top = 239
  40.     Width = 138
  41.     Height = 13
  42.     Caption = 'Address: Sharonov Oleg'
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object EMailLabel: TLabel
  50.     Left = 8
  51.     Top = 225
  52.     Width = 162
  53.     Height = 13
  54.     Caption = 'E-Mail: agorka@hotmail.com'
  55.     FocusControl = OKButton
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = [fsBold]
  60.     ParentFont = False
  61.   end
  62.   object Label1: TLabel
  63.     Left = 60
  64.     Top = 266
  65.     Width = 143
  66.     Height = 13
  67.     Caption = '109444, Moscow, Russia'
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.   end
  74.   object Label2: TLabel
  75.     Left = 60
  76.     Top = 252
  77.     Width = 198
  78.     Height = 13
  79.     Caption = 'Tashkentskaya str, 15/22, apt 277'
  80.     Font.Color = clWindowText
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = [fsBold]
  84.     ParentFont = False
  85.   end
  86.   object OKButton: TButton
  87.     Left = 103
  88.     Top = 284
  89.     Width = 75
  90.     Height = 25
  91.     Caption = 'OK'
  92.     Default = True
  93.     Font.Color = clWindowText
  94.     Font.Height = -11
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = [fsBold]
  97.     ModalResult = 1
  98.     ParentFont = False
  99.     TabOrder = 0
  100.     OnClick = OKButtonClick
  101.   end
  102. end
  103.