Home
last modified time | relevance | path

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

/third_party/boost/libs/math/dot_net_example/distribution_explorer/
DAboutDistributionExplorer.Designer.cs32 this.logoPictureBox = new System.Windows.Forms.PictureBox(); in InitializeComponent()
40 ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit(); in InitializeComponent()
48 this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0); in InitializeComponent()
71 this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill; in InitializeComponent()
72 … this.logoPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image"))); in InitializeComponent()
73 …this.logoPictureBox.InitialImage = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Ini… in InitializeComponent()
74 this.logoPictureBox.Location = new System.Drawing.Point(4, 4); in InitializeComponent()
75 this.logoPictureBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); in InitializeComponent()
76 this.logoPictureBox.Name = "logoPictureBox"; in InitializeComponent()
77 this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6); in InitializeComponent()
[all …]
DdistexAboutBox.Designer.cs31 this.logoPictureBox = new System.Windows.Forms.PictureBox(); in InitializeComponent()
39 ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit(); in InitializeComponent()
47 this.tableLayoutPanel.Controls.Add(this.logoPictureBox, 0, 0); in InitializeComponent()
70 this.logoPictureBox.Dock = System.Windows.Forms.DockStyle.Fill; in InitializeComponent()
71 … this.logoPictureBox.Image = global::distribution_explorer.Properties.Resources.ToolkitLogo; in InitializeComponent()
72 … this.logoPictureBox.InitialImage = global::distribution_explorer.Properties.Resources.ToolkitLogo; in InitializeComponent()
73 this.logoPictureBox.Location = new System.Drawing.Point(4, 4); in InitializeComponent()
74 this.logoPictureBox.Margin = new System.Windows.Forms.Padding(4); in InitializeComponent()
75 this.logoPictureBox.Name = "logoPictureBox"; in InitializeComponent()
76 this.tableLayoutPanel.SetRowSpan(this.logoPictureBox, 6); in InitializeComponent()
[all …]