代码搜索:comboBox
找到约 9,239 项符合「comboBox」的源代码
代码结果 9,239
www.eeworm.com/read/110528/6164079
cpp recordercombobox.cpp
/******************************************************************************
|* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|* ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDI
www.eeworm.com/read/106385/6193750
cpp folderdlg.cpp
//####COPYRIGHTBEGIN####
//
// ----------------------------------------------------------------------------
// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
//
// This program is part of the eCos host
www.eeworm.com/read/491065/6440243
clw bulkloop.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CBulkLoopDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "BulkL
www.eeworm.com/read/490895/6445235
vcc seriessample.vcc
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CSeriesSampleDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "S
www.eeworm.com/read/488512/6488670
pas unit6.pas
unit Unit6;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons;
type
TForm6 = class(TForm)
ComboBox1: TComboBox
www.eeworm.com/read/480189/6667835
java loginjapplet.java
//【例8.2】 Applet中的邮箱登录界面。
import java.awt.*;
import java.awt.event.*;
import java.applet.Applet;
import javax.swing.*;
public class LoginJApplet extends JApplet implements ActionListener
{
www.eeworm.com/read/479803/6679077
vcc seriessample.vcc
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CSeriesSampleDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "S
www.eeworm.com/read/263854/11338949
txt windowapi.txt
消息,就是指Windows发出的一个通知,告诉应用程序某个事情发生了。例如,单击鼠标、改变窗口尺寸、按下键盘上的一个键都会使Windows发送一个消息给应用程序。消息本身是作为一个记录传递给应用程序的,这个记录中包含了消息的类型以及其他信息。例如,对于单击鼠标所产生的消息来说,这个记录中包含了单击鼠标时的坐标。这个记录类型叫做TMsg,
它在Windows单元中是这样声明的 ...
www.eeworm.com/read/157748/11666369
txt windows消息大全.txt
鼠标位置
end;
消息中有什么?
是否觉得一个消息记录中的信息像希腊语一样?如果是这样,那么看一看下面的解释:
hwnd 32位的窗口句柄。窗口可以是任何类型的屏幕对象,因为Win32能够维护大多数可视对象的句柄(窗口、对话框、按钮、编辑框等)。
message 用于区别其他消息的常量值,这些常量可以是Windows单元中预定义的常量,也可以是自定义的常量。
...
www.eeworm.com/read/261021/11670794
pas mrkhmyd_cx.pas
unit MRKHMYD_CX;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons;
type
TFRM_KHMYD_CX = class(TForm)
GroupBox