home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
komunik
/
webedit
/
data.z
/
WebEdit.exe
/
0
/
RCDATA
/
TFRMHORIZRULE
/
TFRMHORIZRULE.txt
Wrap
Text File
|
1996-10-14
|
5KB
|
220 lines
object frmHorizRule: TfrmHorizRule
Left = 420
Top = 131
HelpContext = 66
ActiveControl = rbPlain
BorderStyle = bsDialog
Caption = 'Horizontal Rule'
ClientHeight = 202
ClientWidth = 259
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
Position = poScreenCenter
ShowHint = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object OKBtn: TBitBtn
Left = 8
Top = 172
Width = 77
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 2
NumGlyphs = 2
Spacing = -1
IsControl = True
end
object CancelBtn: TBitBtn
Left = 92
Top = 172
Width = 77
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
NumGlyphs = 2
Spacing = -1
IsControl = True
end
object HelpBtn: TBitBtn
Left = 176
Top = 172
Width = 77
Height = 25
Caption = '&Help'
TabOrder = 4
OnClick = HelpBtnClick
NumGlyphs = 2
Spacing = -1
IsControl = True
end
object gbExtended: TGroupBox
Left = 8
Top = 44
Width = 245
Height = 121
Enabled = False
TabOrder = 5
object lblSize: TLabel
Left = 6
Top = 20
Width = 20
Height = 13
Caption = '&Size'
Enabled = False
FocusControl = txtSize
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object lblWidth: TLabel
Left = 6
Top = 48
Width = 28
Height = 13
Caption = '&Width'
Enabled = False
FocusControl = txtWidth
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object lblAlign: TLabel
Left = 6
Top = 76
Width = 23
Height = 13
Caption = '&Align'
Enabled = False
FocusControl = cmbAlign
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object cmbAlign: TComboBox
Left = 72
Top = 72
Width = 145
Height = 21
Hint = 'Alignment of the line'
Style = csDropDownList
Enabled = False
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 13
Items.Strings = (
'Left'
'Center'
'Right')
ParentFont = False
TabOrder = 3
end
object cbNoShade: TCheckBox
Left = 72
Top = 100
Width = 73
Height = 17
Hint = 'Displays the line flat instead of 3D'
Caption = '&NoShade'
Enabled = False
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 4
end
object cbPercent: TCheckBox
Left = 112
Top = 44
Width = 89
Height = 17
Hint = 'Is Width a percentage of document width?'
Caption = '&Percent'
Enabled = False
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 2
end
object txtSize: TEdit
Left = 72
Top = 16
Width = 33
Height = 21
Hint = 'Thickness of the line'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnKeyPress = NumericKeyPress
end
object txtWidth: TEdit
Left = 72
Top = 44
Width = 33
Height = 21
Hint = 'Width of the line'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnChange = txtWidthChange
OnKeyPress = NumericKeyPress
end
end
object rbPlain: TRadioButton
Left = 12
Top = 8
Width = 85
Height = 17
Hint = 'Plain <HR> tag'
Caption = '&Plain'
Checked = True
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
TabStop = True
OnClick = rbPlainClick
end
object rbExtended: TRadioButton
Left = 12
Top = 28
Width = 85
Height = 17
Hint = 'Extended <HR> tag'
Caption = '&Extended'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = rbExtendedClick
end
end