RadioBox、CheckBox和Validating事件的相关处理
|
日期:2006年12月18日 作者: 查看:[大字体
中字体 小字体]
|
32 this.label2 = new System.Windows.Forms.Label(); 33 this.textBoxName = new System.Windows.Forms.TextBox(); 34 this.textBoxAddress = new System.Windows.Forms.TextBox(); 35 this.textBoxAge = new System.Windows.Forms.TextBox(); 36 this.textBoxOutput = new System.Windows.Forms.TextBox(); 37 this.label4 = new System.Windows.Forms.Label(); 38 this.label5 = new System.Windows.Forms.Label(); 39 this.buttonOK = new System.Windows.Forms.Button(); 40 this.buttonHelp = new System.Windows.Forms.Button(); 41 this.checkBoxProgrammer = new System.Windows.Forms.CheckBox(); 42 this.groupBoxSex = new System.Windows.Forms.GroupBox(); 43 this.radioButtonMale = new System.Windows.Forms.RadioButton(); 44 this.radioButtonFemale = new System.Windows.Forms.RadioButton(); 45 this.groupBoxSex.SuspendLayout(); 46 this.SuspendLayout(); 47 // 48 // label1 49 // 50 this.label1.AutoSize = true; 51 this.label1.Location = new System.Drawing.Point(26, 27); 52 this.label1.Name = "label1";
上一篇:一个读取扩展名为xml的资源文件的方法
下一篇:xml文件调用css
|
| RadioBox、CheckBox和Validating事件的相关处理 相关文章: |
|
|
|
| RadioBox、CheckBox和Validating事件的相关处理 相关软件: |
|
|
|