⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 Delphi实效编程百例的随书源代码 这是其中的磁盘文件部分
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -