111,120
社区成员
发帖
与我相关
我的任务
分享
//
// button1
//
this.button1.AccessibleDescription = "This is button 1";
this.button1.Location = new System.Drawing.Point(122, 148);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);