1 write to btnClose
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (1)
201
this.
btnClose
= new System.Windows.Forms.Button();
14 references to btnClose
System.Windows.Forms (14)
winforms\Managed\System\WinForms\TrustManagerMoreInformation.cs (14)
76
this.
btnClose
.AccessibleName = this.
btnClose
.Text;
91
this.tableLayoutPanel.Controls.SetChildIndex(this.
btnClose
, 12);
227
this.tableLayoutPanel.Controls.Add(this.
btnClose
, 1, 8);
322
resources.ApplyResources(this.
btnClose
, "btnClose");
323
this.
btnClose
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
324
this.
btnClose
.DialogResult = System.Windows.Forms.DialogResult.Cancel;
325
this.
btnClose
.Margin = new System.Windows.Forms.Padding(0, 10, 0, 0);
326
this.
btnClose
.MinimumSize = new System.Drawing.Size(75, 23);
327
this.
btnClose
.Name = "btnClose";
328
this.
btnClose
.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0);
329
this.tableLayoutPanel.SetColumnSpan(this.
btnClose
, 2);
333
this.AcceptButton = this.
btnClose
;
337
this.CancelButton = this.
btnClose
;