Subversion Repositories fastphp

Rev

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

Rev 94 Rev 99
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.6'
4
  Caption = 'ViaThinkSoft FastPHP 0.7'
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 114... Line 114...
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
        Font.Quality = fqClearTypeNatural
118
        TabOrder = 0
118
        TabOrder = 0
-
 
119
        OnKeyDown = SynEdit1KeyDown
119
        OnMouseWheelDown = SynEdit1MouseWheelDown
120
        OnMouseWheelDown = SynEdit1MouseWheelDown
120
        OnMouseWheelUp = SynEdit1MouseWheelUp
121
        OnMouseWheelUp = SynEdit1MouseWheelUp
121
        CodeFolding.ShowCollapsedLine = True
122
        CodeFolding.ShowCollapsedLine = True
122
        UseCodeFolding = False
123
        UseCodeFolding = False
123
        Gutter.AutoSize = True
124
        Gutter.AutoSize = True
Line 175... Line 176...
175
        Top = 0
176
        Top = 0
176
        Width = 273
177
        Width = 273
177
        Height = 321
178
        Height = 321
178
        Align = alLeft
179
        Align = alLeft
179
        Color = clCream
180
        Color = clCream
-
 
181
        Font.Charset = ANSI_CHARSET
-
 
182
        Font.Color = clWindowText
-
 
183
        Font.Height = -13
-
 
184
        Font.Name = 'Courier New'
-
 
185
        Font.Style = []
180
        Images = ImageList1
186
        Images = ImageList1
181
        Indent = 19
187
        Indent = 19
-
 
188
        ParentFont = False
182
        ReadOnly = True
189
        ReadOnly = True
183
        TabOrder = 1
190
        TabOrder = 1
184
        OnDblClick = TreeView1DblClick
191
        OnDblClick = TreeView1DblClick
185
      end
192
      end
186
    end
193
    end
Line 888... Line 895...
888
    Enabled = False
895
    Enabled = False
889
    OnTimer = FileModTimerTimer
896
    OnTimer = FileModTimerTimer
890
    Left = 356
897
    Left = 356
891
    Top = 276
898
    Top = 276
892
  end
899
  end
-
 
900
  object FontSizeTimer: TTimer
-
 
901
    OnTimer = FontSizeTimerTimer
-
 
902
    Left = 60
-
 
903
    Top = 460
-
 
904
  end
893
end
905
end