home *** CD-ROM | disk | FTP | other *** search
/ Do It Yourself Pak / Do_ItPak1.iso / meshindex.exe / 0 / RCDATA / TWWRICHPARAGRAPHDIALOG / TWWRICHPARAGRAPHDIALOG.txt
Text File  |  1999-12-06  |  5KB  |  226 lines

  1. object wwRichParagraphDialog: TwwRichParagraphDialog
  2.   Left = 220
  3.   Top = 181
  4.   ActiveControl = AlignmentCombo
  5.   BorderStyle = bsDialog
  6.   Caption = 'Paragraph'
  7.   ClientHeight = 229
  8.   ClientWidth = 331
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object OKBtn: TButton
  19.     Left = 166
  20.     Top = 200
  21.     Width = 75
  22.     Height = 25
  23.     Caption = '&OK'
  24.     Default = True
  25.     ModalResult = 1
  26.     TabOrder = 0
  27.     OnClick = OKClick
  28.   end
  29.   object CancelBtn: TButton
  30.     Left = 248
  31.     Top = 200
  32.     Width = 75
  33.     Height = 25
  34.     Cancel = True
  35.     Caption = 'Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 1
  38.   end
  39.   object Panel1: TPanel
  40.     Left = 6
  41.     Top = 8
  42.     Width = 321
  43.     Height = 185
  44.     BevelInner = bvRaised
  45.     BevelOuter = bvLowered
  46.     TabOrder = 2
  47.     object Label4: TLabel
  48.       Left = 8
  49.       Top = 12
  50.       Width = 46
  51.       Height = 13
  52.       Caption = 'Ali&gnment'
  53.       FocusControl = AlignmentCombo
  54.     end
  55.     object Bevel1: TBevel
  56.       Left = 68
  57.       Top = 48
  58.       Width = 250
  59.       Height = 2
  60.     end
  61.     object Label1: TLabel
  62.       Left = 19
  63.       Top = 62
  64.       Width = 21
  65.       Height = 13
  66.       Caption = '&Left:'
  67.       FocusControl = LeftEdit
  68.     end
  69.     object Label2: TLabel
  70.       Left = 157
  71.       Top = 62
  72.       Width = 28
  73.       Height = 13
  74.       Alignment = taRightJustify
  75.       Caption = '&Right:'
  76.       FocusControl = RightEdit
  77.     end
  78.     object Label3: TLabel
  79.       Left = 19
  80.       Top = 88
  81.       Width = 41
  82.       Height = 13
  83.       Caption = 'First line:'
  84.       FocusControl = FirstLineEdit
  85.     end
  86.     object GroupBox1: TLabel
  87.       Left = 7
  88.       Top = 41
  89.       Width = 53
  90.       Height = 13
  91.       Caption = 'Indentation'
  92.     end
  93.     object SpacingGroup: TLabel
  94.       Left = 7
  95.       Top = 111
  96.       Width = 39
  97.       Height = 13
  98.       Caption = 'Spacing'
  99.     end
  100.     object Bevel2: TBevel
  101.       Left = 54
  102.       Top = 118
  103.       Width = 263
  104.       Height = 2
  105.     end
  106.     object BeforeParagraphLabel: TLabel
  107.       Left = 19
  108.       Top = 130
  109.       Width = 34
  110.       Height = 13
  111.       Caption = '&Before:'
  112.       FocusControl = BeforeParagraphEdit
  113.     end
  114.     object AfterParagraphLabel: TLabel
  115.       Left = 19
  116.       Top = 156
  117.       Width = 25
  118.       Height = 13
  119.       Caption = 'Aft&er:'
  120.       FocusControl = AfterParagraphEdit
  121.     end
  122.     object WithinParagraphLabel: TLabel
  123.       Left = 153
  124.       Top = 138
  125.       Width = 63
  126.       Height = 13
  127.       Caption = 'Li&ne spacing:'
  128.       FocusControl = LineSpacingComboBox
  129.     end
  130.     object WithinParagraphAt: TLabel
  131.       Left = 241
  132.       Top = 138
  133.       Width = 10
  134.       Height = 13
  135.       Caption = '&At'
  136.       FocusControl = WithinParagraphEdit
  137.     end
  138.     object AlignmentCombo: TwwDBComboBox
  139.       Left = 72
  140.       Top = 9
  141.       Width = 89
  142.       Height = 21
  143.       ShowButton = True
  144.       Style = csDropDownList
  145.       MapList = False
  146.       AllowClearKey = False
  147.       DropDownCount = 8
  148.       ItemHeight = 0
  149.       Items.Strings = (
  150.         'Left'
  151.         'Center'
  152.         'Right')
  153.       Sorted = False
  154.       TabOrder = 0
  155.       UnboundDataType = wwDefault
  156.     end
  157.     object LeftEdit: TEdit
  158.       Left = 72
  159.       Top = 59
  160.       Width = 65
  161.       Height = 21
  162.       TabOrder = 1
  163.       Text = 'LeftEdit'
  164.     end
  165.     object RightEdit: TEdit
  166.       Left = 192
  167.       Top = 59
  168.       Width = 65
  169.       Height = 21
  170.       TabOrder = 2
  171.       Text = 'RightEdit'
  172.     end
  173.     object FirstLineEdit: TEdit
  174.       Left = 72
  175.       Top = 85
  176.       Width = 65
  177.       Height = 21
  178.       TabOrder = 3
  179.       Text = 'FirstLineEdit'
  180.     end
  181.     object BeforeParagraphEdit: TEdit
  182.       Left = 72
  183.       Top = 127
  184.       Width = 57
  185.       Height = 21
  186.       TabOrder = 4
  187.       Text = 'BeforeParagraphEdit'
  188.     end
  189.     object AfterParagraphEdit: TEdit
  190.       Left = 72
  191.       Top = 153
  192.       Width = 57
  193.       Height = 21
  194.       TabOrder = 5
  195.       Text = 'AfterParagraphEdit'
  196.     end
  197.     object WithinParagraphEdit: TEdit
  198.       Left = 240
  199.       Top = 153
  200.       Width = 65
  201.       Height = 21
  202.       TabOrder = 7
  203.       Text = 'WithinParagraphEdit'
  204.       OnKeyPress = WithinParagraphEditKeyPress
  205.     end
  206.     object LineSpacingComboBox: TComboBox
  207.       Left = 152
  208.       Top = 154
  209.       Width = 81
  210.       Height = 21
  211.       Style = csDropDownList
  212.       ItemHeight = 13
  213.       Items.Strings = (
  214.         'Single'
  215.         '1.5 Lines'
  216.         'Double'
  217.         'At least'
  218.         'Exactly'
  219.         'Multiple')
  220.       TabOrder = 6
  221.       OnChange = LineSpacingComboBoxChange
  222.       OnClick = LineSpacingComboBoxClick
  223.     end
  224.   end
  225. end
  226.