Subversion Repositories fastphp

Rev

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

Rev 30 Rev 31
Line 127... Line 127...
127
        Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollByOneLess, eoShowScrollHint, eoTabIndent, eoTrimTrailingSpaces]
127
        Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollByOneLess, eoShowScrollHint, eoTabIndent, eoTrimTrailingSpaces]
128
        SearchEngine = SynEditSearch1
128
        SearchEngine = SynEditSearch1
129
        WantTabs = True
129
        WantTabs = True
130
        OnGutterClick = SynEdit1GutterClick
130
        OnGutterClick = SynEdit1GutterClick
131
        OnMouseCursor = SynEdit1MouseCursor
131
        OnMouseCursor = SynEdit1MouseCursor
-
 
132
        OnPaintTransient = SynEdit1PaintTransient
132
        FontSmoothing = fsmNone
133
        FontSmoothing = fsmNone
133
      end
134
      end
134
      object TreeView1: TTreeView
135
      object TreeView1: TTreeView
135
        Left = 0
136
        Left = 0
136
        Top = 0
137
        Top = 0
Line 227... Line 228...
227
      Action = ActionFindNext
228
      Action = ActionFindNext
228
      TabOrder = 7
229
      TabOrder = 7
229
    end
230
    end
230
    object Button7: TButton
231
    object Button7: TButton
231
      Left = 166
232
      Left = 166
232
      Top = -1
233
      Top = 0
233
      Width = 75
234
      Width = 75
234
      Height = 35
235
      Height = 35
235
      Action = ActionSave
236
      Action = ActionSave
236
      TabOrder = 2
237
      TabOrder = 2
237
    end
238
    end
238
    object Button8: TButton
239
    object Button8: TButton
239
      Left = 85
240
      Left = 85
240
      Top = -1
241
      Top = 0
241
      Width = 75
242
      Width = 75
242
      Height = 35
243
      Height = 35
243
      Action = ActionOpen
244
      Action = ActionOpen
244
      TabOrder = 1
245
      TabOrder = 1
245
    end
246
    end