You've already forked lazarus-ccr
jvcllaz: Adjust case of file names for JvCmp packages and units.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6937 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
87
components/jvcllaz/examples/JvSpellChecker/mainfrm.lfm
Normal file
87
components/jvcllaz/examples/JvSpellChecker/mainfrm.lfm
Normal file
@ -0,0 +1,87 @@
|
||||
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
|
Reference in New Issue
Block a user