%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : www.kowitt.ac.th / Your IP : 216.73.216.118 Web Server : Microsoft-IIS/7.5 System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.6.31 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/MySQL/Connector.NET 6.9/Samples/Pocket PC/Tester/ |
Upload File : |
namespace DeviceApplication1 { partial class FailDetails { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; private System.Windows.Forms.MainMenu mainMenu1; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.mainMenu1 = new System.Windows.Forms.MainMenu(); this.msg = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.trace = new System.Windows.Forms.TextBox(); this.ok = new System.Windows.Forms.Button(); this.SuspendLayout(); // // msg // this.msg.Location = new System.Drawing.Point(3, 34); this.msg.Multiline = true; this.msg.Name = "msg"; this.msg.Size = new System.Drawing.Size(234, 52); this.msg.TabIndex = 0; // // label1 // this.label1.Location = new System.Drawing.Point(3, 11); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(100, 20); this.label1.Text = "Message"; // // label2 // this.label2.Location = new System.Drawing.Point(3, 98); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(100, 20); this.label2.Text = "Stack trace"; // // trace // this.trace.Location = new System.Drawing.Point(3, 121); this.trace.Multiline = true; this.trace.Name = "trace"; this.trace.Size = new System.Drawing.Size(234, 118); this.trace.TabIndex = 3; // // ok // this.ok.DialogResult = System.Windows.Forms.DialogResult.OK; this.ok.Location = new System.Drawing.Point(165, 256); this.ok.Name = "ok"; this.ok.Size = new System.Drawing.Size(72, 20); this.ok.TabIndex = 5; this.ok.Text = "OK"; // // FailDetails // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(240, 294); this.ControlBox = false; this.Controls.Add(this.ok); this.Controls.Add(this.label2); this.Controls.Add(this.trace); this.Controls.Add(this.label1); this.Controls.Add(this.msg); this.MinimizeBox = false; this.Name = "FailDetails"; this.Text = "FailDetails"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox msg; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox trace; private System.Windows.Forms.Button ok; } }