Subversion Repositories fastphp

Rev

Rev 47 | Rev 52 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 47 Rev 49
Line 1... Line 1...
1
object Form1: TForm1
1
object Form1: TForm1
2
  Left = 0
2
  Left = 0
3
  Top = 0
3
  Top = 0
4
  Caption = 'ViaThinkSoft FastPHP'
4
  Caption = 'ViaThinkSoft FastPHP 0.1'
5
  ClientHeight = 661
5
  ClientHeight = 661
6
  ClientWidth = 1120
6
  ClientWidth = 1120
7
  Color = clBtnFace
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
9
  Font.Color = clWindowText
Line 122... Line 122...
122
        Gutter.Font.Style = []
122
        Gutter.Font.Style = []
123
        Gutter.ShowLineNumbers = True
123
        Gutter.ShowLineNumbers = True
124
        Gutter.Gradient = True
124
        Gutter.Gradient = True
125
        Gutter.GradientStartColor = cl3DLight
125
        Gutter.GradientStartColor = cl3DLight
126
        Highlighter = SynPHPSyn1
126
        Highlighter = SynPHPSyn1
127
        Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollByOneLess, eoShowScrollHint, eoTabIndent, eoTrimTrailingSpaces]
127
        Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoKeepCaretX, eoScrollByOneLess, eoShowScrollHint, eoSmartTabDelete, eoTabIndent, eoTrimTrailingSpaces]
128
        SearchEngine = SynEditSearch1
128
        SearchEngine = SynEditSearch1
129
        WantTabs = True
129
        WantTabs = True
130
        OnChange = SynEdit1Change
130
        OnChange = SynEdit1Change
131
        OnGutterClick = SynEdit1GutterClick
131
        OnGutterClick = SynEdit1GutterClick
132
        OnMouseCursor = SynEdit1MouseCursor
132
        OnMouseCursor = SynEdit1MouseCursor