Home
last modified time | relevance | path

Searched refs:tableLayoutPanel (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/math/dot_net_example/distribution_explorer/
DAboutDistributionExplorer.Designer.cs31 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 …]
DdistexAboutBox.Designer.cs30 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 …]