aboutsummaryrefslogtreecommitdiff
path: root/Project Ports/hijackScreen.Designer.cs
diff options
context:
space:
mode:
authorAlee14 <alee14498@gmail.com>2018-09-02 14:13:03 -0400
committerAlee14 <alee14498@gmail.com>2018-09-02 14:13:03 -0400
commit98ba9b941b5b5062a1723c225e6f9f782a9c74a9 (patch)
tree292c358ee12044c0d10f226b1628fcf35c773bf3 /Project Ports/hijackScreen.Designer.cs
parentb14c88a25a7704e37514a4b5f4e761e925bd2536 (diff)
downloadProject-Silicon-98ba9b941b5b5062a1723c225e6f9f782a9c74a9.tar.gz
Project-Silicon-98ba9b941b5b5062a1723c225e6f9f782a9c74a9.tar.bz2
Project-Silicon-98ba9b941b5b5062a1723c225e6f9f782a9c74a9.zip
Boot and crash fixes
Diffstat (limited to 'Project Ports/hijackScreen.Designer.cs')
-rw-r--r--Project Ports/hijackScreen.Designer.cs24
1 files changed, 12 insertions, 12 deletions
diff --git a/Project Ports/hijackScreen.Designer.cs b/Project Ports/hijackScreen.Designer.cs
index c251ca7..846b02f 100644
--- a/Project Ports/hijackScreen.Designer.cs
+++ b/Project Ports/hijackScreen.Designer.cs
@@ -29,8 +29,8 @@
private void InitializeComponent()
{
this.hijackPanel = new System.Windows.Forms.Panel();
- this.txtHijack = new System.Windows.Forms.TextBox();
this.btnSkipHijack = new System.Windows.Forms.Button();
+ this.txtHijack = new System.Windows.Forms.TextBox();
this.hijackPanel.SuspendLayout();
this.SuspendLayout();
//
@@ -47,6 +47,17 @@
this.hijackPanel.Size = new System.Drawing.Size(986, 571);
this.hijackPanel.TabIndex = 3;
//
+ // btnSkipHijack
+ //
+ this.btnSkipHijack.Font = new System.Drawing.Font("Consolas", 10F);
+ this.btnSkipHijack.Location = new System.Drawing.Point(880, 531);
+ this.btnSkipHijack.Name = "btnSkipHijack";
+ this.btnSkipHijack.Size = new System.Drawing.Size(103, 37);
+ this.btnSkipHijack.TabIndex = 4;
+ this.btnSkipHijack.Text = "Skip";
+ this.btnSkipHijack.UseVisualStyleBackColor = true;
+ this.btnSkipHijack.Click += new System.EventHandler(this.btnSkipHijack_Click);
+ //
// txtHijack
//
this.txtHijack.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
@@ -64,17 +75,6 @@
this.txtHijack.Size = new System.Drawing.Size(957, 547);
this.txtHijack.TabIndex = 3;
//
- // btnSkipHijack
- //
- this.btnSkipHijack.Font = new System.Drawing.Font("Consolas", 10F);
- this.btnSkipHijack.Location = new System.Drawing.Point(880, 531);
- this.btnSkipHijack.Name = "btnSkipHijack";
- this.btnSkipHijack.Size = new System.Drawing.Size(103, 37);
- this.btnSkipHijack.TabIndex = 4;
- this.btnSkipHijack.Text = "Skip";
- this.btnSkipHijack.UseVisualStyleBackColor = true;
- this.btnSkipHijack.Click += new System.EventHandler(this.btnSkipHijack_Click);
- //
// hijackScreen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);