home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / internet / HTMLpad / Dic98.dll / 0 / RCDATA / TSPELLERDIALOG2 / TSPELLERDIALOG2.txt
Text File  |  1999-08-09  |  5KB  |  215 lines

  1. object SpellerDialog2: TSpellerDialog2
  2.   Left = 190
  3.   Top = 166
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  7.   ClientHeight = 198
  8.   ClientWidth = 409
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnDeactivate = FormDeactivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object InfoMsg: TLabel
  22.     Left = 4
  23.     Top = 4
  24.     Width = 302
  25.     Height = 13
  26.     AutoSize = False
  27.     Caption = '∩┐╜∩┐╜∩┐╜ ∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -13
  31.     Font.Name = 'Arial'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object Label2: TLabel
  36.     Left = 4
  37.     Top = 98
  38.     Width = 302
  39.     Height = 13
  40.     AutoSize = False
  41.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  42.   end
  43.   object Misspelling: TRichEdit
  44.     Left = 4
  45.     Top = 20
  46.     Width = 302
  47.     Height = 73
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -13
  51.     Font.Name = 'Arial'
  52.     Font.Style = []
  53.     HideSelection = False
  54.     ParentFont = False
  55.     ScrollBars = ssVertical
  56.     TabOrder = 0
  57.     OnChange = MisspellingChange
  58.     OnProtectChange = MisspellingProtectChange
  59.   end
  60.   object Variants: TListBox
  61.     Left = 4
  62.     Top = 114
  63.     Width = 302
  64.     Height = 79
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clWindowText
  67.     Font.Height = -13
  68.     Font.Name = 'Arial'
  69.     Font.Style = []
  70.     ItemHeight = 16
  71.     ParentFont = False
  72.     TabOrder = 1
  73.     OnDblClick = ChangeButtonClick
  74.   end
  75.   object ChangeButton: TButton
  76.     Left = 311
  77.     Top = 2
  78.     Width = 97
  79.     Height = 25
  80.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  81.     Default = True
  82.     Font.Charset = EASTEUROPE_CHARSET
  83.     Font.Color = clWindowText
  84.     Font.Height = -12
  85.     Font.Name = 'Arial'
  86.     Font.Style = []
  87.     ParentFont = False
  88.     TabOrder = 2
  89.     OnClick = ChangeButtonClick
  90.   end
  91.   object ChangeAllButton: TButton
  92.     Left = 311
  93.     Top = 30
  94.     Width = 97
  95.     Height = 25
  96.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜'
  97.     Font.Charset = EASTEUROPE_CHARSET
  98.     Font.Color = clWindowText
  99.     Font.Height = -12
  100.     Font.Name = 'Arial'
  101.     Font.Style = []
  102.     ParentFont = False
  103.     TabOrder = 3
  104.     OnClick = ChangeAllButtonClick
  105.   end
  106.   object SkipButton: TButton
  107.     Left = 311
  108.     Top = 59
  109.     Width = 97
  110.     Height = 25
  111.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  112.     Font.Charset = EASTEUROPE_CHARSET
  113.     Font.Color = clWindowText
  114.     Font.Height = -12
  115.     Font.Name = 'Arial'
  116.     Font.Style = []
  117.     ParentFont = False
  118.     TabOrder = 4
  119.     OnClick = SkipButtonClick
  120.   end
  121.   object SkipAllButton: TButton
  122.     Left = 311
  123.     Top = 87
  124.     Width = 97
  125.     Height = 25
  126.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜'
  127.     Font.Charset = EASTEUROPE_CHARSET
  128.     Font.Color = clWindowText
  129.     Font.Height = -12
  130.     Font.Name = 'Arial'
  131.     Font.Style = []
  132.     ParentFont = False
  133.     TabOrder = 5
  134.     OnClick = SkipAllButtonClick
  135.   end
  136.   object AddButton: TButton
  137.     Left = 311
  138.     Top = 116
  139.     Width = 97
  140.     Height = 25
  141.     Caption = '&Dodaj'
  142.     Font.Charset = EASTEUROPE_CHARSET
  143.     Font.Color = clWindowText
  144.     Font.Height = -12
  145.     Font.Name = 'Arial'
  146.     Font.Style = []
  147.     ParentFont = False
  148.     TabOrder = 6
  149.     OnClick = AddButtonClick
  150.   end
  151.   object CancelButton: TButton
  152.     Left = 312
  153.     Top = 172
  154.     Width = 97
  155.     Height = 25
  156.     Cancel = True
  157.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  158.     Font.Charset = EASTEUROPE_CHARSET
  159.     Font.Color = clWindowText
  160.     Font.Height = -12
  161.     Font.Name = 'Arial'
  162.     Font.Style = []
  163.     ParentFont = False
  164.     TabOrder = 7
  165.     OnClick = CancelButtonClick
  166.   end
  167.   object CancelEdit: TButton
  168.     Left = 312
  169.     Top = 144
  170.     Width = 97
  171.     Height = 25
  172.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜ ∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  173.     Font.Charset = EASTEUROPE_CHARSET
  174.     Font.Color = clWindowText
  175.     Font.Height = -12
  176.     Font.Name = 'Arial'
  177.     Font.Style = []
  178.     ParentFont = False
  179.     TabOrder = 8
  180.     Visible = False
  181.     OnClick = CancelEditClick
  182.   end
  183.   object DelButton: TButton
  184.     Left = 311
  185.     Top = 2
  186.     Width = 97
  187.     Height = 25
  188.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  189.     Font.Charset = EASTEUROPE_CHARSET
  190.     Font.Color = clWindowText
  191.     Font.Height = -12
  192.     Font.Name = 'Arial'
  193.     Font.Style = []
  194.     ParentFont = False
  195.     TabOrder = 9
  196.     OnClick = DelButtonClick
  197.   end
  198.   object StartButton: TButton
  199.     Left = 311
  200.     Top = 2
  201.     Width = 97
  202.     Height = 25
  203.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜'
  204.     Font.Charset = EASTEUROPE_CHARSET
  205.     Font.Color = clWindowText
  206.     Font.Height = -12
  207.     Font.Name = 'Arial'
  208.     Font.Style = []
  209.     ParentFont = False
  210.     TabOrder = 10
  211.     Visible = False
  212.     OnClick = StartButtonClick
  213.   end
  214. end
  215.