home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 August / VPR9608A.BIN / del20try / install / data.z / FFACTWIN.DFM / FFACTWIN.txt
Text File  |  1996-05-08  |  4KB  |  190 lines

  1. object Form1: TForm1
  2.   Left = 193
  3.   Top = 114
  4.   ActiveControl = DBImage1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'FISH FACTS'
  8.   ClientHeight = 279
  9.   ClientWidth = 496
  10.   Font.Color = clBlack
  11.   Font.Height = -12
  12.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object Panel1: TPanel
  18.     Left = 2
  19.     Top = 7
  20.     Width = 264
  21.     Height = 202
  22.     Hint = 'Scroll grid below to see other fish'
  23.     ParentShowHint = False
  24.     ShowHint = True
  25.     TabOrder = 0
  26.     object DBLabel1: TDBText
  27.       Left = 3
  28.       Top = 174
  29.       Width = 254
  30.       Height = 20
  31.       DataField = 'Common_Name'
  32.       DataSource = DataSource1
  33.       Font.Color = clRed
  34.       Font.Height = -16
  35.       Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  36.       Font.Style = [fsBold, fsItalic]
  37.       ParentFont = False
  38.     end
  39.     object DBImage1: TDBImage
  40.       Left = 4
  41.       Top = 7
  42.       Width = 256
  43.       Height = 162
  44.       Hint = 'Scroll grid below to see other fish'
  45.       DataField = 'Graphic'
  46.       DataSource = DataSource1
  47.       TabOrder = 0
  48.     end
  49.   end
  50.   object Panel2: TPanel
  51.     Left = 269
  52.     Top = 7
  53.     Width = 220
  54.     Height = 19
  55.     TabOrder = 1
  56.     object Label1: TLabel
  57.       Left = 6
  58.       Top = 3
  59.       Width = 60
  60.       Height = 12
  61.       Caption = 'About the'
  62.       Font.Color = clBlue
  63.       Font.Height = -12
  64.       Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  65.       Font.Style = [fsBold]
  66.       ParentFont = False
  67.     end
  68.     object DBLabel2: TDBText
  69.       Left = 70
  70.       Top = 3
  71.       Width = 147
  72.       Height = 11
  73.       DataField = 'Common_Name'
  74.       DataSource = DataSource1
  75.       Font.Color = clBlue
  76.       Font.Height = -12
  77.       Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  78.       Font.Style = [fsBold]
  79.       ParentFont = False
  80.     end
  81.   end
  82.   object Panel3: TPanel
  83.     Left = 270
  84.     Top = 27
  85.     Width = 222
  86.     Height = 182
  87.     BevelOuter = bvLowered
  88.     TabOrder = 2
  89.     object DBMemo1: TDBMemo
  90.       Left = 2
  91.       Top = 2
  92.       Width = 216
  93.       Height = 176
  94.       BorderStyle = bsNone
  95.       Color = clSilver
  96.       Ctl3D = False
  97.       DataField = 'Notes'
  98.       DataSource = DataSource1
  99.       ParentCtl3D = False
  100.       ScrollBars = ssVertical
  101.       TabOrder = 0
  102.     end
  103.   end
  104.   object Panel4: TPanel
  105.     Left = 0
  106.     Top = 214
  107.     Width = 496
  108.     Height = 65
  109.     Align = alBottom
  110.     BevelInner = bvRaised
  111.     BorderStyle = bsSingle
  112.     ParentShowHint = False
  113.     ShowHint = True
  114.     TabOrder = 3
  115.     object DBGrid1: TDBGrid
  116.       Left = 4
  117.       Top = 3
  118.       Width = 413
  119.       Height = 54
  120.       Hint = 'Scroll up/down to see other fish!'
  121.       DataSource = DataSource1
  122.       TabOrder = 0
  123.       TitleFont.Color = clBlack
  124.       TitleFont.Height = -12
  125.       TitleFont.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  126.       TitleFont.Style = []
  127.     end
  128.     object BitBtn1: TBitBtn
  129.       Left = 434
  130.       Top = 18
  131.       Width = 49
  132.       Height = 24
  133.       Hint = 'Close Fish Facts'
  134.       Caption = 'E&xit'
  135.       TabOrder = 1
  136.       Kind = bkClose
  137.     end
  138.   end
  139.   object DataSource1: TDataSource
  140.     DataSet = Table1
  141.     Left = 19
  142.     Top = 193
  143.   end
  144.   object Table1: TTable
  145.     Active = True
  146.     DatabaseName = 'DBDEMOS'
  147.     ReadOnly = True
  148.     TableName = 'BIOLIFE'
  149.     Left = 221
  150.     Top = 193
  151.     object Table1Category: TStringField
  152.       DisplayWidth = 19
  153.       FieldName = 'Category'
  154.       Size = 16
  155.     end
  156.     object Table1SpeciesName: TStringField
  157.       DisplayWidth = 30
  158.       FieldName = 'Species Name'
  159.       Size = 40
  160.     end
  161.     object Table1Lengthcm: TFloatField
  162.       DisplayWidth = 13
  163.       FieldName = 'Length (cm)'
  164.     end
  165.     object Table1Length_In: TFloatField
  166.       DisplayWidth = 12
  167.       FieldName = 'Length_In'
  168.       DisplayFormat = '0.00'
  169.     end
  170.     object Table1Common_Name: TStringField
  171.       DisplayWidth = 30
  172.       FieldName = 'Common_Name'
  173.       Visible = False
  174.       Size = 30
  175.     end
  176.     object Table1Notes: TMemoField
  177.       DisplayWidth = 12
  178.       FieldName = 'Notes'
  179.       BlobType = ftMemo
  180.       Size = 50
  181.     end
  182.     object Table1Graphic: TBlobField
  183.       FieldName = 'Graphic'
  184.       ReadOnly = True
  185.       Visible = False
  186.       BlobType = ftBlob
  187.     end
  188.   end
  189. end
  190.