void __fastcall TForm6::FormCreate(TObject *Sender) { String abc; String 姓名; 姓名 = "陈道明"; this->Caption = 姓名; }