unit1.dfm

来自「delphi加花程序!免杀用的工具!开源啦!~~~~~~~」· DFM 代码 · 共 64 行

DFM
64
字号
object Form1: TForm1
  Left = 245
  Top = 210
  Width = 501
  Height = 114
  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 Label1: TLabel
    Left = 8
    Top = 16
    Width = 60
    Height = 13
    Caption = #36873#25321#25991#20214#65306
  end
  object Edit1: TEdit
    Left = 80
    Top = 16
    Width = 321
    Height = 21
    TabOrder = 0
    Text = 'Edit1'
  end
  object Button1: TButton
    Left = 416
    Top = 16
    Width = 65
    Height = 25
    Caption = #36873#25321
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 104
    Top = 48
    Width = 81
    Height = 25
    Caption = #21152#33457
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 240
    Top = 48
    Width = 89
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button3Click
  end
  object OpenDialog1: TOpenDialog
    Left = 192
    Top = 104
  end
end

⌨️ 快捷键说明

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