📄 umain.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 640
Height = 480
Caption = 'OPC Server Demo By C++ Buider(Agilewill software co.ltd)'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 177
Top = 0
Width = 3
Height = 415
Cursor = crHSplit
end
object TreeView1: TTreeView
Left = 0
Top = 0
Width = 177
Height = 415
Align = alLeft
Indent = 19
ReadOnly = True
TabOrder = 0
OnClick = TreeView1Click
end
object StatusBar1: TStatusBar
Left = 0
Top = 415
Width = 632
Height = 19
Panels = <>
SimplePanel = False
end
object ListView1: TListView
Left = 180
Top = 0
Width = 452
Height = 415
Align = alClient
Columns = <
item
Caption = 'ID'
Width = 60
end
item
Caption = 'Value'
Width = 120
end
item
Caption = 'Quality'
end
item
Caption = 'TimeStamp'
Width = 180
end>
TabOrder = 2
ViewStyle = vsReport
end
object MainMenu1: TMainMenu
Left = 136
Top = 72
object F1: TMenuItem
Caption = #25991#20214#65288'&F'#65289
object mnRegister: TMenuItem
Caption = #27880#20876#26381#21153#22120#65288'&R'#65289
OnClick = mnRegisterClick
end
object mnUnregister: TMenuItem
Caption = #27880#38144#26381#21153#22120#65288'&U'#65289
OnClick = mnUnregisterClick
end
object N2: TMenuItem
Caption = '-'
end
object mnExit: TMenuItem
Caption = #36864#20986#65288'&X'#65289
OnClick = mnExitClick
end
end
object N1: TMenuItem
Caption = #24110#21161#65288'&H'#65289
object A1: TMenuItem
Caption = #20851#20110'(&A)...'
OnClick = A1Click
end
end
end
object Timer1: TTimer
Interval = 2000
OnTimer = Timer1Timer
Left = 272
Top = 176
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -