📄 uchangelog.dfm
字号:
object frmChangeLog: TfrmChangeLog
Left = 322
Top = 223
Width = 458
Height = 363
BorderWidth = 10
Caption = 'History of changes'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 276
Width = 430
Height = 39
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
DesignSize = (
430
39)
object Button1: TButton
Left = 178
Top = 8
Width = 75
Height = 25
Anchors = []
Caption = '&OK'
ModalResult = 1
TabOrder = 0
end
end
object mmChangeLog: TMemo
Left = 0
Top = 0
Width = 430
Height = 276
Align = alClient
Lines.Strings = (
'*version 5.04 (special thanks to Nick I.Timchenko for his great ' +
'contribution)'
'- Added: QueryMaker for a visual query building'
''
'*version 5.03'
'- Fixed: Retry on restructure table failure is added'
''
'*version 5.00 (special thanks to Rik Halfmouw for his great cont' +
'ribution)'
'- Added: Several cosmetic layout changes'
'- Added: Execute selected text as query'
'- Added: CTRL-Enter or CTRL-E shortcut for executing query'
'- Added: Show query execution time in log and status bar'
'- Added: Save table tree width and SQL editor height'
'- Added: Export data to Excel'
'- Added: Access help file from the Help menu'
'- Added: CTRL-T shortcut to insert selected table name in query'
'- Added: Field list for selected table'
'- Added: Query templates (select *, select count(*) and select <' +
'table fields>)'
'- Added: History of SQL queries')
ReadOnly = True
TabOrder = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -