Splash updated
This commit is contained in:
parent
9fafbc0634
commit
c019caa013
3 changed files with 831 additions and 831 deletions
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("Telldus Technologies")]
|
[assembly: AssemblyCompany("Telldus Technologies")]
|
||||||
[assembly: AssemblyProduct("DeviceScheduler")]
|
[assembly: AssemblyProduct("DeviceScheduler")]
|
||||||
[assembly: AssemblyCopyright("Copyright © Telldus Technologies 2009")]
|
[assembly: AssemblyCopyright("Copyright © Telldus Technologies 2010")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
|
||||||
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||||
// Build Number
|
// Build Number
|
||||||
// Revision
|
// Revision
|
||||||
//
|
//
|
||||||
[assembly: AssemblyVersion("2009.2.0.0")]
|
[assembly: AssemblyVersion("2010.10.0.0")]
|
||||||
[assembly: AssemblyFileVersion("2009.2.0.0")]
|
[assembly: AssemblyFileVersion("2010.10.0.0")]
|
||||||
|
|
116
scheduler/DeviceScheduler/frmSplash.Designer.cs
generated
116
scheduler/DeviceScheduler/frmSplash.Designer.cs
generated
|
@ -28,64 +28,64 @@ namespace DeviceScheduler
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
this.components = new System.ComponentModel.Container();
|
this.components = new System.ComponentModel.Container();
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSplash));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSplash));
|
||||||
this.label3 = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
||||||
this.label1 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||||
this.lblVersion = new System.Windows.Forms.Label();
|
this.lblVersion = new System.Windows.Forms.Label();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// label3
|
// label3
|
||||||
//
|
//
|
||||||
this.label3.AutoSize = true;
|
this.label3.AutoSize = true;
|
||||||
this.label3.BackColor = System.Drawing.Color.Transparent;
|
this.label3.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.label3.Location = new System.Drawing.Point(114, 280);
|
this.label3.Location = new System.Drawing.Point(114, 280);
|
||||||
this.label3.Name = "label3";
|
this.label3.Name = "label3";
|
||||||
this.label3.Size = new System.Drawing.Size(341, 13);
|
this.label3.Size = new System.Drawing.Size(341, 13);
|
||||||
this.label3.TabIndex = 6;
|
this.label3.TabIndex = 6;
|
||||||
this.label3.Text = "© Copyright Telldus Technologies AB 2007. Alla rättigheter förbehålles.";
|
this.label3.Text = "© Copyright Telldus Technologies AB 2010. Alla rättigheter förbehålles.";
|
||||||
//
|
//
|
||||||
// label1
|
// label1
|
||||||
//
|
//
|
||||||
this.label1.AutoSize = true;
|
this.label1.AutoSize = true;
|
||||||
this.label1.BackColor = System.Drawing.Color.Transparent;
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.label1.Location = new System.Drawing.Point(242, 195);
|
this.label1.Location = new System.Drawing.Point(242, 195);
|
||||||
this.label1.Name = "label1";
|
this.label1.Name = "label1";
|
||||||
this.label1.Size = new System.Drawing.Size(45, 13);
|
this.label1.Size = new System.Drawing.Size(45, 13);
|
||||||
this.label1.TabIndex = 7;
|
this.label1.TabIndex = 7;
|
||||||
this.label1.Text = "Version:";
|
this.label1.Text = "Version:";
|
||||||
//
|
//
|
||||||
// timer1
|
// timer1
|
||||||
//
|
//
|
||||||
this.timer1.Interval = 1500;
|
this.timer1.Interval = 1500;
|
||||||
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
||||||
//
|
//
|
||||||
// lblVersion
|
// lblVersion
|
||||||
//
|
//
|
||||||
this.lblVersion.AutoSize = true;
|
this.lblVersion.AutoSize = true;
|
||||||
this.lblVersion.BackColor = System.Drawing.Color.Transparent;
|
this.lblVersion.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.lblVersion.Location = new System.Drawing.Point(293, 195);
|
this.lblVersion.Location = new System.Drawing.Point(293, 195);
|
||||||
this.lblVersion.Name = "lblVersion";
|
this.lblVersion.Name = "lblVersion";
|
||||||
this.lblVersion.Size = new System.Drawing.Size(45, 13);
|
this.lblVersion.Size = new System.Drawing.Size(45, 13);
|
||||||
this.lblVersion.TabIndex = 8;
|
this.lblVersion.TabIndex = 8;
|
||||||
this.lblVersion.Text = "Version:";
|
this.lblVersion.Text = "Version:";
|
||||||
//
|
//
|
||||||
// frmSplash
|
// frmSplash
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
|
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
|
||||||
this.ClientSize = new System.Drawing.Size(522, 300);
|
this.ClientSize = new System.Drawing.Size(522, 300);
|
||||||
this.Controls.Add(this.lblVersion);
|
this.Controls.Add(this.lblVersion);
|
||||||
this.Controls.Add(this.label1);
|
this.Controls.Add(this.label1);
|
||||||
this.Controls.Add(this.label3);
|
this.Controls.Add(this.label3);
|
||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||||
this.Name = "frmSplash";
|
this.Name = "frmSplash";
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
this.Load += new System.EventHandler(this.frmSplash_Load);
|
this.Load += new System.EventHandler(this.frmSplash_Load);
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
this.PerformLayout();
|
this.PerformLayout();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue