home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Utilitare / fileant / fileant.exe / $SYSDIR / PTxSCP.ocx / 0 / RCDATA / TFRMSHELLLOCATOREDITOR / TFRMSHELLLOCATOREDITOR.txt
Text File  |  2003-12-16  |  3KB  |  155 lines

  1. object FrmShellLocatorEditor: TFrmShellLocatorEditor
  2.   Left = 316
  3.   Top = 149
  4.   BorderStyle = bsDialog
  5.   Caption = 'Shell Locator Editor'
  6.   ClientHeight = 203
  7.   ClientWidth = 373
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PTGroup2: TPTGroup
  21.     Left = 8
  22.     Top = 32
  23.     Width = 269
  24.     Height = 53
  25.     Caption = ' '
  26.     TabOrder = 4
  27.     object ComboBox1: TComboBox
  28.       Left = 40
  29.       Top = 8
  30.       Width = 189
  31.       Height = 21
  32.       Style = csDropDownList
  33.       Color = clBtnFace
  34.       Enabled = False
  35.       ItemHeight = 13
  36.       TabOrder = 0
  37.     end
  38.   end
  39.   object PTGroup1: TPTGroup
  40.     Left = 8
  41.     Top = 148
  42.     Width = 269
  43.     Height = 45
  44.     Caption = ' '
  45.     TabOrder = 5
  46.     object ItemTxt: TLabel
  47.       Left = 8
  48.       Top = 8
  49.       Width = 165
  50.       Height = 13
  51.       AutoSize = False
  52.       Enabled = False
  53.     end
  54.     object BrowseBtn: TButton
  55.       Left = 181
  56.       Top = 1
  57.       Width = 75
  58.       Height = 23
  59.       Caption = '&Browse...'
  60.       Enabled = False
  61.       TabOrder = 0
  62.       OnClick = BrowseBtnClick
  63.     end
  64.   end
  65.   object OkBtn: TButton
  66.     Left = 288
  67.     Top = 12
  68.     Width = 75
  69.     Height = 23
  70.     Caption = 'OK'
  71.     Default = True
  72.     ModalResult = 1
  73.     TabOrder = 6
  74.   end
  75.   object CancelBtn: TButton
  76.     Left = 288
  77.     Top = 40
  78.     Width = 75
  79.     Height = 23
  80.     Cancel = True
  81.     Caption = 'Cancel'
  82.     ModalResult = 2
  83.     TabOrder = 7
  84.   end
  85.   object HelpBtn: TButton
  86.     Left = 288
  87.     Top = 80
  88.     Width = 75
  89.     Height = 23
  90.     Caption = '&Help'
  91.     TabOrder = 9
  92.     OnClick = HelpBtnClick
  93.   end
  94.   object UsePidlRdo: TRadioButton
  95.     Left = 18
  96.     Top = 146
  97.     Width = 91
  98.     Height = 17
  99.     Caption = 'Use item id list'
  100.     TabOrder = 3
  101.     OnClick = UsePidlRdoClick
  102.   end
  103.   object DontUseAnythingRdo: TRadioButton
  104.     Left = 18
  105.     Top = 8
  106.     Width = 113
  107.     Height = 17
  108.     Caption = 'Don'#39't use anything'
  109.     TabOrder = 0
  110.     OnClick = UsePidlRdoClick
  111.   end
  112.   object PTGroup4: TPTGroup
  113.     Left = 8
  114.     Top = 92
  115.     Width = 269
  116.     Height = 49
  117.     Caption = ' '
  118.     TabOrder = 8
  119.     object PathNameEdt: TEdit
  120.       Left = 8
  121.       Top = 8
  122.       Width = 253
  123.       Height = 21
  124.       Color = clBtnFace
  125.       Enabled = False
  126.       TabOrder = 0
  127.     end
  128.   end
  129.   object UsePathnameRdo: TRadioButton
  130.     Left = 18
  131.     Top = 91
  132.     Width = 95
  133.     Height = 17
  134.     Caption = 'Use pathname'
  135.     TabOrder = 2
  136.     OnClick = UsePidlRdoClick
  137.   end
  138.   object UseCSIDLRdo: TRadioButton
  139.     Left = 18
  140.     Top = 30
  141.     Width = 79
  142.     Height = 17
  143.     Caption = 'Use CSIDL'
  144.     TabOrder = 1
  145.     OnClick = UsePidlRdoClick
  146.   end
  147.   object PTFolderBrowseDlg1: TPTFolderBrowseDlg
  148.     Title = 'Select an item'
  149.     FormHeight = 600
  150.     Options = [ptfbReadOnly]
  151.     Left = 332
  152.     Top = 144
  153.   end
  154. end
  155.