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

📄 unit2_24.dfm

📁 Delphi 面向对象程序设计 李俊平主编 课后习题
💻 DFM
字号:
object Form1: TForm1
  Left = 219
  Top = 180
  Width = 696
  Height = 480
  Caption = #26102#38388#38382#39064
  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 = 56
    Top = 56
    Width = 105
    Height = 17
    AutoSize = False
    Caption = #20170#22825#26085#26399#26159#65306
  end
  object Edit1: TEdit
    Left = 184
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Tag = 1
    Left = 168
    Top = 112
    Width = 225
    Height = 25
    Caption = #26152#22825
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Tag = 2
    Left = 168
    Top = 160
    Width = 233
    Height = 25
    Caption = #20170#22825
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Tag = 3
    Left = 168
    Top = 208
    Width = 233
    Height = 25
    Caption = #26126#22825
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 256
    Top = 320
    Width = 145
    Height = 49
    Caption = #32467#26463
    TabOrder = 4
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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