home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 322
- Top = 115
- ActiveControl = Editfilter
- BorderStyle = bsDialog
- Caption = 'Add menu'
- ClientHeight = 199
- ClientWidth = 348
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- ShowHint = True
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label5: TLabel
- Left = 16
- Top = 24
- Width = 25
- Height = 13
- Caption = 'Filter:'
- end
- object Label6: TLabel
- Left = 16
- Top = 52
- Width = 41
- Height = 13
- Caption = 'Initial dir:'
- end
- object Label7: TLabel
- Left = 16
- Top = 80
- Width = 22
- Height = 13
- Caption = 'Hint:'
- end
- object Label1: TLabel
- Left = 16
- Top = 120
- Width = 24
- Height = 13
- Caption = 'Icon:'
- end
- object Imageicon: TImage
- Left = 80
- Top = 112
- Width = 32
- Height = 32
- Stretch = True
- end
- object EditInitialDir: TEdit
- Left = 80
- Top = 50
- Width = 249
- Height = 21
- Hint =
- 'Enter folder to start searching for files'#13#10'of the defined type. ' +
- ' Enter nothing if you'#13#10'want to search all drives.'#13#10'Right click f' +
- 'or pre-defined folders.'
- PopupMenu = PopupMenu1
- TabOrder = 0
- end
- object EditHint: TEdit
- Left = 80
- Top = 78
- Width = 249
- Height = 21
- Hint =
- 'Enter hint to be shown for the icon'#13#10'of this menu on the system ' +
- 'tray'
- TabOrder = 1
- end
- object Button1: TButton
- Left = 249
- Top = 162
- Width = 83
- Height = 23
- Caption = 'OK'
- Default = True
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 161
- Top = 162
- Width = 83
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = Button2Click
- end
- object CheckBoxActive: TCheckBox
- Left = 272
- Top = 119
- Width = 57
- Height = 17
- Hint = 'Check to enable this menu'
- Caption = 'Active'
- State = cbChecked
- TabOrder = 4
- end
- object Button8: TButton
- Left = 128
- Top = 117
- Width = 73
- Height = 23
- Hint = 'Click to change the icon shown for'#13#10'this menu on the system tray'
- Caption = '&Change...'
- TabOrder = 5
- OnClick = Button8Click
- end
- object Editfilter: TEdit
- Left = 80
- Top = 22
- Width = 249
- Height = 21
- Hint =
- 'Enter filter for files in this menu.'#13#10'Filters must be separated ' +
- 'by semicolons.'#13#10'Example: *.doc;*.xls'
- TabOrder = 6
- end
- object PopupMenu1: TPopupMenu
- Left = 288
- Top = 48
- object Desktop1: TMenuItem
- Caption = 'Desktop'
- OnClick = PopupMenu1Popup
- end
- object Mydocuments1: TMenuItem
- Caption = 'Favorites'
- OnClick = PopupMenu1Popup
- end
- object Personal1: TMenuItem
- Caption = 'Personal'
- OnClick = PopupMenu1Popup
- end
- object Programs1: TMenuItem
- Caption = 'Programs'
- OnClick = PopupMenu1Popup
- end
- object Recent1: TMenuItem
- Caption = 'Recent'
- OnClick = PopupMenu1Popup
- end
- object Startmenu1: TMenuItem
- Caption = 'Start menu'
- OnClick = PopupMenu1Popup
- end
- end
- end
-