home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d56
/
MSYSINFO.ZIP
/
Demos
/
GUI
/
RefsDlg.dfm
< prev
next >
Wrap
Text File
|
2001-05-15
|
3KB
|
116 lines
object dlgRefs: TdlgRefs
Left = 283
Top = 329
BorderStyle = bsDialog
Caption = 'References'
ClientHeight = 425
ClientWidth = 358
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel2: TPanel
Left = 0
Top = 388
Width = 358
Height = 37
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object Panel8: TPanel
Left = 267
Top = 0
Width = 91
Height = 37
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object bOK: TButton
Left = 3
Top = 6
Width = 75
Height = 25
Cursor = crHandPoint
Cancel = True
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
end
object RefsPanel: TPanel
Left = 0
Top = 0
Width = 120
Height = 37
Align = alLeft
BevelInner = bvLowered
BevelOuter = bvNone
BorderWidth = 8
TabOrder = 1
end
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 358
Height = 388
Align = alClient
BevelOuter = bvNone
BorderWidth = 10
Caption = ' '
TabOrder = 1
object PageControl1: TPageControl
Left = 10
Top = 10
Width = 338
Height = 368
ActivePage = tsRefs
Align = alClient
TabOrder = 0
object tsRefs: TTabSheet
Caption = ' References '
object Panel3: TPanel
Left = 0
Top = 0
Width = 330
Height = 340
Align = alClient
BevelInner = bvLowered
BevelOuter = bvNone
BorderWidth = 5
Caption = ' '
TabOrder = 0
object lv: TListView
Left = 6
Top = 6
Width = 318
Height = 328
Align = alClient
BorderStyle = bsNone
Columns = <
item
Caption = 'Image name'
Width = 100
end
item
Caption = 'Location'
Width = 200
end>
ColumnClick = False
ReadOnly = True
TabOrder = 0
ViewStyle = vsReport
end
end
end
end
end
end