Home | History | Annotate | Download | only in stats_viewer

Lines Matching refs:System

12     private System.ComponentModel.IContainer components = null;

35 this.name_box_ = new System.Windows.Forms.TextBox();
36 this.label1 = new System.Windows.Forms.Label();
37 this.button1 = new System.Windows.Forms.Button();
42 this.name_box_.Location = new System.Drawing.Point(108, 25);
44 this.name_box_.Size = new System.Drawing.Size(180, 20);
46 this.name_box_.KeyUp += new System.Windows.Forms.KeyEventHandler(this.OnKeyUp);
51 this.label1.Location = new System.Drawing.Point(12, 28);
53 this.label1.Size = new System.Drawing.Size(91, 13);
59 this.button1.Location = new System.Drawing.Point(108, 61);
61 this.button1.Size = new System.Drawing.Size(75, 23);
65 this.button1.Click += new System.EventHandler(this.button1_Click);
69 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
70 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
71 this.ClientSize = new System.Drawing.Size(303, 94);
84 private System.Windows.Forms.TextBox name_box_;
85 private System.Windows.Forms.Label label1;
86 private System.Windows.Forms.Button button1;