unit1.~dfm

来自「Delphi查找和杀死进程实例」· ~DFM 代码 · 共 82 行

~DFM
82
字号
object Form1: TForm1
  Left = 361
  Top = 201
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #26597#25214#31995#32479#36827#31243#23454#20363
  ClientHeight = 321
  ClientWidth = 293
  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 = 8
    Width = 121
    Height = 17
    AutoSize = False
    Caption = #35831#36755#20837#35201#26597#25214#36827#31243#21517
  end
  object Button1: TButton
    Left = 8
    Top = 280
    Width = 67
    Height = 34
    Caption = #21015#20986#36827#31243
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 80
    Top = 280
    Width = 67
    Height = 34
    Caption = #26597#25214#36827#31243
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 221
    Top = 280
    Width = 67
    Height = 34
    Caption = #28165#31354#21015#34920
    TabOrder = 2
    OnClick = Button3Click
  end
  object ListBox1: TListBox
    Left = 8
    Top = 32
    Width = 279
    Height = 241
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    ItemHeight = 13
    TabOrder = 3
    OnClick = ListBox1Click
  end
  object Edit1: TEdit
    Left = 131
    Top = 2
    Width = 156
    Height = 25
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 4
  end
  object Button4: TButton
    Left = 151
    Top = 280
    Width = 67
    Height = 34
    Caption = #26432#27515#36827#31243
    TabOrder = 5
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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