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