Subversion Repositories fastphp

Rev

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

Rev 44 Rev 45
Line 59... Line 59...
59
      end
59
      end
60
    end
60
    end
61
    object HtmlTabSheet: TTabSheet
61
    object HtmlTabSheet: TTabSheet
62
      Caption = 'HTML'
62
      Caption = 'HTML'
63
      ImageIndex = 1
63
      ImageIndex = 1
64
      ExplicitLeft = 0
-
 
65
      ExplicitTop = 0
-
 
66
      ExplicitWidth = 0
-
 
67
      ExplicitHeight = 0
-
 
68
      object WebBrowser1: TWebBrowser
64
      object WebBrowser1: TWebBrowser
69
        Left = 0
65
        Left = 0
70
        Top = 0
66
        Top = 0
71
        Width = 1112
67
        Width = 1112
72
        Height = 245
68
        Height = 245
Line 180... Line 176...
180
      end
176
      end
181
    end
177
    end
182
    object HelpTabsheet: TTabSheet
178
    object HelpTabsheet: TTabSheet
183
      Caption = 'Help'
179
      Caption = 'Help'
184
      ImageIndex = 1
180
      ImageIndex = 1
185
      ExplicitLeft = 0
-
 
186
      ExplicitTop = 0
-
 
187
      ExplicitWidth = 0
-
 
188
      ExplicitHeight = 0
-
 
189
      object WebBrowser2: TWebBrowser
181
      object WebBrowser2: TWebBrowser
190
        Left = 0
182
        Left = 0
191
        Top = 0
183
        Top = 0
192
        Width = 1112
184
        Width = 1112
193
        Height = 321
185
        Height = 321
Line 224... Line 216...
224
      Left = 4
216
      Left = 4
225
      Top = 0
217
      Top = 0
226
      Width = 75
218
      Width = 75
227
      Height = 35
219
      Height = 35
228
      Action = ActionRun
220
      Action = ActionRun
-
 
221
      PopupMenu = RunPopup
229
      TabOrder = 0
222
      TabOrder = 0
230
    end
223
    end
231
    object Button2: TButton
224
    object Button2: TButton
232
      Left = 247
225
      Left = 247
233
      Top = 0
226
      Top = 0
Line 346... Line 339...
346
  end
339
  end
347
  object SynEditFocusTimer: TTimer
340
  object SynEditFocusTimer: TTimer
348
    Enabled = False
341
    Enabled = False
349
    Interval = 500
342
    Interval = 500
350
    OnTimer = SynEditFocusTimerTimer
343
    OnTimer = SynEditFocusTimerTimer
351
    Left = 668
344
    Left = 692
352
    Top = 249
345
    Top = 249
353
  end
346
  end
354
  object ActionList: TActionList
347
  object ActionList: TActionList
355
    Left = 252
348
    Left = 132
356
    Top = 276
349
    Top = 252
357
    object ActionFind: TAction
350
    object ActionFind: TAction
358
      Caption = 'Find'
351
      Caption = 'Find'
359
      ShortCut = 16454
352
      ShortCut = 16454
360
      OnExecute = ActionFindExecute
353
      OnExecute = ActionFindExecute
361
    end
354
    end
Line 392... Line 385...
392
    object ActionRun: TAction
385
    object ActionRun: TAction
393
      Caption = 'Run'
386
      Caption = 'Run'
394
      ShortCut = 120
387
      ShortCut = 120
395
      OnExecute = ActionRunExecute
388
      OnExecute = ActionRunExecute
396
    end
389
    end
-
 
390
    object ActionRunConsole: TAction
-
 
391
      Caption = 'Run in console'
-
 
392
      ShortCut = 8312
-
 
393
      OnExecute = ActionRunConsoleExecute
-
 
394
    end
397
    object ActionESC: TAction
395
    object ActionESC: TAction
398
      Caption = 'Esc'
396
      Caption = 'Esc'
399
      ShortCut = 27
397
      ShortCut = 27
400
      OnExecute = ActionESCExecute
398
      OnExecute = ActionESCExecute
401
    end
399
    end
Line 419... Line 417...
419
    OnTimer = Timer1Timer
417
    OnTimer = Timer1Timer
420
    Left = 776
418
    Left = 776
421
    Top = 8
419
    Top = 8
422
  end
420
  end
423
  object SynEditSearch1: TSynEditSearch
421
  object SynEditSearch1: TSynEditSearch
424
    Left = 780
422
    Left = 788
425
    Top = 236
423
    Top = 252
426
  end
424
  end
427
  object ImageList1: TImageList
425
  object ImageList1: TImageList
428
    Left = 92
426
    Left = 92
429
    Top = 180
427
    Top = 180
430
  end
428
  end
-
 
429
  object RunPopup: TPopupMenu
-
 
430
    Left = 60
-
 
431
    Top = 4
-
 
432
    object OpeninIDE1: TMenuItem
-
 
433
      Action = ActionRun
-
 
434
      Default = True
-
 
435
    end
-
 
436
    object Runinconsole1: TMenuItem
-
 
437
      Action = ActionRunConsole
-
 
438
    end
-
 
439
  end
431
end
440
end