home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 Ekstra 100 Spil / K-CD_2003_Ekstra_100_Spil.iso / K.exe / 0 / RCDATA / TLMDRICHFRMPARAGRAPH / TLMDRICHFRMPARAGRAPH.txt
Text File  |  2003-12-19  |  6KB  |  349 lines

  1. object LMDRichfrmParagraph: TLMDRichfrmParagraph
  2.   Left = 264
  3.   Top = 280
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  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.   end
  177.   object cbxHeading: TComboBox
  178.     Left = 264
  179.     Top = 16
  180.     Width = 133
  181.     Height = 24
  182.     Style = csOwnerDrawFixed
  183.     ItemHeight = 18
  184.     TabOrder = 4
  185.     OnDrawItem = cbxHeadingDrawItem
  186.     Items.Strings = (
  187.       'Normal text'
  188.       'Heading 1'
  189.       'Heading 2'
  190.       'Heading 3'
  191.       'Heading 4'
  192.       'Heading 5'
  193.       'Heading 6'
  194.       'Heading 7'
  195.       'Heading 8'
  196.       'Heading 9')
  197.   end
  198.   object edtLeftMargin: TEdit
  199.     Left = 92
  200.     Top = 56
  201.     Width = 65
  202.     Height = 21
  203.     TabOrder = 5
  204.     Text = '0'
  205.   end
  206.   object edtRightMargin: TEdit
  207.     Left = 92
  208.     Top = 84
  209.     Width = 65
  210.     Height = 21
  211.     TabOrder = 6
  212.     Text = '0'
  213.   end
  214.   object udLeftMargin: TUpDown
  215.     Left = 157
  216.     Top = 56
  217.     Width = 15
  218.     Height = 21
  219.     Associate = edtLeftMargin
  220.     Min = 0
  221.     Max = 10000
  222.     Position = 0
  223.     TabOrder = 7
  224.     Wrap = False
  225.   end
  226.   object udRightMargin: TUpDown
  227.     Left = 157
  228.     Top = 84
  229.     Width = 15
  230.     Height = 21
  231.     Associate = edtRightMargin
  232.     Min = 0
  233.     Max = 1000
  234.     Position = 0
  235.     TabOrder = 8
  236.     Wrap = False
  237.   end
  238.   object cbxIndent: TComboBox
  239.     Left = 208
  240.     Top = 72
  241.     Width = 89
  242.     Height = 21
  243.     Style = csDropDownList
  244.     ItemHeight = 13
  245.     TabOrder = 9
  246.     OnChange = cbxIndentChange
  247.     Items.Strings = (
  248.       '(none)'
  249.       'indent'
  250.       'unindent')
  251.   end
  252.   object edtIndentAt: TEdit
  253.     Left = 312
  254.     Top = 72
  255.     Width = 69
  256.     Height = 21
  257.     Enabled = False
  258.     TabOrder = 10
  259.     Text = '0'
  260.   end
  261.   object udIndentAt: TUpDown
  262.     Left = 381
  263.     Top = 72
  264.     Width = 15
  265.     Height = 21
  266.     Associate = edtIndentAt
  267.     Min = 0
  268.     Max = 1000
  269.     Position = 0
  270.     TabOrder = 11
  271.     Wrap = False
  272.   end
  273.   object edtBeforeInterval: TEdit
  274.     Left = 92
  275.     Top = 140
  276.     Width = 65
  277.     Height = 21
  278.     TabOrder = 12
  279.     Text = '0'
  280.   end
  281.   object edtAfterInterval: TEdit
  282.     Left = 92
  283.     Top = 168
  284.     Width = 65
  285.     Height = 21
  286.     TabOrder = 13
  287.     Text = '0'
  288.   end
  289.   object udBeforeInterval: TUpDown
  290.     Left = 157
  291.     Top = 140
  292.     Width = 15
  293.     Height = 21
  294.     Associate = edtBeforeInterval
  295.     Min = 0
  296.     Position = 0
  297.     TabOrder = 14
  298.     Wrap = False
  299.   end
  300.   object udAfterInterval: TUpDown
  301.     Left = 157
  302.     Top = 168
  303.     Width = 15
  304.     Height = 21
  305.     Associate = edtAfterInterval
  306.     Min = 0
  307.     Position = 0
  308.     TabOrder = 15
  309.     Wrap = False
  310.   end
  311.   object cbxLineSpacing: TComboBox
  312.     Left = 184
  313.     Top = 156
  314.     Width = 89
  315.     Height = 21
  316.     Style = csDropDownList
  317.     ItemHeight = 13
  318.     TabOrder = 16
  319.     OnChange = cbxLineSpacingChange
  320.     Items.Strings = (
  321.       'single'
  322.       'one-and-half'
  323.       'double'
  324.       'minimum'
  325.       'exactly'
  326.       'multiplier')
  327.   end
  328.   object edtLineSpacingValue: TEdit
  329.     Left = 312
  330.     Top = 156
  331.     Width = 69
  332.     Height = 21
  333.     TabOrder = 17
  334.     Text = '0'
  335.   end
  336.   object udLineSpacingValue: TUpDown
  337.     Left = 381
  338.     Top = 156
  339.     Width = 15
  340.     Height = 21
  341.     Associate = edtLineSpacingValue
  342.     Min = 0
  343.     Max = 1000
  344.     Position = 0
  345.     TabOrder = 18
  346.     Wrap = False
  347.   end
  348. end
  349.