Cleaned up a little more, removed the frmRegistration code.

And ready for a first github release. so changed to version 2.2
This commit is contained in:
gjefferyes
2014-12-08 10:29:43 -06:00
parent 09ccdd7e10
commit 47731743b6
11 changed files with 397 additions and 766 deletions

View File

@@ -35,7 +35,6 @@
this.progressBar = new System.Windows.Forms.ProgressBar();
this.lblVersion = new System.Windows.Forms.Label();
this.bgWork = new System.ComponentModel.BackgroundWorker();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lblStatus
@@ -74,24 +73,13 @@
//
this.bgWork.WorkerReportsProgress = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 185);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 13);
this.label1.TabIndex = 6;
this.label1.Text = "label1";
//
// FrmSplashScreen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(465, 207);
this.ControlBox = false;
this.Controls.Add(this.label1);
this.Controls.Add(this.lblVersion);
this.Controls.Add(this.progressBar);
this.Controls.Add(this.lblStatus);
@@ -103,7 +91,6 @@
this.Text = "FrmSplashScreen";
this.Shown += new System.EventHandler(this.FrmSplashScreenShown);
this.ResumeLayout(false);
this.PerformLayout();
}
@@ -114,6 +101,5 @@
private System.Windows.Forms.ProgressBar progressBar;
private System.Windows.Forms.Label lblVersion;
private System.ComponentModel.BackgroundWorker bgWork;
private System.Windows.Forms.Label label1;
}
}