summaryrefslogtreecommitdiff
path: root/shiftos_next/BWM and CMD Apps/file skimmer.Designer.vb
diff options
context:
space:
mode:
authorTheUltimateHacker <tultimateh@gmail.com>2015-05-29 12:39:04 -0400
committerTheUltimateHacker <tultimateh@gmail.com>2015-05-29 12:39:04 -0400
commit2bed5c22ff991077bdd1aadd20275c17c1218211 (patch)
tree839432ae446669c039974e159e2b2a28a72c3701 /shiftos_next/BWM and CMD Apps/file skimmer.Designer.vb
parentccdbbbed1898c5073dc460a737cdd4b7c7036bb5 (diff)
downloadshiftos-next-2bed5c22ff991077bdd1aadd20275c17c1218211.tar.gz
shiftos-next-2bed5c22ff991077bdd1aadd20275c17c1218211.tar.bz2
shiftos-next-2bed5c22ff991077bdd1aadd20275c17c1218211.zip
Skin Loader for BWM added
Next skinning upgrade has been added, which is the Skin Loader that allows you to save and load skins.
Diffstat (limited to 'shiftos_next/BWM and CMD Apps/file skimmer.Designer.vb')
-rw-r--r--shiftos_next/BWM and CMD Apps/file skimmer.Designer.vb14
1 files changed, 13 insertions, 1 deletions
diff --git a/shiftos_next/BWM and CMD Apps/file skimmer.Designer.vb b/shiftos_next/BWM and CMD Apps/file skimmer.Designer.vb
index 4d2aabd..337f346 100644
--- a/shiftos_next/BWM and CMD Apps/file skimmer.Designer.vb
+++ b/shiftos_next/BWM and CMD Apps/file skimmer.Designer.vb
@@ -46,6 +46,7 @@ Partial Class file_skimmer
Me.Label1 = New System.Windows.Forms.Label()
Me.btnsave = New System.Windows.Forms.Button()
Me.pnltop = New shiftos_next.Titlebar()
+ Me.lbextension = New System.Windows.Forms.Label()
Me.topmenu.SuspendLayout()
Me.tools.SuspendLayout()
Me.pnlsave.SuspendLayout()
@@ -176,6 +177,7 @@ Partial Class file_skimmer
'
'pnlsave
'
+ Me.pnlsave.Controls.Add(Me.lbextension)
Me.pnlsave.Controls.Add(Me.txtfilename)
Me.pnlsave.Controls.Add(Me.Label1)
Me.pnlsave.Controls.Add(Me.btnsave)
@@ -191,7 +193,7 @@ Partial Class file_skimmer
Me.txtfilename.ForeColor = System.Drawing.Color.White
Me.txtfilename.Location = New System.Drawing.Point(86, 5)
Me.txtfilename.Name = "txtfilename"
- Me.txtfilename.Size = New System.Drawing.Size(421, 20)
+ Me.txtfilename.Size = New System.Drawing.Size(376, 20)
Me.txtfilename.TabIndex = 2
'
'Label1
@@ -225,6 +227,15 @@ Partial Class file_skimmer
Me.pnltop.Size = New System.Drawing.Size(591, 32)
Me.pnltop.TabIndex = 5
'
+ 'lbextension
+ '
+ Me.lbextension.AutoSize = True
+ Me.lbextension.Location = New System.Drawing.Point(468, 8)
+ Me.lbextension.Name = "lbextension"
+ Me.lbextension.Size = New System.Drawing.Size(35, 14)
+ Me.lbextension.TabIndex = 3
+ Me.lbextension.Text = ".xxx"
+ '
'file_skimmer
'
Me.AcceptButton = Me.btnsave
@@ -277,4 +288,5 @@ Partial Class file_skimmer
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents btnsave As System.Windows.Forms.Button
Friend WithEvents pnltop As shiftos_next.Titlebar
+ Friend WithEvents lbextension As System.Windows.Forms.Label
End Class