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

  1. object Spelling: TSpelling
  2.   Left = 241
  3.   Top = 196
  4.   BorderStyle = bsDialog
  5.   Caption = 'Pisownia'
  6.   ClientHeight = 162
  7.   ClientWidth = 437
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 0
  18.     Top = 0
  19.     Width = 437
  20.     Height = 161
  21.     TabOrder = 0
  22.     object CheckedCaption: TLabel
  23.       Left = 8
  24.       Top = 16
  25.       Width = 79
  26.       Height = 13
  27.       Caption = 'Brak w s∩┐╜owniku'
  28.     end
  29.     object ChangeToCaption: TLabel
  30.       Left = 8
  31.       Top = 40
  32.       Width = 50
  33.       Height = 13
  34.       Caption = 'Zamie∩┐╜ na'
  35.     end
  36.     object PropositionCaption: TLabel
  37.       Left = 8
  38.       Top = 60
  39.       Width = 52
  40.       Height = 13
  41.       Caption = 'Propozycje'
  42.     end
  43.     object Checked: TEdit
  44.       Left = 92
  45.       Top = 12
  46.       Width = 217
  47.       Height = 21
  48.       ReadOnly = True
  49.       TabOrder = 0
  50.       OnClick = CheckedClick
  51.     end
  52.     object ChangeTo: TEdit
  53.       Left = 92
  54.       Top = 36
  55.       Width = 217
  56.       Height = 21
  57.       TabOrder = 1
  58.     end
  59.     object Proposition: TListBox
  60.       Left = 92
  61.       Top = 60
  62.       Width = 217
  63.       Height = 93
  64.       ItemHeight = 13
  65.       TabOrder = 2
  66.       OnClick = PropositionClick
  67.       OnDblClick = PropositionDblClick
  68.     end
  69.     object AddCaption: TButton
  70.       Left = 316
  71.       Top = 12
  72.       Width = 113
  73.       Height = 21
  74.       Caption = '&Dodaj'
  75.       ModalResult = 1
  76.       TabOrder = 3
  77.     end
  78.     object ChangeCaption: TButton
  79.       Left = 316
  80.       Top = 40
  81.       Width = 113
  82.       Height = 21
  83.       Caption = '&Zamie∩┐╜'
  84.       ModalResult = 4
  85.       TabOrder = 4
  86.     end
  87.     object IgnoreCaption: TButton
  88.       Left = 316
  89.       Top = 68
  90.       Width = 113
  91.       Height = 21
  92.       Caption = 'Z&ignoruj'
  93.       ModalResult = 5
  94.       TabOrder = 5
  95.     end
  96.     object MakepropsitionCaption: TButton
  97.       Left = 316
  98.       Top = 96
  99.       Width = 113
  100.       Height = 21
  101.       Caption = 'Za&proponuj'
  102.       TabOrder = 6
  103.       OnClick = MakepropsitionCaptionClick
  104.     end
  105.     object Button5: TButton
  106.       Left = 316
  107.       Top = 132
  108.       Width = 113
  109.       Height = 21
  110.       Caption = 'P&rzerwij'
  111.       ModalResult = 2
  112.       TabOrder = 7
  113.     end
  114.   end
  115. end
  116.