home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / ysfl12.zip / FILES1.ZIP / idwgmf.dfm / idwgmf.txt next >
Text File  |  1995-07-13  |  3KB  |  143 lines

  1. object dlgSelectProgmanGroup: TdlgSelectProgmanGroup
  2.   Left = 160
  3.   Top = 100
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Install Program Manager Icons'
  7.   ClientHeight = 189
  8.   ClientWidth = 414
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 414
  20.     Height = 189
  21.     Align = alClient
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 24
  25.       Top = 16
  26.       Width = 203
  27.       Height = 16
  28.       Caption = 'A set of icons will be added to your'
  29.     end
  30.     object Label2: TLabel
  31.       Left = 24
  32.       Top = 32
  33.       Width = 195
  34.       Height = 16
  35.       Caption = 'Window'#39's Program Manager.  The'
  36.     end
  37.     object Label3: TLabel
  38.       Left = 24
  39.       Top = 48
  40.       Width = 213
  41.       Height = 16
  42.       Caption = 'icons will be placed into the following'
  43.     end
  44.     object Label4: TLabel
  45.       Left = 24
  46.       Top = 64
  47.       Width = 36
  48.       Height = 16
  49.       Caption = 'group.'
  50.     end
  51.     object Label5: TLabel
  52.       Left = 24
  53.       Top = 88
  54.       Width = 212
  55.       Height = 16
  56.       Caption = 'If you want to add the icons to a new'
  57.     end
  58.     object Label6: TLabel
  59.       Left = 24
  60.       Top = 104
  61.       Width = 221
  62.       Height = 16
  63.       Caption = 'or already existing group, please enter'
  64.     end
  65.     object Label7: TLabel
  66.       Left = 24
  67.       Top = 120
  68.       Width = 167
  69.       Height = 16
  70.       Caption = 'the name of the group below.'
  71.     end
  72.     object Image1: TImage
  73.       Left = 24
  74.       Top = 144
  75.       Width = 41
  76.       Height = 33
  77.       Picture.Data = {<image000.bmp>}
  78.     end
  79.     object cbGroup: TComboBox
  80.       Left = 64
  81.       Top = 152
  82.       Width = 185
  83.       Height = 24
  84.       ItemHeight = 16
  85.       TabOrder = 0
  86.     end
  87.     object btnInstallIcons: TBitBtn
  88.       Left = 264
  89.       Top = 16
  90.       Width = 129
  91.       Height = 33
  92.       Caption = '&Install Icons'
  93.       Font.Color = clBlack
  94.       Font.Height = -13
  95.       Font.Name = 'Arial'
  96.       Font.Style = [fsBold]
  97.       ModalResult = 1
  98.       ParentFont = False
  99.       TabOrder = 1
  100.     end
  101.     object btnSkip: TBitBtn
  102.       Left = 264
  103.       Top = 56
  104.       Width = 129
  105.       Height = 33
  106.       Caption = '&Skip'
  107.       Font.Color = clBlack
  108.       Font.Height = -13
  109.       Font.Name = 'Arial'
  110.       Font.Style = [fsBold]
  111.       ModalResult = 2
  112.       ParentFont = False
  113.       TabOrder = 2
  114.     end
  115.     object btnCustom1: TBitBtn
  116.       Left = 264
  117.       Top = 96
  118.       Width = 129
  119.       Height = 33
  120.       Font.Color = clBlack
  121.       Font.Height = -13
  122.       Font.Name = 'Arial'
  123.       Font.Style = [fsBold]
  124.       ParentFont = False
  125.       TabOrder = 3
  126.       Visible = False
  127.     end
  128.     object btnCustom2: TBitBtn
  129.       Left = 264
  130.       Top = 136
  131.       Width = 129
  132.       Height = 33
  133.       Font.Color = clBlack
  134.       Font.Height = -13
  135.       Font.Name = 'Arial'
  136.       Font.Style = [fsBold]
  137.       ParentFont = False
  138.       TabOrder = 4
  139.       Visible = False
  140.     end
  141.   end
  142. end
  143.