记事本:修订间差异

跳转到导航 跳转到搜索
删除42字节 、​ 2024 年 8 月 27 日 (星期二)
第 19 行: 第 19 行:
Beta 版还为记事本添加了新的搜索功能,使其菜单现在类似于最终版本。
Beta 版还为记事本添加了新的搜索功能,使其菜单现在类似于最终版本。


=== Windows 1.0 and 2.0 ===
=== Windows 1.0 2.0 ===
With the release of [[Windows 1.0]], Notepad gained an icon, which it didn't have in the [[Windows 1.0 Premiere Edition|Premiere Edition]].
随着 [[Windows 1.0]] 的发布,记事本获得了一个图标,这是 [[Windows 1.0 Premiere Edition|Premiere Edition]] 中没有的。


[[Windows 2.x]] introduced overlapping windows, and while the <code>TILED_WINDOW</code> style, which was used in Windows 1.0, is the same as <code>OVERLAPPED_WINDOW</code>, the style used from 2.0 onwards, it's safe to assume the Notepad program, as well as all programs bundled with Windows, had its window style updated in the call to <code>CreateWindow()</code> function.
[[Windows 2.x]] 引入了重叠窗口,虽然 Windows 1.0 中使用的<code>TILED_WINDOW</code> 样式与 <code>OVERLAPPED_WINDOW</code> 相同,但从 2.0 开始使用的样式,可以安全地假设记事本程序以及与 Windows 捆绑的所有程序在调用 <code>CreateWindow()</code> 函数时更新了其窗口样式。


=== Windows 3.x ===
=== Windows 3.x ===

导航菜单