home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708A.ISO / D3TRIAL / INSTALL / DATA.Z / FFACTWIN.DFM / FFACTWIN.txt
Text File  |  1997-05-12  |  4KB  |  195 lines

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