📄 copydlg.dfm
字号:
object CopyDialog: TCopyDialog
Left = 236
Top = 164
BorderStyle = bsDialog
Caption = 'Copy'
ClientHeight = 96
ClientWidth = 295
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 13
Top = 13
Width = 120
Height = 13
Caption = 'Copy current message to:'
end
object cbFolder: TComboBox
Left = 13
Top = 26
Width = 267
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
end
object Button1: TButton
Left = 78
Top = 65
Width = 61
Height = 20
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 1
end
object Button2: TButton
Left = 156
Top = 65
Width = 61
Height = 20
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -