📄 unit1.dfm
字号:
object Form1: TForm1
Left = 183
Top = 195
BorderStyle = bsSingle
Caption = #20061#23467#25490#23383#28216#25103
ClientHeight = 299
ClientWidth = 258
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poScreenCenter
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 128
Top = 9
Width = 35
Height = 24
Caption = ' 0 '
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 8
Top = 9
Width = 115
Height = 24
Caption = #31227#21160#27425#25968#65306' '
Font.Charset = DEFAULT_CHARSET
Font.Color = clPurple
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Panel1: TPanel
Left = 8
Top = 48
Width = 81
Height = 81
Caption = '2'
Color = clGradientActiveCaption
Font.Charset = DEFAULT_CHARSET
Font.Color = clTeal
Font.Height = -96
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
TabOrder = 0
end
object Panel2: TPanel
Left = 88
Top = 48
Width = 81
Height = 81
Color = clGradientActiveCaption
Font.Charset = DEFAULT_CHARSET
Font.Color = clTeal
Font.Height = -96
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
TabOrder = 1
end
object Panel3: TPanel
Left = 168
Top = 48
Width = 81
Height = 81
Caption = '3'
Color = clGradientActiveCaption
Font.Charset = DEFAULT_CHARSET
Font.Color = clTeal
Font.Height = -96
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
TabOrder = 2
end
object Panel4: TPanel
Left = 8
Top = 128
Width = 81
Height = 81
Caption = '1'
Color = clGradientActiveCaption
Font.Charset = DEFAULT_CHARSET
Font.Color = clTeal
Font.Height = -96
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
TabOrder = 3
end
object Panel5: TPanel
Left = 88
Top = 128
Width = 81
Height = 81
Caption = '8'
Color = clGradientActiveCaption
Font.Charset = DEFAULT_CHARSET
Font.Color = clTeal
Font.Height = -96
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
TabOrder = 4
end
object Panel6: TPanel
Left = 168
Top = 128
Width = 81
Height = 81
Caption = '4'
Color = clGradientActiveCaption
Font.Charset = DEFAULT_CHARSET
Font.Color = clTeal
Font.Height = -96
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
TabOrder = 5
end
object Panel7: TPanel
Left = 8
Top = 208
Width = 81
Height = 81
Caption = '7'
Color = clGradientActiveCaption
Font.Charset = DEFAULT_CHARSET
Font.Color = clTeal
Font.Height = -96
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
TabOrder = 6
end
object Panel8: TPanel
Left = 88
Top = 208
Width = 81
Height = 81
Caption = '6'
Color = clGradientActiveCaption
Font.Charset = DEFAULT_CHARSET
Font.Color = clTeal
Font.Height = -96
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
TabOrder = 7
end
object Panel9: TPanel
Left = 168
Top = 208
Width = 81
Height = 81
Caption = '5'
Color = clGradientActiveCaption
Font.Charset = DEFAULT_CHARSET
Font.Color = clTeal
Font.Height = -96
Font.Name = 'Times New Roman'
Font.Style = []
ParentFont = False
TabOrder = 8
end
object MainMenu1: TMainMenu
Left = 200
Top = 8
object G1: TMenuItem
Caption = #28216#25103'(&G)'
object NewGame: TMenuItem
Caption = #24320#23616'(&N) '
ShortCut = 113
OnClick = NewGameClick
end
object Exit: TMenuItem
Caption = #36864#20986'(&E)'
OnClick = ExitClick
end
end
object H1: TMenuItem
Caption = #24110#21161'(&H)'
object HowTo: TMenuItem
Caption = 'How To '
ShortCut = 112
OnClick = HowToClick
end
object Answer: TMenuItem
Caption = #31572#26696'(&S)'
OnClick = AnswerClick
end
object About: TMenuItem
Caption = #20851#20110'(&A)'
OnClick = AboutClick
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -