Subversion Repositories fastphp

Rev

Rev 7 | Rev 13 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
object Form1: TForm1
2
  Left = 0
3
  Top = 0
4
  Caption = 'ViaThinkSoft FastPHP'
5
  ClientHeight = 661
6
  ClientWidth = 1120
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'Tahoma'
12
  Font.Style = []
13
  OldCreateOrder = False
14
  WindowState = wsMaximized
15
  OnClose = FormClose
16
  OnCreate = FormCreate
17
  OnDestroy = FormDestroy
18
  OnShow = FormShow
19
  PixelsPerInch = 96
20
  TextHeight = 13
21
  object Splitter1: TSplitter
22
    Left = 0
23
    Top = 385
24
    Width = 1120
25
    Height = 3
26
    Cursor = crVSplit
27
    Align = alBottom
28
    ExplicitTop = 262
29
    ExplicitWidth = 399
30
  end
31
  object PageControl1: TPageControl
32
    Left = 0
33
    Top = 388
34
    Width = 1120
35
    Height = 273
36
    ActivePage = HtmlTabSheet
37
    Align = alBottom
38
    TabOrder = 0
39
    object PlaintextTabSheet: TTabSheet
40
      Caption = 'Plaintext'
41
      object Memo2: TMemo
42
        Left = 0
43
        Top = 0
44
        Width = 1112
45
        Height = 245
46
        Align = alClient
47
        Font.Charset = ANSI_CHARSET
48
        Font.Color = clWindowText
49
        Font.Height = -11
50
        Font.Name = 'Courier New'
51
        Font.Style = []
52
        ParentFont = False
53
        ReadOnly = True
54
        ScrollBars = ssBoth
55
        TabOrder = 0
5 daniel-mar 56
        OnDblClick = Memo2DblClick
2 daniel-mar 57
      end
58
    end
59
    object HtmlTabSheet: TTabSheet
60
      Caption = 'HTML'
61
      ImageIndex = 1
62
      object WebBrowser1: TWebBrowser
63
        Left = 0
64
        Top = 0
65
        Width = 1112
66
        Height = 245
67
        Align = alClient
68
        TabOrder = 0
5 daniel-mar 69
        OnBeforeNavigate2 = WebBrowser1BeforeNavigate2
2 daniel-mar 70
        ExplicitWidth = 348
71
        ExplicitHeight = 150
72
        ControlData = {
73
          4C000000EE720000521900000000000000000000000000000000000000000000
74
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
8 daniel-mar 75
          2B2E126200000000000000004C0000000114020000000000C000000000000046
2 daniel-mar 76
          8000000000000000000000000000000000000000000000000000000000000000
77
          00000000000000000100000000000000000000000000000000000000}
78
      end
79
    end
80
  end
81
  object PageControl2: TPageControl
82
    Left = 0
5 daniel-mar 83
    Top = 36
2 daniel-mar 84
    Width = 1120
5 daniel-mar 85
    Height = 349
86
    ActivePage = HelpTabsheet
2 daniel-mar 87
    Align = alClient
88
    TabOrder = 1
89
    OnChanging = PageControl2Changing
90
    object TabSheet3: TTabSheet
91
      Caption = 'Scrap'
4 daniel-mar 92
      object SynEdit1: TSynEdit
2 daniel-mar 93
        Left = 0
94
        Top = 0
95
        Width = 1112
5 daniel-mar 96
        Height = 321
2 daniel-mar 97
        Align = alClient
5 daniel-mar 98
        ActiveLineColor = clInfoBk
4 daniel-mar 99
        Font.Charset = DEFAULT_CHARSET
2 daniel-mar 100
        Font.Color = clWindowText
4 daniel-mar 101
        Font.Height = -13
2 daniel-mar 102
        Font.Name = 'Courier New'
103
        Font.Style = []
104
        TabOrder = 0
4 daniel-mar 105
        Gutter.Font.Charset = DEFAULT_CHARSET
106
        Gutter.Font.Color = clWindowText
107
        Gutter.Font.Height = -11
108
        Gutter.Font.Name = 'Courier New'
109
        Gutter.Font.Style = []
110
        Gutter.ShowLineNumbers = True
111
        Highlighter = SynPHPSyn1
112
        Lines.Strings = (
113
          'SynEdit1')
5 daniel-mar 114
        Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollByOneLess, eoShowScrollHint, eoTabIndent, eoTrimTrailingSpaces]
4 daniel-mar 115
        WantTabs = True
116
        FontSmoothing = fsmNone
2 daniel-mar 117
      end
118
    end
119
    object HelpTabsheet: TTabSheet
120
      Caption = 'Help'
121
      ImageIndex = 1
122
      object WebBrowser2: TWebBrowser
123
        Left = 0
124
        Top = 0
125
        Width = 1112
5 daniel-mar 126
        Height = 321
2 daniel-mar 127
        Align = alClient
128
        TabOrder = 0
129
        ExplicitWidth = 300
130
        ExplicitHeight = 150
131
        ControlData = {
5 daniel-mar 132
          4C000000EE7200002D2100000000000000000000000000000000000000000000
2 daniel-mar 133
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
8 daniel-mar 134
          2B2E126200000000000000004C0000000114020000000000C000000000000046
2 daniel-mar 135
          8000000000000000000000000000000000000000000000000000000000000000
136
          00000000000000000100000000000000000000000000000000000000}
137
      end
138
    end
139
  end
140
  object Panel1: TPanel
141
    Left = 544
142
    Top = 112
143
    Width = 185
144
    Height = 41
145
    Caption = 'Generating help. Please wait...'
146
    TabOrder = 2
147
    Visible = False
148
  end
5 daniel-mar 149
  object Panel2: TPanel
150
    Left = 0
151
    Top = 0
152
    Width = 1120
153
    Height = 36
154
    Align = alTop
155
    TabOrder = 3
156
    object Button1: TButton
157
      Left = 4
158
      Top = 0
159
      Width = 75
160
      Height = 35
161
      Caption = 'Run'
162
      TabOrder = 0
163
      OnClick = Button1Click
164
    end
165
    object Button2: TButton
166
      Left = 85
167
      Top = 0
168
      Width = 75
169
      Height = 35
170
      Caption = 'Help'
171
      TabOrder = 1
172
      OnClick = Button2Click
173
    end
174
    object Button3: TButton
175
      Left = 166
176
      Top = 0
177
      Width = 75
178
      Height = 35
179
      Caption = 'Goto'
180
      TabOrder = 2
181
      OnClick = Button3Click
182
    end
183
  end
2 daniel-mar 184
  object OpenDialog1: TOpenDialog
185
    DefaultExt = '.chm'
3 daniel-mar 186
    FileName = 'php_manual_en.chm'
2 daniel-mar 187
    Filter = 'Help files (*.chm)|*.chm'
188
    Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
189
    Title = 'Please select your PHP Help file (CHM format)'
190
    Left = 504
191
    Top = 248
192
  end
193
  object OpenDialog3: TOpenDialog
194
    DefaultExt = '.php'
3 daniel-mar 195
    FileName = 'scap.php'
2 daniel-mar 196
    Filter = 'PHP file (*.php)|*.php|All files (*.*)|*.*'
197
    Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
198
    Title = 'Where should the scrap file be saved?'
199
    Left = 608
200
    Top = 248
201
  end
4 daniel-mar 202
  object SynPHPSyn1: TSynPHPSyn
203
    Options.AutoDetectEnabled = False
204
    Options.AutoDetectLineLimit = 0
205
    Options.Visible = False
206
    CommentAttri.Foreground = 33023
207
    IdentifierAttri.Foreground = clOlive
208
    KeyAttri.Foreground = 4227072
209
    NumberAttri.Foreground = 213
210
    StringAttri.Foreground = 16744576
211
    SymbolAttri.Foreground = 4227072
212
    VariableAttri.Foreground = 213
213
    Left = 72
214
    Top = 80
215
  end
5 daniel-mar 216
  object SynEditFocusTimer: TTimer
217
    Enabled = False
218
    Interval = 500
219
    OnTimer = SynEditFocusTimerTimer
220
    Left = 668
221
    Top = 249
222
  end
2 daniel-mar 223
end