代码搜索结果
找到约 10,000 项符合
SD Card 的代码
sd.cpp
// Sd.cpp : implementation file
//
#include "stdafx.h"
#include "DATABASE.h"
#include "Sd.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endi
sd.h
#if !defined(AFX_SD_H__A4D0120B_AC19_46AF_88CA_CF403D66FCF7__INCLUDED_)
#define AFX_SD_H__A4D0120B_AC19_46AF_88CA_CF403D66FCF7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 10
sd.dfm
object Form4: TForm4
Left = 215
Top = 317
Width = 544
Height = 283
Caption = #36164#26009#35774#32622
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
sd.~dfm
object Form4: TForm4
Left = 215
Top = 317
Width = 544
Height = 283
Caption = #36164#26009#35774#32622
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
sd.pas
unit sd;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Mask, DBCtrlsEh, ExtCtrls, Buttons;
type
TForm4 = class(TForm)
sd.~pas
unit sd;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Mask, DBCtrlsEh, ExtCtrls, Buttons;
type
TForm4 = class(TForm)