home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / auto32d3.exe / rar / AUTO32D3 / DEMOS / DELPHI3.0 / DBREFER / ABOUT.DFM / ABOUT.txt next >
Text File  |  1997-07-07  |  3KB  |  134 lines

  1. object fmAboutBox: TfmAboutBox
  2.   Left = 280
  3.   Top = 98
  4.   BorderStyle = bsDialog
  5.   Caption = 'fmAboutBox'
  6.   ClientHeight = 343
  7.   ClientWidth = 297
  8.   Font.Charset = DEFAULT_CHARSET
  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 Panel1: TPanel
  17.     Left = 9
  18.     Top = 8
  19.     Width = 281
  20.     Height = 297
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object Bevel1: TBevel
  25.       Left = 4
  26.       Top = 112
  27.       Width = 269
  28.       Height = 41
  29.     end
  30.     object ProgramIcon: TImage
  31.       Left = 8
  32.       Top = 8
  33.       Width = 170
  34.       Height = 100
  35.       AutoSize = True
  36.       Picture.Data = {<image000.bmp>}
  37.       IsControl = True
  38.     end
  39.     object ProductName: TLabel
  40.       Left = 184
  41.       Top = 31
  42.       Width = 81
  43.       Height = 42
  44.       Alignment = taCenter
  45.       AutoSize = False
  46.       Caption = 'Example of using DBReference'
  47.       WordWrap = True
  48.       IsControl = True
  49.     end
  50.     object Label6: TLabel
  51.       Left = 8
  52.       Top = 136
  53.       Width = 101
  54.       Height = 13
  55.       Caption = 'fax: +7 0872 770 183'
  56.     end
  57.     object Label5: TLabel
  58.       Left = 9
  59.       Top = 123
  60.       Width = 107
  61.       Height = 13
  62.       Caption = 'e-mail: rsd@tibc.tula.ru'
  63.     end
  64.     object Label4: TLabel
  65.       Left = 9
  66.       Top = 113
  67.       Width = 40
  68.       Height = 13
  69.       Caption = 'send us:'
  70.     end
  71.     object Label1: TLabel
  72.       Left = 14
  73.       Top = 163
  74.       Width = 236
  75.       Height = 13
  76.       Caption = 'Go to our web site and find much more !!!'
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clBlack
  79.       Font.Height = -11
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.     end
  84.     object Bevel2: TBevel
  85.       Left = 6
  86.       Top = 160
  87.       Width = 267
  88.       Height = 41
  89.     end
  90.     object Memo1: TMemo
  91.       Left = 7
  92.       Top = 208
  93.       Width = 268
  94.       Height = 82
  95.       Lines.Strings = (
  96.         'This example illustrates'
  97.         ' Using of the DBReference component.'
  98.         ''
  99.         'Click to ReferencePanel twice and you will see '
  100.         'the Delphi controls which is appering on the'
  101.         'bottom of the popup form.')
  102.       ReadOnly = True
  103.       ScrollBars = ssVertical
  104.       TabOrder = 1
  105.     end
  106.     object Edit1: TEdit
  107.       Left = 15
  108.       Top = 176
  109.       Width = 252
  110.       Height = 21
  111.       Color = clBtnFace
  112.       Font.Charset = DEFAULT_CHARSET
  113.       Font.Color = clBlack
  114.       Font.Height = -11
  115.       Font.Name = 'MS Sans Serif'
  116.       Font.Style = [fsBold]
  117.       ParentFont = False
  118.       ReadOnly = True
  119.       TabOrder = 0
  120.       Text = 'http://www.rsd.pp.ru'
  121.     end
  122.   end
  123.   object OKButton: TButton
  124.     Left = 111
  125.     Top = 312
  126.     Width = 77
  127.     Height = 27
  128.     Caption = 'OK'
  129.     Default = True
  130.     ModalResult = 1
  131.     TabOrder = 1
  132.   end
  133. end
  134.