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