home *** CD-ROM | disk | FTP | other *** search
- object Form03: TForm03
- Left = 58
- Top = 163
- Width = 600
- Height = 415
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- Caption = 'Form03'
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- TextHeight = 20
- object TabbedNotebook1: TTabbedNotebook
- Left = 16
- Top = 8
- Width = 553
- Height = 325
- TabFont.Color = clBtnText
- TabFont.Height = -13
- TabFont.Name = 'MS Sans Serif'
- TabFont.Style = []
- TabOrder = 0
- object TTabPage
- Left = 5
- Top = 29
- Caption = 'Page 1'
- object Panel1: TPanel
- Left = 272
- Top = 124
- Width = 257
- Height = 161
- BorderStyle = bsSingle
- TabOrder = 0
- object DBImage1: TDBImage
- Left = 1
- Top = 1
- Width = 253
- Height = 157
- Align = alClient
- BorderStyle = bsNone
- DataField = 'Graphic'
- DataSource = DataSource1
- TabOrder = 0
- end
- end
- object DBGrid1: TDBGrid
- Left = 4
- Top = 124
- Width = 261
- Height = 161
- BorderStyle = bsNone
- DataSource = DataSource1
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- TitleFont.Color = clBlack
- TitleFont.Height = -17
- TitleFont.Name = 'Arial'
- TitleFont.Style = []
- end
- object DBEdit1: TDBEdit
- Left = 20
- Top = 4
- Width = 501
- Height = 27
- DataField = 'Common_Name'
- DataSource = DataSource1
- Font.Color = clRed
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- MaxLength = 30
- ParentFont = False
- TabOrder = 2
- end
- object DBMemo1: TDBMemo
- Left = 4
- Top = 40
- Width = 533
- Height = 77
- Alignment = taCenter
- DataField = 'Notes'
- DataSource = DataSource1
- Font.Color = clNavy
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsItalic]
- ParentFont = False
- TabOrder = 3
- end
- end
- object TTabPage
- Left = 5
- Top = 29
- Caption = 'Page 2'
- object Shape1: TShape
- Left = 336
- Top = 20
- Width = 181
- Height = 257
- Brush.Color = clBlue
- Brush.Style = bsCross
- Shape = stRoundRect
- end
- object Image1: TImage
- Left = 136
- Top = 152
- Width = 85
- Height = 101
- Picture.Data = {<image000.bmp>}
- end
- object Memo1: TMemo
- Left = 32
- Top = 32
- Width = 277
- Height = 73
- Alignment = taCenter
- Font.Color = clRed
- Font.Height = -27
- Font.Name = 'Times New Roman'
- Font.Style = []
- Lines.Strings = (
- 'Sample TMemo'
- 'used in Demo'
- '')
- ParentFont = False
- TabOrder = 0
- end
- end
- end
- object View: TBitBtn
- Left = 20
- Top = 336
- Width = 137
- Height = 33
- Caption = '&View Active Page'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = ViewClick
- end
- object Exit: TBitBtn
- Left = 476
- Top = 336
- Width = 89
- Height = 33
- Caption = '&Exit'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = ExitClick
- end
- object Both: TBitBtn
- Left = 188
- Top = 336
- Width = 89
- Height = 33
- Caption = '&Both'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = BothClick
- end
- object BothBorders: TBitBtn
- Left = 320
- Top = 336
- Width = 141
- Height = 33
- Caption = '&Both with Borders'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = BothBordersClick
- end
- object Memo2: TMemo
- Left = 236
- Top = 48
- Width = 469
- Height = 61
- Alignment = taCenter
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Times New Roman'
- Font.Style = []
- Lines.Strings = (
- 'The function GetControlWidth is used to determine the height of'
- 'Panel1 and that is used to determine the Y position of Panel2 to'
- 'start printing.')
- ParentFont = False
- TabOrder = 5
- Visible = False
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 509
- Top = 11
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'DBDEMOS'
- TableName = 'BIOLIFE.DB'
- Left = 545
- Top = 11
- object Table1SpeciesNo: TFloatField
- FieldName = 'Species No'
- end
- object Table1Category: TStringField
- FieldName = 'Category'
- Size = 15
- end
- object Table1Common_Name: TStringField
- FieldName = 'Common_Name'
- Visible = False
- Size = 30
- end
- object Table1SpeciesName: TStringField
- FieldName = 'Species Name'
- Visible = False
- Size = 40
- end
- object Table1Lengthcm: TFloatField
- FieldName = 'Length (cm)'
- Visible = False
- end
- object Table1Length_In: TFloatField
- FieldName = 'Length_In'
- Visible = False
- end
- object Table1Notes: TMemoField
- FieldName = 'Notes'
- Visible = False
- Size = 50
- end
- object Table1Graphic: TGraphicField
- FieldName = 'Graphic'
- Visible = False
- end
- end
- object DBPrintWin1: TDBPrintWin
- About = 'Version 5.32'
- AboutRegistered = 'TOM SNIDER'
- HeaderFont.Color = clWindowText
- HeaderFont.Height = 16
- HeaderFont.Name = 'Arial'
- HeaderFont.Style = []
- Font.Color = clWindowText
- Font.Height = 16
- Font.Name = 'Arial'
- Font.Style = []
- FooterFont.Color = clWindowText
- FooterFont.Height = 12
- FooterFont.Name = 'Arial'
- FooterFont.Style = []
- FrameObjects = True
- clBtnFaceAsWhite = True
- OutputTo = poViewer
- Orientation = Default
- Units = poInches
- ViewButtonVisible = False
- ShowCancelDialog = True
- LineWidth = 0
- Copies = 1
- GridBackDrop = False
- GridBackDropUnits = poInches
- ZoomPercentage = 25.000000000000000000
- HeaderTop = 0.500000000000000000
- HeaderLeft = 0.500000000000000000
- HeaderStringLeft = ' '
- HeaderStringCenter = ' '
- HeaderStringRight = ' '
- HeaderEnabled = True
- HeaderOutlined = False
- HeaderFilled = False
- TextColor = clBlack
- ViewBkColor = 11234567
- ViewHeading = 'Printit Viewer'
- HeadingColor = clSilver
- FrameStyle = frThin
- FooterTop = 10.510000000000000000
- FooterString = ' '
- FooterEnabled = True
- FooterOutlined = False
- FooterFilled = False
- FixSansSerif = True
- FooterStringLeft = 'Printed on @Date at @Time'
- FooterStringRight = 'Page @Page'
- BorderLeft = 0.500000000000000000
- BorderRight = 0.500000000000000000
- LineSpacing = 2.500000000000000000
- ExecuteWinControl = TabbedNotebook1
- Left = 40
- Top = 16
- end
- end
-