以下操作基于Delphi2010启动delphi,新建一个VCL Forms Application。
添加控件TMainMenu,在控件上右键选择Menu Designer,在菜单设计器中右键选择Insert添加菜单项。
添加控件TMemo,设置Align属性为alClient,设置ScrollBars属性为ssBoth。
添加控件TOpenDialog,TSaveDialog用于打开保存对话框添加控件TPrintDialog,TPrinterSetupDialog作为打印设置对话框
以下操作基于Delphi2010启动delphi,新建一个VCL Forms Application。
添加控件TMainMenu,在控件上右键选择Menu Designer,在菜单设计器中右键选择Insert添加菜单项。
添加控件TMemo,设置Align属性为alClient,设置ScrollBars属性为ssBoth。
添加控件TOpenDialog,TSaveDialog用于打开保存对话框添加控件TPrintDialog,TPrinterSetupDialog作为打印设置对话框