📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 237
Top = 120
Width = 501
Height = 442
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 80
Top = 24
Width = 41
Height = 16
Caption = 'Label1'
end
object Label2: TLabel
Left = 200
Top = 24
Width = 41
Height = 16
Caption = 'Label2'
end
object Button1: TButton
Left = 240
Top = 64
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 240
Top = 128
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 1
OnClick = Button2Click
end
object Led1: TLed
Left = 200
Top = 64
Width = 18
Height = 18
Bus = 128
end
object Led2: TLed
Left = 200
Top = 136
Width = 18
Height = 18
Bus = 128
end
object Button3: TButton
Left = 72
Top = 64
Width = 75
Height = 25
Caption = 'Button3'
TabOrder = 4
OnClick = Button3Click
end
object Button4: TButton
Left = 72
Top = 128
Width = 75
Height = 25
Caption = 'Button4'
TabOrder = 5
OnClick = Button4Click
end
object Led3: TLed
Left = 40
Top = 64
Width = 18
Height = 18
LedOnColor = lcLime
LedOffColor = lcGreen
Bus = 128
end
object Led4: TLed
Left = 40
Top = 136
Width = 18
Height = 18
LedOnColor = lcYellow
LedOffColor = lcOlive
Bus = 128
end
object Button5: TButton
Left = 376
Top = 64
Width = 75
Height = 25
Caption = #30828#20214#20449#24687
TabOrder = 8
OnClick = Button5Click
end
object Memo1: TMemo
Left = 24
Top = 184
Width = 449
Height = 201
Lines.Strings = (
'Memo1')
TabOrder = 9
end
object Button6: TButton
Left = 376
Top = 128
Width = 75
Height = 25
Caption = 'Read'
TabOrder = 10
OnClick = Button6Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -