mainu.~dfm

来自「n后问题,有界面。」· ~DFM 代码 · 共 65 行

~DFM
65
字号
object Form1: TForm1
  Left = 204
  Top = 168
  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
  PixelsPerInch = 96
  TextHeight = 13
  object PaintBox1: TPaintBox
    Left = 0
    Top = 0
    Width = 465
    Height = 449
  end
  object Label1: TLabel
    Left = 512
    Top = 24
    Width = 145
    Height = 41
    Caption = 'Label1'
  end
  object Button1: TButton
    Left = 536
    Top = 120
    Width = 75
    Height = 25
    Caption = #24320#22987
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 536
    Top = 170
    Width = 75
    Height = 25
    Caption = #21333#24133
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 536
    Top = 221
    Width = 75
    Height = 25
    Caption = #36830#32493
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 536
    Top = 272
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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