?? chr.pas
字號:
{-----------------------------------------------------------------------------
Unit Name: CHR
Author: hubdog(陳省)
Purpose: 主界面
BeginDate: 2002-6-28
History:
-----------------------------------------------------------------------------}
//Todo:好像intraweb對窗體繼承支持的不夠好,因為我在父窗體中增加了一個Image就AV
unit CHR;
{PUBDIST}
interface
uses
IWAppForm, IWApplication, IWTypes, Classes, Controls, Forms, CFrameMenu,
jpeg, IWControl, IWExtCtrls, IWHTMLControls, IWCompText;
type
TformMain = class(TIWAppForm)
FrameMenu1: TFrameMenu;
IWText1: TIWText;
IWImage1: TIWImage;
public
end;
implementation
{$R *.dfm}
uses
ServerController;
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -