📄 u_delphi_sql_parser.dfm
字号:
object Form1: TForm1
Left = 177
Top = 108
Width = 796
Height = 373
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 217
Top = 0
Width = 571
Height = 346
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
Lines.Strings = (
'Memo1')
ParentFont = False
ScrollBars = ssVertical
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 217
Height = 346
Align = alLeft
TabOrder = 1
object DirectoryListBox1: TDirectoryListBox
Left = 8
Top = 40
Width = 201
Height = 98
FileList = FileListBox1
ItemHeight = 16
TabOrder = 0
OnChange = DirectoryListBox1Change
end
object FileListBox1: TFileListBox
Left = 8
Top = 184
Width = 201
Height = 155
ItemHeight = 13
Mask = '*.ed'
TabOrder = 1
OnClick = FileListBox1Click
end
object exit_: TButton
Left = 8
Top = 8
Width = 37
Height = 25
Caption = 'exit_'
TabOrder = 2
OnClick = exit_Click
end
object clear_: TButton
Left = 156
Top = 8
Width = 43
Height = 25
Caption = 'clear_'
TabOrder = 3
OnClick = clear_Click
end
object display_scan_: TCheckBox
Left = 24
Top = 144
Width = 97
Height = 17
Caption = 'display_scan_'
TabOrder = 4
end
object trace_parser_: TCheckBox
Left = 24
Top = 164
Width = 97
Height = 17
Caption = 'trace_parser_'
Checked = True
State = cbChecked
TabOrder = 5
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -