home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / tipwin / winnc / setup.exe / 0 / RCDATA / TFORM14 / TFORM14.txt
Text File  |  1997-04-30  |  2KB  |  130 lines

  1. object Form14: TForm14
  2.   Left = 200
  3.   Top = 104
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Add to Start Menu'
  7.   ClientHeight = 273
  8.   ClientWidth = 492
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 10
  20.     Top = 220
  21.     Width = 471
  22.     Height = 10
  23.     Shape = bsBottomLine
  24.   end
  25.   object Label1: TLabel
  26.     Left = 140
  27.     Top = 10
  28.     Width = 105
  29.     Height = 13
  30.     Caption = 'Select Startmenu Icon'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 140
  34.     Top = 90
  35.     Width = 23
  36.     Height = 13
  37.     Caption = 'Title:'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 140
  41.     Top = 140
  42.     Width = 83
  43.     Height = 13
  44.     Caption = 'Startmenu Folder:'
  45.   end
  46.   object Panel1: TPanel
  47.     Left = 10
  48.     Top = 10
  49.     Width = 121
  50.     Height = 211
  51.     BevelOuter = bvNone
  52.     BorderStyle = bsSingle
  53.     Caption = 'Panel1'
  54.     TabOrder = 0
  55.     object Image2: TImage
  56.       Left = 0
  57.       Top = 0
  58.       Width = 117
  59.       Height = 207
  60.       Align = alClient
  61.       AutoSize = True
  62.       Center = True
  63.       Stretch = True
  64.     end
  65.   end
  66.   object Button4: TButton
  67.     Left = 245
  68.     Top = 240
  69.     Width = 75
  70.     Height = 25
  71.     Caption = '< &Back'
  72.     Enabled = False
  73.     TabOrder = 1
  74.   end
  75.   object Button2: TButton
  76.     Left = 320
  77.     Top = 240
  78.     Width = 75
  79.     Height = 25
  80.     Caption = '&Next >'
  81.     Default = True
  82.     TabOrder = 2
  83.     OnClick = Button2Click
  84.   end
  85.   object Button3: TButton
  86.     Left = 405
  87.     Top = 240
  88.     Width = 75
  89.     Height = 25
  90.     Cancel = True
  91.     Caption = '&Cancel'
  92.     TabOrder = 3
  93.     OnClick = Button3Click
  94.   end
  95.   object IconListBox1: TIconListBox
  96.     Left = 140
  97.     Top = 25
  98.     Width = 344
  99.     Height = 52
  100.     XIcons = 9
  101.     ItemIndex = -1
  102.     ParentFont = False
  103.     TabOrder = 4
  104.   end
  105.   object Edit1: TEdit
  106.     Left = 140
  107.     Top = 105
  108.     Width = 344
  109.     Height = 21
  110.     TabOrder = 5
  111.   end
  112.   object CheckBox1: TCheckBox
  113.     Left = 140
  114.     Top = 200
  115.     Width = 221
  116.     Height = 17
  117.     Caption = 'Integrate in Explorer'
  118.     State = cbChecked
  119.     TabOrder = 6
  120.   end
  121.   object Edit2: TComboBox
  122.     Left = 140
  123.     Top = 155
  124.     Width = 344
  125.     Height = 21
  126.     ItemHeight = 13
  127.     TabOrder = 7
  128.   end
  129. end
  130.