⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 datalookup.dfm

📁 《delphi数据库设计与实例开发》随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 313
  Height = 353
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 58
    Height = 13
    Caption = 'Species No:'
  end
  object Label2: TLabel
    Left = 16
    Top = 40
    Width = 45
    Height = 13
    Caption = 'Category:'
  end
  object Label3: TLabel
    Left = 16
    Top = 64
    Width = 78
    Height = 13
    Caption = 'Common_Name:'
  end
  object Label4: TLabel
    Left = 16
    Top = 88
    Width = 72
    Height = 13
    Caption = 'Species Name:'
  end
  object Label5: TLabel
    Left = 16
    Top = 112
    Width = 59
    Height = 13
    Caption = 'Length (cm):'
  end
  object Label7: TLabel
    Left = 16
    Top = 136
    Width = 31
    Height = 13
    Caption = 'Notes:'
  end
  object Label8: TLabel
    Left = 160
    Top = 304
    Width = 42
    Height = 13
    Caption = #26465#35760#24405
  end
  object Edit1: TEdit
    Left = 96
    Top = 8
    Width = 201
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 96
    Top = 32
    Width = 201
    Height = 21
    TabOrder = 1
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 96
    Top = 56
    Width = 201
    Height = 21
    TabOrder = 2
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 96
    Top = 80
    Width = 201
    Height = 21
    TabOrder = 3
    Text = 'Edit4'
  end
  object Edit5: TEdit
    Left = 96
    Top = 104
    Width = 201
    Height = 21
    TabOrder = 4
    Text = 'Edit5'
  end
  object Memo1: TMemo
    Left = 96
    Top = 136
    Width = 201
    Height = 121
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssVertical
    TabOrder = 5
  end
  object Button1: TButton
    Left = 8
    Top = 264
    Width = 75
    Height = 25
    Caption = #31532#19968#26465
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 80
    Top = 264
    Width = 75
    Height = 25
    Caption = #19978#19968#26465
    TabOrder = 7
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 152
    Top = 264
    Width = 75
    Height = 25
    Caption = #19979#19968#26465
    TabOrder = 8
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 224
    Top = 264
    Width = 75
    Height = 25
    Caption = #26368#21518#19968#26465
    TabOrder = 9
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 8
    Top = 296
    Width = 75
    Height = 25
    Caption = #31227#21160
    TabOrder = 10
    OnClick = Button5Click
  end
  object Edit6: TEdit
    Left = 88
    Top = 296
    Width = 65
    Height = 21
    TabOrder = 11
  end
  object Table1: TTable
    AfterOpen = Table1AfterOpen
    AfterScroll = Table1AfterOpen
    DatabaseName = 'DBDEMOS'
    TableName = 'biolife.db'
    Left = 8
    Top = 184
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -