RadioBox、CheckBox和Validating事件的相关处理
|
日期:2006年12月18日 作者: 查看:[大字体
中字体 小字体]
|
184 // 185 this.radioButtonFemale.AutoSize = true; 186 this.radioButtonFemale.Checked = true; 187 this.radioButtonFemale.Location = new System.Drawing.Point(55, 24); 188 this.radioButtonFemale.Name = "radioButtonFemale"; 189 this.radioButtonFemale.Size = new System.Drawing.Size(125, 16); 190 this.radioButtonFemale.TabIndex = 0; 191 this.radioButtonFemale.TabStop = true; 192 this.radioButtonFemale.Text = "radioButtonFemale"; 193 this.radioButtonFemale.UseVisualStyleBackColor = true; 194 // 195 // Form1 196 // 197 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 198 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 199 this.ClientSize = new System.Drawing.Size(561, 490); 200 this.Controls.Add(this.groupBoxSex); 201 this.Controls.Add(this.checkBoxProgrammer); 202 this.Controls.Add(this.buttonHelp); 203 this.Controls.Add(this.buttonOK); 204 this.Controls.Add(this.label5); 205 this.Controls.Add(this.label4); 206 this.Controls.Add(this.textBoxOutput);
上一篇:一个读取扩展名为xml的资源文件的方法
下一篇:xml文件调用css
|
| RadioBox、CheckBox和Validating事件的相关处理 相关文章: |
|
|
|
| RadioBox、CheckBox和Validating事件的相关处理 相关软件: |
|
|
|