Home
last modified time | relevance | path

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

/third_party/boost/libs/math/dot_net_example/distribution_explorer/
DAboutDistributionExplorer.Designer.cs35 this.labelCopyright = new System.Windows.Forms.Label(); in InitializeComponent()
51 this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2); in InitializeComponent()
109 this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill; in InitializeComponent()
110 this.labelCopyright.Location = new System.Drawing.Point(191, 64); in InitializeComponent()
111 this.labelCopyright.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0); in InitializeComponent()
112 this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 21); in InitializeComponent()
113 this.labelCopyright.Name = "labelCopyright"; in InitializeComponent()
114 this.labelCopyright.Size = new System.Drawing.Size(361, 21); in InitializeComponent()
115 this.labelCopyright.TabIndex = 21; in InitializeComponent()
116 this.labelCopyright.Text = "Copyright John Maddock and Paul A. Bristow 2007"; in InitializeComponent()
[all …]
DdistexAboutBox.Designer.cs34 this.labelCopyright = new System.Windows.Forms.Label(); in InitializeComponent()
50 this.tableLayoutPanel.Controls.Add(this.labelCopyright, 1, 2); in InitializeComponent()
108 this.labelCopyright.Dock = System.Windows.Forms.DockStyle.Fill; in InitializeComponent()
109 this.labelCopyright.Location = new System.Drawing.Point(191, 64); in InitializeComponent()
110 this.labelCopyright.Margin = new System.Windows.Forms.Padding(8, 0, 4, 0); in InitializeComponent()
111 this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 21); in InitializeComponent()
112 this.labelCopyright.Name = "labelCopyright"; in InitializeComponent()
113 this.labelCopyright.Size = new System.Drawing.Size(361, 21); in InitializeComponent()
114 this.labelCopyright.TabIndex = 21; in InitializeComponent()
115 this.labelCopyright.Text = "Copyright"; in InitializeComponent()
[all …]
DdistexAboutBox.cs23 this.labelCopyright.Text = AssemblyCopyright; in distexAboutBox()
DAboutDistributionExplorer.cs23 this.labelCopyright.Text = AssemblyCopyright; in AboutDistributionExplorer()