program kehuji
uses
Forms,
Unit1 in ..\zxc\Unit1.pas {Form1},
Unit2 in ..\zxc\Unit2.pas {Form2},
Unit3 in ..\zxc\Unit3.pas {Form3},
Unit4 in ..\zxc\Unit4.pas {Form4}
// Unit3 in C:\Program Files\Borland\Delphi7\Projects\Unit3.pas {Form3},
// Unit4 in C:\Program Files\Borland\Delphi7\Projec ...
中文名:Windows Forms 程序设计
英文名:Windows Forms Programming in c#
作者: Chris Sells
翻译: 荣耀 蒋贤哲
出版社:人民邮电出版社
代码内容:
The Table of Contents
* Foreword
* Preface
* Chapter 1 Hello, Windows Forms
* Chapter 2 Forms
* Chapter 3 Dialogs
* Chapter 4 Layout
* Chapter 5 Drawing B ...