_ Partial Class Survive_The_Day Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ 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. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Survive_The_Day)) Me.program = New System.Windows.Forms.Panel() Me.Panel2 = New System.Windows.Forms.Panel() Me.Status = New System.Windows.Forms.Label() Me.story = New System.Windows.Forms.TextBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.Button6 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.Time = New System.Windows.Forms.ToolStripStatusLabel() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.programtopbar = New System.Windows.Forms.Panel() Me.maximizebutton = New System.Windows.Forms.PictureBox() Me.minimizebutton = New System.Windows.Forms.PictureBox() Me.programname = New System.Windows.Forms.Label() Me.closebutton = New System.Windows.Forms.PictureBox() Me.toprightcorner = New System.Windows.Forms.Panel() Me.bottomrightcorner = New System.Windows.Forms.Panel() Me.bottomleftcorner = New System.Windows.Forms.Panel() Me.topleftcorner = New System.Windows.Forms.Panel() Me.left = New System.Windows.Forms.Panel() Me.bottom = New System.Windows.Forms.Panel() Me.right = New System.Windows.Forms.Panel() Me.top = New System.Windows.Forms.Panel() 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.look = New System.Windows.Forms.Timer(Me.components) Me.program.SuspendLayout() Me.Panel2.SuspendLayout() Me.Panel1.SuspendLayout() Me.StatusStrip1.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() 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() ' 'program ' Me.program.BackColor = System.Drawing.Color.LightGray Me.program.Controls.Add(Me.Panel2) Me.program.Controls.Add(Me.Panel1) Me.program.Controls.Add(Me.StatusStrip1) Me.program.Controls.Add(Me.PictureBox1) Me.program.Controls.Add(Me.programtopbar) Me.program.Controls.Add(Me.toprightcorner) Me.program.Controls.Add(Me.bottomrightcorner) Me.program.Controls.Add(Me.bottomleftcorner) Me.program.Controls.Add(Me.topleftcorner) Me.program.Controls.Add(Me.left) Me.program.Controls.Add(Me.bottom) Me.program.Controls.Add(Me.right) Me.program.Controls.Add(Me.top) 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(600, 480) Me.program.TabIndex = 5 ' 'Panel2 ' Me.Panel2.BackgroundImage = Global.Histacom.My.Resources.Resources.survive_the_day_text_background Me.Panel2.Controls.Add(Me.Status) Me.Panel2.Controls.Add(Me.story) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel2.Location = New System.Drawing.Point(4, 115) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(592, 187) Me.Panel2.TabIndex = 12 ' 'Status ' Me.Status.AutoSize = True Me.Status.BackColor = System.Drawing.Color.Transparent Me.Status.Font = New System.Drawing.Font("MS Reference Sans Serif", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Status.Location = New System.Drawing.Point(8, 25) Me.Status.Name = "Status" Me.Status.Size = New System.Drawing.Size(107, 19) Me.Status.TabIndex = 1 Me.Status.Text = "Title Screen" ' 'story ' Me.story.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.story.BackColor = System.Drawing.Color.Red Me.story.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.story.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.story.ForeColor = System.Drawing.Color.Honeydew Me.story.Location = New System.Drawing.Point(6, 56) Me.story.Multiline = True Me.story.Name = "story" Me.story.Size = New System.Drawing.Size(578, 125) Me.story.TabIndex = 0 Me.story.Text = resources.GetString("story.Text") ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.DimGray Me.Panel1.BackgroundImage = CType(resources.GetObject("Panel1.BackgroundImage"), System.Drawing.Image) Me.Panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.Panel1.Controls.Add(Me.Button6) Me.Panel1.Controls.Add(Me.Button5) Me.Panel1.Controls.Add(Me.Button4) Me.Panel1.Controls.Add(Me.Button3) Me.Panel1.Controls.Add(Me.Button2) Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel1.Location = New System.Drawing.Point(4, 302) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(592, 152) Me.Panel1.TabIndex = 11 ' 'Button6 ' Me.Button6.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button6.BackColor = System.Drawing.Color.Transparent Me.Button6.FlatAppearance.BorderSize = 0 Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button6.ForeColor = System.Drawing.Color.White Me.Button6.Image = CType(resources.GetObject("Button6.Image"), System.Drawing.Image) Me.Button6.Location = New System.Drawing.Point(24, 121) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(551, 21) Me.Button6.TabIndex = 5 Me.Button6.Text = "-" Me.Button6.UseVisualStyleBackColor = False ' 'Button5 ' Me.Button5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button5.BackColor = System.Drawing.Color.Transparent Me.Button5.FlatAppearance.BorderSize = 0 Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button5.ForeColor = System.Drawing.Color.White Me.Button5.Image = CType(resources.GetObject("Button5.Image"), System.Drawing.Image) Me.Button5.Location = New System.Drawing.Point(24, 99) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(551, 21) Me.Button5.TabIndex = 4 Me.Button5.Text = "-" Me.Button5.UseVisualStyleBackColor = False ' 'Button4 ' Me.Button4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button4.BackColor = System.Drawing.Color.Transparent Me.Button4.FlatAppearance.BorderSize = 0 Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button4.ForeColor = System.Drawing.Color.White Me.Button4.Image = CType(resources.GetObject("Button4.Image"), System.Drawing.Image) Me.Button4.Location = New System.Drawing.Point(24, 77) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(551, 21) Me.Button4.TabIndex = 3 Me.Button4.Text = "-" Me.Button4.UseVisualStyleBackColor = False ' 'Button3 ' Me.Button3.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button3.BackColor = System.Drawing.Color.Transparent Me.Button3.FlatAppearance.BorderSize = 0 Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button3.ForeColor = System.Drawing.Color.White Me.Button3.Image = CType(resources.GetObject("Button3.Image"), System.Drawing.Image) Me.Button3.Location = New System.Drawing.Point(23, 55) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(551, 21) Me.Button3.TabIndex = 2 Me.Button3.Text = "-" Me.Button3.UseVisualStyleBackColor = False ' 'Button2 ' Me.Button2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button2.BackColor = System.Drawing.Color.Transparent Me.Button2.FlatAppearance.BorderSize = 0 Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.ForeColor = System.Drawing.Color.White Me.Button2.Image = CType(resources.GetObject("Button2.Image"), System.Drawing.Image) Me.Button2.Location = New System.Drawing.Point(23, 33) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(551, 21) Me.Button2.TabIndex = 1 Me.Button2.Text = "Quit" Me.Button2.UseVisualStyleBackColor = False ' 'Button1 ' Me.Button1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button1.BackColor = System.Drawing.Color.Transparent Me.Button1.FlatAppearance.BorderSize = 0 Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.ForeColor = System.Drawing.Color.White Me.Button1.Image = CType(resources.GetObject("Button1.Image"), System.Drawing.Image) Me.Button1.Location = New System.Drawing.Point(23, 10) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(551, 21) Me.Button1.TabIndex = 0 Me.Button1.Text = "Start Game" Me.Button1.UseVisualStyleBackColor = False ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.Time}) Me.StatusStrip1.Location = New System.Drawing.Point(4, 454) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(592, 22) Me.StatusStrip1.TabIndex = 10 Me.StatusStrip1.Text = "StatusStrip1" ' 'Time ' Me.Time.BackColor = System.Drawing.Color.Transparent Me.Time.Name = "Time" Me.Time.Size = New System.Drawing.Size(83, 17) Me.Time.Text = "Time: 4:00 AM" ' 'PictureBox1 ' Me.PictureBox1.Dock = System.Windows.Forms.DockStyle.Top Me.PictureBox1.Image = Global.Histacom.My.Resources.Resources.survivethedaytop Me.PictureBox1.Location = New System.Drawing.Point(4, 22) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(592, 93) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 9 Me.PictureBox1.TabStop = False ' 'programtopbar ' Me.programtopbar.BackColor = System.Drawing.Color.DarkBlue Me.programtopbar.BackgroundImage = Global.Histacom.My.Resources.Resources.windows2000gradient Me.programtopbar.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch 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.Dock = System.Windows.Forms.DockStyle.Top Me.programtopbar.Location = New System.Drawing.Point(4, 4) Me.programtopbar.Name = "programtopbar" Me.programtopbar.Size = New System.Drawing.Size(592, 18) Me.programtopbar.TabIndex = 0 ' 'maximizebutton ' Me.maximizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right Me.maximizebutton.Image = Global.Histacom.My.Resources.Resources.Maximize Me.maximizebutton.Location = New System.Drawing.Point(558, 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.Histacom.My.Resources.Resources.minimize Me.minimizebutton.Location = New System.Drawing.Point(542, 2) Me.minimizebutton.Name = "minimizebutton" Me.minimizebutton.Size = New System.Drawing.Size(16, 14) Me.minimizebutton.TabIndex = 5 Me.minimizebutton.TabStop = False ' 'programname ' Me.programname.AutoSize = True Me.programname.BackColor = System.Drawing.Color.Transparent 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(102, 13) Me.programname.TabIndex = 3 Me.programname.Text = "Survive The Day" ' 'closebutton ' Me.closebutton.Anchor = System.Windows.Forms.AnchorStyles.Right Me.closebutton.Image = Global.Histacom.My.Resources.Resources.close Me.closebutton.Location = New System.Drawing.Point(575, 2) Me.closebutton.Name = "closebutton" Me.closebutton.Size = New System.Drawing.Size(16, 14) Me.closebutton.TabIndex = 4 Me.closebutton.TabStop = False ' 'toprightcorner ' Me.toprightcorner.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.toprightcorner.BackgroundImage = Global.Histacom.My.Resources.Resources.windows95toprightcorner Me.toprightcorner.Location = New System.Drawing.Point(596, 0) Me.toprightcorner.Name = "toprightcorner" Me.toprightcorner.Size = New System.Drawing.Size(4, 4) Me.toprightcorner.TabIndex = 6 ' 'bottomrightcorner ' Me.bottomrightcorner.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.bottomrightcorner.BackgroundImage = Global.Histacom.My.Resources.Resources.windows95bottomrightcorner Me.bottomrightcorner.Cursor = System.Windows.Forms.Cursors.SizeNWSE Me.bottomrightcorner.Location = New System.Drawing.Point(596, 476) Me.bottomrightcorner.Name = "bottomrightcorner" Me.bottomrightcorner.Size = New System.Drawing.Size(4, 4) Me.bottomrightcorner.TabIndex = 4 ' 'bottomleftcorner ' Me.bottomleftcorner.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.bottomleftcorner.BackgroundImage = Global.Histacom.My.Resources.Resources.windows95bottomleftcorner Me.bottomleftcorner.Location = New System.Drawing.Point(0, 476) Me.bottomleftcorner.Name = "bottomleftcorner" Me.bottomleftcorner.Size = New System.Drawing.Size(4, 4) Me.bottomleftcorner.TabIndex = 2 ' 'topleftcorner ' Me.topleftcorner.BackgroundImage = Global.Histacom.My.Resources.Resources.windows95topleftcorner Me.topleftcorner.Location = New System.Drawing.Point(0, 0) Me.topleftcorner.Name = "topleftcorner" Me.topleftcorner.Size = New System.Drawing.Size(4, 4) Me.topleftcorner.TabIndex = 1 ' 'left ' Me.left.BackgroundImage = Global.Histacom.My.Resources.Resources.windows95leftside Me.left.Dock = System.Windows.Forms.DockStyle.Left Me.left.Location = New System.Drawing.Point(0, 4) Me.left.Name = "left" Me.left.Size = New System.Drawing.Size(4, 472) Me.left.TabIndex = 3 ' 'bottom ' Me.bottom.BackgroundImage = Global.Histacom.My.Resources.Resources.windows95bottom Me.bottom.Cursor = System.Windows.Forms.Cursors.SizeNS Me.bottom.Dock = System.Windows.Forms.DockStyle.Bottom Me.bottom.Location = New System.Drawing.Point(0, 476) Me.bottom.Name = "bottom" Me.bottom.Size = New System.Drawing.Size(596, 4) Me.bottom.TabIndex = 5 ' 'right ' Me.right.BackgroundImage = Global.Histacom.My.Resources.Resources.windows95rightside Me.right.Cursor = System.Windows.Forms.Cursors.SizeWE Me.right.Dock = System.Windows.Forms.DockStyle.Right Me.right.Location = New System.Drawing.Point(596, 4) Me.right.Name = "right" Me.right.Size = New System.Drawing.Size(4, 476) Me.right.TabIndex = 7 ' 'top ' Me.top.BackgroundImage = Global.Histacom.My.Resources.Resources.windows95top Me.top.Dock = System.Windows.Forms.DockStyle.Top Me.top.Location = New System.Drawing.Point(0, 0) Me.top.Name = "top" Me.top.Size = New System.Drawing.Size(600, 4) Me.top.TabIndex = 8 ' 'pullbs ' Me.pullbs.Interval = 1 ' 'pullbottom ' Me.pullbottom.Interval = 1 ' 'pullside ' Me.pullside.Interval = 1 ' 'look ' ' 'Survive_The_Day ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(600, 480) Me.Controls.Add(Me.program) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None Me.Name = "Survive_The_Day" Me.Text = "Survive_The_Day" Me.TopMost = True Me.program.ResumeLayout(False) Me.program.PerformLayout() Me.Panel2.ResumeLayout(False) Me.Panel2.PerformLayout() Me.Panel1.ResumeLayout(False) Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() 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 program 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 toprightcorner As System.Windows.Forms.Panel Friend WithEvents bottomrightcorner As System.Windows.Forms.Panel Friend WithEvents bottomleftcorner As System.Windows.Forms.Panel Friend WithEvents topleftcorner As System.Windows.Forms.Panel Friend WithEvents left As System.Windows.Forms.Panel Friend WithEvents bottom As System.Windows.Forms.Panel Friend WithEvents right As System.Windows.Forms.Panel Friend WithEvents top As System.Windows.Forms.Panel Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents Time As System.Windows.Forms.ToolStripStatusLabel 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 look As System.Windows.Forms.Timer Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents Status As System.Windows.Forms.Label Friend WithEvents story As System.Windows.Forms.TextBox End Class