代码搜索:Dialog
找到约 10,000 项符合「Dialog」的源代码
代码结果 10,000
www.eeworm.com/read/373417/9456683
frm dialog.frm
VERSION 5.00
Begin VB.Form Dialog
BorderStyle = 3 'Fixed Dialog
Caption = "高级选项"
ClientHeight = 2940
ClientLeft = 2760
ClientTop = 3750
C
www.eeworm.com/read/176730/9485967
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/372449/9510123
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/372227/9516967
h dialog.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/372148/9519418
exe dialog.exe
www.eeworm.com/read/372148/9519420
c dialog.c
#include "..\gui.h"
USER_PRO MyDialog(HAND hd,MESSAGE msg)
{
if(msg.type == GM_SYSTEM)
switch(msg.message)
{
case GM_Create:
CreateObject(hd,BUTTON,1,1,"Hello!",10,10,100,100,NULL,NULL);
r
www.eeworm.com/read/372148/9519489
exe dialog.exe
www.eeworm.com/read/372148/9519491
c dialog.c
#include "..\gui.h"
USER_PRO MyDialog(HAND hd,MESSAGE msg)
{
if(msg.type == GM_SYSTEM)
switch(msg.message)
{
case GM_Create:
CreateObject(hd,BUTTON,1,1,"Hello!",10,10,100,100,NULL,NULL);
r
www.eeworm.com/read/372115/9521034
frm dialog.frm
www.eeworm.com/read/175968/9523834
dsp dialog.dsp
# Microsoft Developer Studio Project File - Name="dialog" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dy