diff --git a/windows 95/notepad.Designer.vb b/windows 95/notepad.Designer.vb index baccf15..5ba2e18 100755 --- a/windows 95/notepad.Designer.vb +++ b/windows 95/notepad.Designer.vb @@ -25,6 +25,10 @@ Partial Class formnotepad Me.components = New System.ComponentModel.Container() Me.notepadtextbox = New System.Windows.Forms.TextBox() Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() + Me.FileToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() + Me.EditToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() + Me.SearchToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() + Me.FormatToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.FileToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.NewToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.OpenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() @@ -67,10 +71,6 @@ Partial Class formnotepad Me.pullside = New System.Windows.Forms.Timer(Me.components) Me.pullbottom = New System.Windows.Forms.Timer(Me.components) Me.pullbs = New System.Windows.Forms.Timer(Me.components) - Me.FileToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() - Me.EditToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() - Me.SearchToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem() - Me.FormatToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.MenuStrip1.SuspendLayout() Me.program.SuspendLayout() Me.programtopbar.SuspendLayout() @@ -100,6 +100,30 @@ Partial Class formnotepad Me.MenuStrip1.TabIndex = 2 Me.MenuStrip1.Text = "MenuStrip1" ' + 'FileToolStripMenuItem1 + ' + Me.FileToolStripMenuItem1.Name = "FileToolStripMenuItem1" + Me.FileToolStripMenuItem1.Size = New System.Drawing.Size(37, 20) + Me.FileToolStripMenuItem1.Text = "File" + ' + 'EditToolStripMenuItem1 + ' + Me.EditToolStripMenuItem1.Name = "EditToolStripMenuItem1" + Me.EditToolStripMenuItem1.Size = New System.Drawing.Size(39, 20) + Me.EditToolStripMenuItem1.Text = "Edit" + ' + 'SearchToolStripMenuItem1 + ' + Me.SearchToolStripMenuItem1.Name = "SearchToolStripMenuItem1" + Me.SearchToolStripMenuItem1.Size = New System.Drawing.Size(54, 20) + Me.SearchToolStripMenuItem1.Text = "Search" + ' + 'FormatToolStripMenuItem + ' + Me.FormatToolStripMenuItem.Name = "FormatToolStripMenuItem" + Me.FormatToolStripMenuItem.Size = New System.Drawing.Size(44, 20) + Me.FormatToolStripMenuItem.Text = "Help" + ' 'FileToolStripMenuItem ' Me.FileToolStripMenuItem.BackColor = System.Drawing.Color.Silver @@ -305,7 +329,7 @@ Partial Class formnotepad ' Me.maximizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right Me.maximizebutton.Image = Global.Histacom.My.Resources.Resources.Maximize - Me.maximizebutton.Location = New System.Drawing.Point(498, 2) + Me.maximizebutton.Location = New System.Drawing.Point(499, 2) Me.maximizebutton.Name = "maximizebutton" Me.maximizebutton.Size = New System.Drawing.Size(16, 14) Me.maximizebutton.TabIndex = 6 @@ -315,7 +339,7 @@ Partial Class formnotepad ' Me.minimizebutton.Anchor = System.Windows.Forms.AnchorStyles.Right Me.minimizebutton.Image = Global.Histacom.My.Resources.Resources.minimize - Me.minimizebutton.Location = New System.Drawing.Point(482, 2) + Me.minimizebutton.Location = New System.Drawing.Point(483, 2) Me.minimizebutton.Name = "minimizebutton" Me.minimizebutton.Size = New System.Drawing.Size(16, 14) Me.minimizebutton.TabIndex = 5 @@ -328,9 +352,9 @@ Partial Class formnotepad 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(56, 13) + Me.programname.Size = New System.Drawing.Size(55, 13) Me.programname.TabIndex = 3 - Me.programname.Text = "NotePad" + Me.programname.Text = "Notepad" ' 'closebutton ' @@ -428,30 +452,6 @@ Partial Class formnotepad ' Me.pullbs.Interval = 1 ' - 'FileToolStripMenuItem1 - ' - Me.FileToolStripMenuItem1.Name = "FileToolStripMenuItem1" - Me.FileToolStripMenuItem1.Size = New System.Drawing.Size(37, 20) - Me.FileToolStripMenuItem1.Text = "File" - ' - 'EditToolStripMenuItem1 - ' - Me.EditToolStripMenuItem1.Name = "EditToolStripMenuItem1" - Me.EditToolStripMenuItem1.Size = New System.Drawing.Size(39, 20) - Me.EditToolStripMenuItem1.Text = "Edit" - ' - 'SearchToolStripMenuItem1 - ' - Me.SearchToolStripMenuItem1.Name = "SearchToolStripMenuItem1" - Me.SearchToolStripMenuItem1.Size = New System.Drawing.Size(54, 20) - Me.SearchToolStripMenuItem1.Text = "Search" - ' - 'FormatToolStripMenuItem - ' - Me.FormatToolStripMenuItem.Name = "FormatToolStripMenuItem" - Me.FormatToolStripMenuItem.Size = New System.Drawing.Size(44, 20) - Me.FormatToolStripMenuItem.Text = "Help" - ' 'formnotepad ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) diff --git a/windows 95/notepadxp.Designer.vb b/windows 95/notepadxp.Designer.vb index 056fa0f..a57d101 100755 --- a/windows 95/notepadxp.Designer.vb +++ b/windows 95/notepadxp.Designer.vb @@ -58,7 +58,6 @@ Partial Class notepadxp Me.pullside = New System.Windows.Forms.Timer(Me.components) Me.program = New System.Windows.Forms.Panel() Me.TextBox1 = New System.Windows.Forms.TextBox() - Me.look = New System.Windows.Forms.Timer(Me.components) Me.bottomleftcorner = New System.Windows.Forms.Panel() Me.toprightcorner = New System.Windows.Forms.Panel() Me.bottomrightcorner = New System.Windows.Forms.Panel() @@ -71,6 +70,7 @@ Partial Class notepadxp Me.closebutton = New System.Windows.Forms.PictureBox() Me.right = New System.Windows.Forms.Panel() Me.left = New System.Windows.Forms.Panel() + Me.look = New System.Windows.Forms.Timer(Me.components) Me.MenuStrip1.SuspendLayout() Me.program.SuspendLayout() Me.top.SuspendLayout() @@ -302,9 +302,6 @@ Partial Class notepadxp Me.TextBox1.Size = New System.Drawing.Size(444, 308) Me.TextBox1.TabIndex = 11 ' - 'look - ' - ' 'bottomleftcorner ' Me.bottomleftcorner.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) @@ -396,9 +393,9 @@ Partial Class notepadxp Me.programname.ForeColor = System.Drawing.Color.White Me.programname.Location = New System.Drawing.Point(5, 8) Me.programname.Name = "programname" - Me.programname.Size = New System.Drawing.Size(56, 13) + Me.programname.Size = New System.Drawing.Size(55, 13) Me.programname.TabIndex = 3 - Me.programname.Text = "NotePad" + Me.programname.Text = "Notepad" ' 'closebutton ' @@ -429,6 +426,9 @@ Partial Class notepadxp Me.left.Size = New System.Drawing.Size(4, 366) Me.left.TabIndex = 1 ' + 'look + ' + ' 'notepadxp ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) diff --git a/windows 95/notepadxp.resx b/windows 95/notepadxp.resx index ef99941..6942d97 100755 --- a/windows 95/notepadxp.resx +++ b/windows 95/notepadxp.resx @@ -177,13 +177,13 @@ XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+ tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/ - 6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOvAAADrwBlbxySQAAATdJREFUKFONkr1KA1EQ - hU+lnY0ELIMRQQlCAmowBJWAgWAjWKTIIwR8Ap/AzidIZaO9WNqIoKAo+AMpomkkCBZaKuOcuTs3bkLA - hcPCfPecuTO7wPqd6INhYaL1LYQoXKQOYHLvRyg0PgXlgRtovotptyeo3gsqHXMCtUdB/SkUV68EM8cJ - qFzrKRWLxfOgTFstLGhjKyyeCuZPEsCig9kzwdyRYGr/jyN/KRgBjCPIqqJjRYejHLCHRf0bxKiSDkfX - wm3oEaMIllVjgbs4pDXXpWHteeBi1PSBgvKrrrsbQO4hrMXA5ptg4yXAJXUTZA4TQEhnCtQ+BFt9MSeh - rZ0OAoqgpAe4GgPb+q3dRcBPEIFDghi18yXR5cCuOxYM92CUOfxWfKeifLucPAWqN/qzqXwlya1+Ab0f - cKe6lIQ7AAAAAElFTkSuQmCC + 6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOvAAADrwBlbxySQAAASlJREFUKFOV0r1KA1EQ + BeBTaWcjC5ZBRVCCoKAGQ1AJJCA2gkUKH0HwCXwCuzyBlY32YmkjgoKi4A9YRG1EBAstlfGce/fezW5M + YeAUmW9n787sAkvXxh+KwcDWtwkxc8r/XTC4/WMKWp+GatYNbL6by8aLoX5jqD06BJp3htV7X1w4N4wc + pFC74FWMirMnPskeRQUe7ApTR4aJwxRUDDB6bBjfNwztdHWUz/4ARVBiIsxzOCWAzvgfxFtVOJxg8qrQ + IZhj+kLo0pAOuDQsPmRd6hjeJVSfue6Oh7Fb3+Fg5dWw/ORxmt2CpJ2Cos4cND8MjbcM3doDKIIKL9Cg + Dtb4rkOXQJuOEFAQb7X+1QvucftC8YwIKobkICxRk+egfsmPjQkrESRt+wW9H3CnEv45ZwAAAABJRU5E + rkJggg== @@ -233,14 +233,13 @@ XTesb3QPLh88M+QwdP6m681Lt7xuXbu94vbgcOjwnZHokdE77DtTd1PuvriXeW/h/sYH6AdFD6UeVjxS fNTws+7PbaOWo6fHXMf6Hwc/vj/OGn/2S8Yv7ycKnpCfVEyqTDZPmU2dmnafvvF05dOJZ+nPFmYKf5X+ tfa5zvMffnP8rX82YnbiBf/Fp99LXsq/PPRq2aueuYC5R69TXy/MF72Rf3P4LeNt37vwd5MLWe+x7ys/ - 6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOvAAADrwBlbxySQAAAWxJREFUOE+F0ssuA2EU - B/AzI9FXEBsSXoAFkqZB3BIl0ZSkqKhF042VeCYbr2BjI+KSikWJSNwvdUsIEguO///MTDsdxeJkkvl9 - 5/bNiKpKNCS5q87YXi3wBaOx8Kqxpc8q8qU7VzZwF581tvzlofRvqUycq6SP1MnfW0jhMYToIzMntSGd - 6yqjx8ohmFkJHjRkoLRNGBwwbF/5A5tWPUzsqDsUzQyhjBx4ZW2wS5Qldmyo9O5jsEOsdKoyeQG8+Q+b - 11S6t1XizMRK6TOVqSs/k9gF6AMQWZI4fYuyUUwB6iLvN3PtZWXLyGzdVOnBlMMY3bLucAAXn32ogwHk - noAtGCaBQZjJXgHOv/gYx+KGKMlyBMO2EnYkAlLo5YOTewthEtfFkkBCw8J7UBYrJAEZDOGjm//gJRRR - topB1q9YLRvJlNlwT0NMG/QEWm8+vZ4+juOL8KvwfhkVtAMI/EsyUFRnEP/TDwQYIr4BSwLNfJfu3h8A - AAAASUVORK5CYII= + 6H7o/ujz8cGn1E+f/gUDmPP8usTo0wAAAAlwSFlzAAAOvAAADrwBlbxySQAAAVZJREFUOE+F0slKA0EQ + BuCaEcwrSC4K+gJ6MEIIKnEBR8EQhRgjxkPIxZP4TF58BS9eRFwY8RBFAu5L3EBRwYOWf/X0LG3GeCgG + 5uuqrupuYuamIGefrckD86f8kGivvnFi5csEe6GhwF5+4cTqtwc0vMM0fcGUP2Gr8qCCqk8RxD5UPDWD + +jaZJuoeIjOIACWQrTo0sGetBXase5jZY3u0BdL4UQjFK429W0yDh2jsGCOdMc1cAm//w+QGU2qXKS2I + kfLnTLPXEewHDAEEJUtw7i4Gc4BYlPMt3HhQagC7tpkG0MgYWldZ91iAgy89xqAP5WdgJ0pmUFJQ9vJx + 8VVjGrMpREkfFHbXNAJyyNJgld8j6GBoKamhbenDL4sRHEABTWi0K5/ApGugn/UnhmV/Ic1H91QoDYUY + fA2cwo3Ircj5SgSoFiDkuWRdtkbwnpoQoDDr8g9LAs18J7TrVQAAAABJRU5ErkJggg== diff --git a/windows 95/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/windows 95/obj/Debug/DesignTimeResolveAssemblyReferences.cache index c5d07f5..d33ee78 100755 Binary files a/windows 95/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/windows 95/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/windows 95/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/windows 95/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 152c7f8..c950727 100755 Binary files a/windows 95/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/windows 95/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/windows 95/obj/Debug/windows 95.vbproj.FileListAbsolute.txt b/windows 95/obj/Debug/windows 95.vbproj.FileListAbsolute.txt index 880d6de..eed64b4 100755 --- a/windows 95/obj/Debug/windows 95.vbproj.FileListAbsolute.txt +++ b/windows 95/obj/Debug/windows 95.vbproj.FileListAbsolute.txt @@ -329,3 +329,7 @@ C:\Users\SCOUT IS POOTIS\Documents\histacom\windows 95\obj\Debug\Histacom.TrustI C:\Users\SCOUT IS POOTIS\Documents\histacom\windows 95\obj\Debug\Histacom.exe.manifest C:\Users\SCOUT IS POOTIS\Documents\histacom\windows 95\obj\Debug\Histacom.application C:\Users\SCOUT IS POOTIS\Documents\histacom\windows 95\obj\Debug\Histacom.webchat_2001.resources +C:\Users\Ryan\Documents\GitHub\Histacom\windows 95\bin\Debug\Histacom.exe.config +C:\Users\Ryan\Documents\GitHub\Histacom\windows 95\obj\Debug\Histacom.exe +C:\Users\Ryan\Documents\GitHub\Histacom\windows 95\obj\Debug\Histacom.xml +C:\Users\Ryan\Documents\GitHub\Histacom\windows 95\obj\Debug\Histacom.pdb