代码搜索结果
找到约 10,000 项符合
U 的代码
u_login.~dfm
object F_login: TF_login
Left = 291
Top = 213
Width = 297
Height = 210
Caption = #30331#24405
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font
u_crypt.~pas
unit U_crypt;
interface
uses classes;
const
C1=52845;
C2=22719;
function Encrypt(s:string;key:word):string;
function Decrypt(s:string;key:word):string;
implementation
function encrypt(s:s
u_about.~dfm
object AboutBox: TAboutBox
Left = 200
Top = 108
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 213
ClientWidth = 298
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
u_add.dfm
object F_add: TF_add
Left = 314
Top = 120
AutoScroll = False
Caption = #22686#21152#26032#21592#24037
ClientHeight = 465
ClientWidth = 246
Color = clBtnFace
Font.Charset = DEFA
u_main.~pas
unit U_main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Menus, ToolWin, ComCtrls, ImgList, StdActns, ActnList;
type
TF_main =