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

📄 unit2.dfm

📁 本光盘是《Delphi 7应用教程》一书的配套光盘
💻 DFM
字号:
object Form2: TForm2
  Left = 419
  Top = 179
  Width = 258
  Height = 148
  Caption = 'Form2'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 145
    Height = 13
    AutoSize = False
    Caption = #26412#26399#33719#22870#21495#30721#22914#19979#65306
  end
  object Edit1: TEdit
    Left = 16
    Top = 32
    Width = 25
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 48
    Top = 32
    Width = 25
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 80
    Top = 32
    Width = 25
    Height = 21
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 112
    Top = 32
    Width = 25
    Height = 21
    TabOrder = 3
  end
  object Edit5: TEdit
    Left = 144
    Top = 32
    Width = 25
    Height = 21
    TabOrder = 4
  end
  object Edit6: TEdit
    Left = 176
    Top = 32
    Width = 25
    Height = 21
    TabOrder = 5
  end
  object Edit7: TEdit
    Left = 208
    Top = 32
    Width = 25
    Height = 21
    TabOrder = 6
  end
  object Button1: TButton
    Left = 88
    Top = 80
    Width = 57
    Height = 25
    Caption = #36864#20986
    TabOrder = 7
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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