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

  1. object fExprBld: TfExprBld
  2.   Left = 244
  3.   Top = 133
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Expression builder'
  7.   ClientHeight = 108
  8.   ClientWidth = 297
  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.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object OrigLabel: TLabel
  23.     Left = 8
  24.     Top = 16
  25.     Width = 45
  26.     Height = 13
  27.     Caption = 'OrigLabel'
  28.     Visible = False
  29.   end
  30.   object OrigCombo: TComboBox
  31.     Left = 8
  32.     Top = 32
  33.     Width = 281
  34.     Height = 21
  35.     Style = csSimple
  36.     Ctl3D = True
  37.     ItemHeight = 13
  38.     ParentCtl3D = False
  39.     TabOrder = 0
  40.     Visible = False
  41.   end
  42.   object BtnOk: TButton
  43.     Left = 73
  44.     Top = 77
  45.     Width = 72
  46.     Height = 22
  47.     HelpContext = 49
  48.     Default = True
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clBlack
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ModalResult = 1
  55.     ParentFont = False
  56.     TabOrder = 1
  57.   end
  58.   object BtnCancel: TButton
  59.     Left = 152
  60.     Top = 77
  61.     Width = 72
  62.     Height = 22
  63.     HelpContext = 44
  64.     Cancel = True
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clBlack
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ModalResult = 2
  71.     ParentFont = False
  72.     TabOrder = 2
  73.   end
  74. end
  75.