home *** CD-ROM | disk | FTP | other *** search
/ PC Open 19 / pcopen19.iso / Zipped / CALMIR21.ZIP / SOURCE.ZIP / SRC / PROGCONV.DFM / PROGCONV.txt
Encoding:
Text File  |  1998-02-20  |  1.3 KB  |  71 lines

  1. object ConvertDlg: TConvertDlg
  2.   Left = 261
  3.   Top = 155
  4.   ActiveControl = GroupList
  5.   BorderStyle = bsDialog
  6.   Caption = 'Convert Program Groups'
  7.   ClientHeight = 220
  8.   ClientWidth = 261
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   TextHeight = 13
  18.   object OKBtn: TBitBtn
  19.     Left = 100
  20.     Top = 189
  21.     Width = 77
  22.     Height = 25
  23.     TabOrder = 1
  24.     OnClick = OKBtnClick
  25.     Kind = bkOK
  26.     Margin = 4
  27.     Style = bsNew
  28.     Spacing = -1
  29.   end
  30.   object CancelBtn: TBitBtn
  31.     Left = 180
  32.     Top = 189
  33.     Width = 77
  34.     Height = 25
  35.     TabOrder = 2
  36.     Kind = bkCancel
  37.     Margin = 4
  38.     Style = bsNew
  39.     Spacing = -1
  40.   end
  41.   object GroupList: TListBox
  42.     Left = 4
  43.     Top = 6
  44.     Width = 253
  45.     Height = 177
  46.     ItemHeight = 13
  47.     MultiSelect = True
  48.     TabOrder = 0
  49.     OnDblClick = GroupListDblClick
  50.   end
  51.   object SortItems: TCheckBox
  52.     Left = 12
  53.     Top = 192
  54.     Width = 69
  55.     Height = 17
  56.     Caption = '&Sort items'
  57.     State = cbChecked
  58.     TabOrder = 3
  59.   end
  60.   object Progman: TDdeClientConv
  61.     DdeService = 'PROGMAN'
  62.     DdeTopic = 'PROGMAN'
  63.     ConnectMode = ddeManual
  64.     Left = 15
  65.     Top = 17
  66.     LinkInfo = (
  67.       'Service PROGMAN'
  68.       'Topic PROGMAN')
  69.   end
  70. end
  71.