📄 unit1.dfm
字号:
object Form1: TForm1
Left = 213
Top = 310
Width = 178
Height = 160
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Form1'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 14
object Button1: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = 'Activate'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 88
Top = 8
Width = 75
Height = 25
Caption = 'Deactivate'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 8
Top = 40
Width = 153
Height = 25
Caption = 'Status'
TabOrder = 2
OnClick = Button3Click
end
object ROMessage: TROBINMessage
UseCompression = False
Left = 64
Top = 88
end
object ROServer: TROIndyHTTPServer
Active = False
Dispatchers = <
item
Name = 'ROMessage'
Message = ROMessage
Enabled = True
PathInfo = '/BIN'
end>
Left = 96
Top = 88
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -