Home
last modified time | relevance | path

Searched refs:textBoxDescription (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/math/dot_net_example/distribution_explorer/
DAboutDistributionExplorer.Designer.cs37 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 …]
DdistexAboutBox.Designer.cs36 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 …]
DdistexAboutBox.cs25 this.textBoxDescription.Text = AssemblyDescription; in distexAboutBox()
DAboutDistributionExplorer.cs25 this.textBoxDescription.Text = AssemblyDescription; in AboutDistributionExplorer()