代码搜索:Notebook
找到约 1,084 项符合「Notebook」的源代码
代码结果 1,084
www.eeworm.com/read/461488/7226660
pas datamain.pas
unit DataMain;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls
type
TFrmMain=class(TForm)
Notebook: TNotebook;
CoolBar1: TCo
www.eeworm.com/read/275562/4175290
zc multi-view.zc
//[of]:description
//[c]A Multiview is a notebook that handle cycling
//[c]of most recents tabs using CTRL+TAB
//[cf]
//[of]:license
//[c]Code Browser - a folding text editor for programmers
//[