1 write to _mainDialogTableLayoutPanel
PresentationUI (1)
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
48
_mainDialogTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
19 references to _mainDialogTableLayoutPanel
PresentationUI (19)
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (19)
51
_mainDialogTableLayoutPanel
.SuspendLayout();
197
_mainDialogTableLayoutPanel
.AutoSize = true;
198
_mainDialogTableLayoutPanel
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
199
_mainDialogTableLayoutPanel
.ColumnCount = 1;
200
_mainDialogTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
201
_mainDialogTableLayoutPanel
.Controls.Add(_userInputTableLayoutPanel, 0, 0);
202
_mainDialogTableLayoutPanel
.Controls.Add(_divider, 0, 1);
203
_mainDialogTableLayoutPanel
.Controls.Add(_buttomControlLayoutpanel, 0, 2);
204
_mainDialogTableLayoutPanel
.Location = new System.Drawing.Point(9, 9);
205
_mainDialogTableLayoutPanel
.Margin = new System.Windows.Forms.Padding(10);
206
_mainDialogTableLayoutPanel
.Name = "_mainDialogTableLayoutPanel";
207
_mainDialogTableLayoutPanel
.RowCount = 2;
208
_mainDialogTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
209
_mainDialogTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
210
_mainDialogTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
211
_mainDialogTableLayoutPanel
.Size = new System.Drawing.Size(433, 273);
221
Controls.Add(
_mainDialogTableLayoutPanel
);
232
_mainDialogTableLayoutPanel
.ResumeLayout(false);
233
_mainDialogTableLayoutPanel
.PerformLayout();