demo1.dfm

来自「《Delphi实用程序100例》配套书源码盘」· DFM 代码 · 共 61 行

DFM
61
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 451
  Height = 280
  Caption = #33258#21160#35774#32622#31995#32479'DSN'
  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 = 40
    Top = 24
    Width = 153
    Height = 13
    Caption = #38190#20837#23436#25972#25968#25454#24211#36335#24452#21644#21517#31216'   '
  end
  object Label2: TLabel
    Left = 40
    Top = 96
    Width = 77
    Height = 13
    Caption = #38190#20837'DSN'#21517#31216'  '
  end
  object Edit1: TEdit
    Left = 40
    Top = 56
    Width = 201
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 40
    Top = 128
    Width = 201
    Height = 21
    TabOrder = 1
  end
  object Button1: TButton
    Left = 272
    Top = 128
    Width = 75
    Height = 25
    Caption = #35774#32622
    TabOrder = 2
    OnClick = Button1Click
  end
  object memo1: TMemo
    Left = 40
    Top = 168
    Width = 145
    Height = 57
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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