RadioBox、CheckBox和Validating事件的相关处理
|
日期:2006年12月18日 作者: 查看:[大字体
中字体 小字体]
|
53 this.label1.Size = new System.Drawing.Size(59, 12); 54 this.label1.TabIndex = 0; 55 this.label1.Text = "labelName"; 56 // 57 // label2 58 // 59 this.label2.AutoSize = true; 60 this.label2.Location = new System.Drawing.Point(26, 53); 61 this.label2.Name = "label2"; 62 this.label2.Size = new System.Drawing.Size(77, 12); 63 this.label2.TabIndex = 1; 64 this.label2.Text = "labelAddress"; 65 // 66 // textBoxName 67 // 68 this.textBoxName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top System.Windows.Forms.AnchorStyles.Left) 69 System.Windows.Forms.AnchorStyles.Right))); 70 this.textBoxName.Location = new System.Drawing.Point(127, 24); 71 this.textBoxName.Name = "textBoxName"; 72 this.textBoxName.Size = new System.Drawing.Size(317, 21); 73 this.textBoxName.TabIndex = 2; 74 //
上一篇:一个读取扩展名为xml的资源文件的方法
下一篇:xml文件调用css
|
| RadioBox、CheckBox和Validating事件的相关处理 相关文章: |
|
|
|
| RadioBox、CheckBox和Validating事件的相关处理 相关软件: |
|
|
|