1 write to _userInputTableLayoutPanel
PresentationUI (1)
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
39
_userInputTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
29 references to _userInputTableLayoutPanel
PresentationUI (29)
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (29)
50
_userInputTableLayoutPanel
.SuspendLayout();
94
_userInputTableLayoutPanel
.AutoSize = true;
95
_userInputTableLayoutPanel
.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
96
_userInputTableLayoutPanel
.ColumnCount = 1;
97
_userInputTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
98
_userInputTableLayoutPanel
.Controls.Add(_dateTimePicker, 0, 7);
99
_userInputTableLayoutPanel
.Controls.Add(_requestedLocationTextBox, 0, 5);
100
_userInputTableLayoutPanel
.Controls.Add(_signatureAppliedByDateLabel, 0, 6);
101
_userInputTableLayoutPanel
.Controls.Add(_requestSignerNameLabel, 0, 0);
102
_userInputTableLayoutPanel
.Controls.Add(_requestLocationLabel, 0, 4);
103
_userInputTableLayoutPanel
.Controls.Add(_requestedSignerNameTextBox, 0, 1);
104
_userInputTableLayoutPanel
.Controls.Add(_intentLabel, 0, 2);
105
_userInputTableLayoutPanel
.Controls.Add(_intentComboBox, 0, 3);
106
_userInputTableLayoutPanel
.Location = new System.Drawing.Point(10, 23);
107
_userInputTableLayoutPanel
.Margin = new System.Windows.Forms.Padding(0);
108
_userInputTableLayoutPanel
.Name = "_userInputTableLayoutPanel";
109
_userInputTableLayoutPanel
.RowCount = 8;
110
_userInputTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
111
_userInputTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
112
_userInputTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
113
_userInputTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
114
_userInputTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
115
_userInputTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
116
_userInputTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
117
_userInputTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle());
118
_userInputTableLayoutPanel
.Size = new System.Drawing.Size(407, 197);
201
_mainDialogTableLayoutPanel.Controls.Add(
_userInputTableLayoutPanel
, 0, 0);
230
_userInputTableLayoutPanel
.ResumeLayout(false);
231
_userInputTableLayoutPanel
.PerformLayout();