unit1.dfm

来自「限制鼠标的位置的DELPHI源文件代码及演示」· DFM 代码 · 共 37 行

DFM
37
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 367
  Height = 308
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 337
    Height = 225
    BevelInner = bvRaised
    BevelOuter = bvLowered
    BevelWidth = 10
    TabOrder = 0
    OnDblClick = Panel1DblClick
  end
  object Button1: TButton
    Left = 136
    Top = 240
    Width = 81
    Height = 33
    Caption = #38480#21046#40736#26631
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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