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

  1. object FrmPTxShTreePropStandard: TFrmPTxShTreePropStandard
  2.   Left = 333
  3.   Top = 330
  4.   Width = 403
  5.   Height = 273
  6.   Caption = 'Standard'
  7.   Color = clBtnFace
  8.   OldCreateOrder = False
  9.   ParentFont = True
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Label2: TLabel
  13.     Left = 168
  14.     Top = 132
  15.     Width = 80
  16.     Height = 13
  17.     Caption = '&Linked Shell List:'
  18.     FocusControl = ShellListCbx
  19.     Visible = False
  20.   end
  21.   object DisplayUnits1Txt: TLabel
  22.     Left = 160
  23.     Top = 152
  24.     Width = 26
  25.     Height = 13
  26.     Caption = 'pixels'
  27.   end
  28.   object EnumerationNATxt: TLabel
  29.     Left = 256
  30.     Top = 132
  31.     Width = 138
  32.     Height = 37
  33.     AutoSize = False
  34.     Caption = 
  35.       'This container does not support enumeration. You cannot link con' +
  36.       'trols at design-time with in this environment, you must do it a ' +
  37.       'run-time.'
  38.     Visible = False
  39.     WordWrap = True
  40.   end
  41.   object Label4: TLabel
  42.     Left = 8
  43.     Top = 184
  44.     Width = 59
  45.     Height = 13
  46.     Caption = 'Base Folder:'
  47.   end
  48.   object BaseFolderInfoTxt: TLabel
  49.     Left = 96
  50.     Top = 184
  51.     Width = 289
  52.     Height = 17
  53.     AutoSize = False
  54.     Caption = 'BaseFolder info...'
  55.   end
  56.   object ShellListCbx: TPTCombobox
  57.     Left = 256
  58.     Top = 128
  59.     Width = 137
  60.     Height = 49
  61.     Style = csSimple
  62.     ItemHeight = 13
  63.     Sorted = True
  64.     TabOrder = 6
  65.     Visible = False
  66.   end
  67.   object SetBaseBtn: TButton
  68.     Left = 96
  69.     Top = 203
  70.     Width = 97
  71.     Height = 23
  72.     Caption = 'Set Base &Folder...'
  73.     TabOrder = 7
  74.     OnClick = SetBaseBtnClick
  75.   end
  76.   object IndentEdt: TEdit
  77.     Left = 96
  78.     Top = 148
  79.     Width = 57
  80.     Height = 21
  81.     TabOrder = 5
  82.   end
  83.   object StaticText2: TStaticText
  84.     Left = 8
  85.     Top = 152
  86.     Width = 66
  87.     Height = 17
  88.     Caption = 'I&ndentation:'
  89.     TabOrder = 8
  90.   end
  91.   object CheckboxesChk: TCheckBox
  92.     Left = 6
  93.     Top = 120
  94.     Width = 103
  95.     Height = 17
  96.     Alignment = taLeftJustify
  97.     Caption = '&Checkboxes:'
  98.     TabOrder = 4
  99.   end
  100.   object ReadOnlyChk: TCheckBox
  101.     Left = 6
  102.     Top = 96
  103.     Width = 103
  104.     Height = 17
  105.     Alignment = taLeftJustify
  106.     Caption = '&Read only:'
  107.     TabOrder = 3
  108.   end
  109.   object EnabledChk: TCheckBox
  110.     Left = 6
  111.     Top = 72
  112.     Width = 103
  113.     Height = 17
  114.     Alignment = taLeftJustify
  115.     Caption = '&Enabled:'
  116.     TabOrder = 2
  117.   end
  118.   object HideSelectionChk: TCheckBox
  119.     Left = 6
  120.     Top = 48
  121.     Width = 103
  122.     Height = 17
  123.     Alignment = taLeftJustify
  124.     Caption = '&Hide Selection:'
  125.     TabOrder = 1
  126.   end
  127.   object BorderStyleCbx: TComboBox
  128.     Left = 96
  129.     Top = 16
  130.     Width = 145
  131.     Height = 21
  132.     Style = csDropDownList
  133.     ItemHeight = 13
  134.     TabOrder = 9
  135.     Items.Strings = (
  136.       '0 - ptbsNone'
  137.       '1 - ptbsFlat'
  138.       '2 - ptbsSunken')
  139.   end
  140.   object StaticText1: TStaticText
  141.     Left = 8
  142.     Top = 20
  143.     Width = 70
  144.     Height = 17
  145.     Caption = '&Border Style:'
  146.     TabOrder = 0
  147.   end
  148. end
  149.