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

  1. object ContactForm: TContactForm
  2.   Left = 126
  3.   Top = 71
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Contact...'
  7.   ClientHeight = 289
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 8
  19.     Top = 8
  20.     Width = 409
  21.     Height = 247
  22.     Alignment = taCenter
  23.     DragMode = dmAutomatic
  24.     Font.Color = clWindowText
  25.     Font.Height = -13
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     Lines.Strings = (
  29.       ''
  30.       '+7(095)376-9073 & ask for Oleg'
  31.       'SnailMail:'
  32.       'Russia, Moscow, 109444'
  33.       'Tashkentskaya street, 15/22, apt 277'
  34.       'Electronic mail:'
  35.       'agorka@hotmail.com'
  36.       '2:5020/740.17@fidonet.org'
  37.       ''
  38.       'If you want to be a distro of production I make, send me '
  39.       'a message and be 95% sure that you'#39'll have it!'
  40.       ''
  41.       'Sorry, if you haven'#39't got distro from T-Rex, I was unable '
  42.       'to help that. =(')
  43.     ParentFont = False
  44.     ReadOnly = True
  45.     TabOrder = 2
  46.     WantReturns = False
  47.   end
  48.   object OkButton: TButton
  49.     Left = 8
  50.     Top = 261
  51.     Width = 209
  52.     Height = 25
  53.     Caption = 'OK! I'#39'll contact you!'
  54.     Default = True
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = [fsBold]
  59.     ModalResult = 1
  60.     ParentFont = False
  61.     TabOrder = 0
  62.     OnClick = OkButtonClick
  63.   end
  64.   object NoContact: TButton
  65.     Left = 224
  66.     Top = 261
  67.     Width = 193
  68.     Height = 25
  69.     Caption = 'Nope! I will not!'
  70.     Font.Color = clWindowText
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = [fsBold]
  74.     ParentFont = False
  75.     TabOrder = 1
  76.   end
  77. end
  78.