Winify – Diff between revs 3 and 8

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 3 Rev 8
Line 1... Line 1...
1 using Winify; 1 using Winify;
-   2 using Winify.Utilities.Components;
Line 2... Line 3...
2   3  
3 namespace Winify 4 namespace Winify
4 { 5 {
5 partial class NotificationForm 6 partial class NotificationForm
Line 16... Line 17...
16 /// the contents of this method with the code editor. 17 /// the contents of this method with the code editor.
17 /// </summary> 18 /// </summary>
18 private void InitializeComponent() 19 private void InitializeComponent()
19 { 20 {
20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotificationForm)); 21 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotificationForm));
21 this.richTextBox1 = new Winify.ReadOnlyRichTextBox(); 22 this.richTextBox1 = new ReadOnlyRichTextBox();
22 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 23 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
23 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 24 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
24 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); 25 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
25 this.pictureBox2 = new System.Windows.Forms.PictureBox(); 26 this.pictureBox2 = new System.Windows.Forms.PictureBox();
26 this.richTextBox2 = new Winify.ReadOnlyRichTextBox(); 27 this.richTextBox2 = new ReadOnlyRichTextBox();
27 this.pictureBox1 = new System.Windows.Forms.PictureBox(); 28 this.pictureBox1 = new System.Windows.Forms.PictureBox();
28 this.tableLayoutPanel1.SuspendLayout(); 29 this.tableLayoutPanel1.SuspendLayout();
29 this.tableLayoutPanel2.SuspendLayout(); 30 this.tableLayoutPanel2.SuspendLayout();
30 this.tableLayoutPanel3.SuspendLayout(); 31 this.tableLayoutPanel3.SuspendLayout();
31 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); 32 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
Line 152... Line 153...
152   153  
Line 153... Line 154...
153 } 154 }
Line 154... Line 155...
154   155  
155 #endregion 156 #endregion
156   157  
157 private global::Winify.ReadOnlyRichTextBox richTextBox1; 158 private global::Winify.Utilities.Components.ReadOnlyRichTextBox richTextBox1;
158 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 159 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
159 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; 160 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
160 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; 161 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
161 private System.Windows.Forms.PictureBox pictureBox2; 162 private System.Windows.Forms.PictureBox pictureBox2;
162 private System.Windows.Forms.PictureBox pictureBox1; 163 private System.Windows.Forms.PictureBox pictureBox1;
163 private global::Winify.ReadOnlyRichTextBox richTextBox2; 164 private global::Winify.Utilities.Components.ReadOnlyRichTextBox richTextBox2;