📄 freports.dfm
字号:
object Reports: TReports
Left = 156
Top = 128
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Reports'
ClientHeight = 255
ClientWidth = 464
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object RAhtLabel1: TJvHTLabel
Left = 16
Top = 8
Width = 433
Height = 13
AutoSize = False
Caption = 'Select report from list and click button <b>Create report</b>'
end
object lbReports: TJvhtListBox
Left = 16
Top = 32
Width = 433
Height = 169
HideSel = False
TabOrder = 0
OnDblClick = bReportClick
end
object bReport: TButton
Left = 248
Top = 216
Width = 113
Height = 25
Caption = 'Create report'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
OnClick = bReportClick
end
object bCancel: TButton
Left = 376
Top = 216
Width = 75
Height = 25
Cancel = True
Caption = 'Close'
ModalResult = 2
TabOrder = 2
end
object RegAuto2: TJvRegAuto
RegPath = 'Software\nbs\JvInterpreterPresent'
Storage = raIniStrings
IniFile = 'reports.ini'
AutoMode = False
Left = 88
Top = 200
end
object JvInterpreterFm1: TJvInterpreterFm
OnGetValue = JvInterpreterFm1GetValue
Left = 144
Top = 192
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -