Subversion Repositories fastphp

Rev

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

Rev 91 Rev 94
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 0.5'
4
  Caption = 'ViaThinkSoft FastPHP 0.6'
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 112... Line 112...
112
        Font.Charset = DEFAULT_CHARSET
112
        Font.Charset = DEFAULT_CHARSET
113
        Font.Color = clWindowText
113
        Font.Color = clWindowText
114
        Font.Height = -13
114
        Font.Height = -13
115
        Font.Name = 'Courier New'
115
        Font.Name = 'Courier New'
116
        Font.Style = []
116
        Font.Style = []
-
 
117
        Font.Quality = fqClearTypeNatural
117
        TabOrder = 0
118
        TabOrder = 0
118
        OnMouseWheelDown = SynEdit1MouseWheelDown
119
        OnMouseWheelDown = SynEdit1MouseWheelDown
119
        OnMouseWheelUp = SynEdit1MouseWheelUp
120
        OnMouseWheelUp = SynEdit1MouseWheelUp
120
        CodeFolding.CollapsedLineColor = clGrayText
-
 
121
        CodeFolding.FolderBarLinesColor = clGrayText
-
 
122
        CodeFolding.ShowCollapsedLine = True
121
        CodeFolding.ShowCollapsedLine = True
123
        CodeFolding.IndentGuidesColor = clGray
-
 
124
        CodeFolding.IndentGuides = True
-
 
125
        UseCodeFolding = False
122
        UseCodeFolding = False
126
        Gutter.AutoSize = True
123
        Gutter.AutoSize = True
127
        Gutter.Font.Charset = DEFAULT_CHARSET
124
        Gutter.Font.Charset = DEFAULT_CHARSET
128
        Gutter.Font.Color = clWindowText
125
        Gutter.Font.Color = clWindowText
129
        Gutter.Font.Height = -11
126
        Gutter.Font.Height = -11
Line 133... Line 130...
133
        Gutter.Gradient = True
130
        Gutter.Gradient = True
134
        Gutter.GradientStartColor = cl3DLight
131
        Gutter.GradientStartColor = cl3DLight
135
        Highlighter = SynPHPSyn1
132
        Highlighter = SynPHPSyn1
136
        Options = [eoAutoIndent, eoDragDropEditing, eoDropFiles, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoKeepCaretX, eoScrollByOneLess, eoShowScrollHint, eoTabIndent]
133
        Options = [eoAutoIndent, eoDragDropEditing, eoDropFiles, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoKeepCaretX, eoScrollByOneLess, eoShowScrollHint, eoTabIndent]
137
        SearchEngine = SynEditSearch1
134
        SearchEngine = SynEditSearch1
-
 
135
        TabWidth = 4
138
        WantTabs = True
136
        WantTabs = True
139
        OnChange = SynEdit1Change
137
        OnChange = SynEdit1Change
140
        OnDropFiles = SynEdit1DropFiles
138
        OnDropFiles = SynEdit1DropFiles
141
        OnGutterClick = SynEdit1GutterClick
139
        OnGutterClick = SynEdit1GutterClick
142
        OnMouseCursor = SynEdit1MouseCursor
140
        OnMouseCursor = SynEdit1MouseCursor
143
        OnPaintTransient = SynEdit1PaintTransient
141
        OnPaintTransient = SynEdit1PaintTransient
144
        FontSmoothing = fsmNone
-
 
145
        RemovedKeystrokes = <
142
        RemovedKeystrokes = <
146
          item
143
          item
147
            Command = ecUndo
144
            Command = ecUndo
148
            ShortCut = 32776
145
            ShortCut = 32776
149
          end
146
          end