代码搜索结果
找到约 10,000 项符合
U 的代码
u-boot.lds
/*
* (C) Copyright 2003, Psyent Corporation
* Scott McNutt
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is f
u_datamodule.pas
unit u_datamodule;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, DBTables;
type
TDM_main = class(TDataModule)
Database: TDatabase;
u_statistic.~dfm
object F_statistic: TF_statistic
Left = 219
Top = 123
Width = 388
Height = 190
Caption = '培训统计'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Fo
u_datamodule.dfm
object DM_main: TDM_main
OldCreateOrder = False
Left = 347
Top = 141
Height = 480
Width = 696
object Database: TDatabase
DatabaseName = 'MISData'
DriverName = 'INTRBASE'
u_login.pas
unit u_login;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, DBTables, StdCtrls, Buttons, ExtCtrls, Mask;
type
TF_login = class(TForm)
u_statistic.pas
unit u_statistic;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Mask, ExtCtrls;
type
TF_statistic = class(TForm)
i_stat: TRa
u_score.~pas
unit u_score;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Grids, DBGrids, DBCtrls, Mask;
type
TF_score = class(TForm)
Labe
u_course.pas
unit u_course;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, DBCtrls, StdCtrls, Mask, Grids, DBGrids;
type
TF_course = class(TFor
u_login.dfm
object F_login: TF_login
Left = 400
Top = 284
ActiveControl = i_user
BorderStyle = bsNone
Caption = #30331#24405
ClientHeight = 169
ClientWidth = 273
Color = clBackground
Fo
u_login.~dfm
object F_login: TF_login
Left = 400
Top = 284
ActiveControl = i_user
BorderStyle = bsNone
Caption = '登录'
ClientHeight = 169
ClientWidth = 273
Color = clBackground
Font.Chars