source: trunk/Packages/CoolWeb/WebServer/TurboPowerForm.lfm

Last change on this file was 151, checked in by chronos, 5 months ago
File size: 1.6 KB
Line 
1object FormWebBrowser: TFormWebBrowser
2 Left = 402
3 Height = 417
4 Top = 194
5 Width = 460
6 Caption = 'Web browser'
7 ClientHeight = 417
8 ClientWidth = 460
9 OnClose = FormClose
10 LCLVersion = '1.1'
11 object IpHtmlPanel1: TIpHtmlPanel
12 Left = 0
13 Height = 370
14 Top = 26
15 Width = 460
16 Align = alClient
17 DataProvider = IpFileDataProvider1
18 FixedTypeface = 'Courier New'
19 DefaultTypeFace = 'default'
20 DefaultFontSize = 12
21 FlagErrors = False
22 PrintSettings.MarginLeft = 0.5
23 PrintSettings.MarginTop = 0.5
24 PrintSettings.MarginRight = 0.5
25 PrintSettings.MarginBottom = 0.5
26 TabOrder = 0
27 end
28 object ToolBar1: TToolBar
29 Left = 0
30 Height = 26
31 Top = 0
32 Width = 460
33 Caption = 'ToolBar1'
34 TabOrder = 1
35 object ToolButton1: TToolButton
36 Left = 1
37 Top = 2
38 Action = AReloadPage
39 end
40 object ToolButton2: TToolButton
41 Left = 24
42 Top = 2
43 Action = AShowSource
44 end
45 object EditAddress: TEdit
46 Left = 47
47 Height = 27
48 Top = 2
49 Width = 201
50 TabOrder = 0
51 end
52 end
53 object StatusBar1: TStatusBar
54 Left = 0
55 Height = 21
56 Top = 396
57 Width = 460
58 Panels = <>
59 end
60 object ActionList1: TActionList
61 left = 307
62 top = 132
63 object AReloadPage: TAction
64 Caption = 'Reload page'
65 Hint = 'Reload page'
66 end
67 object AShowSource: TAction
68 Caption = 'Show source'
69 Hint = 'Show source'
70 OnExecute = AShowSourceExecute
71 end
72 end
73 object IpFileDataProvider1: TIpFileDataProvider
74 left = 112
75 top = 172
76 end
77end
Note: See TracBrowser for help on using the repository browser.