home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / animals.pak / BEASTWIN.DFM / BEASTWIN.txt
Encoding:
Text File  |  1995-08-24  |  5.0 KB  |  238 lines

  1. object Form1: TForm1
  2.   Left = 190
  3.   Top = 98
  4.   AutoScroll = False
  5.   ActiveControl = DBImage1
  6.   BorderStyle = bsSingle
  7.   Caption = 'DELPHI'
  8.   ClientHeight = 257
  9.   ClientWidth = 457
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 457
  21.     Height = 41
  22.     Hint = 'As adapted from dBASE for Windows'
  23.     Align = alTop
  24.     Caption = 'Animals of the World'
  25.     Font.Color = clNavy
  26.     Font.Height = -24
  27.     Font.Name = 'MS Serif'
  28.     Font.Style = [fsBold, fsItalic]
  29.     ParentFont = False
  30.     TabOrder = 0
  31.   end
  32.   object Panel2: TPanel
  33.     Left = 0
  34.     Top = 41
  35.     Width = 457
  36.     Height = 177
  37.     Align = alTop
  38.     ParentShowHint = False
  39.     ShowHint = True
  40.     TabOrder = 1
  41.     object Label1: TLabel
  42.       Left = 30
  43.       Top = 14
  44.       Width = 42
  45.       Height = 16
  46.       Caption = 'Name'
  47.       Font.Color = clNavy
  48.       Font.Height = -13
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = [fsBold]
  51.       ParentFont = False
  52.     end
  53.     object Label2: TLabel
  54.       Left = 41
  55.       Top = 44
  56.       Width = 31
  57.       Height = 16
  58.       Caption = 'Size'
  59.       Font.Color = clNavy
  60.       Font.Height = -13
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = [fsBold]
  63.       ParentFont = False
  64.     end
  65.     object Label3: TLabel
  66.       Left = 23
  67.       Top = 76
  68.       Width = 49
  69.       Height = 16
  70.       Caption = 'Weight'
  71.       Font.Color = clNavy
  72.       Font.Height = -13
  73.       Font.Name = 'MS Sans Serif'
  74.       Font.Style = [fsBold]
  75.       ParentFont = False
  76.     end
  77.     object Label4: TLabel
  78.       Left = 12
  79.       Top = 108
  80.       Width = 60
  81.       Height = 16
  82.       Caption = 'Found in'
  83.       Font.Color = clNavy
  84.       Font.Height = -13
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = [fsBold]
  87.       ParentFont = False
  88.     end
  89.     object DBImage1: TDBImage
  90.       Left = 269
  91.       Top = 7
  92.       Width = 179
  93.       Height = 162
  94.       DataField = 'BMP'
  95.       DataSource = DataSource1
  96.       TabOrder = 0
  97.     end
  98.     object DBEdit1: TDBEdit
  99.       Left = 76
  100.       Top = 11
  101.       Width = 169
  102.       Height = 25
  103.       DataField = 'NAME'
  104.       DataSource = DataSource1
  105.       Font.Color = clBlack
  106.       Font.Height = -13
  107.       Font.Name = 'MS Sans Serif'
  108.       Font.Style = [fsBold]
  109.       MaxLength = 10
  110.       ParentFont = False
  111.       TabOrder = 1
  112.     end
  113.     object DBEdit2: TDBEdit
  114.       Left = 76
  115.       Top = 41
  116.       Width = 121
  117.       Height = 25
  118.       DataField = 'SIZE'
  119.       DataSource = DataSource1
  120.       Font.Color = clBlack
  121.       Font.Height = -13
  122.       Font.Name = 'MS Sans Serif'
  123.       Font.Style = [fsBold]
  124.       MaxLength = 0
  125.       ParentFont = False
  126.       TabOrder = 2
  127.     end
  128.     object DBEdit3: TDBEdit
  129.       Left = 76
  130.       Top = 72
  131.       Width = 121
  132.       Height = 25
  133.       DataField = 'WEIGHT'
  134.       DataSource = DataSource1
  135.       Font.Color = clBlack
  136.       Font.Height = -13
  137.       Font.Name = 'MS Sans Serif'
  138.       Font.Style = [fsBold]
  139.       MaxLength = 0
  140.       ParentFont = False
  141.       TabOrder = 3
  142.     end
  143.     object DBEdit4: TDBEdit
  144.       Left = 76
  145.       Top = 103
  146.       Width = 169
  147.       Height = 25
  148.       DataField = 'AREA'
  149.       DataSource = DataSource1
  150.       Font.Color = clBlack
  151.       Font.Height = -13
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = [fsBold]
  154.       MaxLength = 20
  155.       ParentFont = False
  156.       TabOrder = 4
  157.     end
  158.     object Panel3: TPanel
  159.       Left = 7
  160.       Top = 139
  161.       Width = 247
  162.       Height = 32
  163.       Hint = 'Navigator'
  164.       BevelInner = bvRaised
  165.       ParentShowHint = False
  166.       ShowHint = True
  167.       TabOrder = 5
  168.       object DBNavigator1: TDBNavigator
  169.         Left = 13
  170.         Top = 6
  171.         Width = 216
  172.         Height = 20
  173.         DataSource = DataSource1
  174.         VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbRefresh]
  175.         TabOrder = 0
  176.       end
  177.     end
  178.   end
  179.   object Panel4: TPanel
  180.     Left = 0
  181.     Top = 218
  182.     Width = 463
  183.     Height = 41
  184.     Align = alTop
  185.     ParentShowHint = False
  186.     ShowHint = True
  187.     TabOrder = 2
  188.     object BitBtn1: TBitBtn
  189.       Left = 337
  190.       Top = 6
  191.       Width = 60
  192.       Height = 29
  193.       Caption = 'E&xit'
  194.       Font.Color = clBlack
  195.       Font.Height = -11
  196.       Font.Name = 'MS Sans Serif'
  197.       Font.Style = []
  198.       ParentFont = False
  199.       TabOrder = 0
  200.       Kind = bkClose
  201.     end
  202.   end
  203.   object DataSource1: TDataSource
  204.     DataSet = Table1
  205.     Left = 213
  206.     Top = 114
  207.   end
  208.   object Table1: TTable
  209.     Active = True
  210.     DatabaseName = 'DBDEMOS'
  211.     TableName = 'ANIMALS'
  212.     TableType = ttDBase
  213.     Left = 214
  214.     Top = 80
  215.     object Table1NAME: TStringField
  216.       FieldName = 'NAME'
  217.       Size = 10
  218.     end
  219.     object Table1AREA: TStringField
  220.       FieldName = 'AREA'
  221.     end
  222.     object Table1BMP: TBlobField
  223.       FieldName = 'BMP'
  224.       Size = 1
  225.     end
  226.     object Table1SIZE: TSmallintField
  227.       FieldName = 'SIZE'
  228.       MaxValue = 32767
  229.       MinValue = -32768
  230.     end
  231.     object Table1WEIGHT: TSmallintField
  232.       FieldName = 'WEIGHT'
  233.       MaxValue = 32767
  234.       MinValue = -32768
  235.     end
  236.   end
  237. end
  238.