Searched refs:textBoxDescription (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/math/dot_net_example/distribution_explorer/ |
D | AboutDistributionExplorer.Designer.cs | 37 this.textBoxDescription = new System.Windows.Forms.TextBox(); in InitializeComponent() 53 this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4); in InitializeComponent() 134 this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill; in InitializeComponent() 135 this.textBoxDescription.Location = new System.Drawing.Point(191, 132); in InitializeComponent() 136 this.textBoxDescription.Margin = new System.Windows.Forms.Padding(8, 4, 4, 4); in InitializeComponent() 137 this.textBoxDescription.Multiline = true; in InitializeComponent() 138 this.textBoxDescription.Name = "textBoxDescription"; in InitializeComponent() 139 this.textBoxDescription.ReadOnly = true; in InitializeComponent() 140 this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both; in InitializeComponent() 141 this.textBoxDescription.Size = new System.Drawing.Size(361, 155); in InitializeComponent() [all …]
|
D | distexAboutBox.Designer.cs | 36 this.textBoxDescription = new System.Windows.Forms.TextBox(); in InitializeComponent() 52 this.tableLayoutPanel.Controls.Add(this.textBoxDescription, 1, 4); in InitializeComponent() 132 this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill; in InitializeComponent() 133 this.textBoxDescription.Location = new System.Drawing.Point(191, 132); in InitializeComponent() 134 this.textBoxDescription.Margin = new System.Windows.Forms.Padding(8, 4, 4, 4); in InitializeComponent() 135 this.textBoxDescription.Multiline = true; in InitializeComponent() 136 this.textBoxDescription.Name = "textBoxDescription"; in InitializeComponent() 137 this.textBoxDescription.ReadOnly = true; in InitializeComponent() 138 this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Both; in InitializeComponent() 139 this.textBoxDescription.Size = new System.Drawing.Size(361, 155); in InitializeComponent() [all …]
|
D | distexAboutBox.cs | 25 this.textBoxDescription.Text = AssemblyDescription; in distexAboutBox()
|
D | AboutDistributionExplorer.cs | 25 this.textBoxDescription.Text = AssemblyDescription; in AboutDistributionExplorer()
|