home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / zrcserv / setup.exe / %MAINDIR% / ZMC.exe / 0 / RCDATA / TUSERSHELLFORM / TUSERSHELLFORM.txt
Encoding:
Text File  |  2004-05-19  |  1.9 KB  |  97 lines

  1. object UserShellForm: TUserShellForm
  2.   Left = 108
  3.   Top = 98
  4.   HelpContext = 7000
  5.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Override User Shell'
  8.   ClientHeight = 295
  9.   ClientWidth = 479
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnHelp = FormHelp
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 7
  23.     Top = 7
  24.     Width = 178
  25.     Height = 13
  26.     Caption = 'Shell e&xecutables of the server users'
  27.     FocusControl = ListView1
  28.   end
  29.   object ListView1: TListView
  30.     Left = 6
  31.     Top = 28
  32.     Width = 464
  33.     Height = 176
  34.     HelpContext = 7001
  35.     Columns = <
  36.       item
  37.         Caption = 'User name'
  38.         Width = 150
  39.       end
  40.       item
  41.         Caption = 'Shell executable'
  42.         Width = 300
  43.       end>
  44.     HideSelection = False
  45.     MultiSelect = True
  46.     ReadOnly = True
  47.     RowSelect = True
  48.     SmallImages = Form1.ImageList1
  49.     SortType = stText
  50.     TabOrder = 0
  51.     ViewStyle = vsReport
  52.     OnDblClick = Button3Click
  53.   end
  54.   object Button1: TButton
  55.     Left = 254
  56.     Top = 259
  57.     Width = 75
  58.     Height = 23
  59.     HelpContext = 7005
  60.     Cancel = True
  61.     Caption = '&Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 1
  64.   end
  65.   object Button3: TButton
  66.     Left = 7
  67.     Top = 210
  68.     Width = 99
  69.     Height = 23
  70.     HelpContext = 7002
  71.     Caption = 'Chan&ge selected'
  72.     TabOrder = 2
  73.     OnClick = Button3Click
  74.   end
  75.   object Button2: TButton
  76.     Left = 149
  77.     Top = 259
  78.     Width = 75
  79.     Height = 23
  80.     HelpContext = 7004
  81.     Caption = '&OK'
  82.     Default = True
  83.     ModalResult = 1
  84.     TabOrder = 3
  85.   end
  86.   object Button4: TButton
  87.     Left = 119
  88.     Top = 210
  89.     Width = 99
  90.     Height = 23
  91.     HelpContext = 7003
  92.     Caption = '&Reset selected'
  93.     TabOrder = 4
  94.     OnClick = Button4Click
  95.   end
  96. end
  97.