1 write to _mainDialogTableLayoutPanel
PresentationUI (1)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (1)
38
this.
_mainDialogTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
19 references to _mainDialogTableLayoutPanel
PresentationUI (19)
MS\Internal\Documents\CredentialManagerDialog.Designer.cs (19)
48
this.
_mainDialogTableLayoutPanel
.SuspendLayout();
56
this.
_mainDialogTableLayoutPanel
.AutoSize = true;
57
this.
_mainDialogTableLayoutPanel
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
58
this.
_mainDialogTableLayoutPanel
.ColumnCount = 1;
59
this.
_mainDialogTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
60
this.
_mainDialogTableLayoutPanel
.Controls.Add(this._buttonFlowLayoutPanel, 0, 2);
61
this.
_mainDialogTableLayoutPanel
.Controls.Add(this._userInputtableLayoutPanel, 0, 1);
62
this.
_mainDialogTableLayoutPanel
.Controls.Add(this._instructionLabel, 0, 0);
63
this.
_mainDialogTableLayoutPanel
.Location = new System.Drawing.Point(8, 8);
64
this.
_mainDialogTableLayoutPanel
.Name = "_mainDialogTableLayoutPanel";
65
this.
_mainDialogTableLayoutPanel
.RowCount = 3;
66
this.
_mainDialogTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
67
this.
_mainDialogTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
68
this.
_mainDialogTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
69
this.
_mainDialogTableLayoutPanel
.Size = new System.Drawing.Size(398, 157);
70
this.
_mainDialogTableLayoutPanel
.TabIndex = 0;
166
this.Controls.Add(this.
_mainDialogTableLayoutPanel
);
172
this.
_mainDialogTableLayoutPanel
.ResumeLayout(false);
173
this.
_mainDialogTableLayoutPanel
.PerformLayout();