diff options
Diffstat (limited to 'Project Ports/hijackScreen.Designer.cs')
| -rw-r--r-- | Project Ports/hijackScreen.Designer.cs | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/Project Ports/hijackScreen.Designer.cs b/Project Ports/hijackScreen.Designer.cs index da32693..1f3394a 100644 --- a/Project Ports/hijackScreen.Designer.cs +++ b/Project Ports/hijackScreen.Designer.cs @@ -29,6 +29,7 @@ private void InitializeComponent() { this.hijackPanel = new System.Windows.Forms.Panel(); + this.button1 = new System.Windows.Forms.Button(); this.txtHijack = new System.Windows.Forms.TextBox(); this.hijackPanel.SuspendLayout(); this.SuspendLayout(); @@ -39,26 +40,38 @@ | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.hijackPanel.BackColor = System.Drawing.Color.Black; + this.hijackPanel.Controls.Add(this.button1); this.hijackPanel.Controls.Add(this.txtHijack); this.hijackPanel.Location = new System.Drawing.Point(0, 0); this.hijackPanel.Name = "hijackPanel"; this.hijackPanel.Size = new System.Drawing.Size(986, 571); this.hijackPanel.TabIndex = 3; // + // button1 + // + this.button1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.button1.Dock = System.Windows.Forms.DockStyle.Right; + this.button1.Location = new System.Drawing.Point(911, 0); + this.button1.Name = "button1"; + this.button1.Size = new System.Drawing.Size(75, 571); + this.button1.TabIndex = 4; + this.button1.Text = "skip"; + this.button1.UseVisualStyleBackColor = true; + this.button1.Click += new System.EventHandler(this.button1_Click); + // // txtHijack // this.txtHijack.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtHijack.BackColor = System.Drawing.Color.Black; - this.txtHijack.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtHijack.Font = new System.Drawing.Font("Consolas", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtHijack.ForeColor = System.Drawing.Color.White; this.txtHijack.Location = new System.Drawing.Point(15, 12); this.txtHijack.Multiline = true; this.txtHijack.Name = "txtHijack"; this.txtHijack.ReadOnly = true; - this.txtHijack.Size = new System.Drawing.Size(959, 547); + this.txtHijack.Size = new System.Drawing.Size(878, 547); this.txtHijack.TabIndex = 3; // // hijackScreen @@ -82,5 +95,6 @@ private System.Windows.Forms.Panel hijackPanel; private System.Windows.Forms.TextBox txtHijack; + private System.Windows.Forms.Button button1; } }
\ No newline at end of file |
