代码搜索结果
找到约 10,000 项符合
U 的代码
u_operator.~pas
unit u_operator;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, DBCtrls, Mask, Grids, DBGrids;
type
TF_operator = class(
u_stat.pas
unit u_stat;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, TeEngine, Series, ExtCtrls, Mask, TeeProcs, Chart;
type
TF_stat = clas
u_main.dfm
object F_main: TF_main
Left = 181
Top = 94
Width = 800
Height = 600
BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
Caption = '客房管理-后台数据库管理'
Color = clAppWorkSpace
u_data.pas
unit u_data;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, DBTables, Series, TeeProcs, Chart;
type
TDM_main = class(TDataModule)
D
u_main.~dfm
object F_main: TF_main
Left = 181
Top = 94
Width = 800
Height = 600
BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
Caption = '客房管理-后台数据库管理'
Color = clAppWorkSpace
getc_u.c
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright
putchar_u.c
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright
putc_u.c
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright
getchar_u.c
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright
u_strerr.c
#include
char *
_DEFUN(_user_strerror, (errnum),
int errnum)
{
return 0;
}