unit1.dfm

来自「Delphi7编程80例(完全版)」· DFM 代码 · 共 65 行

DFM
65
字号
object Form1: TForm1
  Left = 209
  Top = 169
  Width = 571
  Height = 333
  Caption = #25991#26412#25968#25454#22312#34920#26684#20013#30340#23548#20837#21644#23548#20986
  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 Button1: TButton
    Left = 50
    Top = 32
    Width = 169
    Height = 25
    Caption = #25991#26412#25968#25454#21040'DB'#34920#26684#20013
    TabOrder = 0
    OnClick = Button1Click
  end
  object DBGrid1: TDBGrid
    Left = 18
    Top = 64
    Width = 257
    Height = 217
    DataSource = DataSource1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button2: TButton
    Left = 346
    Top = 32
    Width = 161
    Height = 25
    Caption = 'DB'#34920#26684#25968#25454#21040#25991#26412#25968#25454
    Enabled = False
    TabOrder = 2
    OnClick = Button2Click
  end
  object Memo1: TMemo
    Left = 306
    Top = 64
    Width = 233
    Height = 217
    TabOrder = 3
  end
  object Table1: TTable
    Left = 242
    Top = 24
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 282
    Top = 24
  end
end

⌨️ 快捷键说明

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