代码搜索:cdialog
找到约 10,000 项符合「cdialog」的源代码
代码结果 10,000
www.eeworm.com/read/351694/10619196
cpp cdialog.cpp
// $Id: CDialog.cpp,v 1.18 2005/04/22 21:42:45 genta Exp $
/*! @file
@brief Dialog Boxの基底クラス
@author Norio Nakatani
$Revision: 1.18 $
*/
/*
Copyright (C) 1998-2001, Norio Nakatani
Copyr
www.eeworm.com/read/351694/10620343
h cdialog.h
// $Id: CDialog.h,v 1.16 2005/04/22 21:42:45 genta Exp $
/*! @file
@brief Dialog Box基底クラスヘッダファイル
@author Norio Nakatani
$Revision: 1.16 $
*/
/*
Copyright (C) 1998-2001, Norio Nakatani
C
www.eeworm.com/read/138003/13274524
cpp cdialog.cpp
#include "../GameH.h"
/*
CDialog::CDialog(bool IBP,int Width,int Height,bool CB,bool HB)
{
IsBackPic=IBP; //是否有背景
DW=Width;
DH=Height;
CloseIsD=CB;
HelpIsV=HB;
}*/
www.eeworm.com/read/138003/13274540
h cdialog.h
#pragma once
//窗体&对话框相关类
class CDialog
{
private:
CMenuTop control; //里面的所有按钮,复选、单选框
CFont labal; //里面的所有文字添加
//文件名
char ButtonPic[16]; //按钮背景
char CheckPic[16]; //单选框背景
char CheckPic2[16
www.eeworm.com/read/477390/6734019
cls cdialog.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/260254/11736478
doc cdialog.doc
www.eeworm.com/read/16910/702120
h cdialog.h
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright 1992 - 1997 Microsoft Corporation.
//
// File: cdialog.h
//
// Cont
www.eeworm.com/read/26953/861075
h cdialog.h
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright 1992 - 1997 Microsoft Corporation.
//
// File: cdialog.h
//
// Cont
www.eeworm.com/read/177407/5327553
java cdialog.java
/******************************************************************************
* The contents of this file are subject to the Compiere License Version 1.1
* ("License"); You may not use this f
www.eeworm.com/read/172394/5387968
cpp cdialog.cpp
// cDialog.cpp: implementation of the cDialog class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "cDialog.h"
#include "ptrList.h"
#in