C#反编译微软MSDN2003的帮助文档,并将反编译结果保存到一个SQLSERVER数据库中__教程 |
|
日期:2007-5-20 0:37:44 人气:169 [大 中 小] |
|
|
|
{ System.Windows.Forms.Application.Run( new dlgMSDNOut()); }//main
#endregion
#region Windows 窗体设计器生成的代码 ****************************************************** /// /// 设计器支持所需的方法 - 不要使用代码编辑器修改 /// 此方法的内容。 /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.txtOutPath = new System.Windows.Forms.TextBox(); this.lblFile = new System.Windows.Forms.Label(); this.cmdStart = new System.Windows.Forms.Button(); this.cmdStop = new System.Windows.Forms.Button(); this.lblDB = new System.Windows.Forms.Label(); this.lblState = new System.Windows.Forms.Label(); this.myProgress = new System.Windows.Forms.ProgressBar(); this.MainProgress = new System.Windows.Forms.ProgressBar(); this.cmdPose = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(16, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(72, 17); this.label1.TabIndex = 0; this.label1.Text = "临时文件夹:"; // // txtOutPath // this.txtOutPath.Location = new System.Drawing.Point(96, 16); this.txtOutPath.Name = "txtOutPath"; this.txtOutPath.Size = new System.Drawing.Size(352, 21); this.txtOutPath.TabIndex = 1; this.txtOutPath.Text = "c:\\msdnout"; // // lblFile // this.lblFile.AutoSize = true; this.lblFile.Location = new System.Drawing.Point(16, 168); this.lblFile.Name = "lblFile"; this.lblFile.Size = new System.Drawing.Size(91, 17); this.lblFile.TabIndex = 2; this.lblFile.Text = "当前处理的文件"; |
|
出处:本站原创 作者:佚名 |
|
|