home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Calmira / Src / SRC / PROGCONV.DFM / PROGCONV.txt
Text File  |  1997-01-28  |  1KB  |  69 lines

  1. object ConvertDlg: TConvertDlg
  2.   Left = 261
  3.   Top = 155
  4.   ActiveControl = GroupList
  5.   BorderStyle = bsDialog
  6.   Caption = 'Program Group Convert'
  7.   ClientHeight = 185
  8.   ClientWidth = 241
  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.   TextHeight = 13
  17.   object OKBtn: TBitBtn
  18.     Left = 160
  19.     Top = 4
  20.     Width = 77
  21.     Height = 25
  22.     TabOrder = 1
  23.     OnClick = OKBtnClick
  24.     Kind = bkOK
  25.     Margin = 4
  26.     Style = bsNew
  27.     Spacing = -1
  28.   end
  29.   object CancelBtn: TBitBtn
  30.     Left = 160
  31.     Top = 32
  32.     Width = 77
  33.     Height = 25
  34.     TabOrder = 2
  35.     Kind = bkCancel
  36.     Margin = 4
  37.     Style = bsNew
  38.     Spacing = -1
  39.   end
  40.   object GroupList: TListBox
  41.     Left = 4
  42.     Top = 4
  43.     Width = 149
  44.     Height = 177
  45.     ItemHeight = 13
  46.     MultiSelect = True
  47.     TabOrder = 0
  48.   end
  49.   object SortItems: TCheckBox
  50.     Left = 162
  51.     Top = 108
  52.     Width = 69
  53.     Height = 17
  54.     Caption = '&Sort items'
  55.     State = cbChecked
  56.     TabOrder = 3
  57.   end
  58.   object Progman: TDdeClientConv
  59.     DdeService = 'PROGMAN'
  60.     DdeTopic = 'PROGMAN'
  61.     ConnectMode = ddeManual
  62.     Left = 162
  63.     Top = 150
  64.     LinkInfo = (
  65.       'Service PROGMAN'
  66.       'Topic PROGMAN')
  67.   end
  68. end
  69.