代码搜索:TestPanel
找到约 265 项符合「TestPanel」的源代码
代码结果 265
www.eeworm.com/read/405224/2294434
h testpanel.h
// TestPanel.h : main header file for the TestPanel application
//
#if !defined(AFX_TESTPANEL_H__103A12E9_207D_4B90_8502_FDB8588AE07A__INCLUDED_)
#define AFX_TESTPANEL_H__103A12E9_207D_4B90_8502_
www.eeworm.com/read/405224/2294437
plg testpanel.plg
Build Log
--------------------Configuration: TestPanel - Win32 Debug--------------------
Command Lines
Creating command line "bscmake.exe /nolo
www.eeworm.com/read/405224/2294438
dsw testpanel.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/405224/2294444
dsp testpanel.dsp
# Microsoft Developer Studio Project File - Name="TestPanel" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/405224/2294447
cpp testpanel.cpp
// TestPanel.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "TestPanel.h"
#include "TestPanelDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_F
www.eeworm.com/read/405224/2294452
rc testpanel.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/154542/5636371
wsp testpanel.wsp
[WorkState_v1_1]
ptn_Child1=DockState
ptn_Child2=ToolBarMgr
ptn_Child3=Frames
ptn_Child4=ProjectTarget
ptn_Child5=WorkSpaceName
ptn_Child6=SerialPort
ptn_Child7=StepInc
ptn_Child8=DisassemblyA
www.eeworm.com/read/475245/6794707
java testpanel.java
import java.awt.*;
public class TestPanel {
public static void main(String args[]) {
Frame f =
new Frame("Java Frame with Panel");
Panel p = new Panel(null);
www.eeworm.com/read/418590/10939745
~pas nd_testpanel.~pas
unit ND_TestPanel;
interface
uses
SysUtils, Classes, Controls, ExtCtrls,StdCtrls,Dialogs;
type
TND_TestPanel = class(TCustomPanel)
private
{ Private declarations }
m_ctr_OK
www.eeworm.com/read/418590/10939748