Winify – Diff between revs 9 and 12

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 9 Rev 12
Line 17... Line 17...
17 /// the contents of this method with the code editor. 17 /// the contents of this method with the code editor.
18 /// </summary> 18 /// </summary>
19 private void InitializeComponent() 19 private void InitializeComponent()
20 { 20 {
21 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotificationForm)); 21 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotificationForm));
22 this.richTextBox1 = new Winify.Utilities.Components.ReadOnlyRichTextBox(); -  
23 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 22 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
24 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 23 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
25 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); 24 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
26 this.pictureBox2 = new System.Windows.Forms.PictureBox(); 25 this.pictureBox2 = new System.Windows.Forms.PictureBox();
27 this.richTextBox2 = new Winify.Utilities.Components.ReadOnlyRichTextBox(); -  
28 this.pictureBox1 = new System.Windows.Forms.PictureBox(); 26 this.pictureBox1 = new System.Windows.Forms.PictureBox();
-   27 this.richTextBox1 = new Winify.Utilities.Components.ReadOnlyRichTextBox();
-   28 this.richTextBox2 = new Winify.Utilities.Components.ReadOnlyRichTextBox();
29 this.tableLayoutPanel1.SuspendLayout(); 29 this.tableLayoutPanel1.SuspendLayout();
30 this.tableLayoutPanel2.SuspendLayout(); 30 this.tableLayoutPanel2.SuspendLayout();
31 this.tableLayoutPanel3.SuspendLayout(); 31 this.tableLayoutPanel3.SuspendLayout();
32 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); 32 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
33 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 33 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
34 this.SuspendLayout(); 34 this.SuspendLayout();
35 // 35 //
36 // richTextBox1 -  
37 // -  
38 this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; -  
39 this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; -  
40 this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); -  
41 this.richTextBox1.Location = new System.Drawing.Point(3, 32); -  
42 this.richTextBox1.Name = "richTextBox1"; -  
43 this.richTextBox1.ReadOnly = true; -  
44 this.richTextBox1.Size = new System.Drawing.Size(268, 79); -  
45 this.richTextBox1.TabIndex = 1; -  
46 this.richTextBox1.Text = ""; -  
47 this.richTextBox1.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.RichTextBox1_LinkClicked); -  
48 // -  
49 // tableLayoutPanel1 36 // tableLayoutPanel1
50 // 37 //
51 this.tableLayoutPanel1.ColumnCount = 2; 38 this.tableLayoutPanel1.ColumnCount = 2;
52 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F)); 39 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
53 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F)); 40 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
Line 101... Line 88...
101 this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; 88 this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
102 this.pictureBox2.TabIndex = 0; 89 this.pictureBox2.TabIndex = 0;
103 this.pictureBox2.TabStop = false; 90 this.pictureBox2.TabStop = false;
104 this.pictureBox2.Click += new System.EventHandler(this.PictureBox2_Click); 91 this.pictureBox2.Click += new System.EventHandler(this.PictureBox2_Click);
105 // 92 //
-   93 // pictureBox1
-   94 //
-   95 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
-   96 this.pictureBox1.Location = new System.Drawing.Point(3, 3);
-   97 this.pictureBox1.Name = "pictureBox1";
-   98 this.pictureBox1.Size = new System.Drawing.Size(114, 114);
-   99 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
-   100 this.pictureBox1.TabIndex = 0;
-   101 this.pictureBox1.TabStop = false;
-   102 //
-   103 // richTextBox1
-   104 //
-   105 this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
-   106 this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
-   107 this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
-   108 this.richTextBox1.Location = new System.Drawing.Point(3, 32);
-   109 this.richTextBox1.Name = "richTextBox1";
-   110 this.richTextBox1.ReadOnly = true;
-   111 this.richTextBox1.Size = new System.Drawing.Size(268, 79);
-   112 this.richTextBox1.TabIndex = 1;
-   113 this.richTextBox1.Text = "";
-   114 this.richTextBox1.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.RichTextBox1_LinkClicked);
-   115 //
106 // richTextBox2 116 // richTextBox2
107 // 117 //
108 this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; 118 this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
109 this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill; 119 this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
110 this.richTextBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 120 this.richTextBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
Line 115... Line 125...
115 this.richTextBox2.Size = new System.Drawing.Size(222, 17); 125 this.richTextBox2.Size = new System.Drawing.Size(222, 17);
116 this.richTextBox2.TabIndex = 1; 126 this.richTextBox2.TabIndex = 1;
117 this.richTextBox2.Text = ""; 127 this.richTextBox2.Text = "";
118 this.richTextBox2.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.RichTextBox2_LinkClicked); 128 this.richTextBox2.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.RichTextBox2_LinkClicked);
119 // 129 //
120 // pictureBox1 -  
121 // -  
122 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; -  
123 this.pictureBox1.Location = new System.Drawing.Point(3, 3); -  
124 this.pictureBox1.Name = "pictureBox1"; -  
125 this.pictureBox1.Size = new System.Drawing.Size(114, 114); -  
126 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; -  
127 this.pictureBox1.TabIndex = 0; -  
128 this.pictureBox1.TabStop = false; -  
129 // -  
130 // NotificationForm 130 // NotificationForm
131 // 131 //
132 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 132 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
133 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 133 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
134 this.ClientSize = new System.Drawing.Size(400, 120); 134 this.ClientSize = new System.Drawing.Size(400, 120);