大家看看这段程序有什么蹊跷吗?
徐蕴 2000-12-30 12:30:00 namespace/*
*/zchris{using
System;using//
System./**C#*/
ComponentModel
;using System.
WinForms;//
public class hnywnd:Form{private System.
ComponentModel.Container cccc;/*zchris
*/private Label xiq;public hnywnd(){//z
thisisit();}private void/*#*/thisisit()
{this.//
cccc=new
Container
(); this
.xiq=new
System.
WinForms
.Label();
xiq.Location=new System. Drawing.Point
(0*0,5*5);xiq.Size=new System.Drawing.
Size(2*100,30);xiq.TextAlign=System.
WinForms.HorizontalAlignment.Center;
this.
Text=
"zch"+
"ris"; this.StartPosition=
System.WinForms.FormStartPosition.
CenterScreen;this.MaximizeBox=this.
MinimizeBox=false;char[]cccc=new//
char[]/* */{'L', 'e'/**/
,'t',/* C#*/'t' ,'}',/*
*/'$', 'R'/*C# ,*/,'i'
,'{'/*. */,'$', 'Q'/*'
*/,'m' ,'p',/* ,*/'p'
/*'#*/, 'i','r' ,'r',//
'm','y' ,'q','%' };System
.Text./* I*/StringBuilder sb=new
System. Text.StringBuilder(7*6)
;/*##*/ foreach (char c in cccc
){sb .Append((char)( (byte)
c-4));
}xiq//
.Text=
sb.ToString();this.ClientSize=new System
.Drawing.Size(3*66,8*9);this.Controls.Add(
this.xiq);} public static void Main(string[
]args){Application.Run(new hnywnd());}public
override void//z
Dispose (){base.
Dispose ();cccc.
Dispose ();}}}