aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/FullScreenLogin Customizer.Designer.vb
diff options
context:
space:
mode:
authorTheUltimateHacker <[email protected]>2015-04-06 20:14:06 -0400
committerTheUltimateHacker <[email protected]>2015-04-06 20:14:06 -0400
commit513e026987c18af9f5e7227cb4bab2a87f756bff (patch)
tree915050cde7980ceee9dd5130faa8ef1734851bda /ShiftOS/FullScreenLogin Customizer.Designer.vb
parent3519e197a21e38166cd1be3c100f90bfe20f249b (diff)
parent1b1969fb009b2b73b5babacca9eeb60fdd91b446 (diff)
downloadshiftos-513e026987c18af9f5e7227cb4bab2a87f756bff.tar.gz
shiftos-513e026987c18af9f5e7227cb4bab2a87f756bff.tar.bz2
shiftos-513e026987c18af9f5e7227cb4bab2a87f756bff.zip
Merge pull request #21 from pcnerd97/master
ShiftDock
Diffstat (limited to 'ShiftOS/FullScreenLogin Customizer.Designer.vb')
-rw-r--r--ShiftOS/FullScreenLogin Customizer.Designer.vb20
1 files changed, 10 insertions, 10 deletions
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
<System.Diagnostics.DebuggerStepThrough()> _
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