C#反编译微软MSDN2003的帮助文档,并将反编译结果保存到一个SQLSERVER数据库中__教程 |
|
日期:2007-5-20 0:37:44 人气:169 [大 中 小] |
|
|
|
// cmdPose // this.cmdPose.Enabled = false; this.cmdPose.Location = new System.Drawing.Point(176, 48); this.cmdPose.Name = "cmdPose"; this.cmdPose.TabIndex = 9; this.cmdPose.Text = "暂停"; this.cmdPose.Click += new System.EventHandler(this.cmdPose_Click); // // dlgMSDNOut // this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.ClientSize = new System.Drawing.Size(466, 223); this.Controls.Add(this.cmdPose); this.Controls.Add(this.MainProgress); this.Controls.Add(this.myProgress); this.Controls.Add(this.lblState); this.Controls.Add(this.lblDB); this.Controls.Add(this.lblFile); this.Controls.Add(this.txtOutPath); this.Controls.Add(this.label1); this.Controls.Add(this.cmdStop); this.Controls.Add(this.cmdStart); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "dlgMSDNOut"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "导出MSDN"; this.ResumeLayout(false);
} #endregion
}//public class dlgMSDNOut } |
|
出处:本站原创 作者:佚名 |
|
|