📄 mainformunit.~dfm
字号:
object MainForm: TMainForm
Left = 295
Top = 294
Width = 464
Height = 160
Caption = 'OPCDA'#36827#31243#22806#26381#21153#22120
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poDesktopCenter
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 40
Top = 24
Width = 379
Height = 37
Caption = 'OPCDA Sample With BCB'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object MainMenu1: TMainMenu
Left = 40
Top = 40
object File: TMenuItem
Caption = #25991#20214
object Register: TMenuItem
Caption = #27880#20876
OnClick = RegisterClick
end
object Unregister: TMenuItem
Caption = #27880#38144
OnClick = UnregisterClick
end
object N1: TMenuItem
Caption = '-'
end
object Exit: TMenuItem
Caption = #36864#20986
OnClick = ExitClick
end
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -