unit1.dfm

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

DFM
74
字号
object Form1: TForm1
  Left = 296
  Top = 189
  Width = 259
  Height = 191
  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 DBGrid1: TDBGrid
    Left = 8
    Top = 0
    Width = 241
    Height = 129
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnDblClick = DBGrid1DblClick
    Columns = <
      item
        Expanded = False
        FieldName = #23398#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = #22995#21517
        Visible = True
      end
      item
        Expanded = False
        FieldName = #24180#32423
        Visible = True
      end
      item
        Expanded = False
        FieldName = #19987#19994
        Visible = True
      end>
  end
  object Button1: TButton
    Left = 88
    Top = 136
    Width = 73
    Height = 17
    Caption = #32467#26463
    TabOrder = 1
    OnClick = Button1Click
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'd:\DELPHI\08\EXAM_8_8'
    TableName = #23398#29983'.db'
    Left = 8
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 8
    Top = 40
  end
end

⌨️ 快捷键说明

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