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

📄 unit1.dfm

📁 本光盘是《Delphi 7应用教程》一书的配套光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 185
  Top = 137
  Width = 285
  Height = 150
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 32
    Width = 36
    Height = 13
    Caption = #21495#30721#65306
  end
  object Edit1: TEdit
    Left = 48
    Top = 32
    Width = 25
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 80
    Top = 32
    Width = 25
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 112
    Top = 32
    Width = 25
    Height = 21
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 144
    Top = 32
    Width = 25
    Height = 21
    TabOrder = 3
  end
  object Edit5: TEdit
    Left = 176
    Top = 32
    Width = 25
    Height = 21
    TabOrder = 4
  end
  object Edit6: TEdit
    Left = 208
    Top = 32
    Width = 25
    Height = 21
    TabOrder = 5
  end
  object Edit7: TEdit
    Left = 240
    Top = 32
    Width = 25
    Height = 21
    TabOrder = 6
  end
  object Button1: TButton
    Left = 48
    Top = 72
    Width = 49
    Height = 25
    Caption = #25671#22870
    TabOrder = 7
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 120
    Top = 72
    Width = 41
    Height = 25
    Caption = #20572#27490
    TabOrder = 8
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 192
    Top = 72
    Width = 41
    Height = 25
    Caption = #20844#24067
    TabOrder = 9
    OnClick = Button3Click
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 150
    OnTimer = Timer1Timer
    Left = 8
  end
end

⌨️ 快捷键说明

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