Lines Matching full:button1
37 this.button1 = new System.Windows.Forms.Button();
57 // button1
59 this.button1.Location = new System.Drawing.Point(108, 61);
60 this.button1.Name = "button1";
61 this.button1.Size = new System.Drawing.Size(75, 23);
62 this.button1.TabIndex = 2;
63 this.button1.Text = "OK";
64 this.button1.UseVisualStyleBackColor = true;
65 this.button1.Click += new System.EventHandler(this.button1_Click);
72 this.Controls.Add(this.button1);
86 private System.Windows.Forms.Button button1;