Subversion Repositories fastphp

Rev

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

Rev 52 Rev 56
Line 112... Line 112...
112
        Font.Name = 'Courier New'
112
        Font.Name = 'Courier New'
113
        Font.Style = []
113
        Font.Style = []
114
        TabOrder = 0
114
        TabOrder = 0
115
        OnMouseWheelDown = SynEdit1MouseWheelDown
115
        OnMouseWheelDown = SynEdit1MouseWheelDown
116
        OnMouseWheelUp = SynEdit1MouseWheelUp
116
        OnMouseWheelUp = SynEdit1MouseWheelUp
-
 
117
        CodeFolding.CollapsedLineColor = clGrayText
-
 
118
        CodeFolding.FolderBarLinesColor = clGrayText
-
 
119
        CodeFolding.ShowCollapsedLine = True
-
 
120
        CodeFolding.IndentGuidesColor = clGray
-
 
121
        CodeFolding.IndentGuides = True
-
 
122
        UseCodeFolding = False
117
        Gutter.AutoSize = True
123
        Gutter.AutoSize = True
118
        Gutter.Font.Charset = DEFAULT_CHARSET
124
        Gutter.Font.Charset = DEFAULT_CHARSET
119
        Gutter.Font.Color = clWindowText
125
        Gutter.Font.Color = clWindowText
120
        Gutter.Font.Height = -11
126
        Gutter.Font.Height = -11
121
        Gutter.Font.Name = 'Courier New'
127
        Gutter.Font.Name = 'Courier New'
Line 266... Line 272...
266
      Left = 166
272
      Left = 166
267
      Top = 0
273
      Top = 0
268
      Width = 75
274
      Width = 75
269
      Height = 35
275
      Height = 35
270
      Action = ActionSave
276
      Action = ActionSave
-
 
277
      PopupMenu = SavePopup
271
      TabOrder = 2
278
      TabOrder = 2
272
    end
279
    end
273
    object Button8: TButton
280
    object Button8: TButton
274
      Left = 85
281
      Left = 85
275
      Top = 0
282
      Top = 0
Line 440... Line 447...
440
    end
447
    end
441
    object Runinconsole1: TMenuItem
448
    object Runinconsole1: TMenuItem
442
      Action = ActionRunConsole
449
      Action = ActionRunConsole
443
    end
450
    end
444
  end
451
  end
-
 
452
  object SavePopup: TPopupMenu
-
 
453
    Left = 196
-
 
454
    Top = 28
-
 
455
    object Save1: TMenuItem
-
 
456
      Caption = 'Save'
-
 
457
      Default = True
-
 
458
      OnClick = Save1Click
-
 
459
    end
-
 
460
    object Saveas1: TMenuItem
-
 
461
      Caption = 'Save as...'
-
 
462
      OnClick = Saveas1Click
-
 
463
    end
-
 
464
  end
-
 
465
  object SaveDialog1: TSaveDialog
-
 
466
    DefaultExt = '.php'
-
 
467
    FileName = 'scrap.php'
-
 
468
    Filter = 
-
 
469
      'All PHP files (*.php*;*.phtml;*.inc;*.xphp)|*.php*;*.phtml;*.inc' +
-
 
470
      ';*.xphp|PHP files (*.php*;*.phtml)|*.php*;*.phtml|Include files ' +
-
 
471
      '(*.inc)|*.inc|PHP source files (*.phps)|*.phps|Executable PHP fi' +
-
 
472
      'le (*.xphp)|*.xphp|All files (*.*)|*.*'
-
 
473
    Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
-
 
474
    Title = 'Save as...'
-
 
475
    Left = 608
-
 
476
    Top = 320
-
 
477
  end
445
end
478
end