home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9EDU / PROKON84.ZIP / SETUP.EXE / 0 / RCDATA / TGROUPDLG / TGROUPDLG.txt
Text File  |  1998-05-02  |  5KB  |  221 lines

  1. object GroupDlg: TGroupDlg
  2.   Left = 331
  3.   Top = 106
  4.   HelpContext = 55
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Program Manager Group Installation'
  8.   ClientHeight = 371
  9.   ClientWidth = 317
  10.   Color = clAppWorkSpace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clBlack
  13.   Font.Height = -13
  14.   Font.Name = 'Arial'
  15.   Font.Style = [fsBold]
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 300
  24.     Height = 317
  25.     Shape = bsFrame
  26.     IsControl = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 28
  30.     Top = 24
  31.     Width = 139
  32.     Height = 14
  33.     Caption = 'Program Manager Group:'
  34.     Color = clAppWorkSpace
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'Arial'
  39.     Font.Style = [fsBold]
  40.     ParentColor = False
  41.     ParentFont = False
  42.   end
  43.   object Label2: TLabel
  44.     Left = 28
  45.     Top = 92
  46.     Width = 189
  47.     Height = 14
  48.     Caption = 'Program Manager Command Line:'
  49.     Color = clAppWorkSpace
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clBlack
  52.     Font.Height = -11
  53.     Font.Name = 'Arial'
  54.     Font.Style = [fsBold]
  55.     ParentColor = False
  56.     ParentFont = False
  57.   end
  58.   object Label3: TLabel
  59.     Left = 28
  60.     Top = 160
  61.     Width = 94
  62.     Height = 14
  63.     Caption = 'Item description:'
  64.     Color = clAppWorkSpace
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clBlack
  67.     Font.Height = -11
  68.     Font.Name = 'Arial'
  69.     Font.Style = [fsBold]
  70.     ParentColor = False
  71.     ParentFont = False
  72.   end
  73.   object OKBtn: TBitBtn
  74.     Left = 56
  75.     Top = 336
  76.     Width = 77
  77.     Height = 27
  78.     HelpContext = 55
  79.     TabOrder = 0
  80.     OnClick = OKBtnClick
  81.     Kind = bkOK
  82.     Margin = 2
  83.     Spacing = -1
  84.     IsControl = True
  85.   end
  86.   object CancelBtn: TBitBtn
  87.     Left = 144
  88.     Top = 336
  89.     Width = 77
  90.     Height = 27
  91.     HelpContext = 55
  92.     TabOrder = 1
  93.     OnClick = CancelBtnClick
  94.     Kind = bkCancel
  95.     Margin = 2
  96.     Spacing = -1
  97.     IsControl = True
  98.   end
  99.   object HelpBtn: TBitBtn
  100.     Left = 232
  101.     Top = 336
  102.     Width = 77
  103.     Height = 27
  104.     HelpContext = 55
  105.     TabOrder = 2
  106.     Kind = bkHelp
  107.     Margin = 2
  108.     Spacing = -1
  109.     IsControl = True
  110.   end
  111.   object ComboBox1: TComboBox
  112.     Left = 28
  113.     Top = 44
  114.     Width = 257
  115.     Height = 23
  116.     HelpContext = 55
  117.     Font.Charset = DEFAULT_CHARSET
  118.     Font.Color = clBlack
  119.     Font.Height = -12
  120.     Font.Name = 'Arial'
  121.     Font.Style = [fsBold]
  122.     ItemHeight = 15
  123.     ParentFont = False
  124.     TabOrder = 3
  125.   end
  126.   object Edit1: TEdit
  127.     Left = 28
  128.     Top = 112
  129.     Width = 233
  130.     Height = 20
  131.     HelpContext = 55
  132.     AutoSize = False
  133.     Font.Charset = DEFAULT_CHARSET
  134.     Font.Color = clBlack
  135.     Font.Height = -12
  136.     Font.Name = 'Arial'
  137.     Font.Style = [fsBold]
  138.     ParentFont = False
  139.     ReadOnly = True
  140.     TabOrder = 4
  141.     Text = 'ProKon'
  142.   end
  143.   object Memo1: TMemo
  144.     Left = 28
  145.     Top = 208
  146.     Width = 261
  147.     Height = 109
  148.     HelpContext = 55
  149.     Font.Charset = DEFAULT_CHARSET
  150.     Font.Color = clBlack
  151.     Font.Height = -11
  152.     Font.Name = 'Arial'
  153.     Font.Style = [fsBold]
  154.     Lines.Strings = (
  155.       'SETUP is about to install a new Program '
  156.       'Manager Group and  to install the '
  157.       'necessary program item icons into the '
  158.       'group.  If necessary, you may select an '
  159.       'existing group into which to install the '
  160.       'program icons and you may enter a different '
  161.       'program item description.')
  162.     ParentFont = False
  163.     TabOrder = 5
  164.   end
  165.   object Edit2: TEdit
  166.     Left = 28
  167.     Top = 180
  168.     Width = 233
  169.     Height = 23
  170.     HelpContext = 55
  171.     Font.Charset = DEFAULT_CHARSET
  172.     Font.Color = clBlack
  173.     Font.Height = -12
  174.     Font.Name = 'Arial'
  175.     Font.Style = [fsBold]
  176.     ParentFont = False
  177.     TabOrder = 6
  178.     Text = 'ProKon - Metric Conversion'
  179.   end
  180.   object Edit3: TEdit
  181.     Left = 28
  182.     Top = 68
  183.     Width = 121
  184.     Height = 24
  185.     TabOrder = 7
  186.     Text = 'regform command'
  187.     Visible = False
  188.   end
  189.   object Edit4: TEdit
  190.     Left = 156
  191.     Top = 68
  192.     Width = 121
  193.     Height = 24
  194.     TabOrder = 8
  195.     Text = 'regform desc'
  196.     Visible = False
  197.   end
  198.   object Edit5: TEdit
  199.     Left = 28
  200.     Top = 136
  201.     Width = 121
  202.     Height = 24
  203.     TabOrder = 9
  204.     Text = 'SiteReg command'
  205.     Visible = False
  206.   end
  207.   object Edit6: TEdit
  208.     Left = 156
  209.     Top = 136
  210.     Width = 121
  211.     Height = 24
  212.     TabOrder = 10
  213.     Text = 'SiteReg desc.'
  214.     Visible = False
  215.   end
  216.   object DdeClientConv1: TDdeClientConv
  217.     Left = 12
  218.     Top = 332
  219.   end
  220. end
  221.