unit1.dfm

来自「数据库文件的使用」· DFM 代码 · 共 64 行

DFM
64
字号
object Form1: TForm1
  Left = 267
  Top = 120
  Width = 378
  Height = 316
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 80
    Top = 24
    Width = 215
    Height = 24
    Caption = 'BDE'#25968#25454#24211#24212#29992#31243#24207
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -24
    Font.Name = #38582#20070
    Font.Style = [fsBold]
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 64
    Width = 337
    Height = 161
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBNavigator1: TDBNavigator
    Left = 48
    Top = 240
    Width = 280
    Height = 33
    DataSource = DataSource1
    TabOrder = 1
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'IBLocal'
    SQL.Strings = (
      'select * from employee;')
    Left = 48
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 8
    Top = 8
  end
end

⌨️ 快捷键说明

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