namespace OSGeo.MapGuide.Maestro { partial class ValidationResults { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ValidationResults)); this.panel1 = new System.Windows.Forms.Panel(); this.SaveReportBtn = new System.Windows.Forms.Button(); this.CancelBtn = new System.Windows.Forms.Button(); this.listView1 = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.SaveReportBtn); this.panel1.Controls.Add(this.CancelBtn); resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; // // SaveReportBtn // resources.ApplyResources(this.SaveReportBtn, "SaveReportBtn"); this.SaveReportBtn.Name = "SaveReportBtn"; this.SaveReportBtn.UseVisualStyleBackColor = true; this.SaveReportBtn.Click += new System.EventHandler(this.SaveReportBtn_Click); // // CancelBtn // resources.ApplyResources(this.CancelBtn, "CancelBtn"); this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.CancelBtn.Name = "CancelBtn"; this.CancelBtn.UseVisualStyleBackColor = true; this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click); // // listView1 // this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2}); resources.ApplyResources(this.listView1, "listView1"); this.listView1.GridLines = true; this.listView1.Name = "listView1"; this.listView1.SmallImageList = this.imageList1; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; // // columnHeader1 // resources.ApplyResources(this.columnHeader1, "columnHeader1"); // // columnHeader2 // resources.ApplyResources(this.columnHeader2, "columnHeader2"); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "Information.ico"); this.imageList1.Images.SetKeyName(1, "Warning.ico"); this.imageList1.Images.SetKeyName(2, "Error.ico"); // // saveFileDialog1 // this.saveFileDialog1.DefaultExt = "txt"; resources.ApplyResources(this.saveFileDialog1, "saveFileDialog1"); // // ValidationResults // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.CancelBtn; this.Controls.Add(this.listView1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow; this.Name = "ValidationResults"; this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button CancelBtn; private System.Windows.Forms.ListView listView1; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.Button SaveReportBtn; private System.Windows.Forms.SaveFileDialog saveFileDialog1; } }