Home
last modified time | relevance | path

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

/third_party/boost/libs/math/dot_net_example/distribution_explorer/
DDistexSplash.Designer.cs36 this.pictureBox1 = new System.Windows.Forms.PictureBox(); in InitializeComponent()
38 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); in InitializeComponent()
92 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); in InitializeComponent()
93 this.pictureBox1.Location = new System.Drawing.Point(27, 27); in InitializeComponent()
94 this.pictureBox1.Name = "pictureBox1"; in InitializeComponent()
95 this.pictureBox1.Size = new System.Drawing.Size(282, 92); in InitializeComponent()
96 this.pictureBox1.TabIndex = 4; in InitializeComponent()
97 this.pictureBox1.TabStop = false; in InitializeComponent()
115 this.Controls.Add(this.pictureBox1); in InitializeComponent()
126 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); in InitializeComponent()
[all …]