1.1 --- a/GUI/AboutBox.Designer.cs Mon May 16 22:04:04 2011 +0000
1.2 +++ b/GUI/AboutBox.Designer.cs Wed May 18 19:58:57 2011 +0000
1.3 @@ -78,7 +78,7 @@
1.4 //
1.5 this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
1.6 this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
1.7 - this.okButton.Location = new System.Drawing.Point(261, 123);
1.8 + this.okButton.Location = new System.Drawing.Point(358, 110);
1.9 this.okButton.Name = "okButton";
1.10 this.okButton.Size = new System.Drawing.Size(75, 23);
1.11 this.okButton.TabIndex = 0;
1.12 @@ -90,8 +90,8 @@
1.13 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
1.14 this.pictureBox1.Location = new System.Drawing.Point(10, 11);
1.15 this.pictureBox1.Name = "pictureBox1";
1.16 - this.pictureBox1.Size = new System.Drawing.Size(48, 49);
1.17 - this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
1.18 + this.pictureBox1.Size = new System.Drawing.Size(48, 48);
1.19 + this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
1.20 this.pictureBox1.TabIndex = 1;
1.21 this.pictureBox1.TabStop = false;
1.22 //
1.23 @@ -111,9 +111,9 @@
1.24 this.label2.Location = new System.Drawing.Point(74, 47);
1.25 this.label2.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
1.26 this.label2.Name = "label2";
1.27 - this.label2.Size = new System.Drawing.Size(280, 13);
1.28 + this.label2.Size = new System.Drawing.Size(359, 13);
1.29 this.label2.TabIndex = 3;
1.30 - this.label2.Text = "Copyright © 2009-2011 Michael Möller. All rights reserved.";
1.31 + this.label2.Text = "Copyright © 2009-2011 Michael Möller and contributers. All rights reserved.";
1.32 //
1.33 // label3
1.34 //
1.35 @@ -138,7 +138,7 @@
1.36 // linkLabel
1.37 //
1.38 this.linkLabel.AutoSize = true;
1.39 - this.linkLabel.Location = new System.Drawing.Point(128, 0);
1.40 + this.linkLabel.Location = new System.Drawing.Point(122, 0);
1.41 this.linkLabel.Margin = new System.Windows.Forms.Padding(0, 0, 10, 0);
1.42 this.linkLabel.Name = "linkLabel";
1.43 this.linkLabel.Size = new System.Drawing.Size(156, 13);
1.44 @@ -151,11 +151,11 @@
1.45 //
1.46 this.label5.AutoSize = true;
1.47 this.label5.Location = new System.Drawing.Point(0, 0);
1.48 - this.label5.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
1.49 + this.label5.Margin = new System.Windows.Forms.Padding(0);
1.50 this.label5.Name = "label5";
1.51 - this.label5.Size = new System.Drawing.Size(125, 13);
1.52 + this.label5.Size = new System.Drawing.Size(122, 13);
1.53 this.label5.TabIndex = 7;
1.54 - this.label5.Text = "from the project website: ";
1.55 + this.label5.Text = "from the project website:";
1.56 //
1.57 // flowLayoutPanel1
1.58 //
1.59 @@ -166,16 +166,16 @@
1.60 this.flowLayoutPanel1.Location = new System.Drawing.Point(10, 100);
1.61 this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
1.62 this.flowLayoutPanel1.Name = "flowLayoutPanel1";
1.63 - this.flowLayoutPanel1.Size = new System.Drawing.Size(294, 13);
1.64 + this.flowLayoutPanel1.Size = new System.Drawing.Size(288, 13);
1.65 this.flowLayoutPanel1.TabIndex = 8;
1.66 //
1.67 // AboutBox
1.68 //
1.69 this.AcceptButton = this.okButton;
1.70 - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1.71 - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1.72 + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
1.73 + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
1.74 this.AutoSize = true;
1.75 - this.ClientSize = new System.Drawing.Size(346, 158);
1.76 + this.ClientSize = new System.Drawing.Size(443, 145);
1.77 this.Controls.Add(this.flowLayoutPanel1);
1.78 this.Controls.Add(this.label4);
1.79 this.Controls.Add(this.label3);