Winify – Diff between revs 1 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 3
Line 7... Line 7...
7 /// <summary> 7 /// <summary>
8 /// Required designer variable. 8 /// Required designer variable.
9 /// </summary> 9 /// </summary>
10 private System.ComponentModel.IContainer components = null; 10 private System.ComponentModel.IContainer components = null;
Line 11... Line -...
11   -  
12 /// <summary> -  
13 /// Clean up any resources being used. -  
14 /// </summary> -  
15 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> -  
16 protected override void Dispose(bool disposing) -  
17 { -  
18 if (disposing && (components != null)) -  
19 { -  
20 components.Dispose(); -  
21 } -  
22 base.Dispose(disposing); -  
23 } -  
24   11  
Line 25... Line 12...
25 #region Windows Form Designer generated code 12 #region Windows Form Designer generated code
26   13  
27 /// <summary> 14 /// <summary>
28 /// Required method for Designer support - do not modify 15 /// Required method for Designer support - do not modify
29 /// the contents of this method with the code editor. 16 /// the contents of this method with the code editor.
30 /// </summary> 17 /// </summary>
31 private void InitializeComponent() 18 private void InitializeComponent()
32 { 19 {
33 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotificationForm)); 20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotificationForm));
34 this.richTextBox1 = new global::Winify.ReadOnlyRichTextBox(); 21 this.richTextBox1 = new Winify.ReadOnlyRichTextBox();
35 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 22 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
36 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 23 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
-   24 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
37 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); 25 this.pictureBox2 = new System.Windows.Forms.PictureBox();
38 this.pictureBox2 = new System.Windows.Forms.PictureBox(); -  
39 this.pictureBox1 = new System.Windows.Forms.PictureBox(); 26 this.richTextBox2 = new Winify.ReadOnlyRichTextBox();
40 this.richTextBox2 = new global::Winify.ReadOnlyRichTextBox(); 27 this.pictureBox1 = new System.Windows.Forms.PictureBox();
41 this.tableLayoutPanel1.SuspendLayout(); 28 this.tableLayoutPanel1.SuspendLayout();
42 this.tableLayoutPanel2.SuspendLayout(); 29 this.tableLayoutPanel2.SuspendLayout();
43 this.tableLayoutPanel3.SuspendLayout(); 30 this.tableLayoutPanel3.SuspendLayout();
Line 112... Line 99...
112 this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; 99 this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
113 this.pictureBox2.TabIndex = 0; 100 this.pictureBox2.TabIndex = 0;
114 this.pictureBox2.TabStop = false; 101 this.pictureBox2.TabStop = false;
115 this.pictureBox2.Click += new System.EventHandler(this.PictureBox2_Click); 102 this.pictureBox2.Click += new System.EventHandler(this.PictureBox2_Click);
116 // 103 //
117 // pictureBox1 -  
118 // -  
119 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; -  
120 this.pictureBox1.Location = new System.Drawing.Point(3, 3); -  
121 this.pictureBox1.Name = "pictureBox1"; -  
122 this.pictureBox1.Size = new System.Drawing.Size(114, 114); -  
123 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; -  
124 this.pictureBox1.TabIndex = 0; -  
125 this.pictureBox1.TabStop = false; -  
126 // -  
127 // richTextBox2 104 // richTextBox2
128 // 105 //
129 this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; 106 this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
130 this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill; 107 this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
131 this.richTextBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 108 this.richTextBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
132 this.richTextBox2.Location = new System.Drawing.Point(3, 3); 109 this.richTextBox2.Location = new System.Drawing.Point(3, 3);
133 this.richTextBox2.Multiline = false; 110 this.richTextBox2.Multiline = false;
134 this.richTextBox2.Name = "richTextBox2"; 111 this.richTextBox2.Name = "richTextBox2";
-   112 this.richTextBox2.ReadOnly = true;
135 this.richTextBox2.Size = new System.Drawing.Size(222, 17); 113 this.richTextBox2.Size = new System.Drawing.Size(222, 17);
136 this.richTextBox2.TabIndex = 1; 114 this.richTextBox2.TabIndex = 1;
137 this.richTextBox2.Text = ""; 115 this.richTextBox2.Text = "";
138 // 116 //
-   117 // pictureBox1
-   118 //
-   119 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
-   120 this.pictureBox1.Location = new System.Drawing.Point(3, 3);
-   121 this.pictureBox1.Name = "pictureBox1";
-   122 this.pictureBox1.Size = new System.Drawing.Size(114, 114);
-   123 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
-   124 this.pictureBox1.TabIndex = 0;
-   125 this.pictureBox1.TabStop = false;
-   126 //
139 // NotificationForm 127 // NotificationForm
140 // 128 //
141 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 129 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
142 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 130 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
143 this.ClientSize = new System.Drawing.Size(400, 120); 131 this.ClientSize = new System.Drawing.Size(400, 120);
Line 151... Line 139...
151 this.MinimumSize = new System.Drawing.Size(400, 120); 139 this.MinimumSize = new System.Drawing.Size(400, 120);
152 this.Name = "NotificationForm"; 140 this.Name = "NotificationForm";
153 this.ShowIcon = false; 141 this.ShowIcon = false;
154 this.ShowInTaskbar = false; 142 this.ShowInTaskbar = false;
155 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; 143 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
156 this.Text = "Winify"; 144 this.Text = "Winify: Notification";
-   145 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NotificationForm_FormClosing);
157 this.tableLayoutPanel1.ResumeLayout(false); 146 this.tableLayoutPanel1.ResumeLayout(false);
158 this.tableLayoutPanel2.ResumeLayout(false); 147 this.tableLayoutPanel2.ResumeLayout(false);
159 this.tableLayoutPanel3.ResumeLayout(false); 148 this.tableLayoutPanel3.ResumeLayout(false);
160 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); 149 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
161 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 150 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();