unit1.dfm

来自「一个托盘程序能够快速打开记事本、画板、注册表以IE设置属性」· DFM 代码 · 共 39 行

DFM
39
字号
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 696
  Height = 480
  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 Button1: TButton
    Left = 272
    Top = 104
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
  end
  object PopupMenu1: TPopupMenu
    Left = 160
    Top = 104
    object N11: TMenuItem
      Caption = '1'
    end
    object N21: TMenuItem
      Caption = '2'
    end
    object N31: TMenuItem
      Caption = '3'
    end
  end
end

⌨️ 快捷键说明

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