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

📄 unit1.dfm

📁 本光盘是《Delphi 7应用教程》一书的配套光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 229
  Top = 168
  Width = 270
  Height = 222
  Caption = #27714#21508#20301#25968#23383
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 20
  object Label1: TLabel
    Left = 15
    Top = 18
    Width = 130
    Height = 20
    AutoSize = False
    Caption = #36755#20837#20219#24847#25972#25968
  end
  object Label2: TLabel
    Left = 165
    Top = 58
    Width = 40
    Height = 20
    AutoSize = False
  end
  object Label3: TLabel
    Left = 165
    Top = 90
    Width = 40
    Height = 20
    AutoSize = False
  end
  object Label4: TLabel
    Left = 165
    Top = 122
    Width = 40
    Height = 20
    AutoSize = False
  end
  object Label5: TLabel
    Left = 165
    Top = 154
    Width = 40
    Height = 20
    AutoSize = False
  end
  object Edit1: TEdit
    Left = 139
    Top = 15
    Width = 103
    Height = 28
    TabOrder = 0
  end
  object Button1: TButton
    Left = 48
    Top = 54
    Width = 93
    Height = 25
    Caption = #20010#20301#25968#23383
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 48
    Top = 86
    Width = 93
    Height = 25
    Caption = #21313#20301#25968#23383
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 48
    Top = 118
    Width = 93
    Height = 25
    Caption = #30334#20301#25968#23383
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 48
    Top = 149
    Width = 93
    Height = 25
    Caption = #21315#20301#25968#23383
    TabOrder = 4
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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