代码搜索结果
找到约 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 frmSd: TfrmSd
Left = 0
Top = 69
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsDialog
Caption = '上电显示设置'
ClientHeight = 491
ClientWidth = 783
Color = clBtnFace
sd.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "sd.h"
//-----------------------------------------------------------
sd.h
//---------------------------------------------------------------------------
#ifndef sdH
#define sdH
//---------------------------------------------------------------------------
#include