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

  1. object KapitelDlg: TKapitelDlg
  2.   Left = 398
  3.   Top = 119
  4.   HelpContext = 5006
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Insert Chapter Reference'
  8.   ClientHeight = 198
  9.   ClientWidth = 298
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKBtn: TBitBtn
  19.     Left = 213
  20.     Top = 6
  21.     Width = 77
  22.     Height = 27
  23.     TabOrder = 4
  24.     OnClick = OKBtnClick
  25.     Kind = bkOK
  26.     Margin = 2
  27.     Spacing = -1
  28.     IsControl = True
  29.   end
  30.   object CancelBtn: TBitBtn
  31.     Left = 213
  32.     Top = 39
  33.     Width = 77
  34.     Height = 27
  35.     TabOrder = 5
  36.     Kind = bkCancel
  37.     Margin = 2
  38.     Spacing = -1
  39.     IsControl = True
  40.   end
  41.   object HelpBtn: TBitBtn
  42.     Left = 213
  43.     Top = 72
  44.     Width = 77
  45.     Height = 27
  46.     TabOrder = 6
  47.     Kind = bkHelp
  48.     Margin = 2
  49.     Spacing = -1
  50.     IsControl = True
  51.   end
  52.   object RFrom: TRadioGroup
  53.     Left = 6
  54.     Top = 6
  55.     Width = 196
  56.     Height = 105
  57.     Caption = 'F&rom'
  58.     ItemIndex = 0
  59.     Items.Strings = (
  60.       '&First Chapter on Page'
  61.       'First Chapter on &Even Page'
  62.       'First &New Chapter on Page'
  63.       'First Ne&w Chapter on Page')
  64.     TabOrder = 0
  65.   end
  66.   object BTo: TCheckBox
  67.     Left = 7
  68.     Top = 152
  69.     Width = 175
  70.     Height = 17
  71.     Caption = '&To Last Chapter on Page'
  72.     TabOrder = 2
  73.   end
  74.   object GroupBox1: TGroupBox
  75.     Left = 7
  76.     Top = 111
  77.     Width = 195
  78.     Height = 35
  79.     TabOrder = 1
  80.     object Label1: TLabel
  81.       Left = 5
  82.       Top = 14
  83.       Width = 28
  84.       Height = 13
  85.       Caption = '"T&o"'
  86.       FocusControl = ETo
  87.     end
  88.     object ETo: TEdit
  89.       Left = 47
  90.       Top = 11
  91.       Width = 58
  92.       Height = 21
  93.       TabOrder = 0
  94.     end
  95.   end
  96.   object BLineNrs: TCheckBox
  97.     Left = 7
  98.     Top = 171
  99.     Width = 160
  100.     Height = 17
  101.     Caption = '&Line Numbers'
  102.     TabOrder = 3
  103.   end
  104. end
  105.