@@ -32,8 +32,6 @@ public partial class AgsGetPane : EditorContentPanel
32
32
private Button button_UpdateIndex ;
33
33
private Button button_GetPackage ;
34
34
private TextBox textBox_LockFile ;
35
- private Button button_AddPackage ;
36
- private Button button_RemovePackage ;
37
35
private TabControl tabControl1 ;
38
36
private TabPage tabPage1 ;
39
37
private TabPage tabPage2 ;
@@ -77,15 +75,13 @@ private void InitializeComponent()
77
75
this . label_selectedPackageAuthor = new System . Windows . Forms . Label ( ) ;
78
76
this . label_selectedPackageName = new System . Windows . Forms . Label ( ) ;
79
77
this . flowLayoutPanel1 = new System . Windows . Forms . FlowLayoutPanel ( ) ;
78
+ this . button_UninstallPackage = new System . Windows . Forms . Button ( ) ;
80
79
this . label1 = new System . Windows . Forms . Label ( ) ;
81
80
this . button_UpdateIndex = new System . Windows . Forms . Button ( ) ;
82
81
this . button_GetPackage = new System . Windows . Forms . Button ( ) ;
83
- this . button_AddPackage = new System . Windows . Forms . Button ( ) ;
84
- this . button_RemovePackage = new System . Windows . Forms . Button ( ) ;
85
82
this . textBox_searchQuery = new System . Windows . Forms . TextBox ( ) ;
86
83
this . fileSystemWatcher_LockFile = new System . IO . FileSystemWatcher ( ) ;
87
84
this . fileSystemWatcher_Manifest = new System . IO . FileSystemWatcher ( ) ;
88
- this . button_UninstallPackage = new System . Windows . Forms . Button ( ) ;
89
85
this . groupBox2 . SuspendLayout ( ) ;
90
86
( ( System . ComponentModel . ISupportInitialize ) ( this . splitContainer1 ) ) . BeginInit ( ) ;
91
87
this . splitContainer1 . Panel1 . SuspendLayout ( ) ;
@@ -115,7 +111,7 @@ private void InitializeComponent()
115
111
this . listBox_packagesResults . Location = new System . Drawing . Point ( 0 , 13 ) ;
116
112
this . listBox_packagesResults . MinimumSize = new System . Drawing . Size ( 4 , 200 ) ;
117
113
this . listBox_packagesResults . Name = "listBox_packagesResults" ;
118
- this . listBox_packagesResults . Size = new System . Drawing . Size ( 332 , 199 ) ;
114
+ this . listBox_packagesResults . Size = new System . Drawing . Size ( 326 , 199 ) ;
119
115
this . listBox_packagesResults . Sorted = true ;
120
116
this . listBox_packagesResults . TabIndex = 2 ;
121
117
this . listBox_packagesResults . SelectedIndexChanged += new System . EventHandler ( this . listBox_packagesResults_SelectedIndexChanged ) ;
@@ -136,7 +132,7 @@ private void InitializeComponent()
136
132
this . listBox_packagesInstalled . Location = new System . Drawing . Point ( 0 , 225 ) ;
137
133
this . listBox_packagesInstalled . MinimumSize = new System . Drawing . Size ( 60 , 60 ) ;
138
134
this . listBox_packagesInstalled . Name = "listBox_packagesInstalled" ;
139
- this . listBox_packagesInstalled . Size = new System . Drawing . Size ( 332 , 56 ) ;
135
+ this . listBox_packagesInstalled . Size = new System . Drawing . Size ( 326 , 56 ) ;
140
136
this . listBox_packagesInstalled . TabIndex = 2 ;
141
137
this . listBox_packagesInstalled . SelectedIndexChanged += new System . EventHandler ( this . listBox_packagesInstalled_SelectedIndexChanged ) ;
142
138
//
@@ -148,7 +144,7 @@ private void InitializeComponent()
148
144
this . textBox_ConsoleOut . Name = "textBox_ConsoleOut" ;
149
145
this . textBox_ConsoleOut . ReadOnly = true ;
150
146
this . textBox_ConsoleOut . ScrollBars = System . Windows . Forms . ScrollBars . Vertical ;
151
- this . textBox_ConsoleOut . Size = new System . Drawing . Size ( 1007 , 89 ) ;
147
+ this . textBox_ConsoleOut . Size = new System . Drawing . Size ( 990 , 89 ) ;
152
148
this . textBox_ConsoleOut . TabIndex = 1 ;
153
149
//
154
150
// button_InstallPackage
@@ -170,7 +166,7 @@ private void InitializeComponent()
170
166
this . groupBox2 . Dock = System . Windows . Forms . DockStyle . Top ;
171
167
this . groupBox2 . Location = new System . Drawing . Point ( 0 , 0 ) ;
172
168
this . groupBox2 . Name = "groupBox2" ;
173
- this . groupBox2 . Size = new System . Drawing . Size ( 1007 , 539 ) ;
169
+ this . groupBox2 . Size = new System . Drawing . Size ( 990 , 539 ) ;
174
170
this . groupBox2 . TabIndex = 0 ;
175
171
this . groupBox2 . TabStop = false ;
176
172
this . groupBox2 . Text = "AgsGet Package Search" ;
@@ -199,8 +195,8 @@ private void InitializeComponent()
199
195
this . splitContainer1 . Panel2 . Controls . Add ( this . label_selectedPackageAuthor ) ;
200
196
this . splitContainer1 . Panel2 . Controls . Add ( this . label_selectedPackageName ) ;
201
197
this . splitContainer1 . Panel2 . Controls . Add ( this . flowLayoutPanel1 ) ;
202
- this . splitContainer1 . Size = new System . Drawing . Size ( 1001 , 500 ) ;
203
- this . splitContainer1 . SplitterDistance = 332 ;
198
+ this . splitContainer1 . Size = new System . Drawing . Size ( 984 , 500 ) ;
199
+ this . splitContainer1 . SplitterDistance = 326 ;
204
200
this . splitContainer1 . TabIndex = 2 ;
205
201
//
206
202
// tabControl1
@@ -212,7 +208,7 @@ private void InitializeComponent()
212
208
this . tabControl1 . MinimumSize = new System . Drawing . Size ( 0 , 140 ) ;
213
209
this . tabControl1 . Name = "tabControl1" ;
214
210
this . tabControl1 . SelectedIndex = 0 ;
215
- this . tabControl1 . Size = new System . Drawing . Size ( 332 , 219 ) ;
211
+ this . tabControl1 . Size = new System . Drawing . Size ( 326 , 219 ) ;
216
212
this . tabControl1 . TabIndex = 5 ;
217
213
//
218
214
// tabPage1
@@ -221,7 +217,7 @@ private void InitializeComponent()
221
217
this . tabPage1 . Location = new System . Drawing . Point ( 4 , 22 ) ;
222
218
this . tabPage1 . Name = "tabPage1" ;
223
219
this . tabPage1 . Padding = new System . Windows . Forms . Padding ( 3 ) ;
224
- this . tabPage1 . Size = new System . Drawing . Size ( 324 , 193 ) ;
220
+ this . tabPage1 . Size = new System . Drawing . Size ( 318 , 193 ) ;
225
221
this . tabPage1 . TabIndex = 0 ;
226
222
this . tabPage1 . Text = "LockFile" ;
227
223
this . tabPage1 . UseVisualStyleBackColor = true ;
@@ -235,7 +231,7 @@ private void InitializeComponent()
235
231
this . textBox_LockFile . Name = "textBox_LockFile" ;
236
232
this . textBox_LockFile . ReadOnly = true ;
237
233
this . textBox_LockFile . ScrollBars = System . Windows . Forms . ScrollBars . Both ;
238
- this . textBox_LockFile . Size = new System . Drawing . Size ( 318 , 187 ) ;
234
+ this . textBox_LockFile . Size = new System . Drawing . Size ( 312 , 187 ) ;
239
235
this . textBox_LockFile . TabIndex = 4 ;
240
236
//
241
237
// tabPage2
@@ -244,7 +240,7 @@ private void InitializeComponent()
244
240
this . tabPage2 . Location = new System . Drawing . Point ( 4 , 22 ) ;
245
241
this . tabPage2 . Name = "tabPage2" ;
246
242
this . tabPage2 . Padding = new System . Windows . Forms . Padding ( 3 ) ;
247
- this . tabPage2 . Size = new System . Drawing . Size ( 330 , 193 ) ;
243
+ this . tabPage2 . Size = new System . Drawing . Size ( 324 , 193 ) ;
248
244
this . tabPage2 . TabIndex = 1 ;
249
245
this . tabPage2 . Text = "ManifestFile" ;
250
246
this . tabPage2 . UseVisualStyleBackColor = true ;
@@ -258,7 +254,7 @@ private void InitializeComponent()
258
254
this . textBox_ManifestFile . Name = "textBox_ManifestFile" ;
259
255
this . textBox_ManifestFile . ReadOnly = true ;
260
256
this . textBox_ManifestFile . ScrollBars = System . Windows . Forms . ScrollBars . Both ;
261
- this . textBox_ManifestFile . Size = new System . Drawing . Size ( 324 , 187 ) ;
257
+ this . textBox_ManifestFile . Size = new System . Drawing . Size ( 318 , 187 ) ;
262
258
this . textBox_ManifestFile . TabIndex = 0 ;
263
259
//
264
260
// textBox_selectedPackageText
@@ -270,7 +266,7 @@ private void InitializeComponent()
270
266
this . textBox_selectedPackageText . Multiline = true ;
271
267
this . textBox_selectedPackageText . Name = "textBox_selectedPackageText" ;
272
268
this . textBox_selectedPackageText . ReadOnly = true ;
273
- this . textBox_selectedPackageText . Size = new System . Drawing . Size ( 665 , 60 ) ;
269
+ this . textBox_selectedPackageText . Size = new System . Drawing . Size ( 654 , 60 ) ;
274
270
this . textBox_selectedPackageText . TabIndex = 7 ;
275
271
//
276
272
// label_selectedPackageDepends
@@ -333,14 +329,23 @@ private void InitializeComponent()
333
329
this . flowLayoutPanel1 . Controls . Add ( this . label1 ) ;
334
330
this . flowLayoutPanel1 . Controls . Add ( this . button_UpdateIndex ) ;
335
331
this . flowLayoutPanel1 . Controls . Add ( this . button_GetPackage ) ;
336
- this . flowLayoutPanel1 . Controls . Add ( this . button_AddPackage ) ;
337
- this . flowLayoutPanel1 . Controls . Add ( this . button_RemovePackage ) ;
338
332
this . flowLayoutPanel1 . Dock = System . Windows . Forms . DockStyle . Top ;
339
333
this . flowLayoutPanel1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
340
334
this . flowLayoutPanel1 . Name = "flowLayoutPanel1" ;
341
- this . flowLayoutPanel1 . Size = new System . Drawing . Size ( 665 , 31 ) ;
335
+ this . flowLayoutPanel1 . Size = new System . Drawing . Size ( 654 , 31 ) ;
342
336
this . flowLayoutPanel1 . TabIndex = 0 ;
343
337
//
338
+ // button_UninstallPackage
339
+ //
340
+ this . button_UninstallPackage . AutoSize = true ;
341
+ this . button_UninstallPackage . Location = new System . Drawing . Point ( 120 , 3 ) ;
342
+ this . button_UninstallPackage . Name = "button_UninstallPackage" ;
343
+ this . button_UninstallPackage . Size = new System . Drawing . Size ( 103 , 23 ) ;
344
+ this . button_UninstallPackage . TabIndex = 8 ;
345
+ this . button_UninstallPackage . Text = "Uninstall Package" ;
346
+ this . button_UninstallPackage . UseVisualStyleBackColor = true ;
347
+ this . button_UninstallPackage . Click += new System . EventHandler ( this . button_UninstallPackage_Click ) ;
348
+ //
344
349
// label1
345
350
//
346
351
this . label1 . AutoSize = true ;
@@ -367,40 +372,18 @@ private void InitializeComponent()
367
372
this . button_GetPackage . Enabled = false ;
368
373
this . button_GetPackage . Location = new System . Drawing . Point ( 350 , 3 ) ;
369
374
this . button_GetPackage . Name = "button_GetPackage" ;
370
- this . button_GetPackage . Size = new System . Drawing . Size ( 80 , 23 ) ;
375
+ this . button_GetPackage . Size = new System . Drawing . Size ( 147 , 23 ) ;
371
376
this . button_GetPackage . TabIndex = 5 ;
372
- this . button_GetPackage . Text = "Get Package" ;
377
+ this . button_GetPackage . Text = "Update Package on Cache " ;
373
378
this . button_GetPackage . UseVisualStyleBackColor = true ;
374
379
this . button_GetPackage . Click += new System . EventHandler ( this . button_GetPackage_Click ) ;
375
380
//
376
- // button_AddPackage
377
- //
378
- this . button_AddPackage . AutoSize = true ;
379
- this . button_AddPackage . Location = new System . Drawing . Point ( 436 , 3 ) ;
380
- this . button_AddPackage . Name = "button_AddPackage" ;
381
- this . button_AddPackage . Size = new System . Drawing . Size ( 82 , 23 ) ;
382
- this . button_AddPackage . TabIndex = 6 ;
383
- this . button_AddPackage . Text = "Add Package" ;
384
- this . button_AddPackage . UseVisualStyleBackColor = true ;
385
- this . button_AddPackage . Click += new System . EventHandler ( this . button_AddPackage_Click ) ;
386
- //
387
- // button_RemovePackage
388
- //
389
- this . button_RemovePackage . AutoSize = true ;
390
- this . button_RemovePackage . Location = new System . Drawing . Point ( 524 , 3 ) ;
391
- this . button_RemovePackage . Name = "button_RemovePackage" ;
392
- this . button_RemovePackage . Size = new System . Drawing . Size ( 103 , 23 ) ;
393
- this . button_RemovePackage . TabIndex = 7 ;
394
- this . button_RemovePackage . Text = "Remove Package" ;
395
- this . button_RemovePackage . UseVisualStyleBackColor = true ;
396
- this . button_RemovePackage . Click += new System . EventHandler ( this . button_RemovePackage_Click ) ;
397
- //
398
381
// textBox_searchQuery
399
382
//
400
383
this . textBox_searchQuery . Dock = System . Windows . Forms . DockStyle . Top ;
401
384
this . textBox_searchQuery . Location = new System . Drawing . Point ( 3 , 16 ) ;
402
385
this . textBox_searchQuery . Name = "textBox_searchQuery" ;
403
- this . textBox_searchQuery . Size = new System . Drawing . Size ( 1001 , 20 ) ;
386
+ this . textBox_searchQuery . Size = new System . Drawing . Size ( 984 , 20 ) ;
404
387
this . textBox_searchQuery . TabIndex = 1 ;
405
388
this . textBox_searchQuery . KeyPress += new System . Windows . Forms . KeyPressEventHandler ( this . textBox_searchQuery_KeyPress ) ;
406
389
//
@@ -418,17 +401,6 @@ private void InitializeComponent()
418
401
this . fileSystemWatcher_Manifest . SynchronizingObject = this ;
419
402
this . fileSystemWatcher_Manifest . Changed += new System . IO . FileSystemEventHandler ( this . fileSystemWatcher_Manifest_Changed ) ;
420
403
//
421
- // button_UninstallPackage
422
- //
423
- this . button_UninstallPackage . AutoSize = true ;
424
- this . button_UninstallPackage . Location = new System . Drawing . Point ( 120 , 3 ) ;
425
- this . button_UninstallPackage . Name = "button_UninstallPackage" ;
426
- this . button_UninstallPackage . Size = new System . Drawing . Size ( 103 , 23 ) ;
427
- this . button_UninstallPackage . TabIndex = 8 ;
428
- this . button_UninstallPackage . Text = "Uninstall Package" ;
429
- this . button_UninstallPackage . UseVisualStyleBackColor = true ;
430
- this . button_UninstallPackage . Click += new System . EventHandler ( this . button_UninstallPackage_Click ) ;
431
- //
432
404
// AgsGetPane
433
405
//
434
406
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
@@ -438,7 +410,7 @@ private void InitializeComponent()
438
410
this . Controls . Add ( this . groupBox2 ) ;
439
411
this . DoubleBuffered = true ;
440
412
this . Name = "AgsGetPane" ;
441
- this . Size = new System . Drawing . Size ( 1007 , 498 ) ;
413
+ this . Size = new System . Drawing . Size ( 990 , 498 ) ;
442
414
this . groupBox2 . ResumeLayout ( false ) ;
443
415
this . groupBox2 . PerformLayout ( ) ;
444
416
this . splitContainer1 . Panel1 . ResumeLayout ( false ) ;
0 commit comments