home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / popupdef / PD.exe / pd.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  2004-01-14  |  5KB  |  220 lines

  1. object Form3: TForm3
  2.   Left = 326
  3.   Top = 101
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add title to the block list'
  7.   ClientHeight = 412
  8.   ClientWidth = 537
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   ShowHint = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnPaint = FormPaint
  21.   OnShow = RefreshClick
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object GroupBox1: TGroupBox
  25.     Left = 0
  26.     Top = 0
  27.     Width = 265
  28.     Height = 297
  29.     Caption = 'Currently opened windows'
  30.     TabOrder = 0
  31.     object ListBox1: TListBox
  32.       Left = 8
  33.       Top = 16
  34.       Width = 249
  35.       Height = 225
  36.       Hint = 'Double click on a title to add it to the Block list.'
  37.       ItemHeight = 13
  38.       TabOrder = 0
  39.       OnDblClick = AddToBlackListClick
  40.     end
  41.     object Refresh: TButton
  42.       Left = 22
  43.       Top = 256
  44.       Width = 89
  45.       Height = 25
  46.       Caption = 'Refresh &titles'
  47.       TabOrder = 1
  48.       OnClick = RefreshClick
  49.     end
  50.     object AddToBlackList: TButton
  51.       Left = 136
  52.       Top = 256
  53.       Width = 106
  54.       Height = 25
  55.       Caption = '&Add to block list'
  56.       TabOrder = 2
  57.       OnClick = AddToBlackListClick
  58.     end
  59.   end
  60.   object GroupBox2: TGroupBox
  61.     Left = 272
  62.     Top = 0
  63.     Width = 265
  64.     Height = 297
  65.     Caption = 'Block list'
  66.     TabOrder = 1
  67.     object ListBox2: TListBox
  68.       Left = 8
  69.       Top = 16
  70.       Width = 249
  71.       Height = 225
  72.       Hint = 'Del to delete or right click for menu.'
  73.       ItemHeight = 13
  74.       PopupMenu = PopupMenu1
  75.       Sorted = True
  76.       TabOrder = 0
  77.       OnKeyDown = ListBox2KeyDown
  78.     end
  79.     object RemoveFromBlackList: TButton
  80.       Left = 8
  81.       Top = 256
  82.       Width = 121
  83.       Height = 25
  84.       Caption = '&Remove from block list'
  85.       TabOrder = 1
  86.       OnClick = RemoveFromBlackListClick
  87.     end
  88.     object Import: TButton
  89.       Left = 152
  90.       Top = 256
  91.       Width = 50
  92.       Height = 25
  93.       Caption = '&Import'
  94.       TabOrder = 2
  95.       OnClick = ImportClick
  96.     end
  97.     object Export: TButton
  98.       Left = 208
  99.       Top = 256
  100.       Width = 50
  101.       Height = 25
  102.       Caption = '&Export'
  103.       TabOrder = 3
  104.       OnClick = ExportClick
  105.     end
  106.   end
  107.   object Minimize: TButton
  108.     Left = 232
  109.     Top = 382
  110.     Width = 75
  111.     Height = 25
  112.     Cancel = True
  113.     Caption = '&Hide'
  114.     TabOrder = 2
  115.     OnClick = MinimizeClick
  116.   end
  117.   object GroupBox3: TGroupBox
  118.     Left = 0
  119.     Top = 296
  120.     Width = 265
  121.     Height = 73
  122.     Caption = 'Keywords'
  123.     TabOrder = 3
  124.     object Label2: TLabel
  125.       Left = 8
  126.       Top = 20
  127.       Width = 146
  128.       Height = 13
  129.       Caption = 'Add a key&word to the Block list'
  130.       FocusControl = AKW
  131.     end
  132.     object AKW: TEdit
  133.       Left = 8
  134.       Top = 36
  135.       Width = 153
  136.       Height = 21
  137.       TabOrder = 0
  138.       OnKeyPress = AKWKeyPress
  139.     end
  140.     object AddKeyword: TButton
  141.       Left = 167
  142.       Top = 36
  143.       Width = 42
  144.       Height = 21
  145.       Caption = 'A&dd'
  146.       TabOrder = 1
  147.       OnClick = AddKeywordClick
  148.     end
  149.   end
  150.   object GroupBox4: TGroupBox
  151.     Left = 272
  152.     Top = 296
  153.     Width = 265
  154.     Height = 73
  155.     Caption = 'Password'
  156.     TabOrder = 4
  157.     object Label1: TLabel
  158.       Left = 6
  159.       Top = 33
  160.       Width = 46
  161.       Height = 13
  162.       Caption = 'Pass&word'
  163.       FocusControl = Password
  164.       Visible = False
  165.     end
  166.     object Password: TMaskEdit
  167.       Left = 6
  168.       Top = 48
  169.       Width = 97
  170.       Height = 21
  171.       AutoSize = False
  172.       Enabled = False
  173.       PasswordChar = '*'
  174.       TabOrder = 0
  175.       Visible = False
  176.     end
  177.     object PassEnabled: TCheckBox
  178.       Left = 6
  179.       Top = 14
  180.       Width = 125
  181.       Height = 17
  182.       Alignment = taLeftJustify
  183.       Caption = '&Protect with password'
  184.       TabOrder = 1
  185.       OnClick = PassEnabledClick
  186.     end
  187.     object Save: TButton
  188.       Left = 167
  189.       Top = 11
  190.       Width = 91
  191.       Height = 21
  192.       Caption = '&Save password'
  193.       TabOrder = 2
  194.       OnClick = SaveClick
  195.     end
  196.   end
  197.   object OpenDialog1: TOpenDialog
  198.     DefaultExt = '*.dat'
  199.     FileName = 'titles.dat'
  200.     Filter = 'Block list dat files|*.dat|All files|*.*'
  201.     Left = 432
  202.     Top = 208
  203.   end
  204.   object SaveDialog1: TSaveDialog
  205.     DefaultExt = '.dat'
  206.     FileName = 'titles.dat'
  207.     Filter = 'Block list dat files|*.dat|All files|*.*'
  208.     Left = 488
  209.     Top = 208
  210.   end
  211.   object PopupMenu1: TPopupMenu
  212.     Left = 304
  213.     Top = 40
  214.     object Remove1: TMenuItem
  215.       Caption = 'Remove from block list'
  216.       OnClick = RemoveFromBlackListClick
  217.     end
  218.   end
  219. end
  220.