home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 August
/
VPR9708A.ISO
/
D3TRIAL
/
INSTALL
/
DATA.Z
/
FFACTWIN.DFM
/
FFACTWIN.txt
Wrap
Text File
|
1997-05-12
|
4KB
|
195 lines
object Form1: TForm1
Left = 291
Top = 215
ActiveControl = DBImage1
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'FISH FACTS'
ClientHeight = 251
ClientWidth = 423
Font.Color = clBlack
Font.Height = -11
Font.Style = []
ShowHint = True
PixelsPerInch = 96
TextHeight = 11
object Panel1: TPanel
Left = 5
Top = 7
Width = 219
Height = 183
Hint = 'Scroll grid below to see other fish'
ParentShowHint = False
ShowHint = True
TabOrder = 0
object DBLabel1: TDBText
Left = 3
Top = 155
Width = 211
Height = 20
DataField = 'Common_Name'
DataSource = DataSource1
Font.Color = clRed
Font.Height = -16
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object DBImage1: TDBImage
Left = 4
Top = 7
Width = 210
Height = 142
Hint = 'Scroll grid below to see other fish'
DataField = 'Graphic'
DataSource = DataSource1
TabOrder = 0
end
end
object Panel2: TPanel
Left = 233
Top = 7
Width = 188
Height = 18
TabOrder = 1
object Label1: TLabel
Left = 6
Top = 3
Width = 48
Height = 9
Caption = 'About the'
Font.Color = clBlue
Font.Height = -9
Font.Style = [fsBold]
ParentFont = False
end
object DBLabel2: TDBText
Left = 57
Top = 3
Width = 72
Height = 9
AutoSize = True
DataField = 'Common_Name'
DataSource = DataSource1
Font.Color = clBlue
Font.Height = -9
Font.Style = [fsBold]
ParentFont = False
end
end
object Panel3: TPanel
Left = 234
Top = 27
Width = 188
Height = 163
BevelOuter = bvLowered
TabOrder = 2
object DBMemo1: TDBMemo
Left = 3
Top = 2
Width = 183
Height = 155
BorderStyle = bsNone
Color = clSilver
Ctl3D = False
DataField = 'Notes'
DataSource = DataSource1
Font.Color = clBlack
Font.Height = -9
Font.Style = []
ImeName = 'ソスソスソス{ソスソス (MS-IME97)'
ParentCtl3D = False
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
end
end
object Panel4: TPanel
Left = 0
Top = 190
Width = 423
Height = 61
Align = alBottom
BevelInner = bvRaised
BorderStyle = bsSingle
ParentShowHint = False
ShowHint = True
TabOrder = 3
object DBGrid1: TDBGrid
Left = 10
Top = 7
Width = 327
Height = 45
Hint = 'Scroll up/down to see other fish!'
DataSource = DataSource1
Font.Color = clWindowText
Font.Height = -9
Font.Style = []
ImeName = 'ソスソスソス{ソスソス (MS-IME97)'
ParentFont = False
TabOrder = 0
TitleFont.Color = clBlack
TitleFont.Height = -11
TitleFont.Style = []
end
object BitBtn1: TBitBtn
Left = 359
Top = 17
Width = 48
Height = 24
Hint = 'Close Fish Facts'
Caption = 'E&xit'
TabOrder = 1
Kind = bkClose
end
end
object DataSource1: TDataSource
DataSet = Table1
Left = 19
Top = 193
end
object Table1: TTable
Active = True
DatabaseName = 'DBDEMOS'
ReadOnly = True
TableName = 'BIOLIFE'
Left = 221
Top = 193
object Table1Category: TStringField
DisplayWidth = 16
FieldName = 'Category'
Size = 16
end
object Table1SpeciesName: TStringField
DisplayWidth = 20
FieldName = 'Species Name'
Size = 40
end
object Table1Lengthcm: TFloatField
DisplayWidth = 11
FieldName = 'Length (cm)'
end
object Table1Length_In: TFloatField
DisplayWidth = 10
FieldName = 'Length_In'
DisplayFormat = '0.00'
end
object Table1Common_Name: TStringField
DisplayWidth = 30
FieldName = 'Common_Name'
Visible = False
Size = 30
end
object Table1Notes: TMemoField
FieldName = 'Notes'
BlobType = ftMemo
Size = 50
end
object Table1Graphic: TBlobField
FieldName = 'Graphic'
ReadOnly = True
Visible = False
BlobType = ftBlob
end
end
end