Winify – Diff between revs 57 and 67

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 57 Rev 67
Line 1... Line 1...
1  1 
-   2 using System.ComponentModel;
-   3 using System.Windows.Forms;
-   4  
2 namespace Winify 5 namespace Winify
3 { 6 {
4 partial class AboutForm 7 partial class AboutForm
5 { 8 {
6 /// <summary> 9 /// <summary>
7 /// Required designer variable. 10 /// Required designer variable.
8 /// </summary> 11 /// </summary>
9 private System.ComponentModel.IContainer components = null; 12 private IContainer components = null;
Line 10... Line 13...
10   13  
Line 11... Line 14...
11 #region Windows Form Designer generated code 14 #region Windows Form Designer generated code
12   15  
Line 85... Line 88...
85   88  
Line 86... Line 89...
86 } 89 }
Line 87... Line 90...
87   90  
88 #endregion 91 #endregion
89   92  
90 private System.Windows.Forms.TextBox textBox1; 93 private TextBox textBox1;
91 private System.Windows.Forms.TextBox VersionTextBox; 94 private TextBox VersionTextBox;
92 private System.Windows.Forms.PictureBox pictureBox1; 95 private PictureBox pictureBox1;