summaryrefslogtreecommitdiff
path: root/Backup/windows 95/hwcv.Designer.vb
diff options
context:
space:
mode:
authorJamie Mansfield <[email protected]>2015-03-01 10:50:24 +0000
committerJamie Mansfield <[email protected]>2015-03-01 10:50:24 +0000
commitdfac3489c438f5c54bff088a354815e79675b531 (patch)
treedafec547b0e8592e34d8aa756c9500407ebc3c1b /Backup/windows 95/hwcv.Designer.vb
downloadhistacom-dfac3489c438f5c54bff088a354815e79675b531.tar.gz
histacom-dfac3489c438f5c54bff088a354815e79675b531.tar.bz2
histacom-dfac3489c438f5c54bff088a354815e79675b531.zip
Initial commit
Diffstat (limited to 'Backup/windows 95/hwcv.Designer.vb')
-rwxr-xr-xBackup/windows 95/hwcv.Designer.vb254
1 files changed, 254 insertions, 0 deletions
diff --git a/Backup/windows 95/hwcv.Designer.vb b/Backup/windows 95/hwcv.Designer.vb
new file mode 100755
index 0000000..262952e
--- /dev/null
+++ b/Backup/windows 95/hwcv.Designer.vb
@@ -0,0 +1,254 @@
+<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
+Partial Class hwcv
+ 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(hwcv))
+ Me.look = New System.Windows.Forms.Timer(Me.components)
+ Me.program = New System.Windows.Forms.Panel
+ Me.Panel2 = New System.Windows.Forms.Panel
+ Me.Label3 = New System.Windows.Forms.Label
+ Me.Button1 = New System.Windows.Forms.Button
+ Me.TextBox2 = New System.Windows.Forms.TextBox
+ Me.TextBox1 = New System.Windows.Forms.TextBox
+ Me.Panel1 = New System.Windows.Forms.Panel
+ Me.Label1 = New System.Windows.Forms.Label
+ Me.Label2 = New System.Windows.Forms.Label
+ Me.outsideprogramtopbar = New System.Windows.Forms.Panel
+ Me.programtopbar = New System.Windows.Forms.Panel
+ Me.programname = New System.Windows.Forms.Label
+ Me.maximizebutton = New System.Windows.Forms.PictureBox
+ Me.minimizebutton = New System.Windows.Forms.PictureBox
+ Me.closebutton = New System.Windows.Forms.PictureBox
+ Me.program.SuspendLayout()
+ Me.Panel2.SuspendLayout()
+ Me.Panel1.SuspendLayout()
+ Me.outsideprogramtopbar.SuspendLayout()
+ Me.programtopbar.SuspendLayout()
+ CType(Me.maximizebutton, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.minimizebutton, System.ComponentModel.ISupportInitialize).BeginInit()
+ CType(Me.closebutton, System.ComponentModel.ISupportInitialize).BeginInit()
+ Me.SuspendLayout()
+ '
+ 'look
+ '
+ '
+ 'program
+ '
+ Me.program.BackColor = System.Drawing.Color.Silver
+ Me.program.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
+ Me.program.Controls.Add(Me.Panel2)
+ Me.program.Controls.Add(Me.Panel1)
+ Me.program.Controls.Add(Me.outsideprogramtopbar)
+ Me.program.Dock = System.Windows.Forms.DockStyle.Fill
+ Me.program.Location = New System.Drawing.Point(0, 0)
+ Me.program.Name = "program"
+ Me.program.Size = New System.Drawing.Size(366, 353)
+ Me.program.TabIndex = 4
+ Me.program.TabStop = True
+ '
+ 'Panel2
+ '
+ Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel2.Controls.Add(Me.Label3)
+ Me.Panel2.Controls.Add(Me.Button1)
+ Me.Panel2.Controls.Add(Me.TextBox2)
+ Me.Panel2.Controls.Add(Me.TextBox1)
+ Me.Panel2.Location = New System.Drawing.Point(15, 147)
+ Me.Panel2.Name = "Panel2"
+ Me.Panel2.Size = New System.Drawing.Size(330, 189)
+ Me.Panel2.TabIndex = 9
+ '
+ 'Label3
+ '
+ Me.Label3.AutoSize = True
+ Me.Label3.Location = New System.Drawing.Point(7, 170)
+ Me.Label3.Name = "Label3"
+ Me.Label3.Size = New System.Drawing.Size(148, 13)
+ Me.Label3.TabIndex = 3
+ Me.Label3.Text = "Content Found: Time Distortor"
+ '
+ 'Button1
+ '
+ Me.Button1.Location = New System.Drawing.Point(236, 145)
+ Me.Button1.Name = "Button1"
+ Me.Button1.Size = New System.Drawing.Size(75, 20)
+ Me.Button1.TabIndex = 2
+ Me.Button1.Text = "Display"
+ Me.Button1.UseVisualStyleBackColor = True
+ '
+ 'TextBox2
+ '
+ Me.TextBox2.Location = New System.Drawing.Point(4, 145)
+ Me.TextBox2.Name = "TextBox2"
+ Me.TextBox2.Size = New System.Drawing.Size(226, 20)
+ Me.TextBox2.TabIndex = 1
+ '
+ 'TextBox1
+ '
+ Me.TextBox1.BackColor = System.Drawing.Color.Silver
+ Me.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None
+ Me.TextBox1.Location = New System.Drawing.Point(4, 4)
+ Me.TextBox1.Multiline = True
+ Me.TextBox1.Name = "TextBox1"
+ Me.TextBox1.ReadOnly = True
+ Me.TextBox1.Size = New System.Drawing.Size(321, 137)
+ Me.TextBox1.TabIndex = 0
+ Me.TextBox1.Text = resources.GetString("TextBox1.Text")
+ Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
+ '
+ 'Panel1
+ '
+ Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
+ Me.Panel1.Controls.Add(Me.Label1)
+ Me.Panel1.Controls.Add(Me.Label2)
+ Me.Panel1.Location = New System.Drawing.Point(15, 36)
+ Me.Panel1.Name = "Panel1"
+ Me.Panel1.Size = New System.Drawing.Size(330, 99)
+ Me.Panel1.TabIndex = 8
+ '
+ 'Label1
+ '
+ Me.Label1.AutoSize = True
+ Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label1.Location = New System.Drawing.Point(111, 10)
+ Me.Label1.Name = "Label1"
+ Me.Label1.Size = New System.Drawing.Size(108, 42)
+ Me.Label1.TabIndex = 6
+ Me.Label1.Text = "hwcv"
+ '
+ 'Label2
+ '
+ Me.Label2.AutoSize = True
+ Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.Label2.Location = New System.Drawing.Point(27, 52)
+ Me.Label2.Name = "Label2"
+ Me.Label2.Size = New System.Drawing.Size(279, 24)
+ Me.Label2.TabIndex = 7
+ Me.Label2.Text = "Hidden Website Content Viewer"
+ '
+ 'outsideprogramtopbar
+ '
+ Me.outsideprogramtopbar.Controls.Add(Me.programtopbar)
+ Me.outsideprogramtopbar.Dock = System.Windows.Forms.DockStyle.Top
+ Me.outsideprogramtopbar.Location = New System.Drawing.Point(0, 0)
+ Me.outsideprogramtopbar.Name = "outsideprogramtopbar"
+ Me.outsideprogramtopbar.Size = New System.Drawing.Size(362, 25)
+ Me.outsideprogramtopbar.TabIndex = 5
+ '
+ 'programtopbar
+ '
+ Me.programtopbar.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
+ Me.programtopbar.BackColor = System.Drawing.Color.DarkBlue
+ Me.programtopbar.Controls.Add(Me.maximizebutton)
+ Me.programtopbar.Controls.Add(Me.minimizebutton)
+ Me.programtopbar.Controls.Add(Me.programname)
+ Me.programtopbar.Controls.Add(Me.closebutton)
+ Me.programtopbar.Location = New System.Drawing.Point(3, 3)
+ Me.programtopbar.Name = "programtopbar"
+ Me.programtopbar.Size = New System.Drawing.Size(356, 18)
+ Me.programtopbar.TabIndex = 0
+ '
+ 'programname
+ '
+ Me.programname.AutoSize = True
+ Me.programname.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
+ Me.programname.ForeColor = System.Drawing.Color.White
+ Me.programname.Location = New System.Drawing.Point(3, 2)
+ Me.programname.Name = "programname"
+ Me.programname.Size = New System.Drawing.Size(37, 13)
+ Me.programname.TabIndex = 3
+ Me.programname.Text = "hwcv"
+ '
+ 'maximizebutton
+ '
+ Me.maximizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right
+ Me.maximizebutton.Image = Global.windows_95.My.Resources.Resources.Maximize
+ Me.maximizebutton.Location = New System.Drawing.Point(322, 2)
+ Me.maximizebutton.Name = "maximizebutton"
+ Me.maximizebutton.Size = New System.Drawing.Size(16, 14)
+ Me.maximizebutton.TabIndex = 6
+ Me.maximizebutton.TabStop = False
+ '
+ 'minimizebutton
+ '
+ Me.minimizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right
+ Me.minimizebutton.Image = Global.windows_95.My.Resources.Resources.minimize
+ Me.minimizebutton.Location = New System.Drawing.Point(306, 2)
+ Me.minimizebutton.Name = "minimizebutton"
+ Me.minimizebutton.Size = New System.Drawing.Size(16, 14)
+ Me.minimizebutton.TabIndex = 5
+ Me.minimizebutton.TabStop = False
+ '
+ 'closebutton
+ '
+ Me.closebutton.Anchor = System.Windows.Forms.AnchorStyles.Right
+ Me.closebutton.Image = Global.windows_95.My.Resources.Resources.close
+ Me.closebutton.Location = New System.Drawing.Point(339, 2)
+ Me.closebutton.Name = "closebutton"
+ Me.closebutton.Size = New System.Drawing.Size(16, 14)
+ Me.closebutton.TabIndex = 4
+ Me.closebutton.TabStop = False
+ '
+ 'hwcv
+ '
+ Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
+ Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
+ Me.ClientSize = New System.Drawing.Size(366, 353)
+ Me.Controls.Add(Me.program)
+ Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
+ Me.Name = "hwcv"
+ Me.Text = "hwcv"
+ Me.TopMost = True
+ Me.program.ResumeLayout(False)
+ Me.Panel2.ResumeLayout(False)
+ Me.Panel2.PerformLayout()
+ Me.Panel1.ResumeLayout(False)
+ Me.Panel1.PerformLayout()
+ Me.outsideprogramtopbar.ResumeLayout(False)
+ Me.programtopbar.ResumeLayout(False)
+ Me.programtopbar.PerformLayout()
+ CType(Me.maximizebutton, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.minimizebutton, System.ComponentModel.ISupportInitialize).EndInit()
+ CType(Me.closebutton, System.ComponentModel.ISupportInitialize).EndInit()
+ Me.ResumeLayout(False)
+
+ End Sub
+ Friend WithEvents look As System.Windows.Forms.Timer
+ Friend WithEvents program As System.Windows.Forms.Panel
+ Friend WithEvents outsideprogramtopbar As System.Windows.Forms.Panel
+ Friend WithEvents programtopbar As System.Windows.Forms.Panel
+ Friend WithEvents maximizebutton As System.Windows.Forms.PictureBox
+ Friend WithEvents minimizebutton As System.Windows.Forms.PictureBox
+ Friend WithEvents programname As System.Windows.Forms.Label
+ Friend WithEvents closebutton As System.Windows.Forms.PictureBox
+ Friend WithEvents Panel1 As System.Windows.Forms.Panel
+ Friend WithEvents Label2 As System.Windows.Forms.Label
+ Friend WithEvents Label1 As System.Windows.Forms.Label
+ Friend WithEvents Panel2 As System.Windows.Forms.Panel
+ Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
+ Friend WithEvents Button1 As System.Windows.Forms.Button
+ Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
+ Friend WithEvents Label3 As System.Windows.Forms.Label
+End Class