home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / WTXT / CTE32_.ZIP / _SETUP.1 / Cte95.exe / 0 / RCDATA / TINDEXDLG / TINDEXDLG.txt
Text File  |  1998-06-03  |  4KB  |  205 lines

  1. object IndexDlg: TIndexDlg
  2.   Left = 314
  3.   Top = 120
  4.   HelpContext = 5026
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Index'
  8.   ClientHeight = 222
  9.   ClientWidth = 305
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   TextHeight = 13
  18.   object WhichIndex: TTabbedNotebook
  19.     Left = 0
  20.     Top = 0
  21.     Width = 305
  22.     Height = 222
  23.     Align = alClient
  24.     TabFont.Color = clBlack
  25.     TabFont.Height = -13
  26.     TabFont.Name = 'MS Sans Serif'
  27.     TabFont.Style = [fsBold]
  28.     TabOrder = 2
  29.     OnClick = BChapterClick
  30.     object TTabPage
  31.       Left = 5
  32.       Top = 29
  33.       Caption = 'Co&mplete'
  34.       object Label3: TLabel
  35.         Left = 16
  36.         Top = 15
  37.         Width = 24
  38.         Height = 13
  39.         Caption = '&Part'
  40.         FocusControl = CBWhat
  41.       end
  42.       object GBExclude: TGroupBox
  43.         Left = 8
  44.         Top = 80
  45.         Width = 281
  46.         Height = 65
  47.         Caption = 'Exclude'
  48.         TabOrder = 1
  49.         object BChapter: TCheckBox
  50.           Left = 16
  51.           Top = 20
  52.           Width = 97
  53.           Height = 17
  54.           Caption = '&Chapter'
  55.           State = cbChecked
  56.           TabOrder = 0
  57.           OnClick = BChapterClick
  58.         end
  59.         object BHidden: TCheckBox
  60.           Left = 16
  61.           Top = 41
  62.           Width = 97
  63.           Height = 17
  64.           Caption = '&Hidden Text'
  65.           State = cbChecked
  66.           TabOrder = 1
  67.           OnClick = BChapterClick
  68.         end
  69.         object BIMrg: TCheckBox
  70.           Left = 152
  71.           Top = 20
  72.           Width = 97
  73.           Height = 17
  74.           Caption = '&Inner Margin'
  75.           State = cbChecked
  76.           TabOrder = 2
  77.           OnClick = BChapterClick
  78.         end
  79.         object BOMrg: TCheckBox
  80.           Left = 152
  81.           Top = 41
  82.           Width = 97
  83.           Height = 17
  84.           Caption = '&Outer Margin'
  85.           State = cbChecked
  86.           TabOrder = 3
  87.           OnClick = BChapterClick
  88.         end
  89.       end
  90.       object RGHow: TRadioGroup
  91.         Left = 8
  92.         Top = 44
  93.         Width = 281
  94.         Height = 33
  95.         Columns = 3
  96.         ItemIndex = 1
  97.         Items.Strings = (
  98.           '&All Words'
  99.           'Index &0'
  100.           '&Both')
  101.         TabOrder = 0
  102.         OnClick = BChapterClick
  103.       end
  104.     end
  105.     object TTabPage
  106.       Left = 5
  107.       Top = 29
  108.       Caption = 'E&ntries'
  109.       object Label1: TLabel
  110.         Left = 82
  111.         Top = 88
  112.         Width = 53
  113.         Height = 13
  114.         Caption = '&Index Nr.'
  115.         FocusControl = SEIndexNr
  116.       end
  117.       object Bevel1: TBevel
  118.         Left = 8
  119.         Top = 48
  120.         Width = 281
  121.         Height = 97
  122.         Shape = bsFrame
  123.       end
  124.       object Label2: TLabel
  125.         Left = 16
  126.         Top = 16
  127.         Width = 24
  128.         Height = 13
  129.         Caption = '&Part'
  130.         FocusControl = CBWhat
  131.       end
  132.       object SEIndexNr: TSpinEdit
  133.         Left = 160
  134.         Top = 83
  135.         Width = 41
  136.         Height = 22
  137.         MaxValue = 99
  138.         MinValue = 0
  139.         TabOrder = 0
  140.         Value = 1
  141.       end
  142.     end
  143.   end
  144.   object CBWhat: TComboBox
  145.     Left = 60
  146.     Top = 40
  147.     Width = 145
  148.     Height = 20
  149.     Style = csDropDownList
  150.     ItemHeight = 13
  151.     TabOrder = 0
  152.     OnClick = CBWhatChange
  153.   end
  154.   object BEnabled: TCheckBox
  155.     Left = 213
  156.     Top = 42
  157.     Width = 76
  158.     Height = 17
  159.     Caption = '&Enabled'
  160.     State = cbChecked
  161.     TabOrder = 1
  162.     OnClick = BChapterClick
  163.   end
  164.   object BIndex: TButton
  165.     Left = 13
  166.     Top = 184
  167.     Width = 75
  168.     Height = 25
  169.     Caption = 'Inde&x'
  170.     Default = True
  171.     TabOrder = 3
  172.     OnClick = BIndexClick
  173.   end
  174.   object CancelBtn: TBitBtn
  175.     Left = 134
  176.     Top = 183
  177.     Width = 75
  178.     Height = 27
  179.     Caption = 'Close'
  180.     TabOrder = 4
  181.     Kind = bkCancel
  182.     Margin = 2
  183.     Spacing = -1
  184.     IsControl = True
  185.   end
  186.   object HelpBtn: TBitBtn
  187.     Left = 218
  188.     Top = 183
  189.     Width = 75
  190.     Height = 27
  191.     TabOrder = 5
  192.     Kind = bkHelp
  193.     Margin = 2
  194.     Spacing = -1
  195.     IsControl = True
  196.   end
  197.   object SaveDlg: TSaveDialog
  198.     DefaultExt = 'txt'
  199.     FileName = 'Index'
  200.     Options = [ofReadOnly, ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  201.     Title = 'Save Index As'
  202.     Left = 272
  203.   end
  204. end
  205.