Subversion Repositories fastphp

Rev

Rev 29 | Rev 31 | 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
15 daniel-mar 16
  OnCloseQuery = FormCloseQuery
2 daniel-mar 17
  OnCreate = FormCreate
18
  OnDestroy = FormDestroy
19
  OnShow = FormShow
20
  PixelsPerInch = 96
21
  TextHeight = 13
22
  object Splitter1: TSplitter
23
    Left = 0
24
    Top = 385
25
    Width = 1120
26
    Height = 3
27
    Cursor = crVSplit
28
    Align = alBottom
29
    ExplicitTop = 262
30
    ExplicitWidth = 399
31
  end
32
  object PageControl1: TPageControl
33
    Left = 0
34
    Top = 388
35
    Width = 1120
36
    Height = 273
16 daniel-mar 37
    ActivePage = PlaintextTabSheet
2 daniel-mar 38
    Align = alBottom
39
    TabOrder = 0
40
    object PlaintextTabSheet: TTabSheet
41
      Caption = 'Plaintext'
42
      object Memo2: TMemo
43
        Left = 0
44
        Top = 0
45
        Width = 1112
46
        Height = 245
47
        Align = alClient
48
        Font.Charset = ANSI_CHARSET
49
        Font.Color = clWindowText
50
        Font.Height = -11
51
        Font.Name = 'Courier New'
52
        Font.Style = []
53
        ParentFont = False
54
        ReadOnly = True
55
        ScrollBars = ssBoth
56
        TabOrder = 0
5 daniel-mar 57
        OnDblClick = Memo2DblClick
18 daniel-mar 58
        OnKeyDown = Memo2KeyDown
2 daniel-mar 59
      end
60
    end
61
    object HtmlTabSheet: TTabSheet
62
      Caption = 'HTML'
63
      ImageIndex = 1
64
      object WebBrowser1: TWebBrowser
65
        Left = 0
66
        Top = 0
67
        Width = 1112
68
        Height = 245
69
        Align = alClient
70
        TabOrder = 0
5 daniel-mar 71
        OnBeforeNavigate2 = WebBrowser1BeforeNavigate2
2 daniel-mar 72
        ExplicitWidth = 348
73
        ExplicitHeight = 150
74
        ControlData = {
75
          4C000000EE720000521900000000000000000000000000000000000000000000
76
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
8 daniel-mar 77
          2B2E126200000000000000004C0000000114020000000000C000000000000046
2 daniel-mar 78
          8000000000000000000000000000000000000000000000000000000000000000
79
          00000000000000000100000000000000000000000000000000000000}
80
      end
81
    end
82
  end
83
  object PageControl2: TPageControl
84
    Left = 0
5 daniel-mar 85
    Top = 36
2 daniel-mar 86
    Width = 1120
5 daniel-mar 87
    Height = 349
22 daniel-mar 88
    ActivePage = CodeTabsheet
2 daniel-mar 89
    Align = alClient
90
    TabOrder = 1
91
    OnChanging = PageControl2Changing
22 daniel-mar 92
    object CodeTabsheet: TTabSheet
93
      Caption = 'Code'
26 daniel-mar 94
      object Splitter2: TSplitter
27 daniel-mar 95
        Left = 273
26 daniel-mar 96
        Top = 0
97
        Height = 321
27 daniel-mar 98
        ExplicitLeft = 328
99
        ExplicitTop = 32
26 daniel-mar 100
        ExplicitHeight = 100
101
      end
4 daniel-mar 102
      object SynEdit1: TSynEdit
27 daniel-mar 103
        Left = 276
2 daniel-mar 104
        Top = 0
27 daniel-mar 105
        Width = 836
5 daniel-mar 106
        Height = 321
2 daniel-mar 107
        Align = alClient
16 daniel-mar 108
        ActiveLineColor = 14680010
4 daniel-mar 109
        Font.Charset = DEFAULT_CHARSET
2 daniel-mar 110
        Font.Color = clWindowText
4 daniel-mar 111
        Font.Height = -13
2 daniel-mar 112
        Font.Name = 'Courier New'
113
        Font.Style = []
114
        TabOrder = 0
13 daniel-mar 115
        OnMouseWheelDown = SynEdit1MouseWheelDown
116
        OnMouseWheelUp = SynEdit1MouseWheelUp
29 daniel-mar 117
        Gutter.AutoSize = True
4 daniel-mar 118
        Gutter.Font.Charset = DEFAULT_CHARSET
119
        Gutter.Font.Color = clWindowText
120
        Gutter.Font.Height = -11
121
        Gutter.Font.Name = 'Courier New'
122
        Gutter.Font.Style = []
123
        Gutter.ShowLineNumbers = True
29 daniel-mar 124
        Gutter.Gradient = True
125
        Gutter.GradientStartColor = cl3DLight
4 daniel-mar 126
        Highlighter = SynPHPSyn1
5 daniel-mar 127
        Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollByOneLess, eoShowScrollHint, eoTabIndent, eoTrimTrailingSpaces]
24 daniel-mar 128
        SearchEngine = SynEditSearch1
4 daniel-mar 129
        WantTabs = True
30 daniel-mar 130
        OnGutterClick = SynEdit1GutterClick
23 daniel-mar 131
        OnMouseCursor = SynEdit1MouseCursor
4 daniel-mar 132
        FontSmoothing = fsmNone
2 daniel-mar 133
      end
27 daniel-mar 134
      object TreeView1: TTreeView
135
        Left = 0
26 daniel-mar 136
        Top = 0
27 daniel-mar 137
        Width = 273
26 daniel-mar 138
        Height = 321
27 daniel-mar 139
        Align = alLeft
140
        Indent = 19
26 daniel-mar 141
        TabOrder = 1
27 daniel-mar 142
        OnDblClick = TreeView1DblClick
26 daniel-mar 143
      end
2 daniel-mar 144
    end
145
    object HelpTabsheet: TTabSheet
146
      Caption = 'Help'
147
      ImageIndex = 1
148
      object WebBrowser2: TWebBrowser
149
        Left = 0
150
        Top = 0
151
        Width = 1112
5 daniel-mar 152
        Height = 321
2 daniel-mar 153
        Align = alClient
154
        TabOrder = 0
155
        ExplicitWidth = 300
156
        ExplicitHeight = 150
157
        ControlData = {
5 daniel-mar 158
          4C000000EE7200002D2100000000000000000000000000000000000000000000
2 daniel-mar 159
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
8 daniel-mar 160
          2B2E126200000000000000004C0000000114020000000000C000000000000046
2 daniel-mar 161
          8000000000000000000000000000000000000000000000000000000000000000
162
          00000000000000000100000000000000000000000000000000000000}
163
      end
164
    end
165
  end
166
  object Panel1: TPanel
167
    Left = 544
168
    Top = 112
169
    Width = 185
170
    Height = 41
171
    Caption = 'Generating help. Please wait...'
172
    TabOrder = 2
173
    Visible = False
174
  end
5 daniel-mar 175
  object Panel2: TPanel
176
    Left = 0
177
    Top = 0
178
    Width = 1120
179
    Height = 36
180
    Align = alTop
181
    TabOrder = 3
182
    object Button1: TButton
183
      Left = 4
184
      Top = 0
185
      Width = 75
186
      Height = 35
13 daniel-mar 187
      Action = ActionRun
5 daniel-mar 188
      TabOrder = 0
189
    end
190
    object Button2: TButton
15 daniel-mar 191
      Left = 247
5 daniel-mar 192
      Top = 0
193
      Width = 75
194
      Height = 35
13 daniel-mar 195
      Action = ActionHelp
15 daniel-mar 196
      TabOrder = 3
5 daniel-mar 197
    end
198
    object Button3: TButton
15 daniel-mar 199
      Left = 328
5 daniel-mar 200
      Top = 0
201
      Width = 75
202
      Height = 35
13 daniel-mar 203
      Action = ActionGoto
15 daniel-mar 204
      TabOrder = 4
5 daniel-mar 205
    end
13 daniel-mar 206
    object Button4: TButton
15 daniel-mar 207
      Left = 409
13 daniel-mar 208
      Top = 0
209
      Width = 75
210
      Height = 35
211
      Action = ActionFind
15 daniel-mar 212
      TabOrder = 5
13 daniel-mar 213
    end
214
    object Button5: TButton
15 daniel-mar 215
      Left = 490
13 daniel-mar 216
      Top = 0
217
      Width = 75
218
      Height = 35
219
      Action = ActionReplace
15 daniel-mar 220
      TabOrder = 6
13 daniel-mar 221
    end
222
    object Button6: TButton
15 daniel-mar 223
      Left = 571
13 daniel-mar 224
      Top = 0
225
      Width = 75
226
      Height = 35
227
      Action = ActionFindNext
15 daniel-mar 228
      TabOrder = 7
13 daniel-mar 229
    end
230
    object Button7: TButton
15 daniel-mar 231
      Left = 166
232
      Top = -1
13 daniel-mar 233
      Width = 75
234
      Height = 35
235
      Action = ActionSave
15 daniel-mar 236
      TabOrder = 2
237
    end
238
    object Button8: TButton
239
      Left = 85
240
      Top = -1
241
      Width = 75
242
      Height = 35
243
      Action = ActionOpen
13 daniel-mar 244
      TabOrder = 1
245
    end
22 daniel-mar 246
    object Button9: TButton
247
      Left = 652
248
      Top = 0
249
      Width = 75
250
      Height = 35
251
      Action = ActionFindPrev
252
      TabOrder = 8
253
    end
23 daniel-mar 254
    object Button11: TButton
255
      Left = 733
25 daniel-mar 256
      Top = 0
23 daniel-mar 257
      Width = 75
258
      Height = 35
259
      Action = ActionSpaceToTab
260
      TabOrder = 9
261
    end
5 daniel-mar 262
  end
2 daniel-mar 263
  object OpenDialog1: TOpenDialog
264
    DefaultExt = '.chm'
3 daniel-mar 265
    FileName = 'php_manual_en.chm'
2 daniel-mar 266
    Filter = 'Help files (*.chm)|*.chm'
267
    Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
268
    Title = 'Please select your PHP Help file (CHM format)'
269
    Left = 504
270
    Top = 248
271
  end
272
  object OpenDialog3: TOpenDialog
273
    DefaultExt = '.php'
19 daniel-mar 274
    FileName = 'scrap.php'
15 daniel-mar 275
    Filter = 'PHP file (*.php;*.xphp)|*.php;*.xphp|All files (*.*)|*.*'
2 daniel-mar 276
    Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
19 daniel-mar 277
    Title = 'Please select (or create) a scrap file'
2 daniel-mar 278
    Left = 608
279
    Top = 248
280
  end
4 daniel-mar 281
  object SynPHPSyn1: TSynPHPSyn
13 daniel-mar 282
    DefaultFilter = 
283
      'PHP Files (*.php;*.xphp;*.php3;*.phtml;*.inc)|*.php;*.xphp;*.php' +
284
      '3;*.phtml;*.inc'
4 daniel-mar 285
    Options.AutoDetectEnabled = False
286
    Options.AutoDetectLineLimit = 0
287
    Options.Visible = False
288
    CommentAttri.Foreground = 33023
16 daniel-mar 289
    IdentifierAttri.Foreground = 4194304
4 daniel-mar 290
    KeyAttri.Foreground = 4227072
291
    NumberAttri.Foreground = 213
16 daniel-mar 292
    StringAttri.Foreground = 13762560
4 daniel-mar 293
    SymbolAttri.Foreground = 4227072
294
    VariableAttri.Foreground = 213
295
    Left = 72
296
    Top = 80
297
  end
5 daniel-mar 298
  object SynEditFocusTimer: TTimer
299
    Enabled = False
300
    Interval = 500
301
    OnTimer = SynEditFocusTimerTimer
302
    Left = 668
303
    Top = 249
304
  end
13 daniel-mar 305
  object ActionList: TActionList
306
    Left = 252
307
    Top = 276
308
    object ActionFind: TAction
309
      Caption = 'Find'
310
      ShortCut = 16454
311
      OnExecute = ActionFindExecute
312
    end
313
    object ActionReplace: TAction
314
      Caption = 'Replace'
315
      ShortCut = 16456
316
      OnExecute = ActionReplaceExecute
317
    end
318
    object ActionFindNext: TAction
319
      Caption = 'Find next'
320
      ShortCut = 114
321
      OnExecute = ActionFindNextExecute
322
    end
22 daniel-mar 323
    object ActionFindPrev: TAction
324
      Caption = 'Find prev'
325
      ShortCut = 8306
326
      OnExecute = ActionFindPrevExecute
327
    end
13 daniel-mar 328
    object ActionGoto: TAction
329
      Caption = 'Goto line'
330
      ShortCut = 16455
331
      OnExecute = ActionGotoExecute
332
    end
333
    object ActionSave: TAction
334
      Caption = 'Save'
335
      ShortCut = 16467
336
      OnExecute = ActionSaveExecute
337
    end
338
    object ActionHelp: TAction
339
      Caption = 'Help'
340
      ShortCut = 112
341
      OnExecute = ActionHelpExecute
342
    end
343
    object ActionRun: TAction
344
      Caption = 'Run'
345
      ShortCut = 120
346
      OnExecute = ActionRunExecute
347
    end
348
    object ActionESC: TAction
349
      Caption = 'Esc'
350
      ShortCut = 27
351
      OnExecute = ActionESCExecute
352
    end
15 daniel-mar 353
    object ActionOpen: TAction
354
      Caption = 'Open'
355
      ShortCut = 16463
356
      OnExecute = ActionOpenExecute
357
    end
23 daniel-mar 358
    object ActionSpaceToTab: TAction
359
      Caption = 'SpaceToTab'
360
      Hint = 'Converts leading spaces to tabs'
361
      OnExecute = ActionSpaceToTabExecute
362
    end
13 daniel-mar 363
  end
23 daniel-mar 364
  object Timer1: TTimer
365
    Enabled = False
366
    OnTimer = Timer1Timer
367
    Left = 776
368
    Top = 8
369
  end
24 daniel-mar 370
  object SynEditSearch1: TSynEditSearch
371
    Left = 780
372
    Top = 236
373
  end
2 daniel-mar 374
end