diff options
Diffstat (limited to 'Project Ports/hijackScreen.Designer.cs')
| -rw-r--r-- | Project Ports/hijackScreen.Designer.cs | 24 |
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); |
