home *** CD-ROM | disk | FTP | other *** search
- object UserShellForm: TUserShellForm
- Left = 108
- Top = 98
- HelpContext = 7000
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Override User Shell'
- ClientHeight = 295
- ClientWidth = 479
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnHelp = FormHelp
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 7
- Top = 7
- Width = 178
- Height = 13
- Caption = 'Shell e&xecutables of the server users'
- FocusControl = ListView1
- end
- object ListView1: TListView
- Left = 6
- Top = 28
- Width = 464
- Height = 176
- HelpContext = 7001
- Columns = <
- item
- Caption = 'User name'
- Width = 150
- end
- item
- Caption = 'Shell executable'
- Width = 300
- end>
- HideSelection = False
- MultiSelect = True
- ReadOnly = True
- RowSelect = True
- SmallImages = Form1.ImageList1
- SortType = stText
- TabOrder = 0
- ViewStyle = vsReport
- OnDblClick = Button3Click
- end
- object Button1: TButton
- Left = 254
- Top = 259
- Width = 75
- Height = 23
- HelpContext = 7005
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Button3: TButton
- Left = 7
- Top = 210
- Width = 99
- Height = 23
- HelpContext = 7002
- Caption = 'Chan&ge selected'
- TabOrder = 2
- OnClick = Button3Click
- end
- object Button2: TButton
- Left = 149
- Top = 259
- Width = 75
- Height = 23
- HelpContext = 7004
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object Button4: TButton
- Left = 119
- Top = 210
- Width = 99
- Height = 23
- HelpContext = 7003
- Caption = '&Reset selected'
- TabOrder = 4
- OnClick = Button4Click
- end
- end
-