home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets1.iso / Internet / Email / MailPart / _SETUP.1 / MailPart.exe / 0 / RCDATA / TSUGDIALOG / TSUGDIALOG.txt
Encoding:
Text File  |  1997-03-07  |  4.6 KB  |  223 lines

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