namespace WCS
|
{
|
partial class warn
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(warn));
|
this.txtarea = new DevComponents.DotNetBar.Controls.TextBoxX();
|
this.yes = new DevComponents.DotNetBar.ButtonX();
|
this.no = new DevComponents.DotNetBar.ButtonX();
|
this.pb = new System.Windows.Forms.PictureBox();
|
((System.ComponentModel.ISupportInitialize)(this.pb)).BeginInit();
|
this.SuspendLayout();
|
//
|
// txtarea
|
//
|
this.txtarea.BackColor = System.Drawing.Color.White;
|
//
|
//
|
//
|
this.txtarea.Border.Class = "TextBoxBorder";
|
this.txtarea.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
|
this.txtarea.ForeColor = System.Drawing.Color.Black;
|
this.txtarea.Location = new System.Drawing.Point(60, 15);
|
this.txtarea.Multiline = true;
|
this.txtarea.Name = "txtarea";
|
this.txtarea.ReadOnly = true;
|
this.txtarea.Size = new System.Drawing.Size(221, 66);
|
this.txtarea.TabIndex = 3;
|
//
|
// yes
|
//
|
this.yes.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.yes.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.yes.Location = new System.Drawing.Point(68, 91);
|
this.yes.Name = "yes";
|
this.yes.Size = new System.Drawing.Size(65, 25);
|
this.yes.TabIndex = 2;
|
this.yes.Text = "确定";
|
this.yes.Click += new System.EventHandler(this.yes_Click);
|
//
|
// no
|
//
|
this.no.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
|
this.no.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
|
this.no.Location = new System.Drawing.Point(175, 91);
|
this.no.Name = "no";
|
this.no.Size = new System.Drawing.Size(65, 25);
|
this.no.TabIndex = 1;
|
this.no.Text = "取消";
|
this.no.Click += new System.EventHandler(this.no_Click);
|
//
|
// pb
|
//
|
this.pb.BackgroundImage = global::WCS.Properties.Resources.question;
|
this.pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.pb.Location = new System.Drawing.Point(10, 15);
|
this.pb.Name = "pb";
|
this.pb.Size = new System.Drawing.Size(44, 38);
|
this.pb.TabIndex = 0;
|
this.pb.TabStop = false;
|
//
|
// warn
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(286, 122);
|
this.Controls.Add(this.no);
|
this.Controls.Add(this.yes);
|
this.Controls.Add(this.txtarea);
|
this.Controls.Add(this.pb);
|
this.DoubleBuffered = true;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "warn";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "Warn";
|
this.Load += new System.EventHandler(this.warn_Load);
|
((System.ComponentModel.ISupportInitialize)(this.pb)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.PictureBox pb;
|
private DevComponents.DotNetBar.Controls.TextBoxX txtarea;
|
private DevComponents.DotNetBar.ButtonX yes;
|
private DevComponents.DotNetBar.ButtonX no;
|
}
|
}
|