object wUAClient_OLab: TwUAClient_OLab Left = 0 Top = 0 Caption = 'UAClient QuickOPC 5.3' ClientHeight = 706 ClientWidth = 949 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object ButtonGroup1: TButtonGroup AlignWithMargins = True Left = 3 Top = 3 Width = 206 Height = 700 Align = alLeft BorderStyle = bsNone ButtonOptions = [gboFullSize, gboShowCaptions] Items = < item Caption = 'ComputerBrowserDialog.ShowDialog' end item Caption = 'BrowseDataNodes' end item Caption = 'BrowseMethods' end item Caption = 'BrowseNodes' end item Caption = 'CallMethod' end item Caption = 'CallMultipleMethods' end item Caption = 'DiscoverServers' end item Caption = 'Read' end item Caption = 'ReadMultiple' end item Caption = 'ReadMultipleValues' end item Caption = 'ReadValue' end item Caption = 'SubscribeMonitoredItem' end item Caption = 'SubscribeMultipleMonitoredItems' end item Caption = 'WriteMultipleValues' end item Caption = 'WriteValue' end item Caption = 'Configuration.LogEntry' end item Caption = 'UABrowseDialog.ShowDialog' end item Caption = 'UADataDialog.ShowDialog' end item Caption = 'UAEndpointDialog.ShowDialog' end item Caption = 'UAHostAndEndpointDialog.ShowDialog' end> TabOrder = 0 OnButtonClicked = ButtonGroup1ButtonClicked end object Panel1: TPanel Left = 212 Top = 0 Width = 737 Height = 706 Align = alClient BevelOuter = bvNone TabOrder = 1 object Splitter1: TSplitter Left = 0 Top = 435 Width = 737 Height = 5 Cursor = crVSplit Align = alBottom Beveled = True ResizeStyle = rsUpdate ExplicitTop = 437 ExplicitWidth = 625 end object GridPanel1: TGridPanel AlignWithMargins = True Left = 3 Top = 3 Width = 731 Height = 78 Align = alTop BevelOuter = bvNone ColumnCollection = < item SizeStyle = ssAbsolute Value = 140.000000000000000000 end item SizeStyle = ssAuto Value = 100.000000000000000000 end> ControlCollection = < item Column = 0 Control = Label1 Row = 0 end item Column = 1 Control = UAHost Row = 0 end item Column = 0 Control = Label2 Row = 1 end item Column = 1 Control = UAEndpoint Row = 1 end item Column = 0 Control = Label3 Row = 2 end item Column = 1 Control = UANodeID Row = 2 end> RowCollection = < item Value = 33.333333333333340000 end item Value = 33.333333333333340000 end item Value = 33.333333333333340000 end> TabOrder = 0 object Label1: TLabel AlignWithMargins = True Left = 3 Top = 3 Width = 134 Height = 20 Align = alClient Caption = 'OPS-UA Server Host:' Layout = tlCenter ExplicitWidth = 102 ExplicitHeight = 13 end object UAHost: TEdit AlignWithMargins = True Left = 143 Top = 3 Width = 585 Height = 20 Hint = 'Enter a Host running OPC-UA-Server' Align = alClient BorderStyle = bsNone ParentShowHint = False ShowHint = True TabOrder = 0 Text = 'bie-n2132-win7' end object Label2: TLabel AlignWithMargins = True Left = 3 Top = 29 Width = 134 Height = 20 Align = alClient Caption = 'OPS-UA Server Endpoint:' Layout = tlCenter ExplicitWidth = 122 ExplicitHeight = 13 end object UAEndpoint: TEdit AlignWithMargins = True Left = 143 Top = 29 Width = 585 Height = 20 Hint = 'Enter the Endpoint connection to Host:Port' Align = alClient BorderStyle = bsNone ParentShowHint = False ShowHint = True TabOrder = 1 Text = 'opc.tcp://BIE-N2132-WIN7:55105' end object Label3: TLabel AlignWithMargins = True Left = 3 Top = 55 Width = 134 Height = 20 Align = alClient Caption = 'OPS-UA Server Node ID:' Layout = tlCenter ExplicitWidth = 119 ExplicitHeight = 13 end object UANodeID: TEdit AlignWithMargins = True Left = 143 Top = 55 Width = 585 Height = 20 Hint = 'Enter the Node ID' Align = alClient BorderStyle = bsNone ParentShowHint = False ShowHint = True TabOrder = 2 Text = 'nsu=http://opcfoundation.org/UA/;i=2256' end end object Panel2: TPanel Left = 0 Top = 440 Width = 737 Height = 266 Align = alBottom BevelOuter = bvNone TabOrder = 1 object Label4: TLabel AlignWithMargins = True Left = 3 Top = 3 Width = 731 Height = 13 Align = alTop Caption = 'Logging' ExplicitWidth = 37 end object ListBox2: TListBox AlignWithMargins = True Left = 3 Top = 22 Width = 731 Height = 241 Align = alClient BorderStyle = bsNone ItemHeight = 13 TabOrder = 0 end end object Panel3: TPanel Left = 0 Top = 84 Width = 737 Height = 351 Align = alClient BevelOuter = bvNone TabOrder = 2 object Label5: TLabel AlignWithMargins = True Left = 3 Top = 3 Width = 731 Height = 13 Align = alTop Caption = 'Data Results' ExplicitWidth = 61 end object ListBox1: TListBox AlignWithMargins = True Left = 3 Top = 22 Width = 731 Height = 326 Align = alClient BorderStyle = bsNone ItemHeight = 13 TabOrder = 0 end end end end