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 >
Text File  |  2001-04-22  |  2KB  |  80 lines

  1. object AboutBox: TAboutBox
  2.   Left = 244
  3.   Top = 180
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About ...'
  7.   ClientHeight = 165
  8.   ClientWidth = 294
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 2
  21.     Width = 281
  22.     Height = 121
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object SpeedButton1: TSpeedButton
  28.       Left = 8
  29.       Top = 10
  30.       Width = 40
  31.       Height = 40
  32.     end
  33.     object Version: TLabel
  34.       Left = 54
  35.       Top = 56
  36.       Width = 218
  37.       Height = 52
  38.       Alignment = taRightJustify
  39.       Caption = 
  40.         'Wolfgang Krug [wolfgang.krug@sdm.de]'#13#10'Chris Rorden [chris.rorden' +
  41.         '@nottingham.ac.uk]'#13#10'Version 1.0 rev 12'#13#10'www.psychology.nottingha' +
  42.         'm.ac.uk/staff/cr1/'
  43.       IsControl = True
  44.     end
  45.     object Image1: TImage
  46.       Left = 12
  47.       Top = 14
  48.       Width = 32
  49.       Height = 32
  50.       Center = True
  51.       Picture.Data = {<image001.ico>}
  52.     end
  53.     object Label1: TLabel
  54.       Left = 118
  55.       Top = 4
  56.       Width = 158
  57.       Height = 45
  58.       Caption = 'ezDICOM'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clWindowText
  61.       Font.Height = -32
  62.       Font.Name = 'Arial Black'
  63.       Font.Style = []
  64.       ParentFont = False
  65.       IsControl = True
  66.     end
  67.   end
  68.   object OKButton: TButton
  69.     Left = 214
  70.     Top = 128
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'OK'
  74.     Default = True
  75.     ModalResult = 1
  76.     TabOrder = 1
  77.     OnClick = OKButtonClick
  78.   end
  79. end
  80.