大约有 133 项符合查询结果(耗时:0.0073秒) [XML]

https://www.fun123.cn/referenc... 

WakeLock 扩展:保持设备唤醒扩展,防止系统休眠和电池优化 · App Inventor 2 中文网

...ent) { let isDragging = false; let offsetX, offsetY; // 只在标题栏上按下时开始拖动 titleElement.onmousedown = function(e) { isDragging = true; offsetX = e.clientX - element.offsetLeft; offsetY = e.clientY - element.offsetTop; return false; // ...
https://www.fun123.cn/referenc... 

GIF Animated 扩展:可点击透明背景动画GIF播放器 · App Inventor 2 中文网

...ent) { let isDragging = false; let offsetX, offsetY; // 只在标题栏上按下时开始拖动 titleElement.onmousedown = function(e) { isDragging = true; offsetX = e.clientX - element.offsetLeft; offsetY = e.clientY - element.offsetTop; return false; // ...
https://www.fun123.cn/referenc... 

FloatActionBtn 扩展:悬浮操作按钮扩展,可自定义颜色、大小、图标和位置 ...

...ent) { let isDragging = false; let offsetX, offsetY; // 只在标题栏上按下时开始拖动 titleElement.onmousedown = function(e) { isDragging = true; offsetX = e.clientX - element.offsetLeft; offsetY = e.clientY - element.offsetTop; return false; // ...
https://bbs.tsingfun.com/thread-1002-1-1.html 

App Inventor 2开发计步器与定位器 - App Inventor 2 中文网 - 清泛IT论坛,有思想、有深度

...p.gzjkw.net/),新建项目,命名为“JianShenBao”, 将屏幕“标题”、“AppNmae”、“应用说明”等属性设为“健身宝”,并在手机上运行AI伴侣进行测试连接。   注意:该程序需要用到手机内置的计步器传感器(或加速度传感器...
https://www.tsingfun.com/it/cpp/2183.html 

[精华]VC++对话框程序打印及打印预览的实现 - C/C++ - 清泛网 - 专注C/C++及内核技术

...主对话框类为CMyPrintPreviewDlg,在主对话框上放一按钮,(标题:打印预览,ID:IDC_BUTTON1),用类向导增加其BN_CLICKED的消息响应函数OnButton1生成打印预览界面 void CMyPrintPreviewDlg::OnButton1() { // TODO: Add your control notification handler ...
https://www.fun123.cn/referenc... 

WheelView 拓展:滚轮选择框扩展,滚轮日历选择框和旋转日历扩展 · App In...

...ent) { let isDragging = false; let offsetX, offsetY; // 只在标题栏上按下时开始拖动 titleElement.onmousedown = function(e) { isDragging = true; offsetX = e.clientX - element.offsetLeft; offsetY = e.clientY - element.offsetTop; return false; // ...
https://www.fun123.cn/referenc... 

ImageConvertor 扩展:免费图像转换器,支持JPG/PNG/WEBP格式转换和图像处...

...ent) { let isDragging = false; let offsetX, offsetY; // 只在标题栏上按下时开始拖动 titleElement.onmousedown = function(e) { isDragging = true; offsetX = e.clientX - element.offsetLeft; offsetY = e.clientY - element.offsetTop; return false; // ...
https://www.fun123.cn/referenc... 

FloatingActionButton 扩展:悬浮操作按钮扩展,可自定义颜色、大小、位置...

...ent) { let isDragging = false; let offsetX, offsetY; // 只在标题栏上按下时开始拖动 titleElement.onmousedown = function(e) { isDragging = true; offsetX = e.clientX - element.offsetLeft; offsetY = e.clientY - element.offsetTop; return false; // ...
https://www.tsingfun.com/it/cpp/1433.html 

使用CSplitterWnd实现拆分窗口(多视图显示) - C/C++ - 清泛网 - 专注C/C++及内核技术

...E,0,LVS_EX_GRIDLINES | LVS_EX_FULLROWSELECT); ptheList->InsertColumn(0,"标题",LVCFMT_LEFT,200,0); ptheList->InsertColumn(1,"URL",LVCFMT_LEFT,200,0); ptheList->InsertColumn(2,"引擎",LVCFMT_LEFT,200,0); int pos; pos = ptheList->InsertItem(0,"123"); ptheList->SetItemText(pos,1,"ht...
https://bbs.tsingfun.com/thread-1001-1-1.html 

App Inventor 2开发简单计算器 - App Inventor 2 中文网 - 清泛IT论坛,有思想、有深度

...入0.5:输入0.5或输入.5;其他功能键的功能描述见上一个标题“符号与术语”。 第二节 用户界面设计用户界面中用到了1个标签、20个按钮以及五个水平布局组件,其中20个按钮分别放置在五个水平布局组件中。水平布局组件及...