home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Windows 95.com 1996 September
/
WIN95_09961.iso
/
htmled1
/
fe32_17.exe
/
FlexED32.exe
/
0
/
RCDATA
/
TFORM_CAPTIONP
/
TFORM_CAPTIONP.txt
Wrap
Text File
|
1996-09-06
|
1KB
|
61 lines
object Form_CaptionP: TForm_CaptionP
Left = 249
Top = 234
HelpContext = 1014
BorderStyle = bsDialog
Caption = '<Caption> Editor'
ClientHeight = 78
ClientWidth = 135
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 0
Width = 23
Height = 13
Caption = '&Align'
FocusControl = AlignCB
end
object OkButton: TButton
Left = 16
Top = 48
Width = 49
Height = 25
Caption = '&Ok'
Default = True
TabOrder = 0
OnClick = OkButtonClick
end
object CancelButton: TButton
Left = 72
Top = 48
Width = 57
Height = 25
Caption = '&Cancel'
TabOrder = 1
OnClick = CancelButtonClick
end
object AlignCB: TComboBox
Left = 8
Top = 16
Width = 121
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'(none)'
'top'
'bottom'
'left'
'right')
TabOrder = 2
end
end