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

  1. object ComboBoxXAbout: TComboBoxXAbout
  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.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  25.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  26.       3333333333333333333333333333333333333333333333333333333333333333
  27.       0000000000000000003333330FFFFFFFFFFFFFFFF03333330FF444444444444F
  28.       F03333330FFFFFFFFFFFFFFFF03333330FF44444444444FFF033333304444444
  29.       4444444440333333044FFFFFFFFFFFF440333333044444444444444440333333
  30.       0FF44444444444FFF03333330FFFFFFFFFFFFFFFF03333330FF444444444444F
  31.       F03333330FFFFFFFFFFFFFFFF033337000000000000000000033337FFFFFFFFF
  32.       FFFF08888033337FFFFFFFFFFFFF0F778033337F44444444444F0F008033337F
  33.       FFFFFFFFFFFF0FFF803333777777777777770000003333333333333333333333
  34.       3333333333333333333333333333333333333333333333333333}
  35.   end
  36.   object NameLbl: TLabel
  37.     Left = 80
  38.     Top = 16
  39.     Width = 85
  40.     Height = 16
  41.     Caption = 'ComboBoxX'
  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.