Annotation of sbbs/src/sbbs3/useredit/useredit.dpr, revision 1.1

1.1     ! root        1: program UserEdit;
        !             2: 
        !             3: uses
        !             4:   Forms,
        !             5:   MainFormUnit in 'MainFormUnit.pas' {Form1};
        !             6: 
        !             7: {$R *.RES}
        !             8: 
        !             9: begin
        !            10:   Application.Initialize;
        !            11:   Application.Title := 'Synchronet User Editor';
        !            12:   Application.CreateForm(TForm1, Form1);
        !            13:   Application.Run;
        !            14: end.

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.