Searched refs:tableLayoutPanel (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/math/dot_net_example/distribution_explorer/ |
D | AboutDistributionExplorer.Designer.cs | 31 this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); in InitializeComponent() 39 this.tableLayoutPanel.SuspendLayout(); in InitializeComponent() 45 this.tableLayoutPanel.ColumnCount = 2; in InitializeComponent() 46 …this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.S… in InitializeComponent() 47 …this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.S… in InitializeComponent() 48 this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0); in InitializeComponent() 49 this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0); in InitializeComponent() 50 this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1); in InitializeComponent() 51 this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2); in InitializeComponent() 52 this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3); in InitializeComponent() [all …]
|
D | distexAboutBox.Designer.cs | 30 this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); in InitializeComponent() 38 this.tableLayoutPanel.SuspendLayout(); in InitializeComponent() 44 this.tableLayoutPanel.ColumnCount = 2; in InitializeComponent() 45 …this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.S… in InitializeComponent() 46 …this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.S… in InitializeComponent() 47 this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0); in InitializeComponent() 48 this.tableLayoutPanel.Controls.Add(this.labelProductName, 1, 0); in InitializeComponent() 49 this.tableLayoutPanel.Controls.Add(this.labelVersion, 1, 1); in InitializeComponent() 50 this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2); in InitializeComponent() 51 this.tableLayoutPanel.Controls.Add(this.labelCompanyName, 1, 3); in InitializeComponent() [all …]
|