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

📄 captioneditform.xfm

📁 East make Tray Icon in delphi
💻 XFM
字号:
object CaptionEditDlg: TCaptionEditDlg
  Left = 236
  Top = 133
  Width = 345
  Height = 178
  Caption = 'Caption Editor'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 19
    Width = 60
    Height = 13
    Caption = 'New caption'
  end
  object OkBtn: TButton
    Left = 164
    Top = 116
    Width = 75
    Height = 25
    Caption = 'Ok'
    Default = True
    ModalResult = 1
    TabOrder = 2
  end
  object CancelBtn: TButton
    Left = 244
    Top = 116
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 3
  end
  object CaptionEdit: TMemo
    Left = 92
    Top = 16
    Width = 225
    Height = 89
    TabOrder = 0
  end
  object FontBtn: TButton
    Left = 16
    Top = 116
    Width = 75
    Height = 25
    Caption = 'Font...'
    TabOrder = 1
    OnClick = FontBtnClick
  end
  object FontDialog1: TFontDialog
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    MinFontSize = 0
    MaxFontSize = 0
    Left = 104
    Top = 116
  end
end

⌨️ 快捷键说明

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