object AttachDialog: TAttachDialog Left = 225 Top = 130 Width = 361 Height = 334 HorzScrollBar.Increment = 31 HorzScrollBar.Visible = False VertScrollBar.Visible = False ActiveControl = ProcessList BorderIcons = [biSystemMenu] Caption = 'Attach to Process' Color = clBtnFace Constraints.MinHeight = 256 Constraints.MinWidth = 338 ParentFont = True OldCreateOrder = True Position = poDesktopCenter OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 84 Height = 13 Caption = 'Remote &Machine:' FocusControl = MachineName end object Label2: TLabel Left = 8 Top = 48 Width = 95 Height = 13 Caption = '&Running Processes:' FocusControl = ProcessList end object MachineName: TEdit Left = 8 Top = 24 Width = 337 Height = 21 Anchors = [akLeft, akTop, akRight] TabOrder = 0 OnChange = MachineNameChange OnEnter = MachineNameChange OnExit = MachineNameExit end object ProcessList: TListView Left = 8 Top = 64 Width = 337 Height = 205 Anchors = [akLeft, akTop, akRight, akBottom] Columns = < item Caption = 'Image Name' Width = 100 end item Caption = 'PID' Width = 75 end item AutoSize = True Caption = 'Path' end> HotTrackStyles = [] ReadOnly = True RowSelect = True TabOrder = 1 ViewStyle = vsReport OnChange = ProcessListChange OnColumnClick = ProcessListColumnClick OnCompare = ProcessListItemCompare end object HelpButton: TButton Left = 272 Top = 277 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '&Help' TabOrder = 2 OnClick = HelpButtonClick end object CancelButton: TButton Left = 192 Top = 277 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object AttachButton: TButton Left = 112 Top = 277 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '&Attach' Default = True ModalResult = 1 TabOrder = 4 end object ConnectButton: TButton Left = 32 Top = 277 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '&Connect' Enabled = False TabOrder = 5 OnClick = ConnectButtonClick end end