RadioBox、CheckBox和Validating事件的相关处理
|
日期:2006年12月18日 作者: 查看:[大字体
中字体 小字体]
|
139 // 140 this.buttonHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top System.Windows.Forms.AnchorStyles.Right))); 141 this.buttonHelp.CausesValidation = false; 142 this.buttonHelp.Location = new System.Drawing.Point(458, 43); 143 this.buttonHelp.Name = "buttonHelp"; 144 this.buttonHelp.Size = new System.Drawing.Size(82, 21); 145 this.buttonHelp.TabIndex = 10; 146 this.buttonHelp.Text = "Help"; 147 this.buttonHelp.UseVisualStyleBackColor = true; 148 this.buttonHelp.Click += new System.EventHandler(this.buttonHelp_Click); 149 // 150 // checkBoxProgrammer 151 // 152 this.checkBoxProgrammer.AutoSize = true; 153 this.checkBoxProgrammer.Checked = true; 154 this.checkBoxProgrammer.CheckState = System.Windows.Forms.CheckState.Checked; 155 this.checkBoxProgrammer.Location = new System.Drawing.Point(28, 166); 156 this.checkBoxProgrammer.Name = "checkBoxProgrammer"; 157 this.checkBoxProgrammer.Size = new System.Drawing.Size(84, 16); 158 this.checkBoxProgrammer.TabIndex = 11; 159 this.checkBoxProgrammer.Text = "Programmer";
上一篇:一个读取扩展名为xml的资源文件的方法
下一篇:xml文件调用css
|
| RadioBox、CheckBox和Validating事件的相关处理 相关文章: |
|
|
|
| RadioBox、CheckBox和Validating事件的相关处理 相关软件: |
|
|
|