unit2.dfm

来自「实现窗口的隐藏 标题的改变 图标的替换」· DFM 代码 · 共 74 行

DFM
74
字号
object Form2: TForm2
  Left = 359
  Top = 295
  Width = 276
  Height = 137
  Caption = #25913#22836#25442#38754
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 9
    Top = 13
    Width = 36
    Height = 13
    Caption = #26631#39064#65306
  end
  object Label2: TLabel
    Left = 9
    Top = 44
    Width = 36
    Height = 13
    Caption = #22270#26631#65306
  end
  object Edit1: TEdit
    Left = 53
    Top = 8
    Width = 199
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 32
    Top = 74
    Width = 75
    Height = 25
    Caption = #26356#25913
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 152
    Top = 74
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button2Click
  end
  object Edit2: TFilenameEdit
    Left = 53
    Top = 40
    Width = 176
    Height = 21
    Filter = 'exe files (*.exe)|*.exe|dll files (*.dll)|*.dll'
    NumGlyphs = 1
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 227
    Top = 40
    Width = 25
    Height = 21
    TabOrder = 4
    Text = '0'
  end
end

⌨️ 快捷键说明

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