home *** CD-ROM | disk | FTP | other *** search
- object formWaitForPrograms: TformWaitForPrograms
- Left = 746
- Top = 165
- BorderStyle = bsDialog
- BorderWidth = 5
- Caption = 'Programs to wait for during timed program start'
- ClientHeight = 276
- ClientWidth = 370
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object panelButtons: TPanel
- Left = 0
- Top = 241
- Width = 370
- Height = 35
- Align = alBottom
- BevelOuter = bvNone
- ParentColor = True
- TabOrder = 0
- DesignSize = (
- 370
- 35)
- object imgTrash: TImage
- Left = 4
- Top = 2
- Width = 32
- Height = 33
- Picture.Data = {<image000.ico>}
- OnDblClick = listboxWaitForDblClick
- OnDragDrop = imgTrashDragDrop
- OnDragOver = imgTrashDragOver
- end
- object buttonOK: TBitBtn
- Left = 272
- Top = 8
- Width = 91
- Height = 25
- Anchors = [akTop, akRight]
- TabOrder = 0
- Kind = bkOK
- end
- object buttonCancel: TBitBtn
- Left = 168
- Top = 8
- Width = 91
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Cancel'
- TabOrder = 1
- Kind = bkCancel
- end
- end
- object panelWaitFor: TPanel
- Left = 0
- Top = 0
- Width = 185
- Height = 241
- Align = alLeft
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 1
- object panelWaitForHeader: TPanel
- Left = 1
- Top = 1
- Width = 183
- Height = 21
- Align = alTop
- Alignment = taLeftJustify
- Caption = ' Programs to wait for'
- ParentColor = True
- TabOrder = 0
- end
- object panelWaitForMain: TPanel
- Left = 1
- Top = 22
- Width = 183
- Height = 218
- Align = alClient
- TabOrder = 1
- object listboxWaitFor: TListBox
- Left = 1
- Top = 1
- Width = 181
- Height = 216
- Align = alClient
- BorderStyle = bsNone
- DragMode = dmAutomatic
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- OnClick = listboxWaitForClick
- OnDblClick = listboxWaitForDblClick
- OnDragDrop = listboxWaitForDragDrop
- OnDragOver = listboxWaitForDragOver
- end
- end
- end
- object panelRunning: TPanel
- Left = 185
- Top = 0
- Width = 185
- Height = 241
- Align = alRight
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 2
- object panelRunningHeader: TPanel
- Left = 1
- Top = 1
- Width = 183
- Height = 21
- Align = alTop
- Alignment = taLeftJustify
- Caption = ' Running programs'
- ParentColor = True
- TabOrder = 0
- end
- object panelRunningMain: TPanel
- Left = 1
- Top = 22
- Width = 183
- Height = 218
- Align = alClient
- TabOrder = 1
- object listboxRunning: TListBox
- Left = 1
- Top = 1
- Width = 181
- Height = 216
- Align = alClient
- BorderStyle = bsNone
- DragMode = dmAutomatic
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- OnDblClick = listboxRunningDblClick
- end
- end
- end
- end
-