stringgridcolor.dfm
来自「C++ BUILDER精彩编程实例集锦(源码)3 第五部分 系统编程 第六部」· DFM 代码 · 共 37 行
DFM
37 行
object Form1: TForm1
Left = 192
Top = 107
Width = 418
Height = 270
Caption = #23450#21046'StringGrid'#25351#23450#21333#20803#26684#30340#39068#33394
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object StringGrid1: TStringGrid
Left = -8
Top = 0
Width = 417
Height = 233
ColCount = 10
DefaultColWidth = 80
DefaultRowHeight = 18
FixedCols = 0
RowCount = 20
Font.Charset = ANSI_CHARSET
Font.Color = clRed
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect]
ParentFont = False
TabOrder = 0
OnDrawCell = OnDrawCellStringGrid
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?