home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / desktop / hotkey / hotkey95.exe / Source / Components / AboutEdt.dfm / AboutEdt.txt
Text File  |  1997-02-13  |  2KB  |  94 lines

  1. object AboutPropertyDlg: TAboutPropertyDlg
  2.   Left = 242
  3.   Top = 162
  4.   BorderStyle = bsDialog
  5.   Caption = 'AboutPropertyDlg'
  6.   ClientHeight = 217
  7.   ClientWidth = 290
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object btnOk: TButton
  16.     Left = 201
  17.     Top = 184
  18.     Width = 80
  19.     Height = 26
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object pnlFrame: TPanel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 273
  29.     Height = 165
  30.     BevelInner = bvRaised
  31.     BevelOuter = bvLowered
  32.     TabOrder = 1
  33.     object lblCopyright: TLabel
  34.       Left = 48
  35.       Top = 42
  36.       Width = 217
  37.       Height = 15
  38.       AutoSize = False
  39.       Caption = 'Copyright Info'
  40.       Font.Color = clBlack
  41.       Font.Height = -11
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = []
  44.       ParentFont = False
  45.     end
  46.     object btnPaletteBmp: TSpeedButton
  47.       Left = 8
  48.       Top = 8
  49.       Width = 28
  50.       Height = 28
  51.     end
  52.     object lblDescription: TLabel
  53.       Left = 48
  54.       Top = 89
  55.       Width = 213
  56.       Height = 69
  57.       AutoSize = False
  58.       Caption = 'Description of Component'
  59.       Font.Color = clBlack
  60.       Font.Height = -11
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = []
  63.       ParentFont = False
  64.       WordWrap = True
  65.     end
  66.     object lblCompany: TLabel
  67.       Left = 48
  68.       Top = 60
  69.       Width = 65
  70.       Height = 13
  71.       Caption = 'Company Info'
  72.       Font.Color = clBlack
  73.       Font.Height = -11
  74.       Font.Name = 'MS Sans Serif'
  75.       Font.Style = []
  76.       ParentFont = False
  77.     end
  78.     object bvlSeparatorLine: TBevel
  79.       Left = 48
  80.       Top = 79
  81.       Width = 217
  82.       Height = 9
  83.       Shape = bsTopLine
  84.     end
  85.     object pbxComponentName: TPaintBox
  86.       Left = 48
  87.       Top = 8
  88.       Width = 213
  89.       Height = 29
  90.       OnPaint = pbxComponentNamePaint
  91.     end
  92.   end
  93. end
  94.