diff options
| author | Michael VanOverbeek <[email protected]> | 2016-07-25 12:57:52 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-25 12:57:52 -0400 |
| commit | 46c1c31302f111a1f3ec23a70e6f3986a9aa2a27 (patch) | |
| tree | f00af7ea3f6ad2641fb26fa1d310fd8b7179b39c /source/WindowsFormsApplication1/Hacking/HijackScreen.Designer.cs | |
| parent | af48e774189596b8d7a058c564a7d6d75205ca03 (diff) | |
| parent | 6fa16209519896de09949a27425dff00ebf2970a (diff) | |
| download | shiftos-c--46c1c31302f111a1f3ec23a70e6f3986a9aa2a27.tar.gz shiftos-c--46c1c31302f111a1f3ec23a70e6f3986a9aa2a27.tar.bz2 shiftos-c--46c1c31302f111a1f3ec23a70e6f3986a9aa2a27.zip | |
Merge pull request #17 from MichaelTheShifter/shiftui_integration
Shiftui integration
Diffstat (limited to 'source/WindowsFormsApplication1/Hacking/HijackScreen.Designer.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Hacking/HijackScreen.Designer.cs | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/source/WindowsFormsApplication1/Hacking/HijackScreen.Designer.cs b/source/WindowsFormsApplication1/Hacking/HijackScreen.Designer.cs index 12e30ab..5e7be79 100644 --- a/source/WindowsFormsApplication1/Hacking/HijackScreen.Designer.cs +++ b/source/WindowsFormsApplication1/Hacking/HijackScreen.Designer.cs @@ -31,18 +31,18 @@ namespace ShiftOS private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.lblHijack = new System.Windows.Forms.Label(); - this.conversationtimer = new System.Windows.Forms.Timer(this.components); - this.textgen = new System.Windows.Forms.Timer(this.components); - this.lblhackwords = new System.Windows.Forms.Label(); - this.hackeffecttimer = new System.Windows.Forms.Timer(this.components); + this.lblHijack = new ShiftUI.Label(); + this.conversationtimer = new ShiftUI.Timer(this.components); + this.textgen = new ShiftUI.Timer(this.components); + this.lblhackwords = new ShiftUI.Label(); + this.hackeffecttimer = new ShiftUI.Timer(this.components); this.BackgroundWorker1 = new System.ComponentModel.BackgroundWorker(); - this.btnskip = new System.Windows.Forms.Button(); + this.btnskip = new ShiftUI.Button(); this.SuspendLayout(); // // lblHijack // - this.lblHijack.Anchor = System.Windows.Forms.AnchorStyles.None; + this.lblHijack.Anchor = ShiftUI.AnchorStyles.None; this.lblHijack.AutoSize = true; this.lblHijack.BackColor = System.Drawing.Color.WhiteSmoke; this.lblHijack.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -60,7 +60,7 @@ namespace ShiftOS // lblhackwords // this.lblhackwords.AutoSize = true; - this.lblhackwords.Dock = System.Windows.Forms.DockStyle.Fill; + this.lblhackwords.Dock = ShiftUI.DockStyle.Fill; this.lblhackwords.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblhackwords.ForeColor = System.Drawing.SystemColors.ButtonFace; this.lblhackwords.Location = new System.Drawing.Point(0, 0); @@ -75,7 +75,7 @@ namespace ShiftOS // // btnskip // - this.btnskip.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnskip.FlatStyle = ShiftUI.FlatStyle.Standard; this.btnskip.ForeColor = System.Drawing.Color.White; this.btnskip.Location = new System.Drawing.Point(566, 422); this.btnskip.Name = "btnskip"; @@ -89,12 +89,12 @@ namespace ShiftOS // HijackScreen // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleMode = ShiftUI.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Silver; this.ClientSize = new System.Drawing.Size(653, 457); - this.Controls.Add(this.btnskip); - this.Controls.Add(this.lblhackwords); - this.Controls.Add(this.lblHijack); + this.Widgets.Add(this.btnskip); + this.Widgets.Add(this.lblhackwords); + this.Widgets.Add(this.lblHijack); this.Name = "HijackScreen"; this.Text = "ShiftOS"; this.TransparencyKey = System.Drawing.Color.White; @@ -103,14 +103,14 @@ namespace ShiftOS this.PerformLayout(); } - internal System.Windows.Forms.Label lblHijack; - internal System.Windows.Forms.Timer conversationtimer; - internal System.Windows.Forms.Timer textgen; - internal System.Windows.Forms.Label lblhackwords; - internal System.Windows.Forms.Timer hackeffecttimer; + internal ShiftUI.Label lblHijack; + internal ShiftUI.Timer conversationtimer; + internal ShiftUI.Timer textgen; + internal ShiftUI.Label lblhackwords; + internal ShiftUI.Timer hackeffecttimer; internal System.ComponentModel.BackgroundWorker BackgroundWorker1; #endregion - private System.Windows.Forms.Button btnskip; + private ShiftUI.Button btnskip; } }
\ No newline at end of file |
