摘要:1 // --------------------------------------------------------------------------- 2 // Form的构造函数中填充StrinGrid单元格 3 __fastcall TForm1::TForm1(TComponent* Owner) 4 : TForm(Owner) 5 { 6 for (int i = StringGrid1->FixedRows; i RowCount; i++) 7 { 8 for (int j = StringGrid1->FixedCols; j...
阅读全文
浙公网安备 33010602011771号