Ignore:
Timestamp:
Jul 28, 2009, 1:39:09 PM (15 years ago)
Author:
george
Message:
  • Modified: CodeEdit window is now dockable rather than MDI child.
  • Modified: Main menu changed to ActionMainMenuBar with XP style.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UCodeEdit.pas

    r1 r2  
    55uses
    66  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
    7   Dialogs, StdCtrls;
     7  Dialogs, StdCtrls, UDockManagement;
    88
    99type
    10   TCodeEdit = class(TForm)
     10  TCodeEdit = class(TDDockForm)
    1111    Memo1: TMemo;
    1212  private
Note: See TracChangeset for help on using the changeset viewer.