Subversion Repositories Code-Repo

Rev

Rev 34 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34 Rev 38
Line 68... Line 68...
68
            this.ControlBox = false;
68
            this.ControlBox = false;
69
            this.Controls.Add(this.btn_Prompt);
69
            this.Controls.Add(this.btn_Prompt);
70
            this.Controls.Add(this.txt_Prompt);
70
            this.Controls.Add(this.txt_Prompt);
71
            this.Controls.Add(this.lbl_Prompt);
71
            this.Controls.Add(this.lbl_Prompt);
72
            this.Name = "LabelPrompt";
72
            this.Name = "LabelPrompt";
-
 
73
            this.ShowInTaskbar = false;
73
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
74
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
74
            this.Text = "Device Information";
75
            this.Text = "Device Information";
75
            this.TopMost = true;
76
            this.TopMost = true;
76
            this.ResumeLayout(false);
77
            this.ResumeLayout(false);
77
            this.PerformLayout();
78
            this.PerformLayout();