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

📄 unit1.dfm

📁 本光盘是《Delphi 7应用教程》一书的配套光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 258
  Height = 177
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PopupMenu = PopupMenu1
  PixelsPerInch = 96
  TextHeight = 20
  object Label1: TLabel
    Left = 88
    Top = 80
    Width = 48
    Height = 20
    Caption = 'Label1'
  end
  object MainMenu1: TMainMenu
    Left = 112
    Top = 32
    object File1: TMenuItem
      Caption = 'File'
      object Time1: TMenuItem
        Caption = 'Time'
        OnClick = Time1Click
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object Exit1: TMenuItem
        Caption = 'Exit'
        OnClick = Exit1Click
      end
    end
    object About1: TMenuItem
      Caption = 'About'
    end
  end
  object Timer1: TTimer
    Left = 48
    Top = 32
  end
  object PopupMenu1: TPopupMenu
    Left = 176
    Top = 32
    object Save1: TMenuItem
      Caption = 'Save'
    end
    object Exit2: TMenuItem
      Caption = 'Exit'
      OnClick = Exit1Click
    end
  end
end

⌨️ 快捷键说明

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