Subversion Repositories fastphp

Rev

Rev 4 | 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
75
          2B2E126208000000000000004C0000000114020000000000C000000000000046
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
5 daniel-mar 90
    ExplicitTop = 0
91
    ExplicitHeight = 385
2 daniel-mar 92
    object TabSheet3: TTabSheet
93
      Caption = 'Scrap'
5 daniel-mar 94
      ExplicitHeight = 357
4 daniel-mar 95
      object SynEdit1: TSynEdit
2 daniel-mar 96
        Left = 0
97
        Top = 0
98
        Width = 1112
5 daniel-mar 99
        Height = 321
2 daniel-mar 100
        Align = alClient
5 daniel-mar 101
        ActiveLineColor = clInfoBk
4 daniel-mar 102
        Font.Charset = DEFAULT_CHARSET
2 daniel-mar 103
        Font.Color = clWindowText
4 daniel-mar 104
        Font.Height = -13
2 daniel-mar 105
        Font.Name = 'Courier New'
106
        Font.Style = []
107
        TabOrder = 0
4 daniel-mar 108
        Gutter.Font.Charset = DEFAULT_CHARSET
109
        Gutter.Font.Color = clWindowText
110
        Gutter.Font.Height = -11
111
        Gutter.Font.Name = 'Courier New'
112
        Gutter.Font.Style = []
113
        Gutter.ShowLineNumbers = True
114
        Highlighter = SynPHPSyn1
115
        Lines.Strings = (
116
          'SynEdit1')
5 daniel-mar 117
        Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollByOneLess, eoShowScrollHint, eoTabIndent, eoTrimTrailingSpaces]
4 daniel-mar 118
        WantTabs = True
119
        FontSmoothing = fsmNone
5 daniel-mar 120
        ExplicitTop = 1
121
        ExplicitHeight = 316
2 daniel-mar 122
      end
123
    end
124
    object HelpTabsheet: TTabSheet
125
      Caption = 'Help'
126
      ImageIndex = 1
5 daniel-mar 127
      ExplicitHeight = 357
2 daniel-mar 128
      object WebBrowser2: TWebBrowser
129
        Left = 0
130
        Top = 0
131
        Width = 1112
5 daniel-mar 132
        Height = 321
2 daniel-mar 133
        Align = alClient
134
        TabOrder = 0
135
        ExplicitWidth = 300
136
        ExplicitHeight = 150
137
        ControlData = {
5 daniel-mar 138
          4C000000EE7200002D2100000000000000000000000000000000000000000000
2 daniel-mar 139
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
140
          2B2E126208000000000000004C0000000114020000000000C000000000000046
141
          8000000000000000000000000000000000000000000000000000000000000000
142
          00000000000000000100000000000000000000000000000000000000}
143
      end
144
    end
145
  end
146
  object Panel1: TPanel
147
    Left = 544
148
    Top = 112
149
    Width = 185
150
    Height = 41
151
    Caption = 'Generating help. Please wait...'
152
    TabOrder = 2
153
    Visible = False
154
  end
5 daniel-mar 155
  object Panel2: TPanel
156
    Left = 0
157
    Top = 0
158
    Width = 1120
159
    Height = 36
160
    Align = alTop
161
    TabOrder = 3
162
    object Button1: TButton
163
      Left = 4
164
      Top = 0
165
      Width = 75
166
      Height = 35
167
      Caption = 'Run'
168
      TabOrder = 0
169
      OnClick = Button1Click
170
    end
171
    object Button2: TButton
172
      Left = 85
173
      Top = 0
174
      Width = 75
175
      Height = 35
176
      Caption = 'Help'
177
      TabOrder = 1
178
      OnClick = Button2Click
179
    end
180
    object Button3: TButton
181
      Left = 166
182
      Top = 0
183
      Width = 75
184
      Height = 35
185
      Caption = 'Goto'
186
      TabOrder = 2
187
      OnClick = Button3Click
188
    end
189
  end
2 daniel-mar 190
  object OpenDialog1: TOpenDialog
191
    DefaultExt = '.chm'
3 daniel-mar 192
    FileName = 'php_manual_en.chm'
2 daniel-mar 193
    Filter = 'Help files (*.chm)|*.chm'
194
    Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
195
    Title = 'Please select your PHP Help file (CHM format)'
196
    Left = 504
197
    Top = 248
198
  end
199
  object OpenDialog2: TOpenDialog
200
    DefaultExt = '.exe'
201
    FileName = 'php.exe'
202
    Filter = 'Executable file (*.exe)|*.exe'
203
    Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
204
    Title = 'Please chose your PHP interpreter (php.exe)'
205
    Left = 552
206
    Top = 248
207
  end
208
  object OpenDialog3: TOpenDialog
209
    DefaultExt = '.php'
3 daniel-mar 210
    FileName = 'scap.php'
2 daniel-mar 211
    Filter = 'PHP file (*.php)|*.php|All files (*.*)|*.*'
212
    Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
213
    Title = 'Where should the scrap file be saved?'
214
    Left = 608
215
    Top = 248
216
  end
4 daniel-mar 217
  object SynPHPSyn1: TSynPHPSyn
218
    Options.AutoDetectEnabled = False
219
    Options.AutoDetectLineLimit = 0
220
    Options.Visible = False
221
    CommentAttri.Foreground = 33023
222
    IdentifierAttri.Foreground = clOlive
223
    KeyAttri.Foreground = 4227072
224
    NumberAttri.Foreground = 213
225
    StringAttri.Foreground = 16744576
226
    SymbolAttri.Foreground = 4227072
227
    VariableAttri.Foreground = 213
228
    Left = 72
229
    Top = 80
230
  end
5 daniel-mar 231
  object SynEditFocusTimer: TTimer
232
    Enabled = False
233
    Interval = 500
234
    OnTimer = SynEditFocusTimerTimer
235
    Left = 668
236
    Top = 249
237
  end
2 daniel-mar 238
end