📄 u_type.~dfm
字号:
object Form1: TForm1
Left = 211
Top = 183
Width = 544
Height = 375
Caption = 'Form1'
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 56
Top = 16
Width = 3
Height = 14
Color = clBlack
Font.Charset = ANSI_CHARSET
Font.Color = clYellow
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
ParentColor = False
ParentFont = False
end
object Label6: TLabel
Left = 48
Top = 128
Width = 240
Height = 48
Caption = 'GAME OVER'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -40
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Visible = False
end
object Panel1: TPanel
Left = 351
Top = 0
Width = 185
Height = 348
Align = alRight
BevelInner = bvLowered
BevelOuter = bvLowered
Color = clCream
TabOrder = 0
object Label2: TLabel
Left = 9
Top = 205
Width = 36
Height = 13
Caption = #25552#31034#31526
end
object Label3: TLabel
Left = 13
Top = 18
Width = 24
Height = 13
Caption = #20987#20013
end
object Label4: TLabel
Left = 6
Top = 69
Width = 36
Height = 13
Caption = #26410#20987#20013
end
object Label5: TLabel
Left = 17
Top = 124
Width = 24
Height = 13
Caption = #24471#20998
end
object Button1: TButton
Left = 64
Top = 264
Width = 75
Height = 25
Caption = #24320#22987
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 56
Top = 200
Width = 121
Height = 21
TabOrder = 1
end
object Edit2: TEdit
Left = 48
Top = 16
Width = 121
Height = 21
TabOrder = 2
end
object Edit3: TEdit
Left = 48
Top = 64
Width = 121
Height = 21
TabOrder = 3
end
object Edit4: TEdit
Left = 48
Top = 120
Width = 121
Height = 21
TabOrder = 4
OnChange = Edit4Change
end
object Button2: TButton
Left = 64
Top = 304
Width = 75
Height = 25
Caption = #20851#38381
TabOrder = 5
OnClick = Button2Click
end
end
object Timer1: TTimer
Interval = 300
OnTimer = Timer1Timer
Left = 296
Top = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -