📄 pasoutputdlg.dfm
字号:
object frmOutPutDlg: TfrmOutPutDlg
Left = 250
Top = 108
BorderIcons = [biMinimize, biMaximize]
BorderStyle = bsDialog
Caption = #36873#25321#36755#20986#23383#27573
ClientHeight = 255
ClientWidth = 345
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object SrcLabel: TLabel
Left = 8
Top = 8
Width = 78
Height = 12
Caption = #28304#23383#27573#21015#34920#65306
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object DstLabel: TLabel
Left = 192
Top = 8
Width = 91
Height = 12
Caption = #30446#26631#23383#27573#21015#34920#65306
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object IncludeBtn: TSpeedButton
Left = 160
Top = 55
Width = 24
Height = 24
Caption = '>'
OnClick = IncludeBtnClick
end
object IncAllBtn: TSpeedButton
Left = 160
Top = 87
Width = 24
Height = 24
Caption = '>>'
OnClick = IncAllBtnClick
end
object ExcludeBtn: TSpeedButton
Left = 160
Top = 119
Width = 24
Height = 24
Caption = '<'
Enabled = False
OnClick = ExcludeBtnClick
end
object ExAllBtn: TSpeedButton
Left = 160
Top = 151
Width = 24
Height = 24
Caption = '<<'
Enabled = False
OnClick = ExcAllBtnClick
end
object OKBtn: TButton
Left = 181
Top = 220
Width = 75
Height = 25
Caption = #30830#23450
Default = True
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ModalResult = 1
ParentFont = False
TabOrder = 2
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 261
Top = 220
Width = 75
Height = 25
Cancel = True
Caption = #21462#28040
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ModalResult = 2
ParentFont = False
TabOrder = 3
end
object SrcList: TListBox
Left = 8
Top = 24
Width = 144
Height = 185
Style = lbOwnerDrawFixed
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ItemHeight = 15
MultiSelect = True
ParentFont = False
Sorted = True
TabOrder = 0
OnDblClick = SrcListDblClick
end
object DstList: TListBox
Left = 192
Top = 24
Width = 144
Height = 185
Style = lbOwnerDrawFixed
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -12
Font.Name = #23435#20307
Font.Style = [fsBold]
ItemHeight = 15
MultiSelect = True
ParentFont = False
TabOrder = 1
OnDblClick = DstListDblClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -