Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3792


Ignore:
Timestamp:
05/11/10 22:07:26 (14 years ago)
Author:
swagner
Message:

Adapted size of splash screen (#1000)

Location:
trunk/sources
Files:
3 edited

Legend:

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

    r3786 r3792  
    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(400, 115);
     60      this.versionLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F);
     61      this.versionLabel.Location = new System.Drawing.Point(436, 147);
    6162      this.versionLabel.Name = "versionLabel";
    62       this.versionLabel.Size = new System.Drawing.Size(186, 16);
     63      this.versionLabel.Size = new System.Drawing.Size(150, 9);
    6364      this.versionLabel.TabIndex = 1;
    6465      this.versionLabel.Text = "Version ";
     
    7172      this.infoLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
    7273      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);
    7475      this.infoLabel.Name = "infoLabel";
    7576      this.infoLabel.Size = new System.Drawing.Size(598, 30);
     
    8182      //
    8283      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);
    8486      this.copyrightLabel.Name = "copyrightLabel";
    85       this.copyrightLabel.Size = new System.Drawing.Size(186, 16);
     87      this.copyrightLabel.Size = new System.Drawing.Size(150, 9);
    8688      this.copyrightLabel.TabIndex = 2;
    8789      this.copyrightLabel.Text = "Copyright";
     
    9597      this.pictureBox.Location = new System.Drawing.Point(0, 0);
    9698      this.pictureBox.Name = "pictureBox";
    97       this.pictureBox.Size = new System.Drawing.Size(598, 80);
     99      this.pictureBox.Size = new System.Drawing.Size(598, 110);
    98100      this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
    99101      this.pictureBox.TabIndex = 0;
     
    105107      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    106108      this.BackColor = System.Drawing.Color.White;
    107       this.ClientSize = new System.Drawing.Size(598, 134);
     109      this.ClientSize = new System.Drawing.Size(598, 165);
    108110      this.ControlBox = false;
    109       this.Controls.Add(this.infoLabel);
    110111      this.Controls.Add(this.pictureBox);
    111112      this.Controls.Add(this.versionLabel);
    112113      this.Controls.Add(this.copyrightLabel);
     114      this.Controls.Add(this.infoLabel);
    113115      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
    114116      this.MaximizeBox = false;
Note: See TracChangeset for help on using the changeset viewer.