object ConvertDlg: TConvertDlg
  Left = 261
  Top = 155
  ActiveControl = GroupList
  BorderStyle = bsDialog
  Caption = 'Convertir grupos de programa'
  ClientHeight = 273
  ClientWidth = 292
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 184
    Height = 13
    Caption = 'Seleccione el/los grupo(s) de programa a convertir:'
  end
  object GroupList: TListBox
    Left = 8
    Top = 28
    Width = 276
    Height = 186
    ItemHeight = 13
    MultiSelect = True
    TabOrder = 0
    OnDblClick = GroupListDblClick
  end
  object SortItems: TCheckBox
    Left = 8
    Top = 220
    Width = 276
    Height = 17
    Caption = '&Ordenar elementos de programa'
    State = cbChecked
    TabOrder = 1
  end
  object OKBtn: TPicBtn
    Left = 124
    Top = 244
    Width = 80
    Height = 25
    TabOrder = 2
    OnClick = OKBtnClick
    Kind = bkOK
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
  object CancelBtn: TPicBtn
    Left = 208
    Top = 244
    Width = 80
    Height = 25
    TabOrder = 3
    Kind = bkCancel
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
end
