Changeset 3792 for trunk/sources
- Timestamp:
- 05/11/10 22:07:26 (15 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Starter/SplashScreen.Designer.cs
r3786 r3792 58 58 // 59 59 this.versionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 60 this.versionLabel.Location = new System.Drawing.Point(400, 115); 60 this.versionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F); 61 this.versionLabel.Location = new System.Drawing.Point(436, 147); 61 62 this.versionLabel.Name = "versionLabel"; 62 this.versionLabel.Size = new System.Drawing.Size(1 86, 16);63 this.versionLabel.Size = new System.Drawing.Size(150, 9); 63 64 this.versionLabel.TabIndex = 1; 64 65 this.versionLabel.Text = "Version "; … … 71 72 this.infoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 72 73 this.infoLabel.ForeColor = System.Drawing.Color.DarkOrange; 73 this.infoLabel.Location = new System.Drawing.Point(0, 83);74 this.infoLabel.Location = new System.Drawing.Point(0, 113); 74 75 this.infoLabel.Name = "infoLabel"; 75 76 this.infoLabel.Size = new System.Drawing.Size(598, 30); … … 81 82 // 82 83 this.copyrightLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 83 this.copyrightLabel.Location = new System.Drawing.Point(12, 115); 84 this.copyrightLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F); 85 this.copyrightLabel.Location = new System.Drawing.Point(12, 147); 84 86 this.copyrightLabel.Name = "copyrightLabel"; 85 this.copyrightLabel.Size = new System.Drawing.Size(1 86, 16);87 this.copyrightLabel.Size = new System.Drawing.Size(150, 9); 86 88 this.copyrightLabel.TabIndex = 2; 87 89 this.copyrightLabel.Text = "Copyright"; … … 95 97 this.pictureBox.Location = new System.Drawing.Point(0, 0); 96 98 this.pictureBox.Name = "pictureBox"; 97 this.pictureBox.Size = new System.Drawing.Size(598, 80);99 this.pictureBox.Size = new System.Drawing.Size(598, 110); 98 100 this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; 99 101 this.pictureBox.TabIndex = 0; … … 105 107 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 106 108 this.BackColor = System.Drawing.Color.White; 107 this.ClientSize = new System.Drawing.Size(598, 1 34);109 this.ClientSize = new System.Drawing.Size(598, 165); 108 110 this.ControlBox = false; 109 this.Controls.Add(this.infoLabel);110 111 this.Controls.Add(this.pictureBox); 111 112 this.Controls.Add(this.versionLabel); 112 113 this.Controls.Add(this.copyrightLabel); 114 this.Controls.Add(this.infoLabel); 113 115 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 114 116 this.MaximizeBox = false;
Note: See TracChangeset
for help on using the changeset viewer.