unit1.~dfm
来自「此软件是用delphi编写的一个可以显示打印九九乘法表小程序」· ~DFM 代码 · 共 44 行
~DFM
44 行
object Form1: TForm1
Left = 265
Top = 130
Width = 590
Height = 373
Caption = #20056#27861#34920
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 120
TextHeight = 16
object StringGrid1: TStringGrid
Left = 0
Top = 0
Width = 582
Height = 265
Align = alTop
ColCount = 10
DefaultColWidth = 55
DefaultRowHeight = 25
RowCount = 10
TabOrder = 0
end
object Button1: TButton
Left = 223
Top = 290
Width = 139
Height = 31
Caption = 'For '#25171#21360'99'#20056#27861#34920
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = Button1Click
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?