fsavedlg.dfm

来自「Delphi编写的一个支持语法高亮显示和很多语言的文本编辑器」· DFM 代码 · 共 121 行

DFM
121
字号
object frmSaveDlg: TfrmSaveDlg
  Left = 192
  Top = 107
  Width = 333
  Height = 262
  Caption = 'Save Changes'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Verdana'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  DesignSize = (
    325
    235)
  PixelsPerInch = 96
  TextHeight = 13
  object lblPrompt: TLabel
    Left = 45
    Top = 4
    Width = 273
    Height = 61
    AutoSize = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ParentFont = False
    WordWrap = True
  end
  object imgIcon: TImage
    Left = 8
    Top = 8
    Width = 32
    Height = 32
    Transparent = True
  end
  object lstFiles: TListBox
    Left = 6
    Top = 72
    Width = 313
    Height = 128
    Style = lbOwnerDrawFixed
    Anchors = [akLeft, akTop, akRight, akBottom]
    ExtendedSelect = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ItemHeight = 18
    MultiSelect = True
    ParentFont = False
    TabOrder = 0
    OnDrawItem = lstFilesDrawItem
  end
  object btnYes: TCorelButton
    Left = 5
    Top = 207
    Width = 75
    Height = 23
    Anchors = [akRight, akBottom]
    Caption = '&Yes'
    Default = True
    ModalResult = 6
    TabOrder = 1
  end
  object btnCancel: TCorelButton
    Left = 165
    Top = 207
    Width = 75
    Height = 23
    Anchors = [akRight, akBottom]
    Cancel = True
    Caption = 'Cancel'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ModalResult = 2
    ParentFont = False
    TabOrder = 3
  end
  object btnAll: TCorelButton
    Left = 245
    Top = 207
    Width = 75
    Height = 23
    Anchors = [akRight, akBottom]
    Caption = 'Save &all'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ModalResult = 8
    ParentFont = False
    TabOrder = 4
  end
  object btnNo: TCorelButton
    Left = 85
    Top = 207
    Width = 75
    Height = 23
    Anchors = [akRight, akBottom]
    Caption = '&No'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    ModalResult = 7
    ParentFont = False
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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