home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMCCPOPUP / TFRMCCPOPUP.txt
Text File  |  2006-09-21  |  1KB  |  53 lines

  1. object frmCCPopup: TfrmCCPopup
  2.   Left = 231
  3.   Top = 81
  4.   ActiveControl = lboxVariants
  5.   AutoSize = True
  6.   BorderStyle = bsNone
  7.   ClientHeight = 136
  8.   ClientWidth = 306
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnDeactivate = FormDeactivate
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object lboxVariants: TListBox
  25.     Left = 0
  26.     Top = 0
  27.     Width = 306
  28.     Height = 136
  29.     Style = lbOwnerDrawVariable
  30.     BorderStyle = bsNone
  31.     Font.Charset = DEFAULT_CHARSET
  32.     Font.Color = clWindowText
  33.     Font.Height = -11
  34.     Font.Name = 'Tahoma'
  35.     Font.Style = []
  36.     IntegralHeight = True
  37.     ItemHeight = 13
  38.     ParentFont = False
  39.     TabOrder = 0
  40.     OnDblClick = lboxVariantsDblClick
  41.     OnDrawItem = lboxVariantsDrawItem
  42.     OnExit = FormDeactivate
  43.     OnKeyPress = lboxVariantsKeyPress
  44.     OnMeasureItem = lboxVariantsMeasureItem
  45.     OnMouseDown = lboxVariantsMouseDown
  46.   end
  47.   object appEvents: TApplicationEvents
  48.     OnDeactivate = FormDeactivate
  49.     Left = 45
  50.     Top = 25
  51.   end
  52. end
  53.