📄 uexportdlg.dfm
字号:
object ExportDlg: TExportDlg
Left = 213
Top = 169
Width = 459
Height = 202
BorderIcons = [biSystemMenu]
Caption = #25968#25454#23548#20986#23545#35805#26694
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poDesktopCenter
OnCreate = FormCreate
DesignSize = (
451
175)
PixelsPerInch = 96
TextHeight = 13
object lblFileName: TLabel
Left = 16
Top = 113
Width = 74
Height = 13
Anchors = [akLeft, akBottom]
Caption = #25991#20214#21517#31216'(&N)'#65306
FocusControl = edtFileName
end
object SpeedButton1: TSpeedButton
Left = 413
Top = 109
Width = 29
Height = 21
Action = actSave
Anchors = [akRight, akBottom]
Flat = True
Glyph.Data = {
76010000424D7601000000000000760000002800000020000000100000000100
04000000000000010000120B0000120B00001000000000000000000000000000
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
333333FFFFFFFFFFFFF33000077777770033377777777777773F000007888888
00037F3337F3FF37F37F00000780088800037F3337F77F37F37F000007800888
00037F3337F77FF7F37F00000788888800037F3337777777337F000000000000
00037F3FFFFFFFFFFF7F00000000000000037F77777777777F7F000FFFFFFFFF
00037F7F333333337F7F000FFFFFFFFF00037F7F333333337F7F000FFFFFFFFF
00037F7F333333337F7F000FFFFFFFFF00037F7F333333337F7F000FFFFFFFFF
00037F7F333333337F7F000FFFFFFFFF07037F7F33333333777F000FFFFFFFFF
0003737FFFFFFFFF7F7330099999999900333777777777777733}
NumGlyphs = 2
end
object lblFileFormat: TLabel
Left = 15
Top = 15
Width = 72
Height = 13
Caption = #25991#20214#26684#24335'(&F)'#65306
FocusControl = cbFileType
end
object lblFileNotes: TLabel
Left = 16
Top = 42
Width = 60
Height = 13
Caption = #26684#24335#35828#26126#65306
end
object Bevel1: TBevel
Left = 8
Top = 97
Width = 432
Height = 2
Anchors = [akLeft, akTop, akRight]
Shape = bsFrame
end
object btnOK: TButton
Left = 255
Top = 141
Width = 82
Height = 25
Cursor = crHandPoint
Action = actOK
Anchors = [akRight, akBottom]
Default = True
TabOrder = 0
end
object btnCancel: TButton
Left = 344
Top = 141
Width = 81
Height = 25
Cursor = crHandPoint
Action = actCancel
Anchors = [akRight, akBottom]
ModalResult = 2
TabOrder = 1
end
object edtFileName: TEdit
Left = 107
Top = 109
Width = 302
Height = 21
Anchors = [akLeft, akRight, akBottom]
BevelInner = bvNone
BevelOuter = bvNone
Ctl3D = True
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
ParentCtl3D = False
TabOrder = 2
end
object Remark: TStaticText
Left = 107
Top = 40
Width = 331
Height = 55
Anchors = [akLeft, akTop, akRight, akBottom]
AutoSize = False
BorderStyle = sbsSunken
Color = clWhite
ParentColor = False
TabOrder = 3
end
object cbFileType: TComboBox
Left = 106
Top = 9
Width = 333
Height = 22
Style = csOwnerDrawFixed
Anchors = [akLeft, akTop, akRight]
Ctl3D = False
ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
ItemHeight = 16
ParentCtl3D = False
TabOrder = 4
OnChange = cbFileTypeChange
Items.Strings = (
'Microsoft Excel 95-2000 '#24037#20316#31807'(*.xls)'
'HTML'#65288#36229#25991#26412#26631#35760#35821#35328#65289'(*.htm)'
#25991#26412#65288'Tab '#20998#38548#25991#20214#65289'(*.txt)'
'XML '#65288#21487#25193#23637#26631#35760#35821#35328#65289'(*.xml)')
end
object chkOpenFile: TCheckBox
Left = 16
Top = 140
Width = 178
Height = 18
Caption = #23548#20986#25104#21151#21518#25171#24320#25991#20214
TabOrder = 5
end
object SaveDlg: TSaveDialog
Ctl3D = False
Filter = 'Microsoft Excel '#25991#20214'(*.xls)|*.xls'
InitialDir = '.\Export'
Options = [ofOverwritePrompt, ofHideReadOnly, ofExtensionDifferent, ofEnableIncludeNotify, ofEnableSizing, ofDontAddToRecent]
Left = 202
Top = 8
end
object Actions: TActionList
Images = Main.Img_Main
Left = 247
Top = 8
object actSave: TAction
ImageIndex = 7
ShortCut = 16467
OnExecute = actSaveExecute
end
object actOK: TAction
Caption = #30830#23450'(&O)'
ImageIndex = 25
ShortCut = 13
OnExecute = actOKExecute
end
object actCancel: TAction
Caption = #21462#28040'(Esc)'
ImageIndex = 20
ShortCut = 27
OnExecute = actCancelExecute
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -