home *** CD-ROM | disk | FTP | other *** search
- object ConvertDlg: TConvertDlg
- Left = 261
- Top = 155
- ActiveControl = GroupList
- BorderStyle = bsDialog
- Caption = 'Convert Program Groups'
- ClientHeight = 220
- ClientWidth = 261
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 13
- object OKBtn: TBitBtn
- Left = 100
- Top = 189
- Width = 77
- Height = 25
- TabOrder = 1
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 4
- Style = bsNew
- Spacing = -1
- end
- object CancelBtn: TBitBtn
- Left = 180
- Top = 189
- Width = 77
- Height = 25
- TabOrder = 2
- Kind = bkCancel
- Margin = 4
- Style = bsNew
- Spacing = -1
- end
- object GroupList: TListBox
- Left = 4
- Top = 6
- Width = 253
- Height = 177
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 0
- OnDblClick = GroupListDblClick
- end
- object SortItems: TCheckBox
- Left = 12
- Top = 192
- Width = 69
- Height = 17
- Caption = '&Sort items'
- State = cbChecked
- TabOrder = 3
- end
- object Progman: TDdeClientConv
- DdeService = 'PROGMAN'
- DdeTopic = 'PROGMAN'
- ConnectMode = ddeManual
- Left = 15
- Top = 17
- LinkInfo = (
- 'Service PROGMAN'
- 'Topic PROGMAN')
- end
- end
-