unit1.dfm

来自「Delphi实效编程百例的随书源代码 这是其中的磁盘文件部分」· DFM 代码 · 共 78 行

DFM
78
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 544
  Height = 304
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -24
  Font.Name = 'MS Sans Serif'
  Font.Style = [fsBold]
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 29
  object Label1: TLabel
    Left = 80
    Top = 128
    Width = 72
    Height = 21
    Caption = 'Label1'
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clFuchsia
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
    Transparent = True
  end
  object Label2: TLabel
    Left = 80
    Top = 176
    Width = 72
    Height = 21
    Caption = 'Label2'
    Color = clWhite
    Font.Charset = GB2312_CHARSET
    Font.Color = clFuchsia
    Font.Height = -21
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
    Transparent = True
  end
  object Edit1: TEdit
    Left = 88
    Top = 24
    Width = 89
    Height = 37
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    Text = 'c:\'
  end
  object Button1: TButton
    Left = 80
    Top = 80
    Width = 177
    Height = 33
    Caption = #26816#27979#39537#21160#22120#23481#37327
    Font.Charset = GB2312_CHARSET
    Font.Color = clLime
    Font.Height = -24
    Font.Name = #26999#20307'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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