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

📄 replacepromptdialog.dfm

📁 大家是不是为不知道如何在VB学到绝地程序
💻 DFM
字号:
object dlgReplacePrompt: TdlgReplacePrompt
  Left = 245
  Top = 108
  AutoSize = True
  BorderStyle = bsDialog
  Caption = 'Replace Prompt'
  ClientHeight = 27
  ClientWidth = 361
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object btnOk: TButton
    Left = 0
    Top = 0
    Width = 81
    Height = 27
    Caption = '&Replace'
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
  object btnCancel: TButton
    Left = 280
    Top = 0
    Width = 81
    Height = 27
    Cancel = True
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 3
  end
  object btnSkip: TButton
    Left = 93
    Top = 0
    Width = 81
    Height = 27
    Caption = '&Skip'
    ModalResult = 5
    TabOrder = 1
  end
  object btnAll: TButton
    Left = 187
    Top = 0
    Width = 81
    Height = 27
    Caption = 'Replace &All'
    ModalResult = 10
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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