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