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