Zzz – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 78... Line 78...
78 // 78 //
79 // AboutForm 79 // AboutForm
80 // 80 //
81 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 81 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
82 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 82 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
83 this.ClientSize = new System.Drawing.Size(426, 180); 83 this.ClientSize = new System.Drawing.Size(434, 191);
84 this.Controls.Add(this.zzzNameVersion); 84 this.Controls.Add(this.zzzNameVersion);
85 this.Controls.Add(this.textBox1); 85 this.Controls.Add(this.textBox1);
86 this.Controls.Add(this.pictureBox1); 86 this.Controls.Add(this.pictureBox1);
87 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 87 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
88 this.MaximizeBox = false; 88 this.MaximizeBox = false;
89 this.MaximumSize = new System.Drawing.Size(442, 218); 89 this.MaximumSize = new System.Drawing.Size(442, 218);
90 this.MinimizeBox = false; 90 this.MinimizeBox = false;
91 this.MinimumSize = new System.Drawing.Size(442, 218); 91 this.MinimumSize = new System.Drawing.Size(442, 218);
92 this.Name = "AboutForm"; 92 this.Name = "AboutForm";
93 this.Text = "Zzz: About"; 93 this.Text = "Zzz: About";
-   94 this.Load += new System.EventHandler(this.AboutForm_Load);
94 this.Shown += new System.EventHandler(this.OnFormShown); 95 this.Shown += new System.EventHandler(this.OnFormShown);
95 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 96 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
96 this.ResumeLayout(false); 97 this.ResumeLayout(false);
97 this.PerformLayout(); 98 this.PerformLayout();