1 write to nameLocationTableLayoutPanel
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
134
this.
nameLocationTableLayoutPanel
= new System.Windows.Forms.TableLayoutPanel();
17 references to nameLocationTableLayoutPanel
System.Workflow.ComponentModel (17)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (17)
148
this.
nameLocationTableLayoutPanel
.SuspendLayout();
174
this.
nameLocationTableLayoutPanel
.SetColumnSpan(this.themeNameTextBox, 2);
180
resources.ApplyResources(this.
nameLocationTableLayoutPanel
, "nameLocationTableLayoutPanel");
181
this.
nameLocationTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
182
this.
nameLocationTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
183
this.
nameLocationTableLayoutPanel
.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
184
this.
nameLocationTableLayoutPanel
.Controls.Add(this.themeNameLabel, 0, 0);
185
this.
nameLocationTableLayoutPanel
.Controls.Add(this.themeNameTextBox, 1, 0);
186
this.
nameLocationTableLayoutPanel
.Controls.Add(this.themeLocationButton, 2, 1);
187
this.
nameLocationTableLayoutPanel
.Controls.Add(this.themeLocationLabel, 0, 1);
188
this.
nameLocationTableLayoutPanel
.Controls.Add(this.themeLocationTextBox, 1, 1);
189
this.
nameLocationTableLayoutPanel
.Name = "nameLocationTableLayoutPanel";
190
this.
nameLocationTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
191
this.
nameLocationTableLayoutPanel
.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
286
this.Controls.Add(this.
nameLocationTableLayoutPanel
);
297
this.
nameLocationTableLayoutPanel
.ResumeLayout(false);
298
this.
nameLocationTableLayoutPanel
.PerformLayout();