templateeditdlg.dfm

来自「此软件支持多文档打开」· DFM 代码 · 共 79 行

DFM
79
字号
object dlgTemplateEdit: TdlgTemplateEdit
  Left = 261
  Top = 145
  AutoSize = True
  BorderStyle = bsDialog
  Caption = 'Edit Code Template'
  ClientHeight = 93
  ClientWidth = 277
  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 Bevel1: TBevel
    Left = 0
    Top = 0
    Width = 277
    Height = 63
    Shape = bsFrame
  end
  object Label1: TLabel
    Left = 5
    Top = 19
    Width = 74
    Height = 13
    Caption = '&Shortcut Name:'
    FocusControl = edtShortcut
  end
  object Label2: TLabel
    Left = 23
    Top = 44
    Width = 56
    Height = 13
    Caption = '&Description:'
    FocusControl = edtDesc
  end
  object btnOK: TButton
    Left = 121
    Top = 68
    Width = 75
    Height = 25
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 0
  end
  object btnCancel: TButton
    Left = 201
    Top = 68
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 1
  end
  object edtShortcut: TEdit
    Left = 81
    Top = 11
    Width = 193
    Height = 21
    TabOrder = 2
  end
  object edtDesc: TEdit
    Left = 81
    Top = 36
    Width = 193
    Height = 21
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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