// 本工具基于 StellarX 构建,轻量级的 Windows GUI 框架。 #include"StellarX.h" #include #include #include auto blackColor = RGB(202, 255, 255); char initData[33] = "00000000000000000000000000000000";//初始数据 bool gSigned = false; //是否为有符号数 int main() { Window mainWindow(700, 510, NULL, RGB(255, 255, 255), "寄存器查看工具 V1.0——我在人间做废物 (同类工具定制:3150131407(Q / V))"); //选择区控件 auto selectionAreaLabel = std::make_unique