• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

KSP-CKAN / CKAN / 15432034930

04 Jun 2025 02:19AM UTC coverage: 30.322% (+0.04%) from 30.28%
15432034930

Pull #4386

github

web-flow
Merge f8b59bcd0 into 4cf303cc8
Pull Request #4386: Mod list multi-select

4063 of 14340 branches covered (28.33%)

Branch coverage included in aggregate %.

55 of 170 new or added lines in 12 files covered. (32.35%)

59 existing lines in 5 files now uncovered.

13712 of 44281 relevant lines covered (30.97%)

0.63 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/GUI/Controls/ManageMods.Designer.cs
1
namespace CKAN.GUI
2
{
3
    partial class ManageMods
4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
×
9

10
        /// <summary>
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
        protected override void Dispose(bool disposing)
15
        {
×
16
            if (disposing && (components != null))
×
17
            {
×
18
                components.Dispose();
×
19
            }
×
20
            base.Dispose(disposing);
×
21
        }
×
22

23
        #region Component Designer generated code
24

25
        /// <summary>
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
×
31
            this.components = new System.ComponentModel.Container();
×
32
            System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(ManageMods));
×
33
            this.ToolTip = new System.Windows.Forms.ToolTip();
×
34
            this.Toolbar = new System.Windows.Forms.MenuStrip();
×
35
            this.LaunchGameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
×
36
            this.CommandLinesToolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
×
37
            this.EditCommandLinesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
×
38
            this.RefreshToolButton = new System.Windows.Forms.ToolStripMenuItem();
×
39
            this.UpdateAllToolButton = new System.Windows.Forms.ToolStripMenuItem();
×
40
            this.ApplyToolButton = new System.Windows.Forms.ToolStripMenuItem();
×
41
            this.FilterToolButton = new System.Windows.Forms.ToolStripMenuItem();
×
42
            this.FilterCompatibleButton = new System.Windows.Forms.ToolStripMenuItem();
×
43
            this.FilterInstalledButton = new System.Windows.Forms.ToolStripMenuItem();
×
44
            this.FilterInstalledUpdateButton = new System.Windows.Forms.ToolStripMenuItem();
×
45
            this.FilterReplaceableButton = new System.Windows.Forms.ToolStripMenuItem();
×
46
            this.FilterCachedButton = new System.Windows.Forms.ToolStripMenuItem();
×
47
            this.FilterUncachedButton = new System.Windows.Forms.ToolStripMenuItem();
×
48
            this.FilterNewButton = new System.Windows.Forms.ToolStripMenuItem();
×
49
            this.FilterNotInstalledButton = new System.Windows.Forms.ToolStripMenuItem();
×
50
            this.FilterIncompatibleButton = new System.Windows.Forms.ToolStripMenuItem();
×
51
            this.FilterAllButton = new System.Windows.Forms.ToolStripMenuItem();
×
52
            this.FilterLabelsToolButton = new System.Windows.Forms.ToolStripMenuItem();
×
53
            this.FilterTagsToolButton = new System.Windows.Forms.ToolStripMenuItem();
×
54
            this.NavBackwardToolButton = new System.Windows.Forms.ToolStripMenuItem();
×
55
            this.NavForwardToolButton = new System.Windows.Forms.ToolStripMenuItem();
×
56
            this.EditModSearches = new CKAN.GUI.EditModSearches();
×
57
            this.ModGrid = new System.Windows.Forms.DataGridView();
×
58
            this.InstallAllCheckbox = new System.Windows.Forms.CheckBox();
×
59
            this.Installed = new System.Windows.Forms.DataGridViewCheckBoxColumn();
×
60
            this.AutoInstalled = new System.Windows.Forms.DataGridViewCheckBoxColumn();
×
61
            this.UpdateCol = new System.Windows.Forms.DataGridViewCheckBoxColumn();
×
62
            this.ReplaceCol = new System.Windows.Forms.DataGridViewCheckBoxColumn();
×
63
            this.ModName = new System.Windows.Forms.DataGridViewTextBoxColumn();
×
64
            this.Author = new System.Windows.Forms.DataGridViewTextBoxColumn();
×
65
            this.InstalledVersion = new System.Windows.Forms.DataGridViewTextBoxColumn();
×
66
            this.LatestVersion = new System.Windows.Forms.DataGridViewTextBoxColumn();
×
67
            this.GameCompatibility = new System.Windows.Forms.DataGridViewTextBoxColumn();
×
68
            this.DownloadSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
×
69
            this.InstallSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
×
70
            this.ReleaseDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
×
71
            this.InstallDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
×
72
            this.DownloadCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
×
73
            this.Description = new System.Windows.Forms.DataGridViewTextBoxColumn();
×
74
            this.ModListContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
×
75
            this.LabelsContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
×
76
            this.ModListHeaderContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
×
77
            this.modListToolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
×
78
            this.tagFilterToolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
×
79
            this.untaggedFilterToolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
×
80
            this.labelsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
×
81
            this.labelToolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
×
82
            this.editLabelsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
×
83
            this.reinstallToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
×
84
            this.downloadContentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
×
85
            this.purgeContentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
×
86
            this.hiddenTagsLabelsLinkList = new CKAN.GUI.TagsLabelsLinkList();
×
87
            this.Toolbar.SuspendLayout();
×
88
            ((System.ComponentModel.ISupportInitialize)(this.ModGrid)).BeginInit();
×
89
            this.ModListContextMenuStrip.SuspendLayout();
×
90
            this.ModListHeaderContextMenuStrip.SuspendLayout();
×
91
            this.SuspendLayout();
×
92
            //
93
            // Tooltip
94
            //
95
            this.ToolTip.AutoPopDelay = 10000;
×
96
            this.ToolTip.InitialDelay = 250;
×
97
            this.ToolTip.ReshowDelay = 250;
×
98
            this.ToolTip.ShowAlways = true;
×
99
            //
100
            // Toolbar
101
            //
102
            this.Toolbar.AutoSize = false;
×
103
            this.Toolbar.Dock = System.Windows.Forms.DockStyle.Top;
×
104
            this.Toolbar.ImageScalingSize = new System.Drawing.Size(24, 24);
×
105
            this.Toolbar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
×
106
            this.LaunchGameToolStripMenuItem,
107
            this.RefreshToolButton,
108
            this.UpdateAllToolButton,
109
            this.ApplyToolButton,
110
            this.FilterToolButton,
111
            this.NavBackwardToolButton,
112
            this.NavForwardToolButton});
113
            this.Toolbar.CanOverflow = true;
×
114
            this.Toolbar.Location = new System.Drawing.Point(0, 0);
×
115
            this.Toolbar.Name = "Toolbar";
×
116
            this.Toolbar.ShowItemToolTips = true;
×
117
            this.Toolbar.Size = new System.Drawing.Size(5876, 48);
×
118
            this.Toolbar.TabStop = true;
×
119
            this.Toolbar.TabIndex = 4;
×
120
            this.Toolbar.Text = "Toolbar";
×
121
            //
122
            // LaunchGameToolStripMenuItem
123
            //
124
            this.LaunchGameToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
×
125
            EditCommandLinesToolStripMenuItem});
126
            this.LaunchGameToolStripMenuItem.Image = global::CKAN.GUI.EmbeddedImages.ksp;
×
127
            this.LaunchGameToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
×
128
            this.LaunchGameToolStripMenuItem.MouseHover += new System.EventHandler(LaunchGameToolStripMenuItem_MouseHover);
×
129
            this.LaunchGameToolStripMenuItem.Name = "LaunchGameToolStripMenuItem";
×
130
            this.LaunchGameToolStripMenuItem.Size = new System.Drawing.Size(146, 56);
×
131
            this.LaunchGameToolStripMenuItem.Overflow = System.Windows.Forms.ToolStripItemOverflow.AsNeeded;
×
132
            this.LaunchGameToolStripMenuItem.Click += new System.EventHandler(this.LaunchGameToolStripMenuItem_Click);
×
133
            this.LaunchGameToolStripMenuItem.DropDown.Opening += new System.ComponentModel.CancelEventHandler(LaunchGameToolStripMenuItem_DropDown_Opening);
×
134
            resources.ApplyResources(this.LaunchGameToolStripMenuItem, "LaunchGameToolStripMenuItem");
×
135
            //
136
            // EditCommandLinesToolStripMenuItem
137
            //
138
            this.EditCommandLinesToolStripMenuItem.Name = "EditCommandLinesToolStripMenuItem";
×
139
            this.EditCommandLinesToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
×
140
            this.EditCommandLinesToolStripMenuItem.Click += new System.EventHandler(this.EditCommandLinesToolStripMenuItem_Click);
×
141
            resources.ApplyResources(this.EditCommandLinesToolStripMenuItem, "EditCommandLinesToolStripMenuItem");
×
142
            //
143
            // RefreshToolButton
144
            //
145
            this.RefreshToolButton.Image = global::CKAN.GUI.EmbeddedImages.refresh;
×
146
            this.RefreshToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
×
147
            this.RefreshToolButton.Name = "RefreshToolButton";
×
148
            this.RefreshToolButton.Size = new System.Drawing.Size(114, 56);
×
149
            this.RefreshToolButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.AsNeeded;
×
150
            this.RefreshToolButton.Click += new System.EventHandler(this.RefreshToolButton_Click);
×
151
            resources.ApplyResources(this.RefreshToolButton, "RefreshToolButton");
×
152
            //
153
            // UpdateAllToolButton
154
            //
155
            this.UpdateAllToolButton.Image = global::CKAN.GUI.EmbeddedImages.update;
×
156
            this.UpdateAllToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
×
157
            this.UpdateAllToolButton.Name = "UpdateAllToolButton";
×
158
            this.UpdateAllToolButton.Size = new System.Drawing.Size(232, 56);
×
159
            this.UpdateAllToolButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.AsNeeded;
×
160
            this.UpdateAllToolButton.Click += new System.EventHandler(this.UpdateAllToolButton_Click);
×
161
            resources.ApplyResources(this.UpdateAllToolButton, "UpdateAllToolButton");
×
162
            //
163
            // ApplyToolButton
164
            //
165
            this.ApplyToolButton.AutoToolTip = false;
×
166
            this.ApplyToolButton.Image = global::CKAN.GUI.EmbeddedImages.apply;
×
167
            this.ApplyToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
×
168
            this.ApplyToolButton.Name = "ApplyToolButton";
×
169
            this.ApplyToolButton.Size = new System.Drawing.Size(173, 56);
×
170
            this.ApplyToolButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.AsNeeded;
×
171
            this.ApplyToolButton.Click += new System.EventHandler(this.ApplyToolButton_Click);
×
172
            resources.ApplyResources(this.ApplyToolButton, "ApplyToolButton");
×
173
            //
174
            // FilterToolButton
175
            //
176
            this.FilterToolButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
×
177
            this.FilterCompatibleButton,
178
            this.FilterInstalledButton,
179
            this.FilterInstalledUpdateButton,
180
            this.FilterReplaceableButton,
181
            this.FilterCachedButton,
182
            this.FilterUncachedButton,
183
            this.FilterNewButton,
184
            this.FilterNotInstalledButton,
185
            this.FilterIncompatibleButton,
186
            this.FilterAllButton,
187
            this.tagFilterToolStripSeparator,
188
            this.FilterTagsToolButton,
189
            this.FilterLabelsToolButton});
190
            this.FilterToolButton.DropDown.Opening += new System.ComponentModel.CancelEventHandler(FilterToolButton_DropDown_Opening);
×
191
            this.FilterToolButton.Image = global::CKAN.GUI.EmbeddedImages.filter;
×
192
            this.FilterToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
×
193
            this.FilterToolButton.Name = "FilterToolButton";
×
194
            this.FilterToolButton.Size = new System.Drawing.Size(201, 56);
×
195
            this.FilterToolButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.AsNeeded;
×
196
            resources.ApplyResources(this.FilterToolButton, "FilterToolButton");
×
197
            //
198
            // FilterCompatibleButton
199
            //
200
            this.FilterCompatibleButton.Name = "FilterCompatibleButton";
×
201
            this.FilterCompatibleButton.Size = new System.Drawing.Size(307, 30);
×
202
            this.FilterCompatibleButton.Click += new System.EventHandler(this.FilterCompatibleButton_Click);
×
203
            resources.ApplyResources(this.FilterCompatibleButton, "FilterCompatibleButton");
×
204
            //
205
            // FilterInstalledButton
206
            //
207
            this.FilterInstalledButton.Name = "FilterInstalledButton";
×
208
            this.FilterInstalledButton.Size = new System.Drawing.Size(307, 30);
×
209
            this.FilterInstalledButton.Click += new System.EventHandler(this.FilterInstalledButton_Click);
×
210
            resources.ApplyResources(this.FilterInstalledButton, "FilterInstalledButton");
×
211
            //
212
            // FilterInstalledUpdateButton
213
            //
214
            this.FilterInstalledUpdateButton.Name = "FilterInstalledUpdateButton";
×
215
            this.FilterInstalledUpdateButton.Size = new System.Drawing.Size(307, 30);
×
216
            this.FilterInstalledUpdateButton.Click += new System.EventHandler(this.FilterInstalledUpdateButton_Click);
×
217
            resources.ApplyResources(this.FilterInstalledUpdateButton, "FilterInstalledUpdateButton");
×
218
            //
219
            // FilterReplaceableButton
220
            //
221
            this.FilterReplaceableButton.Name = "FilterReplaceableButton";
×
222
            this.FilterReplaceableButton.Size = new System.Drawing.Size(307, 30);
×
223
            this.FilterReplaceableButton.Click += new System.EventHandler(this.FilterReplaceableButton_Click);
×
224
            resources.ApplyResources(this.FilterReplaceableButton, "FilterReplaceableButton");
×
225
            //
226
            // FilterCachedButton
227
            //
228
            this.FilterCachedButton.Name = "FilterCachedButton";
×
229
            this.FilterCachedButton.Size = new System.Drawing.Size(307, 30);
×
230
            this.FilterCachedButton.Click += new System.EventHandler(this.FilterCachedButton_Click);
×
231
            resources.ApplyResources(this.FilterCachedButton, "FilterCachedButton");
×
232
            //
233
            // FilterUncachedButton
234
            //
235
            this.FilterUncachedButton.Name = "FilterUncachedButton";
×
236
            this.FilterUncachedButton.Size = new System.Drawing.Size(307, 30);
×
237
            this.FilterUncachedButton.Click += new System.EventHandler(this.FilterUncachedButton_Click);
×
238
            resources.ApplyResources(this.FilterUncachedButton, "FilterUncachedButton");
×
239
            //
240
            // FilterNewButton
241
            //
242
            this.FilterNewButton.Name = "FilterNewButton";
×
243
            this.FilterNewButton.Size = new System.Drawing.Size(307, 30);
×
244
            this.FilterNewButton.Click += new System.EventHandler(this.FilterNewButton_Click);
×
245
            resources.ApplyResources(this.FilterNewButton, "FilterNewButton");
×
246
            //
247
            // FilterNotInstalledButton
248
            //
249
            this.FilterNotInstalledButton.Name = "FilterNotInstalledButton";
×
250
            this.FilterNotInstalledButton.Size = new System.Drawing.Size(307, 30);
×
251
            this.FilterNotInstalledButton.Click += new System.EventHandler(this.FilterNotInstalledButton_Click);
×
252
            resources.ApplyResources(this.FilterNotInstalledButton, "FilterNotInstalledButton");
×
253
            //
254
            // FilterIncompatibleButton
255
            //
256
            this.FilterIncompatibleButton.Name = "FilterIncompatibleButton";
×
257
            this.FilterIncompatibleButton.Size = new System.Drawing.Size(307, 30);
×
258
            this.FilterIncompatibleButton.Click += new System.EventHandler(this.FilterIncompatibleButton_Click);
×
259
            resources.ApplyResources(this.FilterIncompatibleButton, "FilterIncompatibleButton");
×
260
            //
261
            // FilterAllButton
262
            //
263
            this.FilterAllButton.Name = "FilterAllButton";
×
264
            this.FilterAllButton.Size = new System.Drawing.Size(307, 30);
×
265
            this.FilterAllButton.Click += new System.EventHandler(this.FilterAllButton_Click);
×
266
            resources.ApplyResources(this.FilterAllButton, "FilterAllButton");
×
267
            //
268
            // FilterTagsToolButton
269
            //
270
            this.FilterTagsToolButton.Name = "FilterTagsToolButton";
×
271
            this.FilterTagsToolButton.Size = new System.Drawing.Size(179, 22);
×
272
            resources.ApplyResources(this.FilterTagsToolButton, "FilterTagsToolButton");
×
273
            this.FilterTagsToolButton.DropDown.Opening += new System.ComponentModel.CancelEventHandler(FilterTagsToolButton_DropDown_Opening);
×
274
            //
275
            // FilterLabelsToolButton
276
            //
277
            this.FilterLabelsToolButton.Name = "FilterLabelsToolButton";
×
278
            this.FilterLabelsToolButton.Size = new System.Drawing.Size(179, 22);
×
279
            resources.ApplyResources(this.FilterLabelsToolButton, "FilterLabelsToolButton");
×
280
            this.FilterLabelsToolButton.DropDown.Opening += new System.ComponentModel.CancelEventHandler(FilterLabelsToolButton_DropDown_Opening);
×
281
            //
282
            // NavBackwardToolButton
283
            //
284
            this.NavBackwardToolButton.Image = global::CKAN.GUI.EmbeddedImages.backward;
×
285
            this.NavBackwardToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
×
286
            this.NavBackwardToolButton.Name = "NavBackwardToolButton";
×
287
            this.NavBackwardToolButton.Size = new System.Drawing.Size(44, 56);
×
288
            this.NavBackwardToolButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.AsNeeded;
×
289
            this.NavBackwardToolButton.Click += new System.EventHandler(this.NavBackwardToolButton_Click);
×
290
            resources.ApplyResources(this.NavBackwardToolButton, "NavBackwardToolButton");
×
291
            //
292
            // NavForwardToolButton
293
            //
294
            this.NavForwardToolButton.Image = global::CKAN.GUI.EmbeddedImages.forward;
×
295
            this.NavForwardToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
×
296
            this.NavForwardToolButton.Name = "NavForwardToolButton";
×
297
            this.NavForwardToolButton.Size = new System.Drawing.Size(44, 56);
×
298
            this.NavForwardToolButton.Overflow = System.Windows.Forms.ToolStripItemOverflow.AsNeeded;
×
299
            this.NavForwardToolButton.Click += new System.EventHandler(this.NavForwardToolButton_Click);
×
300
            resources.ApplyResources(this.NavForwardToolButton, "NavForwardToolButton");
×
301
            //
302
            // InstallAllCheckbox
303
            //
304
            this.InstallAllCheckbox.Location = new System.Drawing.Point(18, 57);
×
305
            this.InstallAllCheckbox.Size = new System.Drawing.Size(20, 20);
×
306
            this.InstallAllCheckbox.Checked = true;
×
307
            this.InstallAllCheckbox.CheckedChanged += new System.EventHandler(this.InstallAllCheckbox_CheckChanged);
×
308
            this.InstallAllCheckbox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
×
309
            this.InstallAllCheckbox.TabIndex = 11;
×
310
            this.InstallAllCheckbox.TabStop = false;
×
311
            //
312
            // EditModSearches
313
            //
314
            this.EditModSearches.Dock = System.Windows.Forms.DockStyle.Top;
×
315
            this.EditModSearches.ApplySearches += this.EditModSearches_ApplySearches;
×
316
            this.EditModSearches.SurrenderFocus += this.EditModSearches_SurrenderFocus;
×
317
            this.EditModSearches.ShowError += this.EditModSearches_ShowError;
×
318
            //
319
            // ModGrid
320
            //
321
            this.ModGrid.Dock = System.Windows.Forms.DockStyle.Fill;
×
322
            this.ModGrid.AllowUserToAddRows = false;
×
323
            this.ModGrid.AllowUserToDeleteRows = false;
×
324
            this.ModGrid.AllowUserToResizeRows = false;
×
325
            this.ModGrid.BackgroundColor = System.Drawing.SystemColors.Window;
×
326
            this.ModGrid.EnableHeadersVisualStyles = false;
×
327
            this.ModGrid.ColumnHeadersDefaultCellStyle.BackColor = System.Drawing.SystemColors.Control;
×
328
            this.ModGrid.ColumnHeadersDefaultCellStyle.SelectionBackColor = System.Drawing.SystemColors.Control;
×
329
            this.ModGrid.ColumnHeadersDefaultCellStyle.ForeColor = System.Drawing.SystemColors.ControlText;
×
330
            this.ModGrid.ColumnHeadersDefaultCellStyle.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
×
331
            this.ModGrid.DefaultCellStyle.ForeColor = System.Drawing.SystemColors.WindowText;
×
332
            this.ModGrid.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
×
333
            this.ModGrid.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
×
334
            this.ModGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
×
335
            this.ModGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
×
336
            this.Installed,
337
            this.AutoInstalled,
338
            this.UpdateCol,
339
            this.ReplaceCol,
340
            this.ModName,
341
            this.Author,
342
            this.InstalledVersion,
343
            this.LatestVersion,
344
            this.GameCompatibility,
345
            this.DownloadSize,
346
            this.InstallSize,
347
            this.ReleaseDate,
348
            this.InstallDate,
349
            this.DownloadCount,
350
            this.Description});
351
            this.ModGrid.Location = new System.Drawing.Point(0, 111);
×
352
            this.ModGrid.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
×
NEW
353
            this.ModGrid.MultiSelect = true;
×
354
            this.ModGrid.Name = "ModGrid";
×
355
            this.ModGrid.RowHeadersVisible = false;
×
356
            this.ModGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
×
357
            this.ModGrid.Size = new System.Drawing.Size(1536, 837);
×
358
            this.ModGrid.StandardTab = true;
×
359
            this.ModGrid.TabIndex = 12;
×
360
            this.ModGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.ModGrid_CellContentClick);
×
361
            this.ModGrid.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.ModGrid_CellMouseDoubleClick);
×
362
            this.ModGrid.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.ModGrid_HeaderMouseClick);
×
363
            this.ModGrid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ModGrid_KeyDown);
×
364
            this.ModGrid.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ModGrid_KeyPress);
×
365
            this.ModGrid.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ModGrid_MouseDown);
×
366
            this.ModGrid.GotFocus += new System.EventHandler(this.ModGrid_GotFocus);
×
367
            this.ModGrid.LostFocus += new System.EventHandler(this.ModGrid_LostFocus);
×
368
            this.ModGrid.CurrentCellDirtyStateChanged += new System.EventHandler(this.ModGrid_CurrentCellDirtyStateChanged);
×
369
            this.ModGrid.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.ModGrid_CellValueChanged);
×
370
            this.ModGrid.Resize += new System.EventHandler(this.ModGrid_Resize);
×
371
            //
372
            // Installed
373
            //
374
            this.Installed.Name = "Installed";
×
375
            this.Installed.Frozen = true;
×
376
            this.Installed.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
×
377
            this.Installed.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
×
378
            this.Installed.Width = 50;
×
379
            resources.ApplyResources(this.Installed, "Installed");
×
380
            //
381
            // AutoInstalled
382
            //
383
            this.AutoInstalled.Name = "AutoInstalled";
×
384
            this.AutoInstalled.Frozen = true;
×
385
            this.AutoInstalled.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
×
386
            this.AutoInstalled.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
×
387
            this.AutoInstalled.Width = 50;
×
388
            resources.ApplyResources(this.AutoInstalled, "AutoInstalled");
×
389
            //
390
            // UpdateCol
391
            //
392
            this.UpdateCol.Name = "UpdateCol";
×
393
            this.UpdateCol.Frozen = true;
×
394
            this.UpdateCol.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
×
395
            this.UpdateCol.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
×
396
            this.UpdateCol.Width = 46;
×
397
            resources.ApplyResources(this.UpdateCol, "UpdateCol");
×
398
            //
399
            // ReplaceCol
400
            //
401
            this.ReplaceCol.Name = "ReplaceCol";
×
402
            this.ReplaceCol.Frozen = true;
×
403
            this.ReplaceCol.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
×
404
            this.ReplaceCol.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
×
405
            this.ReplaceCol.Width = 46;
×
406
            resources.ApplyResources(this.ReplaceCol, "ReplaceCol");
×
407
            //
408
            // ModName
409
            //
410
            this.ModName.Name = "ModName";
×
411
            this.ModName.ReadOnly = true;
×
412
            this.ModName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
×
413
            this.ModName.Width = 250;
×
414
            resources.ApplyResources(this.ModName, "ModName");
×
415
            //
416
            // Author
417
            //
418
            this.Author.Name = "Author";
×
419
            this.Author.ReadOnly = true;
×
420
            this.Author.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
×
421
            this.Author.Width = 120;
×
422
            resources.ApplyResources(this.Author, "Author");
×
423
            //
424
            // InstalledVersion
425
            //
426
            this.InstalledVersion.Name = "InstalledVersion";
×
427
            this.InstalledVersion.ReadOnly = true;
×
428
            this.InstalledVersion.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
×
429
            this.InstalledVersion.Width = 70;
×
430
            resources.ApplyResources(this.InstalledVersion, "InstalledVersion");
×
431
            //
432
            // LatestVersion
433
            //
434
            this.LatestVersion.Name = "LatestVersion";
×
435
            this.LatestVersion.ReadOnly = true;
×
436
            this.LatestVersion.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
×
437
            this.LatestVersion.Width = 70;
×
438
            resources.ApplyResources(this.LatestVersion, "LatestVersion");
×
439
            //
440
            // GameCompatibility
441
            //
442
            this.GameCompatibility.Name = "GameCompatibility";
×
443
            this.GameCompatibility.ReadOnly = true;
×
444
            this.GameCompatibility.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
×
445
            this.GameCompatibility.Width = 78;
×
446
            resources.ApplyResources(this.GameCompatibility, "GameCompatibility");
×
447
            //
448
            // DownloadSize
449
            //
450
            this.DownloadSize.Name = "DownloadSize";
×
451
            this.DownloadSize.ReadOnly = true;
×
452
            this.DownloadSize.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
×
453
            this.DownloadSize.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
×
454
            resources.ApplyResources(this.DownloadSize, "DownloadSize");
×
455
            //
456
            // InstallSize
457
            //
458
            this.InstallSize.Name = "InstallSize";
×
459
            this.InstallSize.ReadOnly = true;
×
460
            this.InstallSize.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
×
461
            this.InstallSize.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
×
462
            resources.ApplyResources(this.InstallSize, "InstallSize");
×
463
            //
464
            // ReleaseDate
465
            //
466
            this.ReleaseDate.Name = "ReleaseDate";
×
467
            this.ReleaseDate.ReadOnly = true;
×
468
            this.ReleaseDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
×
469
            this.ReleaseDate.Width = 140;
×
470
            resources.ApplyResources(this.ReleaseDate, "ReleaseDate");
×
471
            //
472
            // InstallDate
473
            //
474
            this.InstallDate.Name = "InstallDate";
×
475
            this.InstallDate.ReadOnly = true;
×
476
            this.InstallDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
×
477
            this.InstallDate.Width = 140;
×
478
            resources.ApplyResources(this.InstallDate, "InstallDate");
×
479
            //
480
            // DownloadCount
481
            //
482
            this.DownloadCount.Name = "DownloadCount";
×
483
            this.DownloadCount.ReadOnly = true;
×
484
            this.DownloadCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
×
485
            this.DownloadCount.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
×
486
            this.DownloadCount.Width = 70;
×
487
            resources.ApplyResources(this.DownloadCount, "DownloadCount");
×
488
            //
489
            // Description
490
            //
491
            this.Description.Name = "Description";
×
492
            this.Description.ReadOnly = true;
×
493
            this.Description.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
×
494
            this.Description.Width = 821;
×
495
            resources.ApplyResources(this.Description, "Description");
×
496
            //
497
            // ModListContextMenuStrip
498
            //
499
            this.ModListContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
×
500
            this.labelsToolStripMenuItem,
501
            this.modListToolStripSeparator,
502
            this.reinstallToolStripMenuItem,
503
            this.downloadContentsToolStripMenuItem,
504
            this.purgeContentsToolStripMenuItem});
505
            this.ModListContextMenuStrip.Name = "ModListContextMenuStrip";
×
506
            this.ModListContextMenuStrip.Size = new System.Drawing.Size(180, 70);
×
507
            //
508
            // labelsToolStripMenuItem
509
            //
510
            this.labelsToolStripMenuItem.Name = "labelsToolStripMenuItem";
×
511
            this.labelsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
×
512
            this.labelsToolStripMenuItem.DropDown = this.LabelsContextMenuStrip;
×
513
            resources.ApplyResources(this.labelsToolStripMenuItem, "labelsToolStripMenuItem");
×
514
            //
515
            // reinstallToolStripMenuItem
516
            //
517
            this.reinstallToolStripMenuItem.Name = "reinstallToolStripMenuItem";
×
518
            this.reinstallToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
×
519
            this.reinstallToolStripMenuItem.Click += new System.EventHandler(this.reinstallToolStripMenuItem_Click);
×
520
            resources.ApplyResources(this.reinstallToolStripMenuItem, "reinstallToolStripMenuItem");
×
521
            //
522
            // downloadContentsToolStripMenuItem
523
            //
524
            this.downloadContentsToolStripMenuItem.Name = "downloadContentsToolStripMenuItem";
×
525
            this.downloadContentsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
×
526
            this.downloadContentsToolStripMenuItem.Click += new System.EventHandler(this.downloadContentsToolStripMenuItem_Click);
×
527
            resources.ApplyResources(this.downloadContentsToolStripMenuItem, "downloadContentsToolStripMenuItem");
×
528
            //
529
            // purgeContentsToolStripMenuItem
530
            //
531
            this.purgeContentsToolStripMenuItem.Name = "purgeContentsToolStripMenuItem";
×
532
            this.purgeContentsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
×
533
            this.purgeContentsToolStripMenuItem.Click += new System.EventHandler(this.purgeContentsToolStripMenuItem_Click);
×
534
            resources.ApplyResources(this.purgeContentsToolStripMenuItem, "purgeContentsToolStripMenuItem");
×
535
            //
536
            // LabelsContextMenuStrip
537
            //
538
            this.LabelsContextMenuStrip.Name = "LabelsContextMenuStrip";
×
539
            this.LabelsContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
×
540
                this.editLabelsToolStripMenuItem});
541
            this.LabelsContextMenuStrip.Size = new System.Drawing.Size(180, 70);
×
542
            this.LabelsContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(LabelsContextMenuStrip_Opening);
×
543
            //
544
            // editLabelsToolStripMenuItem
545
            //
546
            this.editLabelsToolStripMenuItem.Name = "editLabelsToolStripMenuItem";
×
547
            this.editLabelsToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
×
548
            this.editLabelsToolStripMenuItem.Click += new System.EventHandler(this.editLabelsToolStripMenuItem_Click);
×
549
            resources.ApplyResources(this.editLabelsToolStripMenuItem, "editLabelsToolStripMenuItem");
×
550
            //
551
            // ModListHeaderContextMenuStrip
552
            //
553
            this.ModListHeaderContextMenuStrip.Name = "ModListHeaderContextMenuStrip";
×
554
            this.ModListHeaderContextMenuStrip.AutoSize = true;
×
555
            this.ModListHeaderContextMenuStrip.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(ModListHeaderContextMenuStrip_ItemClicked);
×
556
            //
557
            // hiddenTagsLabelsLinkList
558
            //
559
            this.hiddenTagsLabelsLinkList.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
×
560
            this.hiddenTagsLabelsLinkList.Dock = System.Windows.Forms.DockStyle.Bottom;
×
561
            this.hiddenTagsLabelsLinkList.Padding = new System.Windows.Forms.Padding(0, 5, 0, 5);
×
562
            this.hiddenTagsLabelsLinkList.Location = new System.Drawing.Point(0, 0);
×
563
            this.hiddenTagsLabelsLinkList.Name = "hiddenTagsLabelsLinkList";
×
564
            this.hiddenTagsLabelsLinkList.Size = new System.Drawing.Size(500, 24);
×
565
            this.hiddenTagsLabelsLinkList.TagClicked += this.hiddenTagsLabelsLinkList_TagClicked;
×
566
            this.hiddenTagsLabelsLinkList.LabelClicked += this.hiddenTagsLabelsLinkList_LabelClicked;
×
567
            this.hiddenTagsLabelsLinkList.AddRemoveModuleLabel += this.TagsLabelsLinkList_AddRemoveModuleLabel;
×
568
            this.hiddenTagsLabelsLinkList.ShowHideTag += this.TagsLabelsLinkList_ShowHideTag;
×
569
            resources.ApplyResources(this.hiddenTagsLabelsLinkList, "hiddenTagsLabelsLinkList");
×
570
            //
571
            // ManageMods
572
            //
573
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
×
574
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
×
575
            this.Controls.Add(this.InstallAllCheckbox);
×
576
            this.Controls.Add(this.ModGrid);
×
577
            this.Controls.Add(this.hiddenTagsLabelsLinkList);
×
578
            this.Controls.Add(this.EditModSearches);
×
579
            this.Controls.Add(this.Toolbar);
×
580
            this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
×
581
            this.Name = "ManageMods";
×
582
            this.Size = new System.Drawing.Size(1544, 948);
×
583
            resources.ApplyResources(this, "$this");
×
584
            this.Toolbar.ResumeLayout(false);
×
585
            this.Toolbar.PerformLayout();
×
586
            ((System.ComponentModel.ISupportInitialize)(this.ModGrid)).EndInit();
×
587
            this.ModListContextMenuStrip.ResumeLayout(false);
×
588
            this.ModListHeaderContextMenuStrip.ResumeLayout(false);
×
589
            this.ResumeLayout(false);
×
590
            this.PerformLayout();
×
591

592
        }
×
593

594
        #endregion
595

596
        private System.Windows.Forms.ToolTip ToolTip;
597
        private System.Windows.Forms.MenuStrip Toolbar;
598
        private System.Windows.Forms.CheckBox InstallAllCheckbox;
599
        private System.Windows.Forms.ToolStripMenuItem LaunchGameToolStripMenuItem;
600
        private System.Windows.Forms.ToolStripSeparator CommandLinesToolStripSeparator;
601
        private System.Windows.Forms.ToolStripMenuItem EditCommandLinesToolStripMenuItem;
602
        private System.Windows.Forms.ToolStripMenuItem RefreshToolButton;
603
        private System.Windows.Forms.ToolStripMenuItem UpdateAllToolButton;
604
        private System.Windows.Forms.ToolStripMenuItem ApplyToolButton;
605
        private System.Windows.Forms.ToolStripMenuItem FilterToolButton;
606
        private System.Windows.Forms.ToolStripMenuItem FilterCompatibleButton;
607
        private System.Windows.Forms.ToolStripMenuItem FilterInstalledButton;
608
        private System.Windows.Forms.ToolStripMenuItem FilterInstalledUpdateButton;
609
        private System.Windows.Forms.ToolStripMenuItem FilterReplaceableButton;
610
        private System.Windows.Forms.ToolStripMenuItem FilterCachedButton;
611
        private System.Windows.Forms.ToolStripMenuItem FilterUncachedButton;
612
        private System.Windows.Forms.ToolStripMenuItem FilterNewButton;
613
        private System.Windows.Forms.ToolStripMenuItem FilterNotInstalledButton;
614
        private System.Windows.Forms.ToolStripMenuItem FilterIncompatibleButton;
615
        private System.Windows.Forms.ToolStripMenuItem FilterAllButton;
616
        private System.Windows.Forms.ToolStripMenuItem FilterLabelsToolButton;
617
        private System.Windows.Forms.ToolStripMenuItem FilterTagsToolButton;
618
        private System.Windows.Forms.ToolStripMenuItem NavBackwardToolButton;
619
        private System.Windows.Forms.ToolStripMenuItem NavForwardToolButton;
620
        private CKAN.GUI.EditModSearches EditModSearches;
621
        public System.Windows.Forms.DataGridView ModGrid;
622
        private System.Windows.Forms.DataGridViewCheckBoxColumn Installed;
623
        private System.Windows.Forms.DataGridViewCheckBoxColumn AutoInstalled;
624
        private System.Windows.Forms.DataGridViewCheckBoxColumn UpdateCol;
625
        private System.Windows.Forms.DataGridViewCheckBoxColumn ReplaceCol;
626
        private System.Windows.Forms.DataGridViewTextBoxColumn ModName;
627
        private System.Windows.Forms.DataGridViewTextBoxColumn Author;
628
        private System.Windows.Forms.DataGridViewTextBoxColumn InstalledVersion;
629
        private System.Windows.Forms.DataGridViewTextBoxColumn LatestVersion;
630
        private System.Windows.Forms.DataGridViewTextBoxColumn GameCompatibility;
631
        private System.Windows.Forms.DataGridViewTextBoxColumn DownloadSize;
632
        private System.Windows.Forms.DataGridViewTextBoxColumn InstallSize;
633
        private System.Windows.Forms.DataGridViewTextBoxColumn ReleaseDate;
634
        private System.Windows.Forms.DataGridViewTextBoxColumn InstallDate;
635
        private System.Windows.Forms.DataGridViewTextBoxColumn DownloadCount;
636
        private System.Windows.Forms.DataGridViewTextBoxColumn Description;
637
        private System.Windows.Forms.ContextMenuStrip ModListContextMenuStrip;
638
        private System.Windows.Forms.ToolStripSeparator modListToolStripSeparator;
639
        private System.Windows.Forms.ToolStripSeparator tagFilterToolStripSeparator;
640
        private System.Windows.Forms.ToolStripSeparator untaggedFilterToolStripSeparator;
641
        private System.Windows.Forms.ContextMenuStrip LabelsContextMenuStrip;
642
        private System.Windows.Forms.ContextMenuStrip ModListHeaderContextMenuStrip;
643
        private System.Windows.Forms.ToolStripMenuItem labelsToolStripMenuItem;
644
        private System.Windows.Forms.ToolStripSeparator labelToolStripSeparator;
645
        private System.Windows.Forms.ToolStripMenuItem editLabelsToolStripMenuItem;
646
        private System.Windows.Forms.ToolStripMenuItem reinstallToolStripMenuItem;
647
        private System.Windows.Forms.ToolStripMenuItem downloadContentsToolStripMenuItem;
648
        private System.Windows.Forms.ToolStripMenuItem purgeContentsToolStripMenuItem;
649
        private CKAN.GUI.TagsLabelsLinkList hiddenTagsLabelsLinkList;
650
    }
651
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc