home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #9 / K-CD-9-2002.ISO / EditDTX.exe / 0 / RCDATA / TLMDRICHFRMPARAGRAPH / TLMDRICHFRMPARAGRAPH.txt
Encoding:
Text File  |  2002-04-10  |  6.1 KB  |  350 lines

  1. object LMDRichfrmParagraph: TLMDRichfrmParagraph
  2.   Left = 264
  3.   Top = 280
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Paragraph'
  7.   ClientHeight = 240
  8.   ClientWidth = 410
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblJustify: TLabel
  22.     Left = 8
  23.     Top = 20
  24.     Width = 32
  25.     Height = 13
  26.     Caption = '&Justify:'
  27.     FocusControl = cbxJustify
  28.   end
  29.   object lblHeading: TLabel
  30.     Left = 204
  31.     Top = 20
  32.     Width = 43
  33.     Height = 13
  34.     Caption = '&Heading:'
  35.   end
  36.   object Bevel1: TBevel
  37.     Left = 52
  38.     Top = 46
  39.     Width = 345
  40.     Height = 3
  41.     Shape = bsTopLine
  42.   end
  43.   object lblMargins: TLabel
  44.     Left = 8
  45.     Top = 41
  46.     Width = 37
  47.     Height = 13
  48.     Caption = 'Margins'
  49.   end
  50.   object lblLeftMargin: TLabel
  51.     Left = 52
  52.     Top = 60
  53.     Width = 17
  54.     Height = 13
  55.     Caption = 'left:'
  56.   end
  57.   object lblRightMargin: TLabel
  58.     Left = 52
  59.     Top = 88
  60.     Width = 23
  61.     Height = 13
  62.     Caption = 'right:'
  63.   end
  64.   object lblFirstLine: TLabel
  65.     Left = 208
  66.     Top = 56
  67.     Width = 38
  68.     Height = 13
  69.     Caption = 'first line:'
  70.     FocusControl = cbxIndent
  71.   end
  72.   object lblIndentAt: TLabel
  73.     Left = 312
  74.     Top = 56
  75.     Width = 12
  76.     Height = 13
  77.     Caption = 'at:'
  78.     FocusControl = edtIndentAt
  79.   end
  80.   object Bevel2: TBevel
  81.     Left = 80
  82.     Top = 130
  83.     Width = 316
  84.     Height = 3
  85.     Shape = bsTopLine
  86.   end
  87.   object lblIntervals: TLabel
  88.     Left = 8
  89.     Top = 125
  90.     Width = 40
  91.     Height = 13
  92.     Caption = 'Intervals'
  93.   end
  94.   object lblBefore: TLabel
  95.     Left = 52
  96.     Top = 144
  97.     Width = 33
  98.     Height = 13
  99.     Caption = 'before:'
  100.   end
  101.   object lblAfter: TLabel
  102.     Left = 52
  103.     Top = 172
  104.     Width = 24
  105.     Height = 13
  106.     Caption = 'after:'
  107.   end
  108.   object lblLineSpacing: TLabel
  109.     Left = 184
  110.     Top = 140
  111.     Width = 59
  112.     Height = 13
  113.     Caption = 'line spacing:'
  114.     FocusControl = cbxLineSpacing
  115.   end
  116.   object lblValue: TLabel
  117.     Left = 312
  118.     Top = 140
  119.     Width = 29
  120.     Height = 13
  121.     Caption = 'value:'
  122.     FocusControl = edtLineSpacingValue
  123.   end
  124.   object Bevel3: TBevel
  125.     Left = 4
  126.     Top = 198
  127.     Width = 396
  128.     Height = 3
  129.     Shape = bsTopLine
  130.   end
  131.   object btnTabstops: TButton
  132.     Left = 4
  133.     Top = 211
  134.     Width = 75
  135.     Height = 25
  136.     Anchors = [akLeft, akBottom]
  137.     Caption = '&Tabstops'
  138.     ModalResult = 6
  139.     TabOrder = 0
  140.   end
  141.   object btnCancel: TButton
  142.     Left = 331
  143.     Top = 211
  144.     Width = 75
  145.     Height = 25
  146.     Anchors = [akRight, akBottom]
  147.     Cancel = True
  148.     Caption = 'Cancel'
  149.     ModalResult = 2
  150.     TabOrder = 1
  151.   end
  152.   object btnOK: TButton
  153.     Left = 251
  154.     Top = 211
  155.     Width = 75
  156.     Height = 25
  157.     Anchors = [akRight, akBottom]
  158.     Caption = 'OK'
  159.     Default = True
  160.     ModalResult = 1
  161.     TabOrder = 2
  162.   end
  163.   object cbxJustify: TComboBox
  164.     Left = 68
  165.     Top = 16
  166.     Width = 129
  167.     Height = 24
  168.     Style = csOwnerDrawFixed
  169.     ItemHeight = 18
  170.     TabOrder = 3
  171.     OnDrawItem = cbxJustifyDrawItem
  172.     Items.Strings = (
  173.       'Left'
  174.       'Center'
  175.       'Right'
  176.       'Justify')
  177.   end
  178.   object cbxHeading: TComboBox
  179.     Left = 264
  180.     Top = 16
  181.     Width = 133
  182.     Height = 24
  183.     Style = csOwnerDrawFixed
  184.     ItemHeight = 18
  185.     TabOrder = 4
  186.     OnDrawItem = cbxHeadingDrawItem
  187.     Items.Strings = (
  188.       'Normal text'
  189.       'Heading 1'
  190.       'Heading 2'
  191.       'Heading 3'
  192.       'Heading 4'
  193.       'Heading 5'
  194.       'Heading 6'
  195.       'Heading 7'
  196.       'Heading 8'
  197.       'Heading 9')
  198.   end
  199.   object edtLeftMargin: TEdit
  200.     Left = 92
  201.     Top = 56
  202.     Width = 65
  203.     Height = 21
  204.     TabOrder = 5
  205.     Text = '0'
  206.   end
  207.   object edtRightMargin: TEdit
  208.     Left = 92
  209.     Top = 84
  210.     Width = 65
  211.     Height = 21
  212.     TabOrder = 6
  213.     Text = '0'
  214.   end
  215.   object udLeftMargin: TUpDown
  216.     Left = 157
  217.     Top = 56
  218.     Width = 15
  219.     Height = 21
  220.     Associate = edtLeftMargin
  221.     Min = 0
  222.     Max = 10000
  223.     Position = 0
  224.     TabOrder = 7
  225.     Wrap = False
  226.   end
  227.   object udRightMargin: TUpDown
  228.     Left = 157
  229.     Top = 84
  230.     Width = 15
  231.     Height = 21
  232.     Associate = edtRightMargin
  233.     Min = 0
  234.     Max = 1000
  235.     Position = 0
  236.     TabOrder = 8
  237.     Wrap = False
  238.   end
  239.   object cbxIndent: TComboBox
  240.     Left = 208
  241.     Top = 72
  242.     Width = 89
  243.     Height = 21
  244.     Style = csDropDownList
  245.     ItemHeight = 13
  246.     TabOrder = 9
  247.     OnChange = cbxIndentChange
  248.     Items.Strings = (
  249.       '(none)'
  250.       'indent'
  251.       'unindent')
  252.   end
  253.   object edtIndentAt: TEdit
  254.     Left = 312
  255.     Top = 72
  256.     Width = 69
  257.     Height = 21
  258.     Enabled = False
  259.     TabOrder = 10
  260.     Text = '0'
  261.   end
  262.   object udIndentAt: TUpDown
  263.     Left = 381
  264.     Top = 72
  265.     Width = 15
  266.     Height = 21
  267.     Associate = edtIndentAt
  268.     Min = 0
  269.     Max = 1000
  270.     Position = 0
  271.     TabOrder = 11
  272.     Wrap = False
  273.   end
  274.   object edtBeforeInterval: TEdit
  275.     Left = 92
  276.     Top = 140
  277.     Width = 65
  278.     Height = 21
  279.     TabOrder = 12
  280.     Text = '0'
  281.   end
  282.   object edtAfterInterval: TEdit
  283.     Left = 92
  284.     Top = 168
  285.     Width = 65
  286.     Height = 21
  287.     TabOrder = 13
  288.     Text = '0'
  289.   end
  290.   object udBeforeInterval: TUpDown
  291.     Left = 157
  292.     Top = 140
  293.     Width = 15
  294.     Height = 21
  295.     Associate = edtBeforeInterval
  296.     Min = 0
  297.     Position = 0
  298.     TabOrder = 14
  299.     Wrap = False
  300.   end
  301.   object udAfterInterval: TUpDown
  302.     Left = 157
  303.     Top = 168
  304.     Width = 15
  305.     Height = 21
  306.     Associate = edtAfterInterval
  307.     Min = 0
  308.     Position = 0
  309.     TabOrder = 15
  310.     Wrap = False
  311.   end
  312.   object cbxLineSpacing: TComboBox
  313.     Left = 184
  314.     Top = 156
  315.     Width = 89
  316.     Height = 21
  317.     Style = csDropDownList
  318.     ItemHeight = 13
  319.     TabOrder = 16
  320.     OnChange = cbxLineSpacingChange
  321.     Items.Strings = (
  322.       'single'
  323.       'one-and-half'
  324.       'double'
  325.       'minimum'
  326.       'exactly'
  327.       'multiplier')
  328.   end
  329.   object edtLineSpacingValue: TEdit
  330.     Left = 312
  331.     Top = 156
  332.     Width = 69
  333.     Height = 21
  334.     TabOrder = 17
  335.     Text = '0'
  336.   end
  337.   object udLineSpacingValue: TUpDown
  338.     Left = 381
  339.     Top = 156
  340.     Width = 15
  341.     Height = 21
  342.     Associate = edtLineSpacingValue
  343.     Min = 0
  344.     Max = 1000
  345.     Position = 0
  346.     TabOrder = 18
  347.     Wrap = False
  348.   end
  349. end
  350.