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 / ASQLFILT / ABOUT.DFM / ABOUT.txt next >
Text File  |  1997-07-07  |  2KB  |  92 lines

  1. object fmAboutBox: TfmAboutBox
  2.   Left = 280
  3.   Top = 98
  4.   BorderStyle = bsDialog
  5.   Caption = 'fmAboutBox'
  6.   ClientHeight = 321
  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 = 265
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object Bevel1: TBevel
  25.       Left = 4
  26.       Top = 112
  27.       Width = 269
  28.       Height = 42
  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 = 23
  42.       Width = 89
  43.       Height = 13
  44.       Caption = 'SQL Filter Example'
  45.       IsControl = True
  46.     end
  47.     object Label6: TLabel
  48.       Left = 8
  49.       Top = 136
  50.       Width = 101
  51.       Height = 13
  52.       Caption = 'fax: +7 0872 770 183'
  53.     end
  54.     object Label5: TLabel
  55.       Left = 9
  56.       Top = 123
  57.       Width = 107
  58.       Height = 13
  59.       Caption = 'e-mail: rsd@tibc.tula.ru'
  60.     end
  61.     object Label4: TLabel
  62.       Left = 9
  63.       Top = 113
  64.       Width = 40
  65.       Height = 13
  66.       Caption = 'send us:'
  67.     end
  68.     object Memo1: TMemo
  69.       Left = 6
  70.       Top = 199
  71.       Width = 268
  72.       Height = 58
  73.       Lines.Strings = (
  74.         'This example illustrates'
  75.         ' Using of the Visual Filter Component Library')
  76.       ReadOnly = True
  77.       ScrollBars = ssVertical
  78.       TabOrder = 0
  79.     end
  80.   end
  81.   object OKButton: TButton
  82.     Left = 111
  83.     Top = 284
  84.     Width = 77
  85.     Height = 27
  86.     Caption = 'OK'
  87.     Default = True
  88.     ModalResult = 1
  89.     TabOrder = 1
  90.   end
  91. end
  92.