代码搜索:Dialog
找到约 10,000 项符合「Dialog」的源代码
代码结果 10,000
www.eeworm.com/read/170530/9800433
h dialog.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/169944/9830242
h dialog.h
#ifndef _GOS_DIALOG_H_
#define _GOS_DIALOG_H_
enum _tagDialog
{
WS_TITLED =0x0001L,
WS_MINIMIZEBOX =0x0002L,
WS_MAXIMIZEBOX =0x0003L,
WS_MAXIMIZE =0x0010L,
WS_MINIMIZE =0x0020L,
www.eeworm.com/read/169944/9830352
cpp dialog.cpp
#include "gos.h"
#include "dialog.h"
LRESULT CDialog::MsgProc(UINT message, WPARAM wParam, LPARAM lParam)
{
switch(message)
{
case WM_DRAWITEM:
break;
case WM_DESTROY:
OnDestroy();
www.eeworm.com/read/365912/9841065
js dialog.js
function dialog(){
var titile = '';
var width = 300;
var height = 180;
var src = "";
var path = "";
var sFunc = '
www.eeworm.com/read/365783/9847487
tk dialog.tk
#!/usr/bin/wish -f
wm withdraw .
set i [tk_dialog .info "Info" "Simple Info Dialog" info 0 Okay Cancel]
if {$i==0} {
puts "Okay Button Pressed"
} else {
puts "Cancel Button Pressed"
}
exi
www.eeworm.com/read/365556/9856793
bmp dialog.bmp
www.eeworm.com/read/365556/9856947
bmp dialog.bmp
www.eeworm.com/read/365556/9857003
bmp dialog.bmp
www.eeworm.com/read/365556/9857107
bmp dialog.bmp
www.eeworm.com/read/365556/9857227