Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/11/10 20:27:13 (14 years ago)
Author:
swagner
Message:

Adapted size of splash screen (#1000)

Location:
trunk/sources/HeuristicLab.PluginInfrastructure
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Starter/SplashScreen.Designer.cs

    r3777 r3786  
    5858      //
    5959      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);
    6161      this.versionLabel.Name = "versionLabel";
    6262      this.versionLabel.Size = new System.Drawing.Size(186, 16);
     
    7171      this.infoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    7272      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);
    7474      this.infoLabel.Name = "infoLabel";
    75       this.infoLabel.Size = new System.Drawing.Size(698, 30);
     75      this.infoLabel.Size = new System.Drawing.Size(598, 30);
    7676      this.infoLabel.TabIndex = 6;
    7777      this.infoLabel.Text = "Startup Information";
     
    8181      //
    8282      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, 156);
     83      this.copyrightLabel.Location = new System.Drawing.Point(12, 115);
    8484      this.copyrightLabel.Name = "copyrightLabel";
    8585      this.copyrightLabel.Size = new System.Drawing.Size(186, 16);
     
    9595      this.pictureBox.Location = new System.Drawing.Point(0, 0);
    9696      this.pictureBox.Name = "pictureBox";
    97       this.pictureBox.Size = new System.Drawing.Size(698, 120);
     97      this.pictureBox.Size = new System.Drawing.Size(598, 80);
    9898      this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
    9999      this.pictureBox.TabIndex = 0;
     
    105105      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    106106      this.BackColor = System.Drawing.Color.White;
    107       this.ClientSize = new System.Drawing.Size(698, 175);
     107      this.ClientSize = new System.Drawing.Size(598, 134);
    108108      this.ControlBox = false;
    109109      this.Controls.Add(this.infoLabel);
Note: See TracChangeset for help on using the changeset viewer.