namespace Maestro.Base { partial class ValidationResultsDialog { /// /// 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(ValidationResultsDialog)); this.panel1 = new System.Windows.Forms.Panel(); this.SaveReportBtn = new System.Windows.Forms.Button(); this.CancelBtn = new System.Windows.Forms.Button(); this.lstIssues = new System.Windows.Forms.ListView(); this.columnHeader1 = new System.Windows.Forms.ColumnHeader(); this.columnHeader2 = new System.Windows.Forms.ColumnHeader(); this.columnHeader3 = new System.Windows.Forms.ColumnHeader(); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.btnOpen = new System.Windows.Forms.Button(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.btnOpen); 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); // // lstIssues // this.lstIssues.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3}); resources.ApplyResources(this.lstIssues, "lstIssues"); this.lstIssues.GridLines = true; this.lstIssues.MultiSelect = false; this.lstIssues.Name = "lstIssues"; this.lstIssues.SmallImageList = this.imageList1; this.lstIssues.UseCompatibleStateImageBehavior = false; this.lstIssues.View = System.Windows.Forms.View.Details; this.lstIssues.SelectedIndexChanged += new System.EventHandler(this.lstIssues_SelectedIndexChanged); // // columnHeader1 // resources.ApplyResources(this.columnHeader1, "columnHeader1"); // // columnHeader2 // resources.ApplyResources(this.columnHeader2, "columnHeader2"); // // columnHeader3 // resources.ApplyResources(this.columnHeader3, "columnHeader3"); // // 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"); // // saveFileDialog // this.saveFileDialog.DefaultExt = "txt"; resources.ApplyResources(this.saveFileDialog, "saveFileDialog"); // // btnOpen // resources.ApplyResources(this.btnOpen, "btnOpen"); this.btnOpen.Name = "btnOpen"; this.btnOpen.UseVisualStyleBackColor = true; this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click); // // ValidationResultsDialog // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.CancelButton = this.CancelBtn; resources.ApplyResources(this, "$this"); this.Controls.Add(this.lstIssues); this.Controls.Add(this.panel1); this.Name = "ValidationResultsDialog"; this.ShowIcon = false; 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 lstIssues; 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 saveFileDialog; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.Button btnOpen; } }