namespace CSFrameworkV5.Library.UIForm
{
partial class MsgEx
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MsgEx));
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.lblMsg = new System.Windows.Forms.Label();
this.picQue = new System.Windows.Forms.PictureBox();
this.pic = new System.Windows.Forms.PictureBox();
this.picInfo = new System.Windows.Forms.PictureBox();
this.picWar = new System.Windows.Forms.PictureBox();
this.picERR = new System.Windows.Forms.PictureBox();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.titleBar.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picQue)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pic)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picInfo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picWar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.picERR)).BeginInit();
this.SuspendLayout();
//
// titleBar
//
this.titleBar.Size = new System.Drawing.Size(500, 44);
//
// btnEXLogo
//
this.btnEXLogo.Location = new System.Drawing.Point(7, 7);
//
// title
//
this.title.Location = new System.Drawing.Point(47, 13);
//
// btnEXClose
//
this.btnEXClose.Location = new System.Drawing.Point(474, 14);
//
// btnEXMax
//
this.btnEXMax.Location = new System.Drawing.Point(448, 14);
this.btnEXMax.Visible = false;
//
// btnEXMin
//
this.btnEXMin.Location = new System.Drawing.Point(422, 14);
this.btnEXMin.Visible = false;
//
// panelControl1
//
this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
this.panelControl1.Appearance.Options.UseBackColor = true;
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Controls.Add(this.lblMsg);
this.panelControl1.Controls.Add(this.picQue);
this.panelControl1.Controls.Add(this.pic);
this.panelControl1.Controls.Add(this.picInfo);
this.panelControl1.Controls.Add(this.picWar);
this.panelControl1.Controls.Add(this.picERR);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 44);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(500, 196);
this.panelControl1.TabIndex = 1;
//
// lblMsg
//
this.lblMsg.Font = new System.Drawing.Font("Microsoft YaHei UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.lblMsg.Location = new System.Drawing.Point(90, 37);
this.lblMsg.Name = "lblMsg";
this.lblMsg.Size = new System.Drawing.Size(378, 98);
this.lblMsg.TabIndex = 11;
this.lblMsg.Text = "CSFramework通用对话框界面UI,支持Information、Waring、Question、Error 四种类型。";
this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// picQue
//
this.picQue.Image = ((System.Drawing.Image)(resources.GetObject("picQue.Image")));
this.picQue.Location = new System.Drawing.Point(150, 155);
this.picQue.Name = "picQue";
this.picQue.Size = new System.Drawing.Size(32, 32);
this.picQue.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.picQue.TabIndex = 10;
this.picQue.TabStop = false;
this.picQue.Visible = false;
//
// pic
//
this.pic.Image = ((System.Drawing.Image)(resources.GetObject("pic.Image")));
this.pic.Location = new System.Drawing.Point(51, 69);
this.pic.Name = "pic";
this.pic.Size = new System.Drawing.Size(32, 32);
this.pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pic.TabIndex = 10;
this.pic.TabStop = false;
//
// picInfo
//
this.picInfo.Image = ((System.Drawing.Image)(resources.GetObject("picInfo.Image")));
this.picInfo.Location = new System.Drawing.Point(112, 155);
this.picInfo.Name = "picInfo";
this.picInfo.Size = new System.Drawing.Size(32, 32);
this.picInfo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.picInfo.TabIndex = 10;
this.picInfo.TabStop = false;
this.picInfo.Visible = false;
//
// picWar
//
this.picWar.Image = ((System.Drawing.Image)(resources.GetObject("picWar.Image")));
this.picWar.Location = new System.Drawing.Point(74, 155);
this.picWar.Name = "picWar";
this.picWar.Size = new System.Drawing.Size(32, 32);
this.picWar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.picWar.TabIndex = 10;
this.picWar.TabStop = false;
this.picWar.Visible = false;
//
// picERR
//
this.picERR.Image = ((System.Drawing.Image)(resources.GetObject("picERR.Image")));
this.picERR.Location = new System.Drawing.Point(36, 155);
this.picERR.Name = "picERR";
this.picERR.Size = new System.Drawing.Size(32, 32);
this.picERR.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.picERR.TabIndex = 10;
this.picERR.TabStop = false;
this.picERR.Visible = false;
//
// btnCancel
//
this.btnCancel.BackColor = System.Drawing.Color.Gray;
this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnCancel.FlatAppearance.BorderSize = 0;
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnCancel.ForeColor = System.Drawing.Color.White;
this.btnCancel.Location = new System.Drawing.Point(262, 252);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(107, 34);
this.btnCancel.TabIndex = 9;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = false;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnOK
//
this.btnOK.BackColor = System.Drawing.Color.SteelBlue;
this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnOK.FlatAppearance.BorderSize = 0;
this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnOK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOK.ForeColor = System.Drawing.Color.White;
this.btnOK.Location = new System.Drawing.Point(134, 252);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(106, 34);
this.btnOK.TabIndex = 8;
this.btnOK.Text = "确定";
this.btnOK.UseVisualStyleBackColor = false;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// MsgEx
//
this.BackColor = System.Drawing.Color.Silver;
this.ClientSize = new System.Drawing.Size(500, 304);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.panelControl1);
this.Name = "MsgEx";
this.Controls.SetChildIndex(this.titleBar, 0);
this.Controls.SetChildIndex(this.panelControl1, 0);
this.Controls.SetChildIndex(this.btnOK, 0);
this.Controls.SetChildIndex(this.btnCancel, 0);
this.titleBar.ResumeLayout(false);
this.titleBar.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.picQue)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pic)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picInfo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picWar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picERR)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private System.Windows.Forms.Label lblMsg;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.PictureBox picQue;
private System.Windows.Forms.PictureBox picInfo;
private System.Windows.Forms.PictureBox picWar;
private System.Windows.Forms.PictureBox picERR;
private System.Windows.Forms.PictureBox pic;
}
}