home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
zkuste
/
delphi
/
navody
/
DICOMSRC.ZIP
/
About.dfm
/
About.txt
next >
Wrap
Text File
|
2001-04-22
|
2KB
|
80 lines
object AboutBox: TAboutBox
Left = 244
Top = 180
BorderIcons = []
BorderStyle = bsDialog
Caption = 'About ...'
ClientHeight = 165
ClientWidth = 294
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 2
Width = 281
Height = 121
BevelInner = bvRaised
BevelOuter = bvLowered
ParentColor = True
TabOrder = 0
object SpeedButton1: TSpeedButton
Left = 8
Top = 10
Width = 40
Height = 40
end
object Version: TLabel
Left = 54
Top = 56
Width = 218
Height = 52
Alignment = taRightJustify
Caption =
'Wolfgang Krug [wolfgang.krug@sdm.de]'#13#10'Chris Rorden [chris.rorden' +
'@nottingham.ac.uk]'#13#10'Version 1.0 rev 12'#13#10'www.psychology.nottingha' +
'm.ac.uk/staff/cr1/'
IsControl = True
end
object Image1: TImage
Left = 12
Top = 14
Width = 32
Height = 32
Center = True
Picture.Data = {<image001.ico>}
end
object Label1: TLabel
Left = 118
Top = 4
Width = 158
Height = 45
Caption = 'ezDICOM'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = 'Arial Black'
Font.Style = []
ParentFont = False
IsControl = True
end
end
object OKButton: TButton
Left = 214
Top = 128
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = OKButtonClick
end
end