namespace Inet.Viewer.WinForms.Prompt
{
partial class ValidationFailureDialog
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ValidationFailureDialog));
this.label1 = new System.Windows.Forms.Label();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.btnDiscard = new System.Windows.Forms.Button();
this.btnCorrect = new System.Windows.Forms.Button();
this.flowLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.BackColor = System.Drawing.SystemColors.HighlightText;
this.label1.Name = "label1";
//
// flowLayoutPanel1
//
resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
this.flowLayoutPanel1.Controls.Add(this.btnDiscard);
this.flowLayoutPanel1.Controls.Add(this.btnCorrect);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
//
// btnDiscard
//
resources.ApplyResources(this.btnDiscard, "btnDiscard");
this.btnDiscard.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnDiscard.Name = "btnDiscard";
this.btnDiscard.UseVisualStyleBackColor = true;
//
// btnCorrect
//
resources.ApplyResources(this.btnCorrect, "btnCorrect");
this.btnCorrect.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnCorrect.Name = "btnCorrect";
this.btnCorrect.UseVisualStyleBackColor = true;
//
// ValidationFailureDialog
//
this.AcceptButton = this.btnCorrect;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnDiscard;
this.ControlBox = false;
this.Controls.Add(this.label1);
this.Controls.Add(this.flowLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ValidationFailureDialog";
this.flowLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.Button btnDiscard;
private System.Windows.Forms.Button btnCorrect;
}
}