home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Objrepos / DelphiWin32 / About.DFM next >
Encoding:
Text File  |  2004-10-22  |  3.0 KB  |  99 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 281
  19.     Height = 161
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 65
  28.       Height = 57
  29.       Picture.Data = {
  30.         07544269746D617076020000424D760200000000000076000000280000002000
  31.         0000200000000100040000000000000200000000000000000000100000000000
  32.         000000000000000080000080000000808000800000008000800080800000C0C0
  33.         C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
  34.         FF00000000000000000000000000000000000EE8787878EEEEEEE03F30878EEE
  35.         EEE00EE8787878EEEEEEE03F30878EEEEEE00EE8787878EEEEEEE03F30878EEE
  36.         EEE00EE8787878EEEEEEE03F30878EEEEEE00887787877788888803F3088787E
  37.         EEE00788787878878887803F3088887EEEE00788887888878887803F3088887E
  38.         EEE00877888887788888703F308887EEEEE00888777778888888037883088888
  39.         8EE007777777777777703787883087777EE00888888888888803787FF8830888
  40.         888008888888888880378777778830888880077777777788037873F3F3F87808
  41.         88E00888888888803787FFFFFFFF8830EEE00887777778800001111111111100
  42.         EEE00888888888888899B999B99999EEEEE00888888888888899B9B99BB9B9EE
  43.         EEE0088888888888899BB9BB99BB99EEEEE0078888888888899B999B999999EE
  44.         EEE0087788888778899B9B9BB9BB99EEEEE00888778778888E9B9B9BB9999EEE
  45.         EEE0088888788888EE9B99B9BB9BEEEEEEE00EE8888888EEEEE999B9999EEEEE
  46.         EEE00EEEE888EEEEEEEE99BB999EEEEEEEE00EEEEE8EEEEEEEEEE999B9EEEEEE
  47.         EEE00EEEEE8EEEEEEEEEEEE999EEEEEEEEE00EEEEE8EEEEEEEEEEEEE99EEEEEE
  48.         EEE00EEEEE8EEEEEEEEEEEEE9EEEEEEEEEE00EEEEE8EEEEEEEEEEEEEEEEEEEEE
  49.         EEE00EEEEEEEEEEEEEEEEEEEEEEEEEEEEEE00000000000000000000000000000
  50.         0000}
  51.       Stretch = True
  52.       IsControl = True
  53.     end
  54.     object ProductName: TLabel
  55.       Left = 88
  56.       Top = 16
  57.       Width = 68
  58.       Height = 13
  59.       Caption = 'Product Name'
  60.       IsControl = True
  61.     end
  62.     object Version: TLabel
  63.       Left = 88
  64.       Top = 40
  65.       Width = 35
  66.       Height = 13
  67.       Caption = 'Version'
  68.       IsControl = True
  69.     end
  70.     object Copyright: TLabel
  71.       Left = 8
  72.       Top = 80
  73.       Width = 44
  74.       Height = 13
  75.       Caption = 'Copyright'
  76.       IsControl = True
  77.     end
  78.     object Comments: TLabel
  79.       Left = 8
  80.       Top = 104
  81.       Width = 49
  82.       Height = 13
  83.       Caption = 'Comments'
  84.       WordWrap = True
  85.       IsControl = True
  86.     end
  87.   end
  88.   object OKButton: TButton
  89.     Left = 111
  90.     Top = 180
  91.     Width = 75
  92.     Height = 25
  93.     Caption = 'OK'
  94.     Default = True
  95.     ModalResult = 1
  96.     TabOrder = 1
  97.   end
  98. end
  99.