代码搜索:U盘设计
找到约 10,000 项符合「U盘设计」的源代码
代码结果 10,000
www.eeworm.com/read/445587/7592788
ddp u_datam.ddp
www.eeworm.com/read/445587/7592789
pas u_datam.pas
unit U_datam;
interface
uses
SysUtils, Classes, DB, DBTables;
type
TF_datam = class(TDataModule)
T_stud: TTable;
Database: TDatabase;
DS_stud: TDataSource;
private
www.eeworm.com/read/445587/7592793
dcu u_printc.dcu
www.eeworm.com/read/445587/7592795
dfm u_printr.dfm
object F_printR: TF_printR
Left = 207
Top = 192
Width = 805
Height = 480
Caption = 'F_printR'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font
www.eeworm.com/read/445587/7592796
dfm u_printc.dfm
object F_printC: TF_printC
Left = 198
Top = 104
Width = 792
Height = 511
Caption = 'F_printC'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font
www.eeworm.com/read/445587/7592797
dcu u_about.dcu
www.eeworm.com/read/445587/7592798
dfm u_print.dfm
object F_print: TF_print
Left = 192
Top = 144
Width = 804
Height = 553
VertScrollBar.Position = 23
Caption = 'F_print'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.
www.eeworm.com/read/445587/7592799
dcu u_print.dcu
www.eeworm.com/read/445587/7592800
pas u_print.pas
unit U_print;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, QRCtrls, QuickRpt, ExtCtrls, DB, DBTables,U_sims, dePreview;
type
TF_
www.eeworm.com/read/445587/7592801