object IBXServiceEditorForm: TIBXServiceEditorForm Left = 761 Height = 340 Top = 285 Width = 438 Caption = 'Services Connection Editor' ClientHeight = 340 ClientWidth = 438 Position = poScreenCenter LCLVersion = '1.8.3.0' object Bevel1: TBevel Left = 21 Height = 269 Top = 22 Width = 395 Anchors = [akTop, akLeft, akRight, akBottom] end object Label7: TLabel Left = 32 Height = 14 Top = 71 Width = 43 Caption = '&Server:' ParentColor = False end object ServerName: TEdit Left = 32 Height = 24 Top = 89 Width = 144 TabOrder = 0 end object Label8: TLabel Left = 217 Height = 14 Top = 71 Width = 52 Caption = '&Protocol:' ParentColor = False end object Protocol: TComboBox Left = 217 Height = 27 Top = 89 Width = 120 ItemHeight = 0 ItemIndex = 4 Items.Strings = ( 'TCP' 'NamedPipe' 'SPX' 'Local' 'inet' 'inet4' 'inet6' 'wnet' 'xnet' ) OnCloseUp = ProtocolCloseUp TabOrder = 1 Text = 'inet' end object Label2: TLabel Left = 32 Height = 14 Top = 136 Width = 70 Caption = '&User Name:' ParentColor = False end object UserName: TEdit Left = 32 Height = 24 Top = 154 Width = 137 OnEditingDone = UserNameEditingDone TabOrder = 2 end object Label3: TLabel Left = 32 Height = 14 Top = 192 Width = 59 Caption = 'Pass&word:' ParentColor = False end object Password: TEdit Left = 32 Height = 24 Top = 210 Width = 137 OnEditingDone = PasswordEditingDone TabOrder = 3 end object LoginPrompt: TCheckBox Left = 32 Height = 22 Top = 256 Width = 105 Caption = 'Lo&gin Prompt' TabOrder = 4 end object ServiceParams: TMemo Left = 217 Height = 124 Top = 154 Width = 183 OnEditingDone = ServiceParamsEditingDone ScrollBars = ssAutoVertical TabOrder = 5 end object Label5: TLabel Left = 217 Height = 14 Top = 136 Width = 54 Caption = 'Se&ttings:' FocusControl = ServiceParams ParentColor = False end object OKBtn: TButton Left = 88 Height = 30 Top = 300 Width = 75 Anchors = [akLeft, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 6 end object CancelBtn: TButton Left = 169 Height = 30 Top = 300 Width = 74 Anchors = [akLeft, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 7 end object Test: TButton Left = 249 Height = 30 Top = 299 Width = 75 Anchors = [akLeft, akBottom] Caption = '&Test' OnClick = TestClick TabOrder = 8 end object Label1: TLabel Left = 352 Height = 14 Top = 71 Width = 48 Caption = 'Port No.' ParentColor = False end object PortNo: TEdit Left = 352 Height = 24 Top = 89 Width = 48 TabOrder = 9 end object ConnectionTypeBtn: TRadioGroup Left = 32 Height = 35 Top = 32 Width = 368 AutoFill = True Caption = 'Connection' ChildSizing.LeftRightSpacing = 6 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize ChildSizing.EnlargeVertical = crsHomogenousChildResize ChildSizing.ShrinkHorizontal = crsScaleChilds ChildSizing.ShrinkVertical = crsScaleChilds ChildSizing.Layout = cclLeftToRightThenTopToBottom ChildSizing.ControlsPerLine = 2 ClientHeight = 20 ClientWidth = 366 Columns = 2 ItemIndex = 0 Items.Strings = ( 'Local' 'Remote' ) OnSelectionChanged = ConnectionTypeBtnSelectionChanged TabOrder = 10 end end