home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / DEMOS / ACTIVEX / DELCTRLS / ABOUT2.DFM / ABOUT2.txt
Text File  |  1998-06-16  |  2KB  |  75 lines

  1. object ButtonXAbout: TButtonXAbout
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 127
  8.   ClientWidth = 267
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object CtlImage: TSpeedButton
  16.     Left = 48
  17.     Top = 16
  18.     Width = 23
  19.     Height = 22
  20.     Flat = True
  21.     Glyph.Data = {
  22.       96010000424D9601000000000000760000002800000018000000180000000100
  23.       0400000000002001000000000000000000001000000010000000000000000000
  24.       80000080000000808000800000008000800080800000C0C0C000808080000000
  25.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  26.       3333333333333333333333333333333333333333333333333333333333333333
  27.       3333333333333333333333333333333333333333333333333333333333333333
  28.       3333337000000000000000000733338F88888888888888888033338F77777777
  29.       777777778033338F77777007707077778033338F77770770707077778033338F
  30.       77770770707077778033338F77770770700777778033338F7777077070707777
  31.       8033338F77777007707077778033338F77777777777777778033338FFFFFFFFF
  32.       FFFFFFFFF0333378888888888888888887333333333333333333333333333333
  33.       3333333333333333333333333333333333333333333333333333333333333333
  34.       3333333333333333333333333333333333333333333333333333}
  35.   end
  36.   object NameLbl: TLabel
  37.     Left = 80
  38.     Top = 16
  39.     Width = 53
  40.     Height = 16
  41.     Caption = 'ButtonX'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clBtnText
  44.     Font.Height = -13
  45.     Font.Name = 'Default'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object CopyrightLbl: TLabel
  50.     Left = 56
  51.     Top = 72
  52.     Width = 148
  53.     Height = 13
  54.     Caption = 'Copyright (c) 1998 Alain Tadros'
  55.   end
  56.   object DescLbl: TLabel
  57.     Left = 80
  58.     Top = 34
  59.     Width = 53
  60.     Height = 13
  61.     Caption = 'Description'
  62.   end
  63.   object OkBtn: TButton
  64.     Left = 96
  65.     Top = 96
  66.     Width = 75
  67.     Height = 25
  68.     Cancel = True
  69.     Caption = 'OK'
  70.     Default = True
  71.     ModalResult = 1
  72.     TabOrder = 0
  73.   end
  74. end
  75.