📄 outfrm.dfm
字号:
object outform: Toutform
Left = 193
Top = 99
Width = 230
Height = 196
Caption = '文件导出'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object RadioGroup1: TRadioGroup
Left = 18
Top = 16
Width = 185
Height = 105
Caption = '数据类型'
ItemIndex = 3
Items.Strings = (
'全部数据'
'详细数据'
'非详细数据'
'共享数据')
TabOrder = 0
end
object Button1: TButton
Left = 64
Top = 136
Width = 75
Height = 25
Caption = '确 定'
TabOrder = 1
OnClick = Button1Click
end
object SaveDialog1: TSaveDialog
Filter = '文本文件(*.txt)|*.txt'
Left = 136
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -