Subversion Repositories fastphp

Rev

Rev 103 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 103 Rev 107
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.7'
4
  Caption = 'ViaThinkSoft FastPHP 0.8'
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
10
  Font.Height = -11
10
  Font.Height = -11
11
  Font.Name = 'Tahoma'
11
  Font.Name = 'Tahoma'
12
  Font.Style = []
12
  Font.Style = []
13
  OldCreateOrder = False
-
 
14
  WindowState = wsMaximized
13
  WindowState = wsMaximized
15
  OnClose = FormClose
14
  OnClose = FormClose
16
  OnCloseQuery = FormCloseQuery
15
  OnCloseQuery = FormCloseQuery
17
  OnCreate = FormCreate
16
  OnCreate = FormCreate
18
  OnDestroy = FormDestroy
17
  OnDestroy = FormDestroy
19
  OnShow = FormShow
18
  OnShow = FormShow
20
  PixelsPerInch = 96
-
 
21
  TextHeight = 13
19
  TextHeight = 13
22
  object Splitter1: TSplitter
20
  object Splitter1: TSplitter
23
    Left = 0
21
    Left = 0
24
    Top = 385
22
    Top = 385
25
    Width = 1120
23
    Width = 1120
Line 32... Line 30...
32
  object PageControl1: TPageControl
30
  object PageControl1: TPageControl
33
    Left = 0
31
    Left = 0
34
    Top = 388
32
    Top = 388
35
    Width = 1120
33
    Width = 1120
36
    Height = 273
34
    Height = 273
37
    ActivePage = PlaintextTabSheet
35
    ActivePage = HtmlTabSheet
38
    Align = alBottom
36
    Align = alBottom
39
    TabOrder = 0
37
    TabOrder = 0
-
 
38
    ExplicitTop = 387
-
 
39
    ExplicitWidth = 1116
40
    object PlaintextTabSheet: TTabSheet
40
    object PlaintextTabSheet: TTabSheet
41
      Caption = 'Plaintext'
41
      Caption = 'Plaintext'
42
      object Memo2: TMemo
42
      object Memo2: TMemo
43
        Left = 0
43
        Left = 0
44
        Top = 0
44
        Top = 0
Line 55... Line 55...
55
        ReadOnly = True
55
        ReadOnly = True
56
        ScrollBars = ssBoth
56
        ScrollBars = ssBoth
57
        TabOrder = 0
57
        TabOrder = 0
58
        OnDblClick = Memo2DblClick
58
        OnDblClick = Memo2DblClick
59
        OnKeyDown = Memo2KeyDown
59
        OnKeyDown = Memo2KeyDown
-
 
60
        ExplicitWidth = 1108
60
      end
61
      end
61
    end
62
    end
62
    object HtmlTabSheet: TTabSheet
63
    object HtmlTabSheet: TTabSheet
63
      Caption = 'HTML'
64
      Caption = 'HTML'
64
      ImageIndex = 1
65
      ImageIndex = 1
Line 69... Line 70...
69
        Height = 245
70
        Height = 245
70
        Align = alClient
71
        Align = alClient
71
        TabOrder = 0
72
        TabOrder = 0
72
        OnBeforeNavigate2 = WebBrowser1BeforeNavigate2
73
        OnBeforeNavigate2 = WebBrowser1BeforeNavigate2
73
        OnWindowClosing = WebBrowser1WindowClosing
74
        OnWindowClosing = WebBrowser1WindowClosing
74
        ExplicitWidth = 348
75
        ExplicitWidth = 1108
75
        ExplicitHeight = 150
-
 
76
        ControlData = {
76
        ControlData = {
77
          4C000000EE720000521900000000000000000000000000000000000000000000
77
          4C000000EE720000521900000000000000000000000000000000000000000000
78
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
78
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
79
          2B2E126200000000000000004C0000000114020000000000C000000000000046
79
          2B2E126208000000000000004C0000000114020000000000C000000000000046
80
          8000000000000000000000000000000000000000000000000000000000000000
80
          8000000000000000000000000000000000000000000000000000000000000000
81
          00000000000000000100000000000000000000000000000000000000}
81
          00000000000000000100000000000000000000000000000000000000}
82
      end
82
      end
83
    end
83
    end
84
  end
84
  end
Line 89... Line 89...
89
    Height = 349
89
    Height = 349
90
    ActivePage = CodeTabsheet
90
    ActivePage = CodeTabsheet
91
    Align = alClient
91
    Align = alClient
92
    TabOrder = 1
92
    TabOrder = 1
93
    OnChanging = PageControl2Changing
93
    OnChanging = PageControl2Changing
-
 
94
    ExplicitWidth = 1116
-
 
95
    ExplicitHeight = 348
94
    object CodeTabsheet: TTabSheet
96
    object CodeTabsheet: TTabSheet
95
      Caption = 'Code'
97
      Caption = 'Code'
96
      object Splitter2: TSplitter
98
      object Splitter2: TSplitter
97
        Left = 329
99
        Left = 329
98
        Top = 0
100
        Top = 0
Line 119... Line 121...
119
        OnKeyDown = SynEdit1KeyDown
121
        OnKeyDown = SynEdit1KeyDown
120
        OnMouseWheelDown = SynEdit1MouseWheelDown
122
        OnMouseWheelDown = SynEdit1MouseWheelDown
121
        OnMouseWheelUp = SynEdit1MouseWheelUp
123
        OnMouseWheelUp = SynEdit1MouseWheelUp
122
        CodeFolding.ShowCollapsedLine = True
124
        CodeFolding.ShowCollapsedLine = True
123
        UseCodeFolding = False
125
        UseCodeFolding = False
124
        Gutter.AutoSize = True
-
 
125
        Gutter.Font.Charset = DEFAULT_CHARSET
126
        Gutter.Font.Charset = DEFAULT_CHARSET
126
        Gutter.Font.Color = clWindowText
127
        Gutter.Font.Color = clWindowText
127
        Gutter.Font.Height = -11
128
        Gutter.Font.Height = -11
128
        Gutter.Font.Name = 'Courier New'
129
        Gutter.Font.Name = 'Courier New'
129
        Gutter.Font.Style = []
130
        Gutter.Font.Style = []
-
 
131
        Gutter.Font.Quality = fqClearTypeNatural
130
        Gutter.ShowLineNumbers = True
132
        Gutter.ShowLineNumbers = True
131
        Gutter.Gradient = True
133
        Gutter.Gradient = True
132
        Gutter.GradientStartColor = cl3DLight
134
        Gutter.GradientStartColor = cl3DLight
-
 
135
        Gutter.Bands = <
-
 
136
          item
-
 
137
            Kind = gbkMarks
-
 
138
            Width = 13
-
 
139
          end
-
 
140
          item
-
 
141
            Kind = gbkLineNumbers
-
 
142
          end
-
 
143
          item
-
 
144
            Kind = gbkFold
-
 
145
          end
-
 
146
          item
-
 
147
            Kind = gbkTrackChanges
-
 
148
          end
-
 
149
          item
-
 
150
            Kind = gbkMargin
-
 
151
            Width = 3
-
 
152
          end>
133
        Highlighter = SynPHPSyn1
153
        Highlighter = SynPHPSyn1
134
        Options = [eoAutoIndent, eoDragDropEditing, eoDropFiles, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoKeepCaretX, eoScrollByOneLess, eoShowScrollHint, eoTabIndent]
154
        Options = [eoAutoIndent, eoDragDropEditing, eoDropFiles, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoKeepCaretX, eoScrollByOneLess, eoShowScrollHint, eoTabIndent]
135
        SearchEngine = SynEditSearch1
155
        SearchEngine = SynEditSearch1
-
 
156
        SelectedColor.Alpha = 0.400000005960464500
136
        TabWidth = 4
157
        TabWidth = 4
137
        WantTabs = True
158
        WantTabs = True
138
        OnDropFiles = SynEdit1DropFiles
159
        OnDropFiles = SynEdit1DropFiles
139
        OnGutterClick = SynEdit1GutterClick
160
        OnGutterClick = SynEdit1GutterClick
140
        OnMouseCursor = SynEdit1MouseCursor
161
        OnMouseCursor = SynEdit1MouseCursor
141
        OnStatusChange = SynEdit1StatusChange
162
        OnStatusChange = SynEdit1StatusChange
142
        OnPaintTransient = SynEdit1PaintTransient
163
        OnPaintTransient = SynEdit1PaintTransient
-
 
164
        ExplicitWidth = 776
-
 
165
        ExplicitHeight = 320
143
        RemovedKeystrokes = <
166
        RemovedKeystrokes = <
144
          item
167
          item
145
            Command = ecUndo
168
            Command = ecUndo
146
            ShortCut = 32776
169
            ShortCut = 32776
147
          end
170
          end
Line 187... Line 210...
187
        Indent = 19
210
        Indent = 19
188
        ParentFont = False
211
        ParentFont = False
189
        ReadOnly = True
212
        ReadOnly = True
190
        TabOrder = 1
213
        TabOrder = 1
191
        OnDblClick = TreeView1DblClick
214
        OnDblClick = TreeView1DblClick
-
 
215
        ExplicitHeight = 320
192
      end
216
      end
193
    end
217
    end
194
    object HelpTabsheet: TTabSheet
218
    object HelpTabsheet: TTabSheet
195
      Caption = 'Help'
219
      Caption = 'Help'
196
      ImageIndex = 1
220
      ImageIndex = 1
Line 226... Line 250...
226
    Top = 0
250
    Top = 0
227
    Width = 1120
251
    Width = 1120
228
    Height = 36
252
    Height = 36
229
    Align = alTop
253
    Align = alTop
230
    TabOrder = 3
254
    TabOrder = 3
-
 
255
    ExplicitWidth = 1116
231
    object BtnSpecialChars: TImage
256
    object BtnSpecialChars: TImage
232
      Left = 896
257
      Left = 896
233
      Top = 8
258
      Top = 8
234
      Width = 24
259
      Width = 24
235
      Height = 22
260
      Height = 22
Line 721... Line 746...
721
  end
746
  end
722
  object SynPHPSyn1: TSynPHPSyn
747
  object SynPHPSyn1: TSynPHPSyn
723
    DefaultFilter = 
748
    DefaultFilter = 
724
      'PHP Files (*.php;*.xphp;*.php3;*.phtml;*.inc)|*.php;*.xphp;*.php' +
749
      'PHP Files (*.php;*.xphp;*.php3;*.phtml;*.inc)|*.php;*.xphp;*.php' +
725
      '3;*.phtml;*.inc'
750
      '3;*.phtml;*.inc'
726
    Options.AutoDetectEnabled = False
-
 
727
    Options.AutoDetectLineLimit = 0
-
 
728
    Options.Visible = False
-
 
729
    CommentAttri.Foreground = 33023
751
    CommentAttri.Foreground = 33023
730
    IdentifierAttri.Foreground = 4194304
752
    IdentifierAttri.Foreground = 4194304
731
    KeyAttri.Foreground = 4227072
753
    KeyAttri.Foreground = 4227072
732
    NumberAttri.Foreground = 213
754
    NumberAttri.Foreground = 213
733
    StringAttri.Foreground = 13762560
755
    StringAttri.Foreground = 13762560