Horizon – Diff between revs 4 and 8

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 4 Rev 8
Line 38... Line 38...
38 this.limeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 38 this.limeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39 this.violetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 39 this.violetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40 this.tanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 40 this.tanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41 this.pinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 41 this.pinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42 this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 42 this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43 this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); -  
44 this.tableLayoutPanel1.SuspendLayout(); 43 this.tableLayoutPanel1.SuspendLayout();
45 this.tableLayoutPanel2.SuspendLayout(); 44 this.tableLayoutPanel2.SuspendLayout();
46 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); 45 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
47 this.contextMenuStrip1.SuspendLayout(); 46 this.contextMenuStrip1.SuspendLayout();
48 this.SuspendLayout(); 47 this.SuspendLayout();
Line 266... Line 265...
266 this.noneToolStripMenuItem.Name = "noneToolStripMenuItem"; 265 this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
267 this.noneToolStripMenuItem.Size = new System.Drawing.Size(110, 22); 266 this.noneToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
268 this.noneToolStripMenuItem.Text = "None"; 267 this.noneToolStripMenuItem.Text = "None";
269 this.noneToolStripMenuItem.Click += new System.EventHandler(this.NoneToolStripMenuItem_Click); 268 this.noneToolStripMenuItem.Click += new System.EventHandler(this.NoneToolStripMenuItem_Click);
270 // 269 //
271 // openFileDialog1 -  
272 // -  
273 this.openFileDialog1.FileName = "openFileDialog1"; -  
274 // -  
275 // ManageFoldersForm 270 // ManageFoldersForm
276 // 271 //
277 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 272 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
278 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 273 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
279 this.ClientSize = new System.Drawing.Size(576, 283); 274 this.ClientSize = new System.Drawing.Size(576, 283);
Line 295... Line 290...
295   290  
296 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 291 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
297 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; 292 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
298 private System.Windows.Forms.Button button2; 293 private System.Windows.Forms.Button button2;
299 private System.Windows.Forms.Button button1; -  
300 private System.Windows.Forms.OpenFileDialog openFileDialog1; 294 private System.Windows.Forms.Button button1;
301 private Utilities.Controls.DoubleBufferedDataGridView dataGridView1; 295 private Utilities.Controls.DoubleBufferedDataGridView dataGridView1;
302 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; 296 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
303 private System.Windows.Forms.ToolStripMenuItem createSnapshotToolStripMenuItem; 297 private System.Windows.Forms.ToolStripMenuItem createSnapshotToolStripMenuItem;
304 private System.Windows.Forms.ToolStripMenuItem selectedDirectoryToolStripMenuItem; 298 private System.Windows.Forms.ToolStripMenuItem selectedDirectoryToolStripMenuItem;