标签:style blog io color for sp div on log
afw
TCategoryPanel *cp; for (int i = 0; i < TreeView1->Items->Count; i++) { if (TreeView1->Items->Item[i]->Level == 0) { cp = new TCategoryPanel(CategoryPanelGroup1); cp->PanelGroup = CategoryPanelGroup1; cp->Caption = TreeView1->Items->Item[i]->Text; }
}
标签:style blog io color for sp div on log
原文地址:http://www.cnblogs.com/cb168/p/4060401.html