递归枚举排列、组合的C#源码__教程 |
|
日期:2007-5-20 0:37:56 人气:356 [大 中 小] |
|
|
|
this.numM = new System.Windows.Forms.NumericUpDown(); this.numN = new System.Windows.Forms.NumericUpDown(); this.btnGo = new System.Windows.Forms.Button(); this.statusBar1 = new System.Windows.Forms.StatusBar(); this.panelErrMsg = new System.Windows.Forms.StatusBarPanel(); ((System.ComponentModel.ISupportInitialize)(this.gridShow)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numM)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numN)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelErrMsg)).BeginInit(); this.SuspendLayout(); // // gridShow // this.gridShow.AlternatingBackColor = System.Drawing.Color.Lavender; this.gridShow.BackColor = System.Drawing.Color.WhiteSmoke; this.gridShow.BackgroundColor = System.Drawing.Color.LightGray; this.gridShow.BorderStyle = System.Windows.Forms.BorderStyle.None; this.gridShow.CaptionBackColor = System.Drawing.Color.LightSteelBlue; this.gridShow.CaptionForeColor = System.Drawing.Color.MidnightBlue; this.gridShow.DataMember = ""; |
|
出处:本站原创 作者:佚名 |
|
|