-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAcrylicUIMain.dfm
207 lines (207 loc) · 6.03 KB
/
AcrylicUIMain.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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
object MainForm: TMainForm
Left = 298
Top = 136
Width = 800
Height = 480
Caption = 'Acrylic DNS Proxy UI'
Color = clBtnFace
Constraints.MinHeight = 480
Constraints.MinWidth = 800
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu
OldCreateOrder = False
Position = poDefault
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object StatusBar: TStatusBar
Left = 0
Top = 398
Width = 784
Height = 23
Panels = <>
SimplePanel = True
SizeGrip = False
end
object Memo: TMemo
Left = 0
Top = 0
Width = 784
Height = 398
Align = alClient
Ctl3D = False
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentCtl3D = False
ParentFont = False
ScrollBars = ssVertical
TabOrder = 1
Visible = False
WantTabs = True
end
object MainMenu: TMainMenu
AutoHotkeys = maManual
Left = 3
Top = 4
object FileMainMenuItem: TMenuItem
Caption = '&File'
object FileOpenMainMenuItem: TMenuItem
Caption = '&Open...'
ShortCut = 16463
OnClick = FileOpenMainMenuItemClick
end
object FileOpenAcrylicConfigurationMainMenuItem: TMenuItem
Caption = 'Open Acrylic &Configuration'
ShortCut = 16496
OnClick = FileOpenAcrylicConfigurationMainMenuItemClick
end
object FileOpenAcrylicHostsMainMenuItem: TMenuItem
Caption = 'Open Acrylic &Hosts'
ShortCut = 16497
OnClick = FileOpenAcrylicHostsMainMenuItemClick
end
object N1: TMenuItem
Caption = '-'
end
object FileSaveMainMenuItem: TMenuItem
Caption = '&Save'
Enabled = False
ShortCut = 16467
OnClick = FileSaveMainMenuItemClick
end
object N2: TMenuItem
Caption = '-'
end
object FileExitMainMenuItem: TMenuItem
Caption = 'E&xit'
ShortCut = 32883
OnClick = FileExitMainMenuItemClick
end
end
object ActionsMainMenuItem: TMenuItem
Caption = '&Actions'
object ActionsInstallAcrylicServiceMainMenuItem: TMenuItem
Caption = '&Install Acrylic Service'
OnClick = ActionsInstallAcrylicServiceMainMenuItemClick
end
object ActionsUninstallAcrylicServiceMainMenuItem: TMenuItem
Caption = '&Uninstall Acrylic Service'
OnClick = ActionsUninstallAcrylicServiceMainMenuItemClick
end
object N7: TMenuItem
Caption = '-'
end
object ActionsStartAcrylicServiceMainMenuItem: TMenuItem
Caption = 'St&art Acrylic Service'
Enabled = False
OnClick = ActionsStartAcrylicServiceMainMenuItemClick
end
object ActionsStopAcrylicServiceMainMenuItem: TMenuItem
Caption = 'St&op Acrylic Service'
Enabled = False
OnClick = ActionsStopAcrylicServiceMainMenuItemClick
end
object ActionsRestartAcrylicServiceMainMenuItem: TMenuItem
Caption = '&Restart Acrylic Service'
Enabled = False
OnClick = ActionsRestartAcrylicServiceMainMenuItemClick
end
object N3: TMenuItem
Caption = '-'
end
object ActionsPurgeAcrylicCacheDataMainMenuItem: TMenuItem
Caption = '&Purge Acrylic Cache Data'
OnClick = ActionsPurgeAcrylicCacheDataMainMenuItemClick
end
object N4: TMenuItem
Caption = '-'
end
object ActionsActivateAcrylicDebugLogMainMenuItem: TMenuItem
Caption = 'A&ctivate Acrylic Debug Log'
Enabled = False
OnClick = ActionsActivateAcrylicDebugLogMainMenuItemClick
end
object ActionsDeactivateAcrylicDebugLogMainMenuItem: TMenuItem
Caption = 'D&eactivate Acrylic Debug Log'
Enabled = False
OnClick = ActionsDeactivateAcrylicDebugLogMainMenuItemClick
end
object N5: TMenuItem
Caption = '-'
end
object ActionsViewCurrentAcrylicDebugLogMainMenuItem: TMenuItem
Caption = 'View Current Acrylic De&bug Log'
Enabled = False
OnClick = ActionsViewCurrentAcrylicDebugLogMainMenuItemClick
end
object N9: TMenuItem
Caption = '-'
end
object ActionsOpenAcrylicFolderinFileExplorerMainMenuItem: TMenuItem
Caption = 'Open Acrylic &Folder in File Explorer'
OnClick = ActionsOpenAcrylicFolderinFileExplorerMainMenuItemClick
end
end
object SettingsMainMenuItem: TMenuItem
Caption = '&Settings'
object SettingsSetEditorFontMainMenuItem: TMenuItem
Caption = 'Set Editor &Font...'
OnClick = SettingsSetEditorFontMainMenuItemClick
end
end
object ToolsMainMenuItem: TMenuItem
Caption = '&Tools'
object ToolsRegExTesterMainMenuItem: TMenuItem
Caption = '&RegEx Tester'
OnClick = ToolsRegExTesterMainMenuItemClick
end
object ToolsDomainNameAffinityMaskTesterMainMenuItem: TMenuItem
Caption = '&Domain Name Affinity Mask Tester'
OnClick = ToolsDomainNameAffinityMaskTesterMainMenuItemClick
end
end
object HelpMainMenuItem: TMenuItem
Caption = '&Help'
object HelpAcrylicHomePageMainMenuItem: TMenuItem
Caption = 'Acrylic &Home Page'
OnClick = HelpAcrylicHomePageMainMenuItemClick
end
object N6: TMenuItem
Caption = '-'
end
object HelpAboutAcrylicMainMenuItem: TMenuItem
Caption = '&About Acrylic'
OnClick = HelpAboutAcrylicMainMenuItemClick
end
end
end
object Timer: TTimer
Interval = 500
OnTimer = TimerTimer
Left = 33
Top = 4
end
object FontDialog: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Left = 63
Top = 4
end
object OpenDialog: TOpenDialog
Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
Left = 93
Top = 4
end
end