-
Notifications
You must be signed in to change notification settings - Fork 4
/
DirectoryDiffControl.Designer.cs
380 lines (350 loc) · 14.2 KB
/
DirectoryDiffControl.Designer.cs
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
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
using System;
using System.ComponentModel;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
using Menees.Windows.Forms;
namespace Menees.Diffs.Windows.Forms
{
partial class DirectoryDiffControl
{
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DirectoryDiffControl));
this.Images = new System.Windows.Forms.ImageList(this.components);
this.pnlBottom = new System.Windows.Forms.Panel();
this.pnlRight = new System.Windows.Forms.Panel();
this.TreeB = new Menees.Diffs.Windows.Forms.DirectoryDiffTreeView();
this.CtxMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.mnuView = new System.Windows.Forms.ToolStripMenuItem();
this.mnuShowDifferences = new System.Windows.Forms.ToolStripMenuItem();
this.edtB = new System.Windows.Forms.TextBox();
this.Splitter = new System.Windows.Forms.Splitter();
this.pnlLeft = new System.Windows.Forms.Panel();
this.TreeA = new Menees.Diffs.Windows.Forms.DirectoryDiffTreeView();
this.edtA = new System.Windows.Forms.TextBox();
this.ToolBar = new System.Windows.Forms.ToolStrip();
this.btnView = new System.Windows.Forms.ToolStripButton();
this.btnShowDifferences = new System.Windows.Forms.ToolStripButton();
this.tsSep1 = new System.Windows.Forms.ToolStripSeparator();
this.lblDelete = new System.Windows.Forms.ToolStripLabel();
this.lblChange = new System.Windows.Forms.ToolStripLabel();
this.lblInsert = new System.Windows.Forms.ToolStripLabel();
this.tsSep2 = new System.Windows.Forms.ToolStripSeparator();
this.lblFilter = new System.Windows.Forms.ToolStripLabel();
this.btnRecompare = new System.Windows.Forms.ToolStripButton();
this.tsSep3 = new System.Windows.Forms.ToolStripSeparator();
this.pnlBottom.SuspendLayout();
this.pnlRight.SuspendLayout();
this.CtxMenu.SuspendLayout();
this.pnlLeft.SuspendLayout();
this.ToolBar.SuspendLayout();
this.SuspendLayout();
//
// Images
//
this.Images.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("Images.ImageStream")));
this.Images.TransparentColor = System.Drawing.Color.Magenta;
this.Images.Images.SetKeyName(0, "FolderClosed.bmp");
this.Images.Images.SetKeyName(1, "FolderOpen.bmp");
this.Images.Images.SetKeyName(2, "MissingFolder.bmp");
this.Images.Images.SetKeyName(3, "File.bmp");
this.Images.Images.SetKeyName(4, "MissingFile.bmp");
this.Images.Images.SetKeyName(5, "FileError.bmp");
//
// pnlBottom
//
this.pnlBottom.Controls.Add(this.pnlRight);
this.pnlBottom.Controls.Add(this.Splitter);
this.pnlBottom.Controls.Add(this.pnlLeft);
this.pnlBottom.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlBottom.Location = new System.Drawing.Point(0, 25);
this.pnlBottom.Name = "pnlBottom";
this.pnlBottom.Size = new System.Drawing.Size(394, 135);
this.pnlBottom.TabIndex = 1;
//
// pnlRight
//
this.pnlRight.Controls.Add(this.TreeB);
this.pnlRight.Controls.Add(this.edtB);
this.pnlRight.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlRight.Location = new System.Drawing.Point(199, 0);
this.pnlRight.Name = "pnlRight";
this.pnlRight.Size = new System.Drawing.Size(195, 135);
this.pnlRight.TabIndex = 2;
//
// TreeB
//
this.TreeB.ContextMenuStrip = this.CtxMenu;
this.TreeB.Dock = System.Windows.Forms.DockStyle.Fill;
this.TreeB.FullRowSelect = true;
this.TreeB.HideSelection = false;
this.TreeB.Location = new System.Drawing.Point(0, 20);
this.TreeB.Name = "TreeB";
this.TreeB.ShowLines = false;
this.TreeB.Size = new System.Drawing.Size(195, 115);
this.TreeB.TabIndex = 0;
this.TreeB.MouseWheelMsg += new System.EventHandler(this.TreeB_MouseWheelMsg);
this.TreeB.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.TreeNode_StateChange);
this.TreeB.Enter += new System.EventHandler(this.TreeView_Enter);
this.TreeB.DoubleClick += new System.EventHandler(this.TreeView_DoubleClick);
this.TreeB.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeNode_SelectChanged);
this.TreeB.VScroll += new System.EventHandler(this.TreeB_VScroll);
this.TreeB.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TreeB_KeyDown);
this.TreeB.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.TreeNode_StateChange);
//
// CtxMenu
//
this.CtxMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuView,
this.mnuShowDifferences});
this.CtxMenu.Name = "CtxMenu";
this.CtxMenu.Size = new System.Drawing.Size(159, 48);
//
// mnuView
//
this.mnuView.Image = global::Menees.Diffs.Windows.Forms.Properties.Resources.View;
this.mnuView.ImageTransparentColor = System.Drawing.Color.Fuchsia;
this.mnuView.Name = "mnuView";
this.mnuView.Size = new System.Drawing.Size(158, 22);
this.mnuView.Text = "&View";
this.mnuView.Click += new System.EventHandler(this.View_Click);
//
// mnuShowDifferences
//
this.mnuShowDifferences.Image = global::Menees.Diffs.Windows.Forms.Properties.Resources.ShowDifferences;
this.mnuShowDifferences.ImageTransparentColor = System.Drawing.Color.Fuchsia;
this.mnuShowDifferences.Name = "mnuShowDifferences";
this.mnuShowDifferences.Size = new System.Drawing.Size(158, 22);
this.mnuShowDifferences.Text = "&Show Differences";
this.mnuShowDifferences.Click += new System.EventHandler(this.ShowDifferences_Click);
//
// edtB
//
this.edtB.Dock = System.Windows.Forms.DockStyle.Top;
this.edtB.Location = new System.Drawing.Point(0, 0);
this.edtB.Name = "edtB";
this.edtB.ReadOnly = true;
this.edtB.Size = new System.Drawing.Size(195, 20);
this.edtB.TabIndex = 1;
//
// Splitter
//
this.Splitter.Location = new System.Drawing.Point(196, 0);
this.Splitter.Name = "Splitter";
this.Splitter.Size = new System.Drawing.Size(3, 135);
this.Splitter.TabIndex = 1;
this.Splitter.TabStop = false;
//
// pnlLeft
//
this.pnlLeft.Controls.Add(this.TreeA);
this.pnlLeft.Controls.Add(this.edtA);
this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.pnlLeft.Location = new System.Drawing.Point(0, 0);
this.pnlLeft.Name = "pnlLeft";
this.pnlLeft.Size = new System.Drawing.Size(196, 135);
this.pnlLeft.TabIndex = 0;
//
// TreeA
//
this.TreeA.ContextMenuStrip = this.CtxMenu;
this.TreeA.Dock = System.Windows.Forms.DockStyle.Fill;
this.TreeA.FullRowSelect = true;
this.TreeA.HideSelection = false;
this.TreeA.Location = new System.Drawing.Point(0, 20);
this.TreeA.Name = "TreeA";
this.TreeA.ShowLines = false;
this.TreeA.Size = new System.Drawing.Size(196, 115);
this.TreeA.TabIndex = 0;
this.TreeA.MouseWheelMsg += new System.EventHandler(this.TreeA_MouseWheelMsg);
this.TreeA.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.TreeNode_StateChange);
this.TreeA.Enter += new System.EventHandler(this.TreeView_Enter);
this.TreeA.DoubleClick += new System.EventHandler(this.TreeView_DoubleClick);
this.TreeA.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.TreeNode_SelectChanged);
this.TreeA.VScroll += new System.EventHandler(this.TreeA_VScroll);
this.TreeA.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TreeA_KeyDown);
this.TreeA.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.TreeNode_StateChange);
//
// edtA
//
this.edtA.Dock = System.Windows.Forms.DockStyle.Top;
this.edtA.Location = new System.Drawing.Point(0, 0);
this.edtA.Name = "edtA";
this.edtA.ReadOnly = true;
this.edtA.Size = new System.Drawing.Size(196, 20);
this.edtA.TabIndex = 1;
//
// ToolBar
//
this.ToolBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
this.ToolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.btnView,
this.btnShowDifferences,
this.tsSep3,
this.btnRecompare,
this.tsSep1,
this.lblDelete,
this.lblChange,
this.lblInsert,
this.tsSep2,
this.lblFilter});
this.ToolBar.Location = new System.Drawing.Point(0, 0);
this.ToolBar.Name = "ToolBar";
this.ToolBar.Size = new System.Drawing.Size(394, 25);
this.ToolBar.TabIndex = 2;
this.ToolBar.Text = "toolStrip1";
//
// btnView
//
this.btnView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnView.Image = global::Menees.Diffs.Windows.Forms.Properties.Resources.View;
this.btnView.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnView.Name = "btnView";
this.btnView.Size = new System.Drawing.Size(23, 22);
this.btnView.Text = "View";
this.btnView.Click += new System.EventHandler(this.View_Click);
//
// btnShowDifferences
//
this.btnShowDifferences.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnShowDifferences.Image = global::Menees.Diffs.Windows.Forms.Properties.Resources.ShowDifferences;
this.btnShowDifferences.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnShowDifferences.Name = "btnShowDifferences";
this.btnShowDifferences.Size = new System.Drawing.Size(23, 22);
this.btnShowDifferences.Text = "Show Differences";
this.btnShowDifferences.Click += new System.EventHandler(this.ShowDifferences_Click);
//
// tsSep1
//
this.tsSep1.Name = "tsSep1";
this.tsSep1.Size = new System.Drawing.Size(6, 25);
//
// lblDelete
//
this.lblDelete.AutoSize = false;
this.lblDelete.BackColor = System.Drawing.Color.Pink;
this.lblDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.lblDelete.Image = global::Menees.Diffs.Windows.Forms.Properties.Resources.Deleted;
this.lblDelete.ImageTransparentColor = System.Drawing.Color.Fuchsia;
this.lblDelete.Name = "lblDelete";
this.lblDelete.Size = new System.Drawing.Size(22, 22);
this.lblDelete.ToolTipText = "Deleted";
this.lblDelete.Paint += new System.Windows.Forms.PaintEventHandler(this.ColorLegend_Paint);
//
// lblChange
//
this.lblChange.AutoSize = false;
this.lblChange.BackColor = System.Drawing.Color.PaleGreen;
this.lblChange.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.lblChange.Image = global::Menees.Diffs.Windows.Forms.Properties.Resources.Changed;
this.lblChange.ImageTransparentColor = System.Drawing.Color.Fuchsia;
this.lblChange.Name = "lblChange";
this.lblChange.Size = new System.Drawing.Size(22, 22);
this.lblChange.ToolTipText = "Changed";
this.lblChange.Paint += new System.Windows.Forms.PaintEventHandler(this.ColorLegend_Paint);
//
// lblInsert
//
this.lblInsert.AutoSize = false;
this.lblInsert.BackColor = System.Drawing.Color.PaleTurquoise;
this.lblInsert.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.lblInsert.Image = global::Menees.Diffs.Windows.Forms.Properties.Resources.Inserted;
this.lblInsert.ImageTransparentColor = System.Drawing.Color.Fuchsia;
this.lblInsert.Name = "lblInsert";
this.lblInsert.Size = new System.Drawing.Size(22, 22);
this.lblInsert.ToolTipText = "Inserted";
this.lblInsert.Paint += new System.Windows.Forms.PaintEventHandler(this.ColorLegend_Paint);
//
// tsSep2
//
this.tsSep2.Name = "tsSep2";
this.tsSep2.Size = new System.Drawing.Size(6, 25);
//
// lblFilter
//
this.lblFilter.Name = "lblFilter";
this.lblFilter.Size = new System.Drawing.Size(42, 22);
this.lblFilter.Text = "All Files";
//
// btnRecompare
//
this.btnRecompare.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.btnRecompare.Image = global::Menees.Diffs.Windows.Forms.Properties.Resources.Recompare;
this.btnRecompare.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btnRecompare.Name = "btnRecompare";
this.btnRecompare.Size = new System.Drawing.Size(23, 22);
this.btnRecompare.Text = "Recompare";
this.btnRecompare.Click += new System.EventHandler(this.Recompare_Click);
//
// tsSep3
//
this.tsSep3.Name = "tsSep3";
this.tsSep3.Size = new System.Drawing.Size(6, 25);
//
// DirDiffControl
//
this.Controls.Add(this.pnlBottom);
this.Controls.Add(this.ToolBar);
this.Name = "DirDiffControl";
this.Size = new System.Drawing.Size(394, 160);
this.SizeChanged += new System.EventHandler(this.DirDiffControl_SizeChanged);
this.pnlBottom.ResumeLayout(false);
this.pnlRight.ResumeLayout(false);
this.pnlRight.PerformLayout();
this.CtxMenu.ResumeLayout(false);
this.pnlLeft.ResumeLayout(false);
this.pnlLeft.PerformLayout();
this.ToolBar.ResumeLayout(false);
this.ToolBar.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
/// <summary>
/// Clean up any resources being used.
/// </summary>
protected override void Dispose(bool disposing)
{
if (disposing)
{
if (components != null)
{
components.Dispose();
}
DiffOptions.OptionsChanged -= this.DiffOptionsChanged;
}
base.Dispose(disposing);
}
private ToolStripButton btnRecompare;
private ToolStripButton btnShowDifferences;
private ToolStripButton btnView;
private System.ComponentModel.IContainer components;
private ContextMenuStrip CtxMenu;
private System.Windows.Forms.TextBox edtA;
private System.Windows.Forms.TextBox edtB;
private System.Windows.Forms.ImageList Images;
private ToolStripLabel lblChange;
private ToolStripLabel lblDelete;
private ToolStripLabel lblFilter;
private ToolStripLabel lblInsert;
private ToolStripMenuItem mnuShowDifferences;
private ToolStripMenuItem mnuView;
private System.Windows.Forms.Panel pnlBottom;
private System.Windows.Forms.Panel pnlLeft;
private System.Windows.Forms.Panel pnlRight;
private System.Windows.Forms.Splitter Splitter;
private ToolStrip ToolBar;
private ToolStripSeparator tsSep1;
private ToolStripSeparator tsSep2;
private ToolStripSeparator tsSep3;
private Menees.Diffs.Windows.Forms.DirectoryDiffTreeView TreeA;
private Menees.Diffs.Windows.Forms.DirectoryDiffTreeView TreeB;
}
}