-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHttpCheckMainFrm.dfm
More file actions
80 lines (80 loc) · 1.87 KB
/
HttpCheckMainFrm.dfm
File metadata and controls
80 lines (80 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
object HttpCheckMainForm: THttpCheckMainForm
Left = 396
Top = 610
Width = 658
Height = 263
Caption = 'HTTP Check'
Color = clAppWorkSpace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIForm
Menu = MainMenu
OldCreateOrder = False
Position = poDefault
WindowMenu = Windows1
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object MainMenu: TMainMenu
Left = 192
Top = 8
object File1: TMenuItem
Caption = '&File'
object Exit1: TMenuItem
Caption = 'E&xit'
OnClick = Exit1Click
end
end
object View1: TMenuItem
Caption = '&View/Tests'
object HTTP1: TMenuItem
Caption = 'HTTP'
OnClick = HTTP1Click
end
object HTTPTimes: TMenuItem
Caption = 'HTTP Times'
OnClick = HTTPTimesClick
end
object HTTPCharts: TMenuItem
Caption = 'HTTP Charts'
OnClick = HTTPChartsClick
end
object HTTPAutochecks: TMenuItem
Caption = 'HTTP Autochecks'
OnClick = HTTPAutochecksClick
end
object N1: TMenuItem
Caption = '-'
end
object WebTests: TMenuItem
Caption = 'Web Tests'
OnClick = WebTestsClick
end
end
object Windows1: TMenuItem
Caption = '&Windows'
object ArrangeVertical1: TMenuItem
Caption = 'Arrange &Vertical'
OnClick = ArrangeVertical1Click
end
object ArrangeHorizontal1: TMenuItem
Caption = 'Arrange &Horizontal'
OnClick = ArrangeHorizontal1Click
end
object Cascade1: TMenuItem
Caption = '&Cascade'
OnClick = Cascade1Click
end
object N3: TMenuItem
Caption = '-'
end
end
object Info1: TMenuItem
Caption = 'Info!'
OnClick = Info1Click
end
end
end