unit1.dfm

来自「监视系统的目录和文件变化-检测木马之类的满有用的.希望大家喜欢」· DFM 代码 · 共 73 行

DFM
73
字号
object Form1: TForm1
  Left = 468
  Top = 327
  AutoScroll = False
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #25991#20214#30417#35270#31934#28789'V1.0'
  ClientHeight = 278
  ClientWidth = 405
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object FlatSBRegister: TFlatSpeedButton
    Left = 8
    Top = 248
    Width = 57
    Height = 25
    Version = '4.42.8.0'
    Caption = #24320#22987
    OnClick = FlatSBRegisterClick
  end
  object FlatSBUnRegister: TFlatSpeedButton
    Left = 72
    Top = 248
    Width = 57
    Height = 25
    Version = '4.42.8.0'
    Caption = #20572#27490
    OnClick = FlatSBUnRegisterClick
  end
  object FlatSBSave: TFlatSpeedButton
    Left = 280
    Top = 248
    Width = 57
    Height = 25
    Version = '4.42.8.0'
    Caption = #20445#23384
    OnClick = FlatSBSaveClick
  end
  object FlatSBQuit: TFlatSpeedButton
    Left = 344
    Top = 248
    Width = 57
    Height = 25
    Version = '4.42.8.0'
    Caption = #36864#20986
    OnClick = FlatSBQuitClick
  end
  object Label1: TLabel
    Left = 9
    Top = 5
    Width = 24
    Height = 13
    Caption = #20449#24687
  end
  object Memo1: TFlatMemo
    Left = 5
    Top = 23
    Width = 395
    Height = 218
    Version = '4.42.8.0'
    ColorFlat = clBtnFace
    ParentColor = True
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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