代码搜索结果
找到约 10,000 项符合
U 的代码
u_main.~dfm
object F_main: TF_main
Left = 204
Top = 144
Width = 696
Height = 480
Caption = '教务处专用'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height
u_login.pas
unit u_login;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, DBTables, StdCtrls;
type
TF_login = class(TForm)
Label1: TLabel;
u_login.dfm
object F_login: TF_login
Left = 351
Top = 222
Width = 281
Height = 171
Caption = #30331#24405
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font
u_login.~dfm
object F_login: TF_login
Left = 351
Top = 222
Width = 281
Height = 171
Caption = '登录'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height
u_login.~pas
unit u_login;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, DBTables, StdCtrls;
type
TF_login = class(TForm)
Label1: TLabel;
u_main.~pas
unit u_main;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, StdCtrls, DBCtrls, Mask, Grids, DBGrids, Db, DBTables;
type
TF_main =
u_main.pas
unit u_main;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ComCtrls, StdCtrls, DBCtrls, Mask, Grids, DBGrids, Db, DBTables;
type
TF_main =
u_main.dfm
object F_main: TF_main
Left = 221
Top = 154
Width = 631
Height = 439
Caption = 'F_main'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Heigh
u_main.~dfm
object F_main: TF_main
Left = 221
Top = 154
Width = 631
Height = 439
Caption = 'F_main'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Heigh
u_estimateint.pas
unit u_EstimateInt;
{可靠性参数估计接口}
interface
type
TSample=record
Time:Double;
Failed:Boolean;//失效为True
end;
TTimeList=Array of TSample;
TSampleR=record
Time:Double;
R