aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/File Opener.Designer.vb
diff options
context:
space:
mode:
authorpfg github <[email protected]>2015-03-08 09:18:40 -0700
committerpfg github <[email protected]>2015-03-08 09:18:40 -0700
commita3db778746af40eb9f9ec2cccfb3c935164600f5 (patch)
tree6fd5220c1283aeb448d4b67c8c122f78d2a7a8dc /ShiftOS/File Opener.Designer.vb
parentbfd7c782b02bce11bb07cc228e5d0775ad0d98d5 (diff)
downloadshiftos-a3db778746af40eb9f9ec2cccfb3c935164600f5.tar.gz
shiftos-a3db778746af40eb9f9ec2cccfb3c935164600f5.tar.bz2
shiftos-a3db778746af40eb9f9ec2cccfb3c935164600f5.zip
Full Source
Diffstat (limited to 'ShiftOS/File Opener.Designer.vb')
-rw-r--r--ShiftOS/File Opener.Designer.vb413
1 files changed, 413 insertions, 0 deletions
diff --git a/ShiftOS/File Opener.Designer.vb b/ShiftOS/File Opener.Designer.vb
new file mode 100644
index 0000000..b232dad
--- /dev/null
+++ b/ShiftOS/File Opener.Designer.vb
@@ -0,0 +1,413 @@
+<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
+Partial Class File_Opener
+ Inherits System.Windows.Forms.Form
+
+ 'Form overrides dispose to clean up the component list.
+ <System.Diagnostics.DebuggerNonUserCode()> _
+ Protected Overrides Sub Dispose(ByVal disposing As Boolean)
+ Try
+ If disposing AndAlso components IsNot Nothing Then
+ components.Dispose()
+ End If
+ Finally
+ MyBase.Dispose(disposing)
+ End Try
+ End Sub
+
+ 'Required by the Windows Form Designer
+ Private components As System.ComponentModel.IContainer
+
+ 'NOTE: The following procedure is required by the Windows Form Designer
+ 'It can be modified using the Windows Form Designer.
+ 'Do not modify it using the code editor.
+ <System.Diagnostics.DebuggerStepThrough()> _
+ Private Sub InitializeComponent()
+ Me.components = New System.ComponentModel.Container()
+ Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(File_Opener))
+ Me.scaninput = New System.Windows.Forms.Timer(Me.components)
+ Me.rollupbutton = New System.Windows.Forms.Panel()
+ Me.closebutton = New System.Windows.Forms.Panel()
+ Me.lbtitletext = New System.Windows.Forms.Label()
+ Me.pgtoplcorner = New System.Windows.Forms.Panel()
+ Me.pgtoprcorner = New System.Windows.Forms.Panel()
+ Me.pgcontents = New System.Windows.Forms.Panel()
+ Me.lvfiles = New System.Windows.Forms.ListView()
+ Me.Panel3 = New System.Windows.Forms.Panel()
+ Me.pnlopenoptions = New System.Windows.Forms.Panel()
+ Me.btncancel = New System.Windows.Forms.Button()
+ Me.btnopen = New System.Windows.Forms.Button()
+ Me.lbextention = New System.Windows.Forms.Label()
+ Me.Label1 = New System.Windows.Forms.Label()
+ Me.Panel2 = New System.Windows.Forms.Panel()
+ Me.Panel1 = New System.Windows.Forms.Panel()
+ Me.lbllocation = New System.Windows.Forms.Label()
+ Me.pgright = New System.Windows.Forms.Panel()
+ Me.pgbottomrcorner = New System.Windows.Forms.Panel()
+ Me.pgbottomlcorner = New System.Windows.Forms.Panel()
+ Me.pgleft = New System.Windows.Forms.Panel()
+ Me.pgbottom = New System.Windows.Forms.Panel()
+ Me.titlebar = New System.Windows.Forms.Panel()
+ Me.minimizebutton = New System.Windows.Forms.Panel()
+ Me.pnlicon = New System.Windows.Forms.PictureBox()
+ Me.pullbs = New System.Windows.Forms.Timer(Me.components)
+ Me.pullbottom = New System.Windows.Forms.Timer(Me.components)
+ Me.pullside = New System.Windows.Forms.Timer(Me.components)
+ Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
+ Me.pgcontents.SuspendLayout()
+ Me.pnlopenoptions.SuspendLayout()
+ Me.Panel1.SuspendLayout()
+ Me.pgright.SuspendLayout()
+ Me.pgleft.SuspendLayout()
+ Me.titlebar.SuspendLayout()
+ CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.SuspendLayout()
+ '
+ 'scaninput
+ '
+ Me.scaninput.Interval = 500
+ '
+ 'rollupbutton
+ '
+ Me.rollupbutton.BackColor = System.Drawing.Color.Black
+ Me.rollupbutton.Location = New System.Drawing.Point(274, 3)
+ Me.rollupbutton.Name = "rollupbutton"
+ Me.rollupbutton.Size = New System.Drawing.Size(22, 22)
+ Me.rollupbutton.TabIndex = 22
+ '
+ 'closebutton
+ '
+ Me.closebutton.BackColor = System.Drawing.Color.Black
+ Me.closebutton.Location = New System.Drawing.Point(302, 3)
+ Me.closebutton.Name = "closebutton"
+ Me.closebutton.Size = New System.Drawing.Size(22, 22)
+ Me.closebutton.TabIndex = 20
+ '
+ 'lbtitletext
+ '
+ Me.lbtitletext.AutoSize = True
+ Me.lbtitletext.BackColor = System.Drawing.Color.Transparent
+ Me.lbtitletext.Font = New System.Drawing.Font("Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.lbtitletext.Location = New System.Drawing.Point(26, 7)
+ Me.lbtitletext.Name = "lbtitletext"
+ Me.lbtitletext.Size = New System.Drawing.Size(95, 18)
+ Me.lbtitletext.TabIndex = 19
+ Me.lbtitletext.Text = "File Opener"
+ '
+ 'pgtoplcorner
+ '
+ Me.pgtoplcorner.BackColor = System.Drawing.Color.Red
+ Me.pgtoplcorner.Dock = System.Windows.Forms.DockStyle.Left
+ Me.pgtoplcorner.Location = New System.Drawing.Point(0, 0)
+ Me.pgtoplcorner.Name = "pgtoplcorner"
+ Me.pgtoplcorner.Size = New System.Drawing.Size(2, 30)
+ Me.pgtoplcorner.TabIndex = 17
+ '
+ 'pgtoprcorner
+ '
+ Me.pgtoprcorner.BackColor = System.Drawing.Color.Red
+ Me.pgtoprcorner.Dock = System.Windows.Forms.DockStyle.Right
+ Me.pgtoprcorner.Location = New System.Drawing.Point(598, 0)
+ Me.pgtoprcorner.Name = "pgtoprcorner"
+ Me.pgtoprcorner.Size = New System.Drawing.Size(2, 30)
+ Me.pgtoprcorner.TabIndex = 16
+ '
+ 'pgcontents
+ '
+ Me.pgcontents.Controls.Add(Me.lvfiles)
+ Me.pgcontents.Controls.Add(Me.Panel3)
+ Me.pgcontents.Controls.Add(Me.pnlopenoptions)
+ Me.pgcontents.Controls.Add(Me.Panel2)
+ Me.pgcontents.Controls.Add(Me.Panel1)
+ Me.pgcontents.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.pgcontents.Location = New System.Drawing.Point(2, 30)
+ Me.pgcontents.Name = "pgcontents"
+ Me.pgcontents.Size = New System.Drawing.Size(596, 345)
+ Me.pgcontents.TabIndex = 25
+ '
+ 'lvfiles
+ '
+ Me.lvfiles.BackColor = System.Drawing.Color.White
+ Me.lvfiles.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.lvfiles.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.lvfiles.LargeImageList = Me.ImageList1
+ Me.lvfiles.Location = New System.Drawing.Point(0, 33)
+ Me.lvfiles.Name = "lvfiles"
+ Me.lvfiles.Size = New System.Drawing.Size(596, 268)
+ Me.lvfiles.TabIndex = 3
+ Me.lvfiles.UseCompatibleStateImageBehavior = False
+ '
+ 'Panel3
+ '
+ Me.Panel3.BackColor = System.Drawing.Color.Black
+ Me.Panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
+ Me.Panel3.Dock = System.Windows.Forms.DockStyle.Bottom
+ Me.Panel3.ForeColor = System.Drawing.Color.Black
+ Me.Panel3.Location = New System.Drawing.Point(0, 301)
+ Me.Panel3.Name = "Panel3"
+ Me.Panel3.Size = New System.Drawing.Size(596, 2)
+ Me.Panel3.TabIndex = 11
+ '
+ 'pnlopenoptions
+ '
+ Me.pnlopenoptions.Controls.Add(Me.btncancel)
+ Me.pnlopenoptions.Controls.Add(Me.btnopen)
+ Me.pnlopenoptions.Controls.Add(Me.lbextention)
+ Me.pnlopenoptions.Controls.Add(Me.Label1)
+ Me.pnlopenoptions.Dock = System.Windows.Forms.DockStyle.Bottom
+ Me.pnlopenoptions.Location = New System.Drawing.Point(0, 303)
+ Me.pnlopenoptions.Name = "pnlopenoptions"
+ Me.pnlopenoptions.Size = New System.Drawing.Size(596, 42)
+ Me.pnlopenoptions.TabIndex = 10
+ '
+ 'btncancel
+ '
+ Me.btncancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.btncancel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.btncancel.Location = New System.Drawing.Point(433, 6)
+ Me.btncancel.Name = "btncancel"
+ Me.btncancel.Size = New System.Drawing.Size(75, 29)
+ Me.btncancel.TabIndex = 4
+ Me.btncancel.Text = "Cancel"
+ Me.btncancel.UseVisualStyleBackColor = True
+ '
+ 'btnopen
+ '
+ Me.btnopen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
+ Me.btnopen.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.btnopen.Location = New System.Drawing.Point(514, 6)
+ Me.btnopen.Name = "btnopen"
+ Me.btnopen.Size = New System.Drawing.Size(75, 29)
+ Me.btnopen.TabIndex = 3
+ Me.btnopen.Text = "Open"
+ Me.btnopen.UseVisualStyleBackColor = True
+ '
+ 'lbextention
+ '
+ Me.lbextention.AutoSize = True
+ Me.lbextention.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.lbextention.Location = New System.Drawing.Point(366, 3)
+ Me.lbextention.Name = "lbextention"
+ Me.lbextention.Size = New System.Drawing.Size(51, 31)
+ Me.lbextention.TabIndex = 2
+ Me.lbextention.Text = ".txt"
+ '
+ 'Label1
+ '
+ Me.Label1.AutoSize = True
+ Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label1.Location = New System.Drawing.Point(8, 13)
+ Me.Label1.Name = "Label1"
+ Me.Label1.Size = New System.Drawing.Size(360, 16)
+ Me.Label1.TabIndex = 1
+ Me.Label1.Text = "Currently displaying files to open with the following extention:"
+ '
+ 'Panel2
+ '
+ Me.Panel2.BackColor = System.Drawing.Color.Black
+ Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
+ Me.Panel2.Location = New System.Drawing.Point(0, 31)
+ Me.Panel2.Name = "Panel2"
+ Me.Panel2.Size = New System.Drawing.Size(596, 2)
+ Me.Panel2.TabIndex = 5
+ '
+ 'Panel1
+ '
+ Me.Panel1.BackColor = System.Drawing.Color.White
+ Me.Panel1.Controls.Add(Me.lbllocation)
+ Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
+ Me.Panel1.Location = New System.Drawing.Point(0, 0)
+ Me.Panel1.Name = "Panel1"
+ Me.Panel1.Size = New System.Drawing.Size(596, 31)
+ Me.Panel1.TabIndex = 4
+ '
+ 'lbllocation
+ '
+ Me.lbllocation.BackColor = System.Drawing.Color.White
+ Me.lbllocation.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.lbllocation.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.lbllocation.ForeColor = System.Drawing.Color.Black
+ Me.lbllocation.Location = New System.Drawing.Point(0, 0)
+ Me.lbllocation.Name = "lbllocation"
+ Me.lbllocation.Size = New System.Drawing.Size(596, 31)
+ Me.lbllocation.TabIndex = 0
+ Me.lbllocation.Text = "C:/ShiftOS/"
+ Me.lbllocation.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
+ '
+ 'pgright
+ '
+ Me.pgright.BackColor = System.Drawing.Color.Gray
+ Me.pgright.Controls.Add(Me.pgbottomrcorner)
+ Me.pgright.Dock = System.Windows.Forms.DockStyle.Right
+ Me.pgright.Location = New System.Drawing.Point(598, 30)
+ Me.pgright.Name = "pgright"
+ Me.pgright.Size = New System.Drawing.Size(2, 347)
+ Me.pgright.TabIndex = 27
+ '
+ 'pgbottomrcorner
+ '
+ Me.pgbottomrcorner.BackColor = System.Drawing.Color.Red
+ Me.pgbottomrcorner.Dock = System.Windows.Forms.DockStyle.Bottom
+ Me.pgbottomrcorner.Location = New System.Drawing.Point(0, 345)
+ Me.pgbottomrcorner.Name = "pgbottomrcorner"
+ Me.pgbottomrcorner.Size = New System.Drawing.Size(2, 2)
+ Me.pgbottomrcorner.TabIndex = 15
+ '
+ 'pgbottomlcorner
+ '
+ Me.pgbottomlcorner.BackColor = System.Drawing.Color.Red
+ Me.pgbottomlcorner.Dock = System.Windows.Forms.DockStyle.Bottom
+ Me.pgbottomlcorner.Location = New System.Drawing.Point(0, 345)
+ Me.pgbottomlcorner.Name = "pgbottomlcorner"
+ Me.pgbottomlcorner.Size = New System.Drawing.Size(2, 2)
+ Me.pgbottomlcorner.TabIndex = 14
+ '
+ 'pgleft
+ '
+ Me.pgleft.BackColor = System.Drawing.Color.Gray
+ Me.pgleft.Controls.Add(Me.pgbottomlcorner)
+ Me.pgleft.Dock = System.Windows.Forms.DockStyle.Left
+ Me.pgleft.Location = New System.Drawing.Point(0, 30)
+ Me.pgleft.Name = "pgleft"
+ Me.pgleft.Size = New System.Drawing.Size(2, 347)
+ Me.pgleft.TabIndex = 26
+ '
+ 'pgbottom
+ '
+ Me.pgbottom.BackColor = System.Drawing.Color.Gray
+ Me.pgbottom.Dock = System.Windows.Forms.DockStyle.Bottom
+ Me.pgbottom.Location = New System.Drawing.Point(2, 375)
+ Me.pgbottom.Name = "pgbottom"
+ Me.pgbottom.Size = New System.Drawing.Size(596, 2)
+ Me.pgbottom.TabIndex = 28
+ '
+ 'titlebar
+ '
+ Me.titlebar.BackColor = System.Drawing.Color.Gray
+ Me.titlebar.Controls.Add(Me.minimizebutton)
+ Me.titlebar.Controls.Add(Me.pnlicon)
+ Me.titlebar.Controls.Add(Me.rollupbutton)
+ Me.titlebar.Controls.Add(Me.closebutton)
+ Me.titlebar.Controls.Add(Me.lbtitletext)
+ Me.titlebar.Controls.Add(Me.pgtoplcorner)
+ Me.titlebar.Controls.Add(Me.pgtoprcorner)
+ Me.titlebar.Dock = System.Windows.Forms.DockStyle.Top
+ Me.titlebar.ForeColor = System.Drawing.Color.White
+ Me.titlebar.Location = New System.Drawing.Point(0, 0)
+ Me.titlebar.Name = "titlebar"
+ Me.titlebar.Size = New System.Drawing.Size(600, 30)
+ Me.titlebar.TabIndex = 24
+ '
+ 'minimizebutton
+ '
+ Me.minimizebutton.BackColor = System.Drawing.Color.Black
+ Me.minimizebutton.Location = New System.Drawing.Point(246, 3)
+ Me.minimizebutton.Name = "minimizebutton"
+ Me.minimizebutton.Size = New System.Drawing.Size(22, 22)
+ Me.minimizebutton.TabIndex = 25
+ '
+ 'pnlicon
+ '
+ Me.pnlicon.BackColor = System.Drawing.Color.Transparent
+ Me.pnlicon.Image = Global.ShiftOS.My.Resources.Resources.iconFileOpener
+ Me.pnlicon.Location = New System.Drawing.Point(8, 8)
+ Me.pnlicon.Name = "pnlicon"
+ Me.pnlicon.Size = New System.Drawing.Size(16, 16)
+ Me.pnlicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
+ Me.pnlicon.TabIndex = 24
+ Me.pnlicon.TabStop = False
+ Me.pnlicon.Visible = False
+ '
+ 'pullbs
+ '
+ Me.pullbs.Interval = 1
+ '
+ 'pullbottom
+ '
+ Me.pullbottom.Interval = 1
+ '
+ 'pullside
+ '
+ Me.pullside.Interval = 1
+ '
+ 'ImageList1
+ '
+ Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
+ Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
+ Me.ImageList1.Images.SetKeyName(0, "folder.png")
+ Me.ImageList1.Images.SetKeyName(1, "unknown.png")
+ Me.ImageList1.Images.SetKeyName(2, "textfile.png")
+ Me.ImageList1.Images.SetKeyName(3, "imagefile.png")
+ Me.ImageList1.Images.SetKeyName(4, "videofile.png")
+ Me.ImageList1.Images.SetKeyName(5, "folderup.png")
+ Me.ImageList1.Images.SetKeyName(6, "philips dll.png")
+ Me.ImageList1.Images.SetKeyName(7, "philips exe.png")
+ Me.ImageList1.Images.SetKeyName(8, "config.png")
+ Me.ImageList1.Images.SetKeyName(9, "driver.png")
+ Me.ImageList1.Images.SetKeyName(10, "skinfile.png")
+ Me.ImageList1.Images.SetKeyName(11, "namelistfile.png")
+ Me.ImageList1.Images.SetKeyName(12, "iconpackfile.png")
+ Me.ImageList1.Images.SetKeyName(13, "iconins.png")
+ Me.ImageList1.Images.SetKeyName(14, "icontrm.png")
+ Me.ImageList1.Images.SetKeyName(15, "iconsaa 2.png")
+ Me.ImageList1.Images.SetKeyName(16, "iconflood.png")
+ Me.ImageList1.Images.SetKeyName(17, "iconurl.png")
+ Me.ImageList1.Images.SetKeyName(18, "iconurls.png")
+ Me.ImageList1.Images.SetKeyName(19, "iconsaag.png")
+ '
+ 'File_Opener
+ '
+ Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
+ Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
+ Me.ClientSize = New System.Drawing.Size(600, 377)
+ Me.Controls.Add(Me.pgcontents)
+ Me.Controls.Add(Me.pgbottom)
+ Me.Controls.Add(Me.pgright)
+ Me.Controls.Add(Me.pgleft)
+ Me.Controls.Add(Me.titlebar)
+ Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
+ Me.MinimumSize = New System.Drawing.Size(400, 177)
+ Me.Name = "File_Opener"
+ Me.Text = "File_Opener"
+ Me.TopMost = True
+ Me.pgcontents.ResumeLayout(False)
+ Me.pnlopenoptions.ResumeLayout(False)
+ Me.pnlopenoptions.PerformLayout()
+ Me.Panel1.ResumeLayout(False)
+ Me.pgright.ResumeLayout(False)
+ Me.pgleft.ResumeLayout(False)
+ Me.titlebar.ResumeLayout(False)
+ Me.titlebar.PerformLayout()
+ CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.ResumeLayout(False)
+
+ End Sub
+ Friend WithEvents scaninput As System.Windows.Forms.Timer
+ Friend WithEvents rollupbutton As System.Windows.Forms.Panel
+ Friend WithEvents closebutton As System.Windows.Forms.Panel
+ Friend WithEvents lbtitletext As System.Windows.Forms.Label
+ Friend WithEvents pgtoplcorner As System.Windows.Forms.Panel
+ Friend WithEvents pgtoprcorner As System.Windows.Forms.Panel
+ Friend WithEvents pgcontents As System.Windows.Forms.Panel
+ Friend WithEvents lvfiles As System.Windows.Forms.ListView
+ Friend WithEvents Panel2 As System.Windows.Forms.Panel
+ Friend WithEvents Panel1 As System.Windows.Forms.Panel
+ Friend WithEvents lbllocation As System.Windows.Forms.Label
+ Friend WithEvents pgright As System.Windows.Forms.Panel
+ Friend WithEvents pgbottomrcorner As System.Windows.Forms.Panel
+ Friend WithEvents pgbottomlcorner As System.Windows.Forms.Panel
+ Friend WithEvents pgleft As System.Windows.Forms.Panel
+ Friend WithEvents pgbottom As System.Windows.Forms.Panel
+ Friend WithEvents titlebar As System.Windows.Forms.Panel
+ Friend WithEvents Panel3 As System.Windows.Forms.Panel
+ Friend WithEvents pnlopenoptions As System.Windows.Forms.Panel
+ Friend WithEvents btncancel As System.Windows.Forms.Button
+ Friend WithEvents btnopen As System.Windows.Forms.Button
+ Friend WithEvents lbextention As System.Windows.Forms.Label
+ Friend WithEvents Label1 As System.Windows.Forms.Label
+ Friend WithEvents pnlicon As System.Windows.Forms.PictureBox
+ Friend WithEvents minimizebutton As System.Windows.Forms.Panel
+ Friend WithEvents pullbs As System.Windows.Forms.Timer
+ Friend WithEvents pullbottom As System.Windows.Forms.Timer
+ Friend WithEvents pullside As System.Windows.Forms.Timer
+ Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
+End Class