home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / Vyzkuste / openwin / OPENWIN.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2000-02-08  |  3KB  |  140 lines

  1. object Form1: TForm1
  2.   Left = 188
  3.   Top = 177
  4.   Width = 500
  5.   Height = 300
  6.   Caption = 'Open Windows'
  7.   Ctl3D = False
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object sg1: TSGrid
  19.     Left = 0
  20.     Top = 0
  21.     Width = 492
  22.     Height = 254
  23.     Align = alClient
  24.     Color = clBlack
  25.     ColCount = 4
  26.     Ctl3D = True
  27.     DefaultRowHeight = 17
  28.     FixedCols = 0
  29.     RowCount = 2
  30.     Font.Color = clBlack
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     Options = [goFixedVertLine, goFixedHorzLine, goColSizing, goEditing]
  35.     ParentCtl3D = False
  36.     ParentFont = False
  37.     PopupMenu = PopupMenu1
  38.     TabOrder = 0
  39.     OnDrawCell = sg1DrawCell
  40.     AllowColInsert = False
  41.     AllowRowInsert = False
  42.     HTitles.Strings = (
  43.       'Handle'
  44.       'Window Caption'
  45.       'Window Class'
  46.       'Invisible')
  47.     ColWidths = (
  48.       51
  49.       152
  50.       97
  51.       2)
  52.   end
  53.   object WindowsList1: TWindowsList
  54.     AcceptEmptyNames = False
  55.     Left = 290
  56.     Top = 35
  57.   end
  58.   object MainMenu1: TMainMenu
  59.     Left = 349
  60.     Top = 51
  61.     object File1: TMenuItem
  62.       Caption = '&File'
  63.       ShortCut = 0
  64.       object Save1: TMenuItem
  65.         Caption = '&Save'
  66.         ShortCut = 0
  67.         OnClick = Save1Click
  68.       end
  69.       object SaveAs1: TMenuItem
  70.         Caption = 'Save &As'
  71.         ShortCut = 0
  72.         OnClick = SaveAs1Click
  73.       end
  74.       object N1: TMenuItem
  75.         Caption = '-'
  76.         ShortCut = 0
  77.       end
  78.       object Exit1: TMenuItem
  79.         Caption = '&Exit'
  80.         ShortCut = 0
  81.         OnClick = Exit1Click
  82.       end
  83.     end
  84.     object Refresh1: TMenuItem
  85.       Caption = '&Refresh'
  86.       ShortCut = 0
  87.       object Refresh2: TMenuItem
  88.         Caption = '&Refresh'
  89.         ShortCut = 116
  90.         OnClick = Refresh2Click
  91.       end
  92.     end
  93.     object Help1: TMenuItem
  94.       Caption = '&Help'
  95.       ShortCut = 0
  96.       object Help2: TMenuItem
  97.         Caption = '&Help'
  98.         ShortCut = 0
  99.         OnClick = Help2Click
  100.       end
  101.       object About1: TMenuItem
  102.         Caption = '&About'
  103.         ShortCut = 0
  104.         OnClick = About1Click
  105.       end
  106.     end
  107.   end
  108.   object save: TSaveDialog
  109.     DefaultExt = '*.txt'
  110.     FileEditStyle = fsEdit
  111.     FileName = 'openwin.txt'
  112.     Filter = 'text files (*.txt)|*.txt|all files (*.*)|*.*'
  113.     Left = 379
  114.     Top = 26
  115.   end
  116.   object PopupMenu1: TPopupMenu
  117.     Left = 221
  118.     Top = 113
  119.     object ShowWindow1: TMenuItem
  120.       Caption = 'Show This Window'
  121.       ShortCut = 0
  122.       OnClick = ShowWindow1Click
  123.     end
  124.     object CloseThisWindow1: TMenuItem
  125.       Caption = 'Close This Window'
  126.       ShortCut = 0
  127.       OnClick = CloseThisWindow1Click
  128.     end
  129.     object N2: TMenuItem
  130.       Caption = '-'
  131.       ShortCut = 0
  132.     end
  133.     object Refresh3: TMenuItem
  134.       Caption = 'Refresh'
  135.       ShortCut = 0
  136.       OnClick = Refresh2Click
  137.     end
  138.   end
  139. end
  140.