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

  1. object ParagraphNrsDlg: TParagraphNrsDlg
  2.   Left = 324
  3.   Top = 209
  4.   HelpContext = 5025
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Paragraph Numbering'
  8.   ClientHeight = 339
  9.   ClientWidth = 380
  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.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object RGScope: TRadioGroup
  20.     Left = 8
  21.     Top = 54
  22.     Width = 361
  23.     Height = 60
  24.     Caption = '&Scope'
  25.     Items.Strings = (
  26.       'From Caret to End'
  27.       'Next n Paragraphs, n =')
  28.     TabOrder = 1
  29.     OnClick = MYUpdate
  30.   end
  31.   object OKBtn: TBitBtn
  32.     Left = 9
  33.     Top = 303
  34.     Width = 77
  35.     Height = 27
  36.     TabOrder = 4
  37.     OnClick = OKBtnClick
  38.     Kind = bkOK
  39.     Margin = 2
  40.     Spacing = -1
  41.     IsControl = True
  42.   end
  43.   object CancelBtn: TBitBtn
  44.     Left = 94
  45.     Top = 303
  46.     Width = 77
  47.     Height = 27
  48.     TabOrder = 5
  49.     Kind = bkCancel
  50.     Margin = 2
  51.     Spacing = -1
  52.     IsControl = True
  53.   end
  54.   object HelpBtn: TBitBtn
  55.     Left = 294
  56.     Top = 303
  57.     Width = 77
  58.     Height = 27
  59.     TabOrder = 6
  60.     Kind = bkHelp
  61.     Margin = 2
  62.     Spacing = -1
  63.     IsControl = True
  64.   end
  65.   object RGAction: TRadioGroup
  66.     Left = 8
  67.     Top = 12
  68.     Width = 361
  69.     Height = 37
  70.     Caption = '&Action'
  71.     Columns = 2
  72.     Items.Strings = (
  73.       'Add Numbers'
  74.       'Delete All !')
  75.     TabOrder = 0
  76.     OnClick = MYUpdate
  77.   end
  78.   object EnParagraphs: TEdit
  79.     Left = 172
  80.     Top = 88
  81.     Width = 44
  82.     Height = 21
  83.     TabOrder = 2
  84.     Text = '1'
  85.   end
  86.   object GBFormat: TGroupBox
  87.     Left = 8
  88.     Top = 120
  89.     Width = 361
  90.     Height = 169
  91.     Caption = 'Format'
  92.     TabOrder = 3
  93.     object Label1: TLabel
  94.       Left = 80
  95.       Top = 51
  96.       Width = 103
  97.       Height = 13
  98.       Caption = 'Text (? = Number)'
  99.     end
  100.     object Label2: TLabel
  101.       Left = 19
  102.       Top = 24
  103.       Width = 107
  104.       Height = 13
  105.       Caption = '&Begin with Number'
  106.       FocusControl = EBeginn
  107.     end
  108.     object Label3: TLabel
  109.       Left = 282
  110.       Top = 108
  111.       Width = 27
  112.       Height = 13
  113.       Caption = 'Step'
  114.     end
  115.     object Label4: TLabel
  116.       Left = 282
  117.       Top = 140
  118.       Width = 27
  119.       Height = 13
  120.       Caption = 'Step'
  121.     end
  122.     object Label5: TLabel
  123.       Left = 283
  124.       Top = 76
  125.       Width = 23
  126.       Height = 13
  127.       Caption = 'Add'
  128.     end
  129.     object BChapter: TCheckBox
  130.       Left = 11
  131.       Top = 75
  132.       Width = 81
  133.       Height = 17
  134.       Caption = '&Chapter'
  135.       State = cbChecked
  136.       TabOrder = 1
  137.       OnClick = MYUpdate
  138.     end
  139.     object ECText: TEdit
  140.       Left = 99
  141.       Top = 73
  142.       Width = 73
  143.       Height = 21
  144.       TabOrder = 2
  145.       Text = '?'
  146.     end
  147.     object BCFont: TButton
  148.       Left = 179
  149.       Top = 71
  150.       Width = 49
  151.       Height = 25
  152.       Caption = 'Font'
  153.       TabOrder = 3
  154.       OnClick = BCFontClick
  155.     end
  156.     object ECFont: TPanel
  157.       Left = 235
  158.       Top = 71
  159.       Width = 41
  160.       Height = 25
  161.       BevelInner = bvLowered
  162.       BevelOuter = bvNone
  163.       Caption = '123'
  164.       TabOrder = 4
  165.     end
  166.     object BInner: TCheckBox
  167.       Left = 11
  168.       Top = 107
  169.       Width = 81
  170.       Height = 17
  171.       Caption = '&Inner Mrg.'
  172.       TabOrder = 6
  173.       OnClick = MYUpdate
  174.     end
  175.     object EIText: TEdit
  176.       Left = 99
  177.       Top = 105
  178.       Width = 73
  179.       Height = 21
  180.       TabOrder = 7
  181.       Text = '?'
  182.     end
  183.     object BIFont: TButton
  184.       Left = 179
  185.       Top = 103
  186.       Width = 49
  187.       Height = 25
  188.       Caption = 'Font'
  189.       TabOrder = 8
  190.       OnClick = BIFontClick
  191.     end
  192.     object EIFont: TPanel
  193.       Left = 235
  194.       Top = 103
  195.       Width = 41
  196.       Height = 25
  197.       BevelInner = bvLowered
  198.       BevelOuter = bvNone
  199.       Caption = '123'
  200.       TabOrder = 9
  201.     end
  202.     object BOuter: TCheckBox
  203.       Left = 11
  204.       Top = 139
  205.       Width = 81
  206.       Height = 17
  207.       Caption = '&Outer Mrg.'
  208.       TabOrder = 11
  209.       OnClick = MYUpdate
  210.     end
  211.     object EOText: TEdit
  212.       Left = 99
  213.       Top = 137
  214.       Width = 73
  215.       Height = 21
  216.       TabOrder = 12
  217.       Text = '?'
  218.     end
  219.     object BOFont: TButton
  220.       Left = 179
  221.       Top = 135
  222.       Width = 49
  223.       Height = 25
  224.       Caption = 'Font'
  225.       TabOrder = 13
  226.       OnClick = BOFontClick
  227.     end
  228.     object EOFont: TPanel
  229.       Left = 235
  230.       Top = 135
  231.       Width = 41
  232.       Height = 25
  233.       BevelInner = bvLowered
  234.       BevelOuter = bvNone
  235.       Caption = '123'
  236.       TabOrder = 14
  237.     end
  238.     object EBeginn: TEdit
  239.       Left = 138
  240.       Top = 21
  241.       Width = 57
  242.       Height = 21
  243.       TabOrder = 0
  244.       Text = '1'
  245.     end
  246.     object EIStep: TEdit
  247.       Left = 315
  248.       Top = 104
  249.       Width = 33
  250.       Height = 21
  251.       TabOrder = 10
  252.       Text = '1'
  253.     end
  254.     object EOStep: TEdit
  255.       Left = 315
  256.       Top = 136
  257.       Width = 33
  258.       Height = 21
  259.       TabOrder = 15
  260.       Text = '1'
  261.     end
  262.     object ECAdd: TEdit
  263.       Left = 315
  264.       Top = 72
  265.       Width = 33
  266.       Height = 21
  267.       TabOrder = 5
  268.     end
  269.   end
  270. end
  271.