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

  1. object Form3: TForm3
  2.   Left = 123
  3.   Top = 338
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 318
  7.   ClientWidth = 509
  8.   Color = clBtnFace
  9.   Font.Charset = RUSSIAN_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poOwnerFormCenter
  16.   OnHelp = FormHelp
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 9
  21.     Top = 13
  22.     Width = 3
  23.     Height = 13
  24.     FocusControl = ListView1
  25.   end
  26.   object ListView1: TListView
  27.     Left = 6
  28.     Top = 35
  29.     Width = 492
  30.     Height = 239
  31.     HelpContext = 3000
  32.     Columns = <
  33.       item
  34.         Caption = 'Name'
  35.         Width = 110
  36.       end
  37.       item
  38.         Caption = 'Full Name'
  39.         Width = 130
  40.       end
  41.       item
  42.         Caption = 'Description'
  43.         Width = 230
  44.       end>
  45.     ReadOnly = True
  46.     RowSelect = True
  47.     SortType = stText
  48.     TabOrder = 0
  49.     ViewStyle = vsReport
  50.   end
  51.   object Button1: TButton
  52.     Left = 10
  53.     Top = 281
  54.     Width = 74
  55.     Height = 24
  56.     HelpContext = 3001
  57.     Caption = '&Select'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 1
  61.   end
  62.   object Button2: TButton
  63.     Left = 98
  64.     Top = 281
  65.     Width = 74
  66.     Height = 24
  67.     HelpContext = 3002
  68.     Cancel = True
  69.     Caption = '&Cancel'
  70.     TabOrder = 2
  71.     OnClick = Button2Click
  72.   end
  73.   object ToolBar1: TToolBar
  74.     Left = 433
  75.     Top = 4
  76.     Width = 64
  77.     Height = 29
  78.     Align = alNone
  79.     EdgeBorders = []
  80.     TabOrder = 3
  81.     object ToolButton2: TToolButton
  82.       Left = 0
  83.       Top = 2
  84.       Hint = 'List'
  85.       Caption = 'ToolButton2'
  86.       ImageIndex = 1
  87.       ParentShowHint = False
  88.       ShowHint = True
  89.       OnClick = ToolButton2Click
  90.     end
  91.     object ToolButton3: TToolButton
  92.       Left = 23
  93.       Top = 2
  94.       Hint = 'Details'
  95.       Caption = 'ToolButton3'
  96.       Down = True
  97.       ImageIndex = 2
  98.       ParentShowHint = False
  99.       ShowHint = True
  100.       OnClick = ToolButton3Click
  101.     end
  102.   end
  103. end
  104.