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

  1. object Form7: TForm7
  2.   Left = 187
  3.   Top = 194
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Manage User Group'
  7.   ClientHeight = 286
  8.   ClientWidth = 467
  9.   Color = clBtnFace
  10.   Font.Charset = RUSSIAN_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnHelp = FormHelp
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 24
  24.     Top = 11
  25.     Width = 62
  26.     Height = 13
  27.     Alignment = taRightJustify
  28.     Caption = 'Group name:'
  29.   end
  30.   object Label8: TLabel
  31.     Left = 10
  32.     Top = 47
  33.     Width = 43
  34.     Height = 13
  35.     Caption = '&Members'
  36.     FocusControl = ListView2
  37.   end
  38.   object ListView2: TListView
  39.     Left = 6
  40.     Top = 63
  41.     Width = 450
  42.     Height = 183
  43.     HelpContext = 6001
  44.     Columns = <
  45.       item
  46.         Caption = 'User name'
  47.         Width = 150
  48.       end
  49.       item
  50.         Caption = 'Description'
  51.         Width = 280
  52.       end>
  53.     MultiSelect = True
  54.     ReadOnly = True
  55.     RowSelect = True
  56.     SortType = stText
  57.     TabOrder = 0
  58.     ViewStyle = vsReport
  59.   end
  60.   object ToolBar1: TToolBar
  61.     Left = 391
  62.     Top = 33
  63.     Width = 64
  64.     Height = 27
  65.     Align = alNone
  66.     Caption = 'ToolBar1'
  67.     EdgeBorders = []
  68.     TabOrder = 1
  69.     object ToolButton2: TToolButton
  70.       Left = 0
  71.       Top = 2
  72.       Hint = 'List'
  73.       Caption = 'ToolButton2'
  74.       ImageIndex = 1
  75.       ParentShowHint = False
  76.       ShowHint = True
  77.       OnClick = ToolButton2Click
  78.     end
  79.     object ToolButton3: TToolButton
  80.       Left = 23
  81.       Top = 2
  82.       Hint = 'Details'
  83.       Caption = 'ToolButton3'
  84.       Down = True
  85.       ImageIndex = 2
  86.       ParentShowHint = False
  87.       ShowHint = True
  88.       OnClick = ToolButton3Click
  89.     end
  90.   end
  91.   object Button12: TButton
  92.     Left = 111
  93.     Top = 251
  94.     Width = 90
  95.     Height = 23
  96.     HelpContext = 6003
  97.     Caption = '&Delete User'
  98.     TabOrder = 2
  99.     OnClick = Button12Click
  100.   end
  101.   object Button11: TButton
  102.     Left = 10
  103.     Top = 251
  104.     Width = 90
  105.     Height = 23
  106.     HelpContext = 6002
  107.     Caption = '&Add User'
  108.     TabOrder = 3
  109.     OnClick = Button11Click
  110.   end
  111.   object Button1: TButton
  112.     Left = 378
  113.     Top = 251
  114.     Width = 75
  115.     Height = 23
  116.     HelpContext = 6004
  117.     Cancel = True
  118.     Caption = '&Close'
  119.     TabOrder = 4
  120.     OnClick = Button1Click
  121.   end
  122.   object StaticText1: TStaticText
  123.     Left = 87
  124.     Top = 9
  125.     Width = 328
  126.     Height = 19
  127.     HelpContext = 6000
  128.     AutoSize = False
  129.     BorderStyle = sbsSunken
  130.     Font.Charset = RUSSIAN_CHARSET
  131.     Font.Color = clWindowText
  132.     Font.Height = -11
  133.     Font.Name = 'Tahoma'
  134.     Font.Style = [fsBold]
  135.     ParentFont = False
  136.     TabOrder = 5
  137.   end
  138. end
  139.