📄 main.dfm
字号:
object Form1: TForm1
Left = 261
Top = 143
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'USB 2.0 - PIC18F4550'
ClientHeight = 156
ClientWidth = 309
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object StatusBar1: TStatusBar
Left = 0
Top = 137
Width = 309
Height = 19
Panels = <
item
Text = 'Status : '
Width = 150
end>
end
object Button1: TButton
Left = 8
Top = 16
Width = 75
Height = 25
Caption = 'Connect'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 16
Top = 56
Width = 75
Height = 25
Caption = 'LED1'
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 100
Top = 56
Width = 75
Height = 25
Caption = 'LED2'
TabOrder = 3
OnClick = Button3Click
end
object Button4: TButton
Left = 184
Top = 56
Width = 75
Height = 25
Caption = 'LED3'
TabOrder = 4
OnClick = Button4Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -