replacepromptdialog.dfm

来自「大家是不是为不知道如何在VB学到绝地程序」· DFM 代码 · 共 60 行

DFM
60
字号
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 + =
减小字号Ctrl + -
显示快捷键?