home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
CORIDE50.BPL
/
0
/
RCDATA
/
TEDITTEMPLATE
/
TEDITTEMPLATE.txt
Wrap
Text File
|
1999-08-11
|
3KB
|
142 lines
object EditTemplate: TEditTemplate
Left = 230
Top = 161
HelpContext = 1639
BorderStyle = bsDialog
Caption = 'Edit Object Info'
ClientHeight = 235
ClientWidth = 338
ParentFont = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 321
Height = 192
Shape = bsFrame
end
object Label1: TLabel
Left = 18
Top = 15
Width = 23
Height = 13
Caption = '&Title:'
FocusControl = edTitle
end
object Label2: TLabel
Left = 18
Top = 59
Width = 56
Height = 13
Caption = '&Description:'
FocusControl = meDesc
end
object Label3: TLabel
Left = 60
Top = 149
Width = 181
Height = 13
Caption = 'Select an icon to represent this object:'
end
object Image: TImage
Left = 18
Top = 153
Width = 32
Height = 32
end
object Label4: TLabel
Left = 18
Top = 102
Width = 28
Height = 13
Caption = '&Page:'
FocusControl = PageCombo
end
object Label5: TLabel
Left = 184
Top = 102
Width = 31
Height = 13
Caption = '&Author'
FocusControl = edAuthor
end
object edTitle: TEdit
Left = 18
Top = 31
Width = 297
Height = 21
TabOrder = 0
end
object meDesc: TEdit
Left = 18
Top = 75
Width = 297
Height = 21
TabOrder = 1
end
object BrowseButton: TButton
Left = 60
Top = 169
Width = 77
Height = 24
Caption = '&Browse...'
TabOrder = 4
OnClick = BrowseButtonClick
end
object OKButton: TButton
Left = 94
Top = 207
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 5
OnClick = OKButtonClick
end
object CancelButton: TButton
Left = 174
Top = 207
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 6
end
object HelpButton: TButton
Left = 254
Top = 207
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 7
OnClick = HelpClick
end
object PageCombo: TComboBox
Left = 18
Top = 118
Width = 157
Height = 21
ItemHeight = 13
TabOrder = 2
end
object edAuthor: TEdit
Left = 184
Top = 118
Width = 131
Height = 21
TabOrder = 3
end
object OpenDialog: TOpenDialog
HelpContext = 1434
Filter = 'Icons (*.ICO)|*.ico'
Options = [ofHideReadOnly, ofShowHelp, ofEnableSizing]
Title = 'Select icon'
Left = 5
Top = 204
end
end