Home
last modified time | relevance | path

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

/dports/graphics/nplot/nplot-9a92e78/demo/csharp/src/
H A DMenuForm.cs46 private System.Windows.Forms.Label DemosLabel; field in NPlotDemo.MenuForm
137 this.DemosLabel = new System.Windows.Forms.Label(); in InitializeComponent()
171 this.DemosLabel.Location = new System.Drawing.Point(8, 8); in InitializeComponent()
172 this.DemosLabel.Name = "DemosLabel"; in InitializeComponent()
173 this.DemosLabel.TabIndex = 9; in InitializeComponent()
174 this.DemosLabel.Text = "Demos"; in InitializeComponent()
207 this.Controls.Add(this.DemosLabel); in InitializeComponent()