Home | History | Annotate | Download | only in stats_viewer

Lines Matching full:label1

36       this.label1 = new System.Windows.Forms.Label();

48 // label1
50 this.label1.AutoSize = true;
51 this.label1.Location = new System.Drawing.Point(12, 28);
52 this.label1.Name = "label1";
53 this.label1.Size = new System.Drawing.Size(91, 13);
54 this.label1.TabIndex = 1;
55 this.label1.Text = "Stats File to Open";
73 this.Controls.Add(this.label1);
85 private System.Windows.Forms.Label label1;