Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ikylin committed May 9, 2013
1 parent 83ecf7f commit dd13f49
Show file tree
Hide file tree
Showing 16 changed files with 856 additions and 0 deletions.
35 changes: 35 additions & 0 deletions wincrack/Project1.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
-H+
-W+
-M
-$M16384,1048576
-K$00400000
-LE"c:\program files\borland\delphi7\Projects\Bpl"
-LN"c:\program files\borland\delphi7\Projects\Bpl"
136 changes: 136 additions & 0 deletions wincrack/Project1.dof
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
UnitAliases=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
NamespacePrefix=
SymbolDeprecated=1
SymbolLibrary=1
SymbolPlatform=1
UnitLibrary=1
UnitPlatform=1
UnitDeprecated=1
HResultCompat=1
HidingMember=1
HiddenVirtual=1
Garbage=1
BoundsError=1
ZeroNilCompat=1
StringConstTruncated=1
ForLoopVarVarPar=1
TypedConstVarPar=1
AsgToTypedConst=1
CaseLabelRange=1
ForVariable=1
ConstructingAbstract=1
ComparisonFalse=1
ComparisonTrue=1
ComparingSignedUnsigned=1
CombiningSignedUnsigned=1
UnsupportedConstruct=1
FileOpen=1
FileOpenUnitSrc=1
BadGlobalSymbol=1
DuplicateConstructorDestructor=1
InvalidDirective=1
PackageNoLink=1
PackageThreadVar=1
ImplicitImport=1
HPPEMITIgnored=1
NoRetVal=1
UseBeforeDef=1
ForLoopVarUndef=1
UnitNameMismatch=1
NoCFGFileFound=1
MessageDirective=1
ImplicitVariants=1
UnicodeToLocale=1
LocaleToUnicode=1
ImagebaseMultiple=1
SuspiciousTypecast=1
PrivatePropAccessor=1
UnsafeType=1
UnsafeCode=1
UnsafeCast=1
[Linker]
MapFile=0
OutputObjs=0
ConsoleApp=1
DebugInfo=0
RemoteSymbols=0
MinStackSize=16384
MaxStackSize=1048576
ImageBase=4194304
ExeDescription=
[Directories]
OutputDir=
UnitOutputDir=
PackageDLLOutputDir=
PackageDCPOutputDir=
SearchPath=
Packages=
Conditionals=
DebugSourceDirs=
UsePackages=0
[Parameters]
RunParams=
HostApplication=
Launcher=
UseLauncher=0
DebugCWD=
[Language]
ActiveLang=
ProjectLang=
RootDir=
[Version Info]
IncludeVerInfo=0
AutoIncBuild=0
MajorVer=1
MinorVer=0
Release=0
Build=0
Debug=0
PreRelease=0
Special=0
Private=0
DLL=0
Locale=2052
CodePage=936
[Version Info Keys]
CompanyName=
FileDescription=
FileVersion=1.0.0.0
InternalName=
LegalCopyright=
LegalTrademarks=
OriginalFilename=
ProductName=
ProductVersion=1.0.0.0
Comments=
15 changes: 15 additions & 0 deletions wincrack/Project1.dpr
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
program Project1;

uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
Unit2 in 'Unit2.pas';

{$R *.res}

begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.

Binary file added wincrack/Project1.exe
Binary file not shown.
Binary file added wincrack/Project1.res
Binary file not shown.
15 changes: 15 additions & 0 deletions wincrack/Project1.~dpr
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
program Project1;

uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
Unit2 in 'Unit2.pas';

{$R *.res}

begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.

Binary file added wincrack/Unit1.dcu
Binary file not shown.
Binary file added wincrack/Unit1.ddp
Binary file not shown.
129 changes: 129 additions & 0 deletions wincrack/Unit1.dfm
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
object Form1: TForm1
Left = 222
Top = 120
BorderStyle = bsSingle
Caption = #22810#32447#31243'WINDWOS'#21475#20196#25195#25551#22120
ClientHeight = 258
ClientWidth = 335
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 28
Width = 41
Height = 13
AutoSize = False
Caption = #29992#25143#21517
Transparent = True
end
object Label3: TLabel
Left = 8
Top = 50
Width = 41
Height = 17
AutoSize = False
Caption = 'IP'
Transparent = True
end
object Button1: TButton
Left = 8
Top = 223
Width = 193
Height = 24
Caption = #24320' '#22987' '#25195' '#25551
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 56
Top = 25
Width = 145
Height = 19
Color = clGradientActiveCaption
Ctl3D = False
ParentCtl3D = False
TabOrder = 1
Text = 'administrator'
end
object Edit3: TEdit
Left = 56
Top = 48
Width = 145
Height = 19
Color = clGradientActiveCaption
Ctl3D = False
ParentCtl3D = False
TabOrder = 2
Text = '127.0.0.1'
end
object ListBox1: TListBox
Left = 8
Top = 74
Width = 193
Height = 140
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ItemHeight = 13
ParentCtl3D = False
ParentFont = False
TabOrder = 3
end
object GroupBox1: TGroupBox
Left = 208
Top = 19
Width = 121
Height = 231
Caption = #23494#30721#23383#20856
TabOrder = 4
object Memo1: TMemo
Left = 8
Top = 16
Width = 105
Height = 208
Ctl3D = False
ParentCtl3D = False
PopupMenu = PopupMenu1
TabOrder = 0
end
end
object ProgressBar1: TProgressBar
Left = 8
Top = 5
Width = 321
Height = 12
TabOrder = 5
end
object PopupMenu1: TPopupMenu
Left = 248
Top = 112
object N1: TMenuItem
Caption = #23548#20837
OnClick = N1Click
end
object N2: TMenuItem
Caption = #28165#31354
OnClick = N2Click
end
end
object OpenDialog1: TOpenDialog
Left = 248
Top = 152
end
end
Loading

0 comments on commit dd13f49

Please sign in to comment.