home *** CD-ROM | disk | FTP | other *** search
/ Prima Shareware 3 / DuCom_Prima-Shareware-3_cd1.bin / PROGRAMO / delphi / ACSPELL / SUGDIALG.DFM / SUGDIALG.txt
Encoding:
Text File  |  1996-02-22  |  4.4 KB  |  217 lines

  1. object SugDialog: TSugDialog
  2.   Left = 320
  3.   Top = 115
  4.   ActiveControl = BtnIgnore
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Suggestions'
  8.   ClientHeight = 163
  9.   ClientWidth = 343
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Pitch = fpVariable
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   PixelsPerInch = 96
  17.   Position = poDefaultPosOnly
  18.   Scaled = False
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 88
  22.     Top = 8
  23.     Width = 81
  24.     Height = 13
  25.     Caption = 'Not in Dictionary:'
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Pitch = fpVariable
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 112
  35.     Top = 32
  36.     Width = 56
  37.     Height = 13
  38.     Caption = 'Change To:'
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Pitch = fpVariable
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object NotWord: TEdit
  47.     Left = 176
  48.     Top = 4
  49.     Width = 165
  50.     Height = 20
  51.     Font.Color = clBlack
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Pitch = fpVariable
  55.     Font.Style = []
  56.     ParentFont = False
  57.     ReadOnly = True
  58.     TabOrder = 0
  59.   end
  60.   object SuggestList: TListBox
  61.     Left = 176
  62.     Top = 52
  63.     Width = 165
  64.     Height = 109
  65.     Font.Color = clBlack
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Pitch = fpVariable
  69.     Font.Style = []
  70.     ItemHeight = 13
  71.     ParentFont = False
  72.     TabOrder = 1
  73.     OnClick = SuggestListClick
  74.     OnDblClick = SuggestListDblClick
  75.   end
  76.   object BtnChange: TButton
  77.     Left = 0
  78.     Top = 80
  79.     Width = 85
  80.     Height = 25
  81.     Caption = '&Change'
  82.     Font.Color = clBlack
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Pitch = fpVariable
  86.     Font.Style = []
  87.     ModalResult = 101
  88.     ParentFont = False
  89.     TabOrder = 2
  90.     OnClick = BtnChangeClick
  91.   end
  92.   object BtnIgnore: TButton
  93.     Left = 0
  94.     Top = 52
  95.     Width = 85
  96.     Height = 25
  97.     Caption = '&Ignore'
  98.     Font.Color = clBlack
  99.     Font.Height = -11
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Pitch = fpVariable
  102.     Font.Style = []
  103.     ModalResult = 103
  104.     ParentFont = False
  105.     TabOrder = 3
  106.     OnClick = BtnIgnoreClick
  107.   end
  108.   object BtnAdd: TButton
  109.     Left = 0
  110.     Top = 108
  111.     Width = 85
  112.     Height = 25
  113.     Caption = '&Add'
  114.     Font.Color = clBlack
  115.     Font.Height = -11
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Pitch = fpVariable
  118.     Font.Style = []
  119.     ModalResult = 102
  120.     ParentFont = False
  121.     TabOrder = 4
  122.     OnClick = BtnAddClick
  123.   end
  124.   object BtnSuggest: TButton
  125.     Left = 88
  126.     Top = 108
  127.     Width = 85
  128.     Height = 25
  129.     Caption = '&Suggest'
  130.     Font.Color = clBlack
  131.     Font.Height = -11
  132.     Font.Name = 'MS Sans Serif'
  133.     Font.Pitch = fpVariable
  134.     Font.Style = []
  135.     ParentFont = False
  136.     TabOrder = 5
  137.     OnClick = BtnSuggestClick
  138.   end
  139.   object BtnCancel: TButton
  140.     Left = 0
  141.     Top = 136
  142.     Width = 85
  143.     Height = 25
  144.     Caption = 'Cancel'
  145.     Font.Color = clBlack
  146.     Font.Height = -11
  147.     Font.Name = 'MS Sans Serif'
  148.     Font.Pitch = fpVariable
  149.     Font.Style = []
  150.     ModalResult = 100
  151.     ParentFont = False
  152.     TabOrder = 6
  153.     OnClick = BtnCancelClick
  154.   end
  155.   object WordEdit: TEdit
  156.     Left = 176
  157.     Top = 28
  158.     Width = 165
  159.     Height = 20
  160.     Font.Color = clBlack
  161.     Font.Height = -11
  162.     Font.Name = 'MS Sans Serif'
  163.     Font.Pitch = fpVariable
  164.     Font.Style = []
  165.     ParentFont = False
  166.     TabOrder = 7
  167.     OnKeyPress = WordEditKeyPress
  168.   end
  169.   object BtnIgnoreAll: TButton
  170.     Left = 88
  171.     Top = 52
  172.     Width = 85
  173.     Height = 25
  174.     Caption = 'I&gnore All'
  175.     Font.Color = clBlack
  176.     Font.Height = -11
  177.     Font.Name = 'MS Sans Serif'
  178.     Font.Pitch = fpVariable
  179.     Font.Style = []
  180.     ModalResult = 103
  181.     ParentFont = False
  182.     TabOrder = 8
  183.     OnClick = BtnIgnoreAllClick
  184.   end
  185.   object BtnChangeAll: TButton
  186.     Left = 88
  187.     Top = 80
  188.     Width = 85
  189.     Height = 25
  190.     Caption = 'Change Al&l'
  191.     Font.Color = clBlack
  192.     Font.Height = -11
  193.     Font.Name = 'MS Sans Serif'
  194.     Font.Pitch = fpVariable
  195.     Font.Style = []
  196.     ModalResult = 101
  197.     ParentFont = False
  198.     TabOrder = 9
  199.     OnClick = BtnChangeAllClick
  200.   end
  201.   object BtnPhoneme: TButton
  202.     Left = 88
  203.     Top = 136
  204.     Width = 85
  205.     Height = 25
  206.     Caption = '&Phoneme'
  207.     Font.Color = clBlack
  208.     Font.Height = -11
  209.     Font.Name = 'MS Sans Serif'
  210.     Font.Pitch = fpVariable
  211.     Font.Style = []
  212.     ParentFont = False
  213.     TabOrder = 10
  214.     OnClick = BtnPhonemeClick
  215.   end
  216. end
  217.