namespace CodeImp.DoomBuilder.UDBScript { partial class UDBScriptErrorForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tbStackTrace = new System.Windows.Forms.TextBox(); this.btnOK = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // tbStackTrace // this.tbStackTrace.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.tbStackTrace.Location = new System.Drawing.Point(6, 37); this.tbStackTrace.Multiline = true; this.tbStackTrace.Name = "tbStackTrace"; this.tbStackTrace.ReadOnly = true; this.tbStackTrace.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.tbStackTrace.Size = new System.Drawing.Size(516, 183); this.tbStackTrace.TabIndex = 0; // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnOK.Location = new System.Drawing.Point(447, 226); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 1; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(221, 13); this.label1.TabIndex = 2; this.label1.Text = "There was an error while executing the script:"; // // UDBScriptErrorForm // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnOK; this.ClientSize = new System.Drawing.Size(534, 261); this.Controls.Add(this.label1); this.Controls.Add(this.btnOK); this.Controls.Add(this.tbStackTrace); this.MaximizeBox = false; this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(550, 300); this.Name = "UDBScriptErrorForm"; this.ShowIcon = false; this.Text = "Scripr Error"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox tbStackTrace; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Label label1; } }