home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / CD.EXE / 0 / RCDATA / TLMDRICHFRMPARAGRAPH / TLMDRICHFRMPARAGRAPH.txt
Text File  |  2008-06-16  |  6KB  |  338 lines

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