1 write to okButton
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
216this.okButton = new System.Windows.Forms.Button();
7 references to okButton
System.Messaging (7)
System\Messaging\Design\QueuePathDialog.cs (7)
223this.okButton.Location = ((System.Drawing.Point)(resources.GetObject("okButton.Location"))); 224this.okButton.Size = ((System.Drawing.Size)(resources.GetObject("okButton.Size"))); 225this.okButton.TabIndex = ((int)(resources.GetObject("okButton.TabIndex"))); 226this.okButton.Text = resources.GetString("okButton.Text"); 227this.okButton.DialogResult = DialogResult.OK; 272this.AcceptButton = this.okButton; 279this.okButton,