Winify – Diff between revs 1 and 3

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 1 Rev 3
1 using Winify; 1 using Winify;
2   2  
3 namespace Winify 3 namespace Winify
4 { 4 {
5 partial class NotificationForm 5 partial class NotificationForm
6 { 6 {
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;
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  
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();
37 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); 24 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
38 this.pictureBox2 = new System.Windows.Forms.PictureBox(); 25 this.pictureBox2 = new System.Windows.Forms.PictureBox();
-   26 this.richTextBox2 = new Winify.ReadOnlyRichTextBox();
39 this.pictureBox1 = new System.Windows.Forms.PictureBox(); 27 this.pictureBox1 = new System.Windows.Forms.PictureBox();
40 this.richTextBox2 = new global::Winify.ReadOnlyRichTextBox(); -  
41 this.tableLayoutPanel1.SuspendLayout(); 28 this.tableLayoutPanel1.SuspendLayout();
42 this.tableLayoutPanel2.SuspendLayout(); 29 this.tableLayoutPanel2.SuspendLayout();
43 this.tableLayoutPanel3.SuspendLayout(); 30 this.tableLayoutPanel3.SuspendLayout();
44 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); 31 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
45 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 32 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
46 this.SuspendLayout(); 33 this.SuspendLayout();
47 // 34 //
48 // richTextBox1 35 // richTextBox1
49 // 36 //
50 this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; 37 this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
51 this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; 38 this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
52 this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 39 this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
53 this.richTextBox1.Location = new System.Drawing.Point(3, 32); 40 this.richTextBox1.Location = new System.Drawing.Point(3, 32);
54 this.richTextBox1.Name = "richTextBox1"; 41 this.richTextBox1.Name = "richTextBox1";
55 this.richTextBox1.ReadOnly = true; 42 this.richTextBox1.ReadOnly = true;
56 this.richTextBox1.Size = new System.Drawing.Size(268, 79); 43 this.richTextBox1.Size = new System.Drawing.Size(268, 79);
57 this.richTextBox1.TabIndex = 1; 44 this.richTextBox1.TabIndex = 1;
58 this.richTextBox1.Text = ""; 45 this.richTextBox1.Text = "";
59 // 46 //
60 // tableLayoutPanel1 47 // tableLayoutPanel1
61 // 48 //
62 this.tableLayoutPanel1.ColumnCount = 2; 49 this.tableLayoutPanel1.ColumnCount = 2;
63 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F)); 50 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
64 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F)); 51 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
65 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0); 52 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
66 this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0); 53 this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
67 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; 54 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
68 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); 55 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
69 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 56 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
70 this.tableLayoutPanel1.RowCount = 1; 57 this.tableLayoutPanel1.RowCount = 1;
71 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F)); 58 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
72 this.tableLayoutPanel1.Size = new System.Drawing.Size(400, 120); 59 this.tableLayoutPanel1.Size = new System.Drawing.Size(400, 120);
73 this.tableLayoutPanel1.TabIndex = 1; 60 this.tableLayoutPanel1.TabIndex = 1;
74 // 61 //
75 // tableLayoutPanel2 62 // tableLayoutPanel2
76 // 63 //
77 this.tableLayoutPanel2.ColumnCount = 1; 64 this.tableLayoutPanel2.ColumnCount = 1;
78 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 65 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
79 this.tableLayoutPanel2.Controls.Add(this.richTextBox1, 0, 1); 66 this.tableLayoutPanel2.Controls.Add(this.richTextBox1, 0, 1);
80 this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0); 67 this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
81 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; 68 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
82 this.tableLayoutPanel2.Location = new System.Drawing.Point(123, 3); 69 this.tableLayoutPanel2.Location = new System.Drawing.Point(123, 3);
83 this.tableLayoutPanel2.Name = "tableLayoutPanel2"; 70 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
84 this.tableLayoutPanel2.RowCount = 2; 71 this.tableLayoutPanel2.RowCount = 2;
85 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.8427F)); 72 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.8427F));
86 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 74.1573F)); 73 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 74.1573F));
87 this.tableLayoutPanel2.Size = new System.Drawing.Size(274, 114); 74 this.tableLayoutPanel2.Size = new System.Drawing.Size(274, 114);
88 this.tableLayoutPanel2.TabIndex = 2; 75 this.tableLayoutPanel2.TabIndex = 2;
89 // 76 //
90 // tableLayoutPanel3 77 // tableLayoutPanel3
91 // 78 //
92 this.tableLayoutPanel3.ColumnCount = 2; 79 this.tableLayoutPanel3.ColumnCount = 2;
93 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 85.22167F)); 80 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 85.22167F));
94 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.77833F)); 81 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.77833F));
95 this.tableLayoutPanel3.Controls.Add(this.pictureBox2, 1, 0); 82 this.tableLayoutPanel3.Controls.Add(this.pictureBox2, 1, 0);
96 this.tableLayoutPanel3.Controls.Add(this.richTextBox2, 0, 0); 83 this.tableLayoutPanel3.Controls.Add(this.richTextBox2, 0, 0);
97 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill; 84 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
98 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3); 85 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
99 this.tableLayoutPanel3.Name = "tableLayoutPanel3"; 86 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
100 this.tableLayoutPanel3.RowCount = 1; 87 this.tableLayoutPanel3.RowCount = 1;
101 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 88 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
102 this.tableLayoutPanel3.Size = new System.Drawing.Size(268, 23); 89 this.tableLayoutPanel3.Size = new System.Drawing.Size(268, 23);
103 this.tableLayoutPanel3.TabIndex = 2; 90 this.tableLayoutPanel3.TabIndex = 2;
104 // 91 //
105 // pictureBox2 92 // pictureBox2
106 // 93 //
107 this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill; 94 this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
108 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); 95 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
109 this.pictureBox2.Location = new System.Drawing.Point(231, 3); 96 this.pictureBox2.Location = new System.Drawing.Point(231, 3);
110 this.pictureBox2.Name = "pictureBox2"; 97 this.pictureBox2.Name = "pictureBox2";
111 this.pictureBox2.Size = new System.Drawing.Size(34, 17); 98 this.pictureBox2.Size = new System.Drawing.Size(34, 17);
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);
144 this.ControlBox = false; 132 this.ControlBox = false;
145 this.Controls.Add(this.tableLayoutPanel1); 133 this.Controls.Add(this.tableLayoutPanel1);
146 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; 134 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
147 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 135 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
148 this.MaximizeBox = false; 136 this.MaximizeBox = false;
149 this.MaximumSize = new System.Drawing.Size(400, 120); 137 this.MaximumSize = new System.Drawing.Size(400, 120);
150 this.MinimizeBox = false; 138 this.MinimizeBox = false;
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();
162 this.ResumeLayout(false); 151 this.ResumeLayout(false);
163   152  
164 } 153 }
165   154  
166 #endregion 155 #endregion
167   156  
168 private global::Winify.ReadOnlyRichTextBox richTextBox1; 157 private global::Winify.ReadOnlyRichTextBox richTextBox1;
169 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 158 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
170 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; 159 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
171 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; 160 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
172 private System.Windows.Forms.PictureBox pictureBox2; 161 private System.Windows.Forms.PictureBox pictureBox2;
173 private System.Windows.Forms.PictureBox pictureBox1; 162 private System.Windows.Forms.PictureBox pictureBox1;
174 private global::Winify.ReadOnlyRichTextBox richTextBox2; 163 private global::Winify.ReadOnlyRichTextBox richTextBox2;
175 } 164 }
176 } 165 }
177   166  
178
Generated by GNU Enscript 1.6.5.90.
167
Generated by GNU Enscript 1.6.5.90.
179   168  
180   169  
181   170