Subversion Repositories fastphp

Rev

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

Rev 80 Rev 83
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 188... Line 184...
188
      end
184
      end
189
    end
185
    end
190
    object HelpTabsheet: TTabSheet
186
    object HelpTabsheet: TTabSheet
191
      Caption = 'Help'
187
      Caption = 'Help'
192
      ImageIndex = 1
188
      ImageIndex = 1
193
      ExplicitLeft = 0
-
 
194
      ExplicitTop = 0
-
 
195
      ExplicitWidth = 0
-
 
196
      ExplicitHeight = 0
-
 
197
      object WebBrowser2: TWebBrowser
189
      object WebBrowser2: TWebBrowser
198
        Left = 0
190
        Left = 0
199
        Top = 0
191
        Top = 0
200
        Width = 1112
192
        Width = 1112
201
        Height = 321
193
        Height = 321
Line 863... Line 855...
863
    Interval = 100
855
    Interval = 100
864
    OnTimer = StartUpTimerTimer
856
    OnTimer = StartUpTimerTimer
865
    Left = 712
857
    Left = 712
866
    Top = 56
858
    Top = 56
867
  end
859
  end
-
 
860
  object FileModTimer: TTimer
-
 
861
    Enabled = False
-
 
862
    OnTimer = FileModTimerTimer
-
 
863
    Left = 356
-
 
864
    Top = 276
-
 
865
  end
868
end
866
end