Home
last modified time | relevance | path

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

/third_party/boost/libs/math/dot_net_example/distribution_explorer/
DDistexSplash.Designer.cs33 this.labelApplicationVersion = new System.Windows.Forms.Label(); in InitializeComponent()
56 this.labelApplicationVersion.BackColor = System.Drawing.SystemColors.Control; in InitializeComponent()
57 …this.labelApplicationVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Dr… in InitializeComponent()
58 this.labelApplicationVersion.ForeColor = System.Drawing.SystemColors.ControlText; in InitializeComponent()
59 this.labelApplicationVersion.Location = new System.Drawing.Point(302, 158); in InitializeComponent()
60 this.labelApplicationVersion.Name = "labelApplicationVersion"; in InitializeComponent()
61 this.labelApplicationVersion.Size = new System.Drawing.Size(320, 20); in InitializeComponent()
62 this.labelApplicationVersion.TabIndex = 1; in InitializeComponent()
63 this.labelApplicationVersion.Text = "labelApplicationVersion"; in InitializeComponent()
64 this.labelApplicationVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight; in InitializeComponent()
[all …]
DDistexSplash.cs20 this.labelApplicationVersion.Text = "Version " + AssemblyVersion; in distexSplash()