-
Notifications
You must be signed in to change notification settings - Fork 6
/
frameEditSite.dfm
135 lines (135 loc) · 2.58 KB
/
frameEditSite.dfm
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
object Frame1: TFrame1
Left = 0
Top = 0
Width = 574
Height = 440
TabOrder = 0
DesignSize = (
574
440)
object svgIcon: TSkSvg
Left = 493
Top = 16
Width = 64
Height = 64
Anchors = [akTop, akRight]
ExplicitLeft = 424
end
object lblName: TLabeledEdit
Left = 16
Top = 32
Width = 185
Height = 23
EditLabel.Width = 35
EditLabel.Height = 15
EditLabel.Caption = 'Name:'
TabOrder = 0
Text = ''
end
object lblURL: TLabeledEdit
Left = 16
Top = 80
Width = 297
Height = 23
EditLabel.Width = 24
EditLabel.Height = 15
EditLabel.Caption = 'URL:'
TabOrder = 1
Text = ''
end
object lblAltURL: TLabeledEdit
Left = 16
Top = 128
Width = 297
Height = 23
EditLabel.Width = 161
EditLabel.Height = 15
EditLabel.Caption = 'Alternate URL: (if primary fails)'
TabOrder = 2
Text = ''
end
object btnSearchSVG: TButton
Left = 493
Top = 86
Width = 64
Height = 27
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 3
OnClick = btnSearchSVGClick
end
object ckUserScript: TCheckBox
Left = 16
Top = 205
Width = 137
Height = 17
Caption = 'Enable UserScripts'
TabOrder = 4
end
object ckUserStyle: TCheckBox
Left = 324
Top = 205
Width = 137
Height = 17
Anchors = [akTop, akRight]
Caption = 'Enable UserStyles'
TabOrder = 5
end
object ckEnabled: TCheckBox
Left = 16
Top = 388
Width = 137
Height = 17
Anchors = [akLeft, akBottom]
Caption = 'Enabled'
TabOrder = 6
end
object txtUserScript: TMemo
Left = 16
Top = 228
Width = 233
Height = 136
TabOrder = 7
end
object txtUserStyle: TMemo
Left = 324
Top = 220
Width = 233
Height = 136
Anchors = [akTop, akRight]
TabOrder = 8
end
object btnCancel: TButton
Left = 401
Top = 412
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = '&Cancel'
TabOrder = 9
end
object btnOK: TButton
Left = 482
Top = 412
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = 'OK'
TabOrder = 10
end
object lblUA: TLabeledEdit
Left = 16
Top = 176
Width = 297
Height = 23
EditLabel.Width = 103
EditLabel.Height = 15
EditLabel.Caption = 'Custom User Agent'
TabOrder = 11
Text = ''
end
object openSVG: TOpenDialog
Left = 328
Top = 48
end
end