Changeset 3786 for trunk/sources/HeuristicLab.PluginInfrastructure/Starter
- Timestamp:
- 05/11/10 20:27:13 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/Starter/SplashScreen.Designer.cs
r3777 r3786 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( 500, 156);60 this.versionLabel.Location = new System.Drawing.Point(400, 115); 61 61 this.versionLabel.Name = "versionLabel"; 62 62 this.versionLabel.Size = new System.Drawing.Size(186, 16); … … 71 71 this.infoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 72 72 this.infoLabel.ForeColor = System.Drawing.Color.DarkOrange; 73 this.infoLabel.Location = new System.Drawing.Point(0, 123);73 this.infoLabel.Location = new System.Drawing.Point(0, 83); 74 74 this.infoLabel.Name = "infoLabel"; 75 this.infoLabel.Size = new System.Drawing.Size( 698, 30);75 this.infoLabel.Size = new System.Drawing.Size(598, 30); 76 76 this.infoLabel.TabIndex = 6; 77 77 this.infoLabel.Text = "Startup Information"; … … 81 81 // 82 82 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, 1 56);83 this.copyrightLabel.Location = new System.Drawing.Point(12, 115); 84 84 this.copyrightLabel.Name = "copyrightLabel"; 85 85 this.copyrightLabel.Size = new System.Drawing.Size(186, 16); … … 95 95 this.pictureBox.Location = new System.Drawing.Point(0, 0); 96 96 this.pictureBox.Name = "pictureBox"; 97 this.pictureBox.Size = new System.Drawing.Size( 698, 120);97 this.pictureBox.Size = new System.Drawing.Size(598, 80); 98 98 this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; 99 99 this.pictureBox.TabIndex = 0; … … 105 105 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 106 106 this.BackColor = System.Drawing.Color.White; 107 this.ClientSize = new System.Drawing.Size( 698, 175);107 this.ClientSize = new System.Drawing.Size(598, 134); 108 108 this.ControlBox = false; 109 109 this.Controls.Add(this.infoLabel);
Note: See TracChangeset
for help on using the changeset viewer.