home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1999 September
/
Dpcb0999.iso
/
Business
/
Empire
/
_SETUP.1
/
EmpireBuilder.exe
/
0
/
RCDATA
/
TWWRICHPARAGRAPHDIALOG
/
TWWRICHPARAGRAPHDIALOG.txt
Wrap
Text File
|
1999-06-21
|
5KB
|
226 lines
object wwRichParagraphDialog: TwwRichParagraphDialog
Left = 220
Top = 181
ActiveControl = AlignmentCombo
BorderStyle = bsDialog
Caption = 'Paragraph'
ClientHeight = 229
ClientWidth = 331
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object OKBtn: TButton
Left = 166
Top = 200
Width = 75
Height = 25
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OKClick
end
object CancelBtn: TButton
Left = 248
Top = 200
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object Panel1: TPanel
Left = 6
Top = 8
Width = 321
Height = 185
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 2
object Label4: TLabel
Left = 8
Top = 12
Width = 46
Height = 13
Caption = 'Ali&gnment'
FocusControl = AlignmentCombo
end
object Bevel1: TBevel
Left = 68
Top = 48
Width = 250
Height = 2
end
object Label1: TLabel
Left = 19
Top = 62
Width = 21
Height = 13
Caption = '&Left:'
FocusControl = LeftEdit
end
object Label2: TLabel
Left = 157
Top = 62
Width = 28
Height = 13
Alignment = taRightJustify
Caption = '&Right:'
FocusControl = RightEdit
end
object Label3: TLabel
Left = 19
Top = 88
Width = 41
Height = 13
Caption = 'First line:'
FocusControl = FirstLineEdit
end
object GroupBox1: TLabel
Left = 7
Top = 41
Width = 53
Height = 13
Caption = 'Indentation'
end
object SpacingGroup: TLabel
Left = 7
Top = 111
Width = 39
Height = 13
Caption = 'Spacing'
end
object Bevel2: TBevel
Left = 54
Top = 118
Width = 263
Height = 2
end
object BeforeParagraphLabel: TLabel
Left = 19
Top = 130
Width = 34
Height = 13
Caption = '&Before:'
FocusControl = BeforeParagraphEdit
end
object AfterParagraphLabel: TLabel
Left = 19
Top = 156
Width = 25
Height = 13
Caption = 'Aft&er:'
FocusControl = AfterParagraphEdit
end
object WithinParagraphLabel: TLabel
Left = 153
Top = 138
Width = 63
Height = 13
Caption = 'Li&ne spacing:'
FocusControl = LineSpacingComboBox
end
object WithinParagraphAt: TLabel
Left = 241
Top = 138
Width = 10
Height = 13
Caption = '&At'
FocusControl = WithinParagraphEdit
end
object AlignmentCombo: TwwDBComboBox
Left = 72
Top = 9
Width = 89
Height = 21
ShowButton = True
Style = csDropDownList
MapList = False
AllowClearKey = False
DropDownCount = 8
ItemHeight = 0
Items.Strings = (
'Left'
'Center'
'Right')
Sorted = False
TabOrder = 0
UnboundDataType = wwDefault
end
object LeftEdit: TEdit
Left = 72
Top = 59
Width = 65
Height = 21
TabOrder = 1
Text = 'LeftEdit'
end
object RightEdit: TEdit
Left = 192
Top = 59
Width = 65
Height = 21
TabOrder = 2
Text = 'RightEdit'
end
object FirstLineEdit: TEdit
Left = 72
Top = 85
Width = 65
Height = 21
TabOrder = 3
Text = 'FirstLineEdit'
end
object BeforeParagraphEdit: TEdit
Left = 72
Top = 127
Width = 57
Height = 21
TabOrder = 4
Text = 'BeforeParagraphEdit'
end
object AfterParagraphEdit: TEdit
Left = 72
Top = 153
Width = 57
Height = 21
TabOrder = 5
Text = 'AfterParagraphEdit'
end
object WithinParagraphEdit: TEdit
Left = 240
Top = 153
Width = 65
Height = 21
TabOrder = 7
Text = 'WithinParagraphEdit'
OnKeyPress = WithinParagraphEditKeyPress
end
object LineSpacingComboBox: TComboBox
Left = 152
Top = 154
Width = 81
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'Single'
'1.5 Lines'
'Double'
'At least'
'Exactly'
'Multiple')
TabOrder = 6
OnChange = LineSpacingComboBoxChange
OnClick = LineSpacingComboBoxClick
end
end
end