-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.dfm
267 lines (267 loc) · 6.18 KB
/
main.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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
object Form2: TForm2
Left = 0
Top = 0
Caption = 'PuTTY Store'
ClientHeight = 554
ClientWidth = 792
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
DesignSize = (
792
554)
PixelsPerInch = 96
TextHeight = 13
object StatusBar1: TStatusBar
Left = 0
Top = 535
Width = 792
Height = 19
Panels = <
item
Width = 200
end>
end
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 792
Height = 536
ActivePage = TabSheet1
Anchors = [akLeft, akTop, akRight, akBottom]
MultiLine = True
TabOrder = 1
TabPosition = tpBottom
TabStop = False
object TabSheet1: TTabSheet
Caption = 'Backupsection'
DesignSize = (
784
510)
object Label1: TLabel
Left = 8
Top = 5
Width = 150
Height = 13
Caption = 'Following Sessions were found:'
end
object puttyItems: TListView
Left = 3
Top = 24
Width = 186
Height = 421
Anchors = [akLeft, akTop, akBottom]
Checkboxes = True
Columns = <>
ReadOnly = True
PopupMenu = ItemsPopup
TabOrder = 0
ViewStyle = vsList
OnSelectItem = puttyItemsSelectItem
end
object Button1: TButton
Left = 3
Top = 451
Width = 186
Height = 25
Align = alCustom
Anchors = [akLeft, akBottom]
Caption = '^ Backup selected ^'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 3
Top = 480
Width = 186
Height = 25
Align = alCustom
Anchors = [akLeft, akBottom]
Caption = 'Export selected >'
TabOrder = 2
OnClick = Button2Click
end
object cbAutosort: TCheckBox
Left = 195
Top = 3
Width = 97
Height = 17
Caption = 'Autosort'
TabOrder = 3
OnClick = cbAutosortClick
end
object SessionDetail: TListView
Left = 195
Top = 24
Width = 586
Height = 481
Hint = 'Rightclick for Groupselection'
Anchors = [akLeft, akTop, akRight, akBottom]
Checkboxes = True
Columns = <
item
Caption = 'Key'
MaxWidth = 200
MinWidth = 200
Width = 200
end
item
Caption = 'Value'
end>
ReadOnly = True
ParentShowHint = False
PopupMenu = SessionPopup
ShowHint = True
TabOrder = 4
ViewStyle = vsReport
OnResize = SessionDetailResize
end
end
end
object ItemsPopup: TPopupMenu
Left = 40
Top = 65528
object InvertSelection1: TMenuItem
Caption = 'Select all'
OnClick = InvertSelection1Click
end
object Deselectall1: TMenuItem
Caption = 'Deselect all'
OnClick = Deselectall1Click
end
object InvertSelection2: TMenuItem
Caption = 'Invert Selection'
OnClick = InvertSelection2Click
end
end
object SaveDialog1: TSaveDialog
Filter = 'Registry Script|*.reg'
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing, ofForceShowHidden]
OptionsEx = [ofExNoPlacesBar]
Left = 8
Top = 65528
end
object SessionPopup: TPopupMenu
Left = 104
Top = 65528
object est1: TMenuItem
Caption = 'Connection Items'
OnClick = est1Click
end
object ProxyItems1: TMenuItem
Caption = 'Proxy Items'
OnClick = ProxyItems1Click
end
object elnetItems1: TMenuItem
Caption = 'Telnet Items'
OnClick = elnetItems1Click
end
object RLoginItems1: TMenuItem
Caption = 'RLogin Items'
OnClick = RLoginItems1Click
end
object SSHItems1: TMenuItem
Caption = 'SSH related Items'
object SSH1: TMenuItem
Caption = 'SSH'
OnClick = SSH1Click
end
object Kex1: TMenuItem
Caption = 'Kex'
OnClick = Kex1Click
end
object Auth1: TMenuItem
Caption = 'Auth'
OnClick = Auth1Click
end
object erminal1: TMenuItem
Caption = 'Terminal'
OnClick = erminal1Click
end
object X111: TMenuItem
Caption = 'X11'
OnClick = X111Click
end
object unnels1: TMenuItem
Caption = 'Tunnels'
OnClick = unnels1Click
end
object N2: TMenuItem
Caption = '-'
end
object AllItems2: TMenuItem
Caption = 'All Items'
OnClick = AllItems2Click
end
end
object SerialItems1: TMenuItem
Caption = 'Serial Items'
OnClick = SerialItems1Click
end
object N1: TMenuItem
Caption = '-'
end
object LogItems1: TMenuItem
Caption = 'Log Items'
OnClick = LogItems1Click
end
object N3: TMenuItem
Caption = '-'
end
object WindowAppearance1: TMenuItem
Caption = 'Window && Appearance'
OnClick = WindowAppearance1Click
end
object N5: TMenuItem
Caption = '-'
end
object AllItems1: TMenuItem
Caption = 'All Items'
OnClick = AllItems1Click
end
end
object MainMenu1: TMainMenu
Left = 72
Top = 65528
object Close1: TMenuItem
Caption = 'File'
object BackupPuTTYsessions1: TMenuItem
Caption = 'Backup PuTTY sessions'
OnClick = BackupPuTTYsessions1Click
end
object ImportXMLserverdata1: TMenuItem
Caption = 'Import XML serverdata'
OnClick = ImportXMLserverdata1Click
end
object N6: TMenuItem
Caption = '-'
end
object Close2: TMenuItem
Caption = 'Close'
OnClick = Close2Click
end
end
object Help1: TMenuItem
Caption = 'Help'
object ViewQuickstart1: TMenuItem
Caption = 'View Quickstart'
OnClick = ViewQuickstart1Click
end
object N4: TMenuItem
Caption = '-'
end
object About1: TMenuItem
Caption = 'About'
OnClick = About1Click
end
end
end
end