diff options
| author | TheUltimateHacker <[email protected]> | 2015-03-28 15:10:56 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-03-28 15:11:15 -0400 |
| commit | ecb1dbd33a0eb78178b6cddb8c1fcef97d51204d (patch) | |
| tree | ccf9080248bd1f61c9ec3d4b1df8be90ef401ea3 /ShiftOS/FullScreenLogin Customizer.Designer.vb | |
| parent | 96805596f9f0c2683d6c62e390ef0e2a806d2708 (diff) | |
| download | shiftos-ecb1dbd33a0eb78178b6cddb8c1fcef97d51204d.tar.gz shiftos-ecb1dbd33a0eb78178b6cddb8c1fcef97d51204d.tar.bz2 shiftos-ecb1dbd33a0eb78178b6cddb8c1fcef97d51204d.zip | |
Gecko Implementation
Rest in Pieces, Trident! I've converted the Internet Browser to Gecko,
the Firefox Rendering Engine. Virtually no code has been changed (unless
you include the other stuff I'm working on like FullScreenLogin.vb)
Diffstat (limited to 'ShiftOS/FullScreenLogin Customizer.Designer.vb')
| -rw-r--r-- | ShiftOS/FullScreenLogin Customizer.Designer.vb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ShiftOS/FullScreenLogin Customizer.Designer.vb b/ShiftOS/FullScreenLogin Customizer.Designer.vb index 61fc66a..be29c88 100644 --- a/ShiftOS/FullScreenLogin Customizer.Designer.vb +++ b/ShiftOS/FullScreenLogin Customizer.Designer.vb @@ -41,6 +41,7 @@ Partial Class FullScreenLoginCustomizer Me.Label7 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() + Me.Button2 = New System.Windows.Forms.Button() CType(Me.userpic, System.ComponentModel.ISupportInitialize).BeginInit() Me.preview.SuspendLayout() Me.pnldefault.SuspendLayout() @@ -177,6 +178,7 @@ Partial Class FullScreenLoginCustomizer 'Titlebar ' Me.Titlebar.BackColor = System.Drawing.Color.Gray + Me.Titlebar.Controls.Add(Me.Button2) Me.Titlebar.Controls.Add(Me.lbtitletext) Me.Titlebar.Dock = System.Windows.Forms.DockStyle.Top Me.Titlebar.ForeColor = System.Drawing.Color.White @@ -246,6 +248,16 @@ Partial Class FullScreenLoginCustomizer Me.Label5.TabIndex = 0 Me.Label5.Text = "User Account Picture" ' + 'Button2 + ' + Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat + Me.Button2.Location = New System.Drawing.Point(1826, 5) + Me.Button2.Name = "Button2" + Me.Button2.Size = New System.Drawing.Size(75, 23) + Me.Button2.TabIndex = 1 + Me.Button2.Text = "Apply" + Me.Button2.UseVisualStyleBackColor = True + ' 'FullScreenLoginCustomizer ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) @@ -287,4 +299,5 @@ Partial Class FullScreenLoginCustomizer Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label + Friend WithEvents Button2 As System.Windows.Forms.Button End Class |
