/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ErrorDetail)); this.errorDetailControl = new MyGeneration.Forms.ErrorDetailControl(); this.SuspendLayout(); // // errorDetailControl // this.errorDetailControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.errorDetailControl.Location = new System.Drawing.Point(-2, 1); this.errorDetailControl.Name = "errorDetailControl"; this.errorDetailControl.Size = new System.Drawing.Size(901, 606); this.errorDetailControl.TabIndex = 40; // // ErrorDetail // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.AutoScroll = true; this.AutoScrollMinSize = new System.Drawing.Size(590, 531); this.ClientSize = new System.Drawing.Size(896, 603); this.Controls.Add(this.errorDetailControl); this.DockAreas = WeifenLuo.WinFormsUI.Docking.DockAreas.Document; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ErrorDetail"; this.ShowHint = WeifenLuo.WinFormsUI.Docking.DockState.Document; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.TabText = "Error Details"; this.Text = "Error Details"; this.FormClosing += new FormClosingEventHandler(ErrorDetail_FormClosing); this.Load += new System.EventHandler(this.ErrorDetail_Load); this.ResumeLayout(false); }