namespace MOKA_Factory_Tools
{
partial class Verify
{
///
/// 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(Verify));
this.BT_OK = new CCWin.SkinControl.SkinButton();
this.LB_MSG = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// BT_OK
//
this.BT_OK.BackColor = System.Drawing.Color.Transparent;
this.BT_OK.BaseColor = System.Drawing.Color.Red;
this.BT_OK.BorderColor = System.Drawing.Color.Red;
this.BT_OK.ControlState = CCWin.SkinClass.ControlState.Normal;
this.BT_OK.DownBack = null;
this.BT_OK.DownBaseColor = System.Drawing.Color.Yellow;
resources.ApplyResources(this.BT_OK, "BT_OK");
this.BT_OK.MouseBack = null;
this.BT_OK.Name = "BT_OK";
this.BT_OK.NormlBack = null;
this.BT_OK.UseVisualStyleBackColor = false;
this.BT_OK.Click += new System.EventHandler(this.BT_OK_Click);
//
// LB_MSG
//
resources.ApplyResources(this.LB_MSG, "LB_MSG");
this.LB_MSG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.LB_MSG.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.LB_MSG.Name = "LB_MSG";
this.LB_MSG.ReadOnly = true;
//
// Verify
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.CanResize = false;
this.CaptionBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.CaptionBackColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
resources.ApplyResources(this, "$this");
this.ControlBox = false;
this.Controls.Add(this.LB_MSG);
this.Controls.Add(this.BT_OK);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Verify";
this.Load += new System.EventHandler(this.Verify_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private CCWin.SkinControl.SkinButton BT_OK;
private System.Windows.Forms.TextBox LB_MSG;
}
}