RadioBox、CheckBox和Validating事件的相关处理
|
日期:2006年12月18日 作者: 查看:[大字体
中字体 小字体]
|
75 // textBoxAddress 76 // 77 this.textBoxAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top System.Windows.Forms.AnchorStyles.Left) 78 System.Windows.Forms.AnchorStyles.Right))); 79 this.textBoxAddress.Location = new System.Drawing.Point(127, 50); 80 this.textBoxAddress.Multiline = true; 81 this.textBoxAddress.Name = "textBoxAddress"; 82 this.textBoxAddress.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 83 this.textBoxAddress.Size = new System.Drawing.Size(317, 102); 84 this.textBoxAddress.TabIndex = 2; 85 // 86 // textBoxAge 87 // 88 this.textBoxAge.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top System.Windows.Forms.AnchorStyles.Left) 89 System.Windows.Forms.AnchorStyles.Right))); 90 this.textBoxAge.Location = new System.Drawing.Point(127, 254); 91 this.textBoxAge.Name = "textBoxAge"; 92 this.textBoxAge.Size = new System.Drawing.Size(99, 21); 93 this.textBoxAge.TabIndex = 4;
上一篇:一个读取扩展名为xml的资源文件的方法
下一篇:xml文件调用css
|
| RadioBox、CheckBox和Validating事件的相关处理 相关文章: |
|
|
|
| RadioBox、CheckBox和Validating事件的相关处理 相关软件: |
|
|
|