You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6937 8e941d3f-bd1b-0410-a28a-d453659cc2b4
88 lines
1.8 KiB
Plaintext
88 lines
1.8 KiB
Plaintext
object frmMain: TfrmMain
|
|
Left = 353
|
|
Height = 398
|
|
Top = 156
|
|
Width = 535
|
|
Caption = 'JvSpellChecker Demo'
|
|
ClientHeight = 378
|
|
ClientWidth = 535
|
|
Color = clBtnFace
|
|
Constraints.MinHeight = 200
|
|
Constraints.MinWidth = 320
|
|
DefaultMonitor = dmDesktop
|
|
Font.Color = clWindowText
|
|
Menu = mmMain
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.9.0.0'
|
|
Scaled = False
|
|
object reText: TMemo
|
|
Left = 0
|
|
Height = 355
|
|
Top = 0
|
|
Width = 535
|
|
Align = alClient
|
|
HideSelection = False
|
|
ScrollBars = ssBoth
|
|
TabOrder = 0
|
|
WantTabs = True
|
|
WordWrap = False
|
|
end
|
|
object StatusBar1: TStatusBar
|
|
Left = 0
|
|
Height = 23
|
|
Top = 355
|
|
Width = 535
|
|
Panels = <
|
|
item
|
|
Width = 50
|
|
end>
|
|
SimplePanel = False
|
|
end
|
|
object mmMain: TMainMenu
|
|
left = 120
|
|
top = 64
|
|
object File1: TMenuItem
|
|
Caption = 'File'
|
|
object Open1: TMenuItem
|
|
Caption = 'Open...'
|
|
ShortCut = 16463
|
|
OnClick = Open1Click
|
|
end
|
|
object N1: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Close1: TMenuItem
|
|
Caption = 'Close'
|
|
ShortCut = 32883
|
|
OnClick = Close1Click
|
|
end
|
|
end
|
|
object Edit1: TMenuItem
|
|
Caption = 'Edit'
|
|
object SpellCheck1: TMenuItem
|
|
Caption = 'Spell Check...'
|
|
ShortCut = 118
|
|
OnClick = SpellCheck1Click
|
|
end
|
|
object N2: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object Saveasimage1: TMenuItem
|
|
Caption = 'Save as image...'
|
|
OnClick = Saveasimage1Click
|
|
end
|
|
end
|
|
end
|
|
object OpenDialog1: TOpenDialog
|
|
Filter = 'Text files|*.txt|RTF files|*.rtf|All files|*.*'
|
|
left = 168
|
|
top = 160
|
|
end
|
|
object SaveDialog1: TSaveDialog
|
|
FileName = 'new.bmp'
|
|
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
|
|
left = 272
|
|
top = 192
|
|
end
|
|
end
|