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

  1. object CustomDictionariesDialog: TCustomDictionariesDialog
  2.   Left = 563
  3.   Top = 274
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'xxDictionaries'
  7.   ClientHeight = 206
  8.   ClientWidth = 312
  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.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object OK: TButton
  22.     Left = 230
  23.     Top = 176
  24.     Width = 75
  25.     Height = 23
  26.     Anchors = [akLeft, akBottom]
  27.     Caption = 'xxOK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 2
  31.   end
  32.   object CustomGroup: TGroupBox
  33.     Left = 8
  34.     Top = 8
  35.     Width = 297
  36.     Height = 161
  37.     Caption = ' xxCustom Dictionaries: '
  38.     TabOrder = 0
  39.     object CustomDictionaries: TListView
  40.       Left = 8
  41.       Top = 16
  42.       Width = 201
  43.       Height = 137
  44.       Checkboxes = True
  45.       Columns = <
  46.         item
  47.           AutoSize = True
  48.           Caption = 'Filename'
  49.         end>
  50.       ColumnClick = False
  51.       HideSelection = False
  52.       ShowColumnHeaders = False
  53.       TabOrder = 0
  54.       ViewStyle = vsReport
  55.       OnChange = CustomDictionariesChange
  56.       OnDeletion = CustomDictionariesDeletion
  57.       OnEdited = CustomDictionariesEdited
  58.       OnEditing = CustomDictionariesEditing
  59.       OnSelectItem = CustomDictionariesSelectItem
  60.     end
  61.     object NewButton: TButton
  62.       Left = 214
  63.       Top = 70
  64.       Width = 75
  65.       Height = 23
  66.       Caption = 'xxNew'
  67.       TabOrder = 3
  68.       OnClick = NewButtonClick
  69.     end
  70.     object DeleteButton: TButton
  71.       Left = 214
  72.       Top = 43
  73.       Width = 75
  74.       Height = 23
  75.       Caption = 'xxDelete'
  76.       TabOrder = 2
  77.       OnClick = DeleteButtonClick
  78.     end
  79.     object EditButton: TButton
  80.       Left = 214
  81.       Top = 16
  82.       Width = 75
  83.       Height = 23
  84.       Caption = 'xxEdit'
  85.       TabOrder = 1
  86.       OnClick = EditButtonClick
  87.     end
  88.   end
  89.   object HelpButton: TButton
  90.     Left = 149
  91.     Top = 176
  92.     Width = 75
  93.     Height = 23
  94.     Caption = 'xxHelp'
  95.     TabOrder = 1
  96.     OnClick = HelpButtonClick
  97.   end
  98.   object DialogControl: TConfigurationDialogCtrl
  99.     OnConfigurationAvailable = DialogControlConfigurationAvailable
  100.     Left = 24
  101.     Top = 128
  102.   end
  103. end
  104.