unit1.dfm

来自「DELPHI 写的结束进程代码,可以查询进程是否在运行 ,也可以强制结束进程式」· DFM 代码 · 共 55 行

DFM
55
字号
object Form1: TForm1
  Left = 245
  Top = 148
  Width = 410
  Height = 317
  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 Label1: TLabel
    Left = 32
    Top = 120
    Width = 337
    Height = 25
    AutoSize = False
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 40
    Top = 56
    Width = 113
    Height = 17
    AutoSize = False
    Caption = #36827#31243#21517#31216
  end
  object Button1: TButton
    Left = 56
    Top = 200
    Width = 75
    Height = 25
    Caption = #32467#26463#36827#31243
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 40
    Top = 80
    Width = 297
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 120
    Top = 16
  end
end

⌨️ 快捷键说明

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