From 1b1969fb009b2b73b5babacca9eeb60fdd91b446 Mon Sep 17 00:00:00 2001 From: pcnerd97 Date: Mon, 6 Apr 2015 21:46:43 +0100 Subject: ShiftDock ShiftDock! This is the dock i created as a mod, i have implemented it into ShiftOS! The program is mostly stable but needs afew small fixes that i will fix. The design of the settings menu also needs work. --- ShiftOS/FullScreenLogin Customizer.Designer.vb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'ShiftOS/FullScreenLogin Customizer.Designer.vb') diff --git a/ShiftOS/FullScreenLogin Customizer.Designer.vb b/ShiftOS/FullScreenLogin Customizer.Designer.vb index be29c88..c341c7d 100644 --- a/ShiftOS/FullScreenLogin Customizer.Designer.vb +++ b/ShiftOS/FullScreenLogin Customizer.Designer.vb @@ -23,11 +23,11 @@ Partial Class FullScreenLoginCustomizer _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FullScreenLoginCustomizer)) - Me.txtusername = New MichaelsMovableControlSuite.MovableTextBox() - Me.txtpassword = New MichaelsMovableControlSuite.MovableTextBox() - Me.userpic = New MichaelsMovableControlSuite.MovablePictureBox() - Me.loginbtn = New MichaelsMovableControlSuite.MovableButton() - Me.shutdown = New MichaelsMovableControlSuite.MovableButton() + Me.txtusername = New TextBox 'MichaelsMovableControlSuite.MovableTextBox() + Me.txtpassword = New TextBox 'MichaelsMovableControlSuite.MovableTextBox() + Me.userpic = New PictureBox ' MichaelsMovableControlSuite.MovablePictureBox() + Me.loginbtn = New Button ' MichaelsMovableControlSuite.MovableButton() + Me.shutdown = New Button 'MichaelsMovableControlSuite.MovableButton() Me.preview = New System.Windows.Forms.Panel() Me.pnldefault = New System.Windows.Forms.Panel() Me.Label3 = New System.Windows.Forms.Label() @@ -281,11 +281,11 @@ Partial Class FullScreenLoginCustomizer Me.ResumeLayout(False) End Sub - Friend WithEvents txtusername As MichaelsMovableControlSuite.MovableTextBox - Friend WithEvents txtpassword As MichaelsMovableControlSuite.MovableTextBox - Friend WithEvents userpic As MichaelsMovableControlSuite.MovablePictureBox - Friend WithEvents loginbtn As MichaelsMovableControlSuite.MovableButton - Friend WithEvents shutdown As MichaelsMovableControlSuite.MovableButton + Friend WithEvents txtusername As TextBox 'MichaelsMovableControlSuite.MovableTextBox + Friend WithEvents txtpassword As TextBox 'MichaelsMovableControlSuite.MovableTextBox + Friend WithEvents userpic As PictureBox 'MichaelsMovableControlSuite.MovablePictureBox + Friend WithEvents loginbtn As Button 'MichaelsMovableControlSuite.MovableButton + Friend WithEvents shutdown As Button ' MichaelsMovableControlSuite.MovableButton Friend WithEvents preview As System.Windows.Forms.Panel Friend WithEvents pnldefault As System.Windows.Forms.Panel Friend WithEvents Titlebar As System.Windows.Forms.Panel -- cgit v1.2.3