home *** CD-ROM | disk | FTP | other *** search
- object TaskManForm: TTaskManForm
- Left = 279
- Top = 122
- Width = 350
- Height = 50
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSizeToolWin
- Caption = 'QuikMenu Task Manager'
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsStayOnTop
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 15
- object TaskList: TComboBox
- Left = 0
- Top = 0
- Width = 342
- Height = 23
- Style = csDropDownList
- ItemHeight = 15
- TabOrder = 0
- OnClick = TaskListClick
- end
- object HandleList: TComboBox
- Left = 83
- Top = 3
- Width = 145
- Height = 23
- ItemHeight = 15
- TabOrder = 1
- Text = 'HandleList'
- Visible = False
- end
- end
-