⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usecreplacedialogs.dfm

📁 一个基于不需引擎的文件管理系统,使用了许多界面比较好的控件
💻 DFM
字号:
object SecReplaceFrm: TSecReplaceFrm
  Left = 417
  Top = 169
  BorderIcons = [biSystemMenu, biHelp]
  BorderStyle = bsDialog
  Caption = #26367#25442
  ClientHeight = 144
  ClientWidth = 379
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 11
    Top = 14
    Width = 74
    Height = 12
    AutoSize = False
    Caption = #26597#25214#20869#23481'(&N):'
    FocusControl = Edit1
  end
  object Label2: TLabel
    Left = 11
    Top = 38
    Width = 60
    Height = 12
    Caption = #26367#25442#20026'(&P):'
    FocusControl = Edit2
  end
  object Edit1: TEdit
    Left = 94
    Top = 11
    Width = 171
    Height = 20
    TabOrder = 0
    OnChange = Edit1Change
  end
  object Edit2: TEdit
    Left = 94
    Top = 35
    Width = 171
    Height = 20
    TabOrder = 1
  end
  object Button1: TButton
    Left = 279
    Top = 5
    Width = 90
    Height = 21
    Caption = #26597#25214#19979#19968#20010'(&F)'
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 279
    Top = 31
    Width = 90
    Height = 21
    Caption = #26367#25442'(&R)'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 279
    Top = 57
    Width = 90
    Height = 21
    Caption = #20840#37096#26367#25442'(&A)'
    TabOrder = 4
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 279
    Top = 83
    Width = 90
    Height = 21
    Caption = #21462#28040
    TabOrder = 5
    OnClick = Button4Click
  end
  object CheckBox1: TCheckBox
    Left = 11
    Top = 92
    Width = 123
    Height = 17
    Caption = #21306#20998#22823#23567#20889'(&C)'
    TabOrder = 6
    OnClick = CheckBox1Click
  end
end

⌨️ 快捷键说明

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