代码搜索:Rect
找到约 10,000 项符合「Rect」的源代码
代码结果 10,000
www.eeworm.com/read/148118/12491312
pas mainunit.pas
unit mainunit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls;
type
TForm1 = class(TForm)
GroupBox1: TGrou
www.eeworm.com/read/148118/12491340
pas mainunit.pas
unit mainunit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
GroupBox1: TGroupBox;
www.eeworm.com/read/249484/12494219
wzd readme.wzd
/////////////////////////////////////////////////////////////////////
// Add a Property Sheet "Control" to a Dialog Box...
/////////////////////////////////////////////////////////////////////
//
www.eeworm.com/read/148090/12494566
cpp gatalldlg.cpp
// GatAllDlg.cpp : implementation file
//
#include "stdafx.h"
#include "GatAll.h"
#include "GatAllDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FI
www.eeworm.com/read/249484/12494829
cpp wzdtlbar.cpp
// WzdTlBar.cpp : implementation file
//
#include "stdafx.h"
#include "wzd.h"
#include "WzdTlBar.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/249484/12494850
cpp wzdtlbar.cpp
// WzdTlBar.cpp : implementation file
//
#include "stdafx.h"
#include "wzd.h"
#include "WzdTlBar.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/335824/12495616
cpp views.cpp
#include "views.h"
#include "canvas.h"
#include "fft.h"
#include "recorder.h"
COLORREF MapColor (int s)
{
if ( s < 16 )
return RGB(0, 0, 128);
else if ( s < 32)
retu
www.eeworm.com/read/335824/12495653
h metactrl.h
#if !defined METACTRL_H
#define METACTRL_H
#include "canvas.h"
#include "controls.h"
// Rectangle in hundredths of millimiters
class RectHmm: public RECT
{
public:
RectHmm (Canvas & ca
www.eeworm.com/read/148014/12501178
h graphics.h
#if !defined(__GRAPHICS_H__)
#define __GRAPHICS_H__
#include
#define PiV 3.14159265358979324
#define ConstV 180
//////////////////////////////////////