1 write to buttonTableLayoutPanel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
156
this.
buttonTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
20 references to buttonTableLayoutPanel
System.Windows.Forms (20)
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (20)
164
this.
buttonTableLayoutPanel
.SuspendLayout();
204
this.overarchingTableLayoutPanel.Controls.Add(this.
buttonTableLayoutPanel
, 0, 1);
218
this.
buttonTableLayoutPanel
.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
220
this.
buttonTableLayoutPanel
.AutoSize = true;
221
this.
buttonTableLayoutPanel
.ColumnCount = 3;
222
this.overarchingTableLayoutPanel.SetColumnSpan(this.
buttonTableLayoutPanel
, 2);
223
this.
buttonTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
224
this.
buttonTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
225
this.
buttonTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
226
this.
buttonTableLayoutPanel
.Controls.Add(this.cancelBtn, 2, 0);
227
this.
buttonTableLayoutPanel
.Controls.Add(this.okBtn, 1, 0);
228
this.
buttonTableLayoutPanel
.Controls.Add(this.detailsBtn, 0, 0);
229
this.
buttonTableLayoutPanel
.Location = new System.Drawing.Point(0, 79);
230
this.
buttonTableLayoutPanel
.Name = "buttonTableLayoutPanel";
231
this.
buttonTableLayoutPanel
.RowCount = 1;
232
this.
buttonTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
233
this.
buttonTableLayoutPanel
.Size = new System.Drawing.Size(290, 29);
234
this.
buttonTableLayoutPanel
.TabIndex = 8;
304
this.
buttonTableLayoutPanel
.ResumeLayout(false);
305
this.
buttonTableLayoutPanel
.PerformLayout();