home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / QDB / ANIMALS.ZIP / ani_main.dfm / ani_main.txt
Text File  |  1998-06-28  |  4KB  |  191 lines

  1. object ani_form: Tani_form
  2.   Left = 244
  3.   Top = 152
  4.   Width = 583
  5.   Height = 348
  6.   BorderIcons = [biMinimize]
  7.   Caption = 'Animals Demo'
  8.   Font.Color = clWindowText
  9.   Font.Height = -16
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   TextHeight = 20
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 575
  21.     Height = 51
  22.     Hint = 'As adapted from dBASE for Windows'
  23.     Align = alTop
  24.     Caption = 'Animals of the World'
  25.     Font.Color = clNavy
  26.     Font.Height = -30
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsBold, fsItalic]
  29.     ParentFont = False
  30.     TabOrder = 0
  31.   end
  32.   object Panel2: TPanel
  33.     Left = 0
  34.     Top = 51
  35.     Width = 575
  36.     Height = 222
  37.     Align = alTop
  38.     ParentShowHint = False
  39.     ShowHint = True
  40.     TabOrder = 1
  41.     object Label1: TLabel
  42.       Left = 38
  43.       Top = 18
  44.       Width = 49
  45.       Height = 20
  46.       Caption = 'Name'
  47.       Font.Color = clNavy
  48.       Font.Height = -17
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = [fsBold]
  51.       ParentFont = False
  52.     end
  53.     object Label2: TLabel
  54.       Left = 51
  55.       Top = 55
  56.       Width = 38
  57.       Height = 20
  58.       Caption = 'Size'
  59.       Font.Color = clNavy
  60.       Font.Height = -17
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = [fsBold]
  63.       ParentFont = False
  64.     end
  65.     object Label3: TLabel
  66.       Left = 29
  67.       Top = 95
  68.       Width = 59
  69.       Height = 20
  70.       Caption = 'Weight'
  71.       Font.Color = clNavy
  72.       Font.Height = -17
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = [fsBold]
  75.       ParentFont = False
  76.     end
  77.     object Label4: TLabel
  78.       Left = 15
  79.       Top = 135
  80.       Width = 72
  81.       Height = 20
  82.       Caption = 'Found in'
  83.       Font.Color = clNavy
  84.       Font.Height = -17
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = [fsBold]
  87.       ParentFont = False
  88.     end
  89.     object Image1: TImage
  90.       Left = 340
  91.       Top = 20
  92.       Width = 211
  93.       Height = 181
  94.       Stretch = True
  95.     end
  96.     object Panel3: TPanel
  97.       Left = 9
  98.       Top = 174
  99.       Width = 309
  100.       Height = 40
  101.       Hint = 'Navigator'
  102.       BevelInner = bvRaised
  103.       ParentShowHint = False
  104.       ShowHint = True
  105.       TabOrder = 0
  106.       object QDBNavigator1: TQDBNavigator
  107.         Left = 32
  108.         Top = 8
  109.         Width = 248
  110.         Height = 25
  111.         Ctl3D = True
  112.         ParentCtl3D = False
  113.         QDB = QDB1
  114.         TabOrder = 0
  115.         VisibleButtons = [nbFirst, nbPrev, nbNext, nbLast]
  116.       end
  117.     end
  118.     object Edit1: TEdit
  119.       Left = 100
  120.       Top = 10
  121.       Width = 151
  122.       Height = 28
  123.       ReadOnly = True
  124.       TabOrder = 1
  125.     end
  126.     object Edit2: TEdit
  127.       Left = 100
  128.       Top = 50
  129.       Width = 151
  130.       Height = 28
  131.       ReadOnly = True
  132.       TabOrder = 2
  133.     end
  134.     object Edit3: TEdit
  135.       Left = 100
  136.       Top = 90
  137.       Width = 151
  138.       Height = 28
  139.       ReadOnly = True
  140.       TabOrder = 3
  141.     end
  142.     object Edit4: TEdit
  143.       Left = 100
  144.       Top = 130
  145.       Width = 201
  146.       Height = 28
  147.       ReadOnly = True
  148.       TabOrder = 4
  149.     end
  150.   end
  151.   object Panel4: TPanel
  152.     Left = 0
  153.     Top = 273
  154.     Width = 575
  155.     Height = 51
  156.     Align = alTop
  157.     ParentShowHint = False
  158.     ShowHint = True
  159.     TabOrder = 2
  160.     object BitBtn1: TBitBtn
  161.       Left = 421
  162.       Top = 8
  163.       Width = 75
  164.       Height = 36
  165.       Caption = 'E&xit'
  166.       Font.Color = clBlack
  167.       Font.Height = -15
  168.       Font.Name = 'MS Sans Serif'
  169.       Font.Style = []
  170.       ParentFont = False
  171.       TabOrder = 0
  172.       Kind = bkClose
  173.     end
  174.   end
  175.   object QDB1: TQDB
  176.     AboutAuthor = 'Robert R. Marsh, SJ -- rrm@sprynet.com'
  177.     AboutVersion = '2.10'
  178.     AggressiveUpdate = False
  179.     CacheFrequency = 0
  180.     CacheSize = 16384
  181.     Compression = False
  182.     ReadOnly = True
  183.     SaveOnClose = True
  184.     ExpandedFileNames = True
  185.     UseGrepMatch = False
  186.     OnNavigate = QDB1Navigate
  187.     Left = 272
  188.     Top = 65
  189.   end
  190. end
  191.