RadioBox、CheckBox和Validating事件的相关处理
|
日期:2006年12月18日 作者: 查看:[大字体
中字体 小字体]
|
115 this.label4.TabIndex = 7; 116 this.label4.Text = "labelAge"; 117 // 118 // label5 119 // 120 this.label5.AutoSize = true; 121 this.label5.Location = new System.Drawing.Point(26, 289); 122 this.label5.Name = "label5"; 123 this.label5.Size = new System.Drawing.Size(71, 12); 124 this.label5.TabIndex = 8; 125 this.label5.Text = "labelOutput"; 126 // 127 // buttonOK 128 // 129 this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top System.Windows.Forms.AnchorStyles.Right))); 130 this.buttonOK.Location = new System.Drawing.Point(458, 18); 131 this.buttonOK.Name = "buttonOK"; 132 this.buttonOK.Size = new System.Drawing.Size(82, 21); 133 this.buttonOK.TabIndex = 9; 134 this.buttonOK.Text = "OK"; 135 this.buttonOK.UseVisualStyleBackColor = true; 136 this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); 137 // 138 // buttonHelp
上一篇:一个读取扩展名为xml的资源文件的方法
下一篇:xml文件调用css
|
| RadioBox、CheckBox和Validating事件的相关处理 相关文章: |
|
|
|
| RadioBox、CheckBox和Validating事件的相关处理 相关软件: |
|
|
|