📄 fsavedlg.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -