Subversion Repositories fastphp

Rev

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

Rev 3 Rev 4
Line 85... Line 85...
85
    Align = alClient
85
    Align = alClient
86
    TabOrder = 1
86
    TabOrder = 1
87
    OnChanging = PageControl2Changing
87
    OnChanging = PageControl2Changing
88
    object TabSheet3: TTabSheet
88
    object TabSheet3: TTabSheet
89
      Caption = 'Scrap'
89
      Caption = 'Scrap'
90
      object Memo1: TMemo
90
      object SynEdit1: TSynEdit
91
        Left = 0
91
        Left = 0
92
        Top = 0
92
        Top = 0
93
        Width = 1112
93
        Width = 1112
94
        Height = 357
94
        Height = 357
95
        Align = alClient
95
        Align = alClient
96
        Font.Charset = ANSI_CHARSET
96
        Font.Charset = DEFAULT_CHARSET
97
        Font.Color = clWindowText
97
        Font.Color = clWindowText
98
        Font.Height = -11
98
        Font.Height = -13
99
        Font.Name = 'Courier New'
99
        Font.Name = 'Courier New'
100
        Font.Style = []
100
        Font.Style = []
101
        ParentFont = False
-
 
102
        TabOrder = 0
101
        TabOrder = 0
103
        OnKeyDown = Memo1KeyDown
102
        OnKeyDown = Memo1KeyDown
-
 
103
        Gutter.Font.Charset = DEFAULT_CHARSET
-
 
104
        Gutter.Font.Color = clWindowText
-
 
105
        Gutter.Font.Height = -11
-
 
106
        Gutter.Font.Name = 'Courier New'
-
 
107
        Gutter.Font.Style = []
-
 
108
        Gutter.ShowLineNumbers = True
-
 
109
        Highlighter = SynPHPSyn1
-
 
110
        Lines.Strings = (
-
 
111
          'SynEdit1')
-
 
112
        Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollByOneLess, eoShowScrollHint, eoSmartTabDelete, eoSmartTabs, eoTabIndent, eoTabsToSpaces, eoTrimTrailingSpaces]
-
 
113
        WantTabs = True
-
 
114
        FontSmoothing = fsmNone
104
      end
115
      end
105
    end
116
    end
106
    object HelpTabsheet: TTabSheet
117
    object HelpTabsheet: TTabSheet
107
      Caption = 'Help'
118
      Caption = 'Help'
108
      ImageIndex = 1
119
      ImageIndex = 1
Line 158... Line 169...
158
    Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
169
    Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
159
    Title = 'Where should the scrap file be saved?'
170
    Title = 'Where should the scrap file be saved?'
160
    Left = 608
171
    Left = 608
161
    Top = 248
172
    Top = 248
162
  end
173
  end
-
 
174
  object SynPHPSyn1: TSynPHPSyn
-
 
175
    Options.AutoDetectEnabled = False
-
 
176
    Options.AutoDetectLineLimit = 0
-
 
177
    Options.Visible = False
-
 
178
    CommentAttri.Foreground = 33023
-
 
179
    IdentifierAttri.Foreground = clOlive
-
 
180
    KeyAttri.Foreground = 4227072
-
 
181
    NumberAttri.Foreground = 213
-
 
182
    StringAttri.Foreground = 16744576
-
 
183
    SymbolAttri.Foreground = 4227072
-
 
184
    VariableAttri.Foreground = 213
-
 
185
    Left = 72
-
 
186
    Top = 80
-
 
187
  end
163
end
188
end