home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / _internt / _connman / connman.exe / 0 / RCDATA / TEDITWINDOWS / TEDITWINDOWS.txt
Text File  |  1998-05-13  |  3KB  |  152 lines

  1. object EditWindows: TEditWindows
  2.   Left = 191
  3.   Top = 242
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Add/Remove Windows'
  7.   ClientHeight = 296
  8.   ClientWidth = 445
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = RefreshBtnClick
  15.   OnClose = FormClose
  16.   OnCreate = RefreshBtnClick
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 42
  21.     Top = 2
  22.     Width = 85
  23.     Height = 16
  24.     Caption = '&All windows:'
  25.     FocusControl = AllWindows
  26.     Font.Color = clBlack
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 294
  34.     Top = 2
  35.     Width = 133
  36.     Height = 16
  37.     Caption = '&Selected Windows:'
  38.     FocusControl = SelectedWindows
  39.     Font.Color = clBlack
  40.     Font.Height = -13
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.   end
  45.   object AllWindows: TListBox
  46.     Left = 4
  47.     Top = 24
  48.     Width = 161
  49.     Height = 245
  50.     ExtendedSelect = False
  51.     ItemHeight = 13
  52.     TabOrder = 1
  53.     OnClick = AllWindowsClick
  54.     OnDblClick = AddBtnClick
  55.     OnDragDrop = AllWindowsDragDrop
  56.     OnDragOver = AllWindowsDragOver
  57.     OnMouseDown = AllWindowsMouseDown
  58.   end
  59.   object SelectedWindows: TListBox
  60.     Left = 280
  61.     Top = 24
  62.     Width = 161
  63.     Height = 245
  64.     ItemHeight = 13
  65.     TabOrder = 3
  66.     OnClick = SelectedWindowsClick
  67.     OnDblClick = RemoveBtnClick
  68.     OnDragDrop = SelectedWindowsDragDrop
  69.     OnDragOver = SelectedWindowsDragOver
  70.     OnMouseDown = SelectedWindowsMouseDown
  71.   end
  72.   object AddBtn: TButton
  73.     Left = 170
  74.     Top = 88
  75.     Width = 105
  76.     Height = 25
  77.     Caption = 'Add to the list >>'
  78.     Enabled = False
  79.     TabOrder = 2
  80.     OnClick = AddBtnClick
  81.   end
  82.   object ClearBtn: TButton
  83.     Left = 170
  84.     Top = 208
  85.     Width = 105
  86.     Height = 25
  87.     Caption = 'Clear >>'
  88.     TabOrder = 6
  89.     OnClick = ClearBtnClick
  90.   end
  91.   object RemoveBtn: TButton
  92.     Left = 170
  93.     Top = 120
  94.     Width = 105
  95.     Height = 25
  96.     Caption = '<< Remove from list'
  97.     Enabled = False
  98.     TabOrder = 4
  99.     OnClick = RemoveBtnClick
  100.   end
  101.   object CloseBtn: TButton
  102.     Left = 170
  103.     Top = 240
  104.     Width = 105
  105.     Height = 25
  106.     Caption = 'Ok'
  107.     Font.Color = clBlack
  108.     Font.Height = -11
  109.     Font.Name = 'MS Sans Serif'
  110.     Font.Style = []
  111.     ParentFont = False
  112.     TabOrder = 7
  113.     OnClick = CloseBtnClick
  114.   end
  115.   object BringToTopBtn: TButton
  116.     Left = 170
  117.     Top = 152
  118.     Width = 105
  119.     Height = 25
  120.     Caption = 'Bring to top'
  121.     Enabled = False
  122.     TabOrder = 5
  123.     OnClick = BringToTopBtnClick
  124.     OnDragDrop = BringToTopBtnDragDrop
  125.     OnDragOver = BringToTopBtnDragOver
  126.   end
  127.   object RefreshBtn: TButton
  128.     Left = 170
  129.     Top = 24
  130.     Width = 105
  131.     Height = 25
  132.     Caption = 'Refresh'
  133.     TabOrder = 0
  134.     OnClick = RefreshBtnClick
  135.   end
  136.   object Panel1: TPanel
  137.     Left = 4
  138.     Top = 272
  139.     Width = 437
  140.     Height = 21
  141.     BevelOuter = bvLowered
  142.     TabOrder = 8
  143.     object LongWindowName: TLabel
  144.       Left = 5
  145.       Top = 4
  146.       Width = 91
  147.       Height = 13
  148.       Caption = 'LongWindowName'
  149.     end
  150.   end
  151. end
  152.