Revision: 201
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=201&view=rev
Author: zebons
Date: 2007-03-20 10:53:54 -0700 (Tue, 20 Mar 2007)
Log Message:
-----------
Main window design
Modified Paths:
--------------
trunk/plugins/mpinstaler/MPInstaler/start_form.Designer.cs
Modified: trunk/plugins/mpinstaler/MPInstaler/start_form.Designer.cs
===================================================================
--- trunk/plugins/mpinstaler/MPInstaler/start_form.Designer.cs 2007-03-20 17:36:32 UTC (rev 200)
+++ trunk/plugins/mpinstaler/MPInstaler/start_form.Designer.cs 2007-03-20 17:53:54 UTC (rev 201)
@@ -37,7 +37,7 @@
//
// button1
//
- this.button1.Location = new System.Drawing.Point(162, 55);
+ this.button1.Location = new System.Drawing.Point(153, 50);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(109, 32);
this.button1.TabIndex = 0;
@@ -47,7 +47,7 @@
//
// button2
//
- this.button2.Location = new System.Drawing.Point(162, 119);
+ this.button2.Location = new System.Drawing.Point(153, 100);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(109, 32);
this.button2.TabIndex = 1;
@@ -57,7 +57,7 @@
//
// button3
//
- this.button3.Location = new System.Drawing.Point(162, 178);
+ this.button3.Location = new System.Drawing.Point(153, 150);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(109, 32);
this.button3.TabIndex = 2;
@@ -74,14 +74,15 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.ClientSize = new System.Drawing.Size(292, 266);
+ this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
+ this.ClientSize = new System.Drawing.Size(292, 249);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.DoubleBuffered = true;
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Name = "start_form";
+ this.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.ResumeLayout(false);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|