unit1.dfm

来自「Delphi数据库编程」· DFM 代码 · 共 60 行

DFM
60
字号
object Form1: TForm1
  Left = 244
  Top = 150
  Width = 350
  Height = 196
  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 = 0
    Top = 136
    Width = 105
    Height = 13
    Caption = #35831#36755#20837#23398#29983#22995#21517#65306'   '
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 337
    Height = 121
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 120
    Top = 128
    Width = 105
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 248
    Top = 128
    Width = 73
    Height = 25
    Caption = #21160#24577#26597#35810
    TabOrder = 2
    OnClick = Button1Click
  end
  object Query1: TQuery
    DatabaseName = 'ACCJIAOXUE'
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 32
  end
end

⌨️ 快捷键说明

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