📄 unit3.dfm
字号:
object Form3: TForm3
Left = 269
Top = 115
BorderStyle = bsDialog
Caption = '龙 虎 榜'
ClientHeight = 303
ClientWidth = 263
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 88
Top = 10
Width = 83
Height = 19
Caption = '龙 虎 榜'
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = '宋体'
Font.Style = [fsBold]
ParentFont = False
end
object StringGrid1: TStringGrid
Left = 9
Top = 39
Width = 254
Height = 258
BorderStyle = bsNone
Color = clBtnFace
ColCount = 1
DefaultColWidth = 240
FixedCols = 0
RowCount = 10
FixedRows = 0
Options = [goHorzLine]
ScrollBars = ssNone
TabOrder = 0
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -