namespace Dongke.WinForm.Controls
{
partial class MessageDetailedBox
{
///
/// 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(MessageDetailedBox));
this.pnlMessage = new Dongke.WinForm.Controls.PnlPanel();
this.picIco = new System.Windows.Forms.PictureBox();
this.lblMessage = new Dongke.WinForm.Controls.LblLabel();
this.pnlButton = new Dongke.WinForm.Controls.PnlPanel();
this.pnlDetail = new Dongke.WinForm.Controls.PnlPanel();
this.button1 = new System.Windows.Forms.Button();
this.txtTextBox1 = new Dongke.WinForm.Controls.TxtTextBox();
this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
this.btnOK = new Dongke.WinForm.Controls.BtnButton();
this.btnYes = new Dongke.WinForm.Controls.BtnButton();
this.btnNo = new Dongke.WinForm.Controls.BtnButton();
this.btnAbort = new Dongke.WinForm.Controls.BtnButton();
this.btnRetry = new Dongke.WinForm.Controls.BtnButton();
this.btnIgnore = new Dongke.WinForm.Controls.BtnButton();
this.pnlBack.SuspendLayout();
this.pnlMessage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picIco)).BeginInit();
this.pnlButton.SuspendLayout();
this.pnlDetail.SuspendLayout();
this.SuspendLayout();
//
// pnlBack
//
this.pnlBack.Controls.Add(this.pnlMessage);
this.pnlBack.Controls.Add(this.pnlDetail);
this.pnlBack.Controls.Add(this.pnlButton);
this.pnlBack.Size = new System.Drawing.Size(533, 297);
//
// pnlMessage
//
this.pnlMessage.Controls.Add(this.picIco);
this.pnlMessage.Controls.Add(this.lblMessage);
this.pnlMessage.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnlMessage.Location = new System.Drawing.Point(0, 0);
this.pnlMessage.Name = "pnlMessage";
this.pnlMessage.Size = new System.Drawing.Size(533, 131);
this.pnlMessage.TabIndex = 7;
//
// picIco
//
this.picIco.Location = new System.Drawing.Point(12, 12);
this.picIco.Name = "picIco";
this.picIco.Size = new System.Drawing.Size(79, 67);
this.picIco.TabIndex = 6;
this.picIco.TabStop = false;
//
// lblMessage
//
this.lblMessage.AutoEllipsis = true;
this.lblMessage.AutoSize = false;
this.lblMessage.Location = new System.Drawing.Point(97, 12);
this.lblMessage.Name = "lblMessage";
this.lblMessage.Size = new System.Drawing.Size(425, 60);
this.lblMessage.TabIndex = 5;
this.lblMessage.Text = resources.GetString("lblMessage.Text");
this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// pnlButton
//
this.pnlButton.Controls.Add(this.btnIgnore);
this.pnlButton.Controls.Add(this.btnRetry);
this.pnlButton.Controls.Add(this.btnAbort);
this.pnlButton.Controls.Add(this.btnNo);
this.pnlButton.Controls.Add(this.btnYes);
this.pnlButton.Controls.Add(this.btnOK);
this.pnlButton.Controls.Add(this.btnCancel);
this.pnlButton.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlButton.Location = new System.Drawing.Point(0, 250);
this.pnlButton.Name = "pnlButton";
this.pnlButton.Size = new System.Drawing.Size(533, 47);
this.pnlButton.TabIndex = 8;
//
// pnlDetail
//
this.pnlDetail.Controls.Add(this.button1);
this.pnlDetail.Controls.Add(this.txtTextBox1);
this.pnlDetail.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlDetail.Location = new System.Drawing.Point(0, 131);
this.pnlDetail.Name = "pnlDetail";
this.pnlDetail.Size = new System.Drawing.Size(533, 119);
this.pnlDetail.TabIndex = 9;
//
// button1
//
this.button1.Location = new System.Drawing.Point(12, 6);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(28, 23);
this.button1.TabIndex = 7;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
//
// txtTextBox1
//
this.txtTextBox1.Location = new System.Drawing.Point(47, 5);
this.txtTextBox1.Multiline = true;
this.txtTextBox1.Name = "txtTextBox1";
this.txtTextBox1.ReadOnly = true;
this.txtTextBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtTextBox1.Size = new System.Drawing.Size(474, 106);
this.txtTextBox1.TabIndex = 6;
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(436, 6);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(85, 30);
this.btnCancel.TabIndex = 0;
this.btnCancel.Text = "取消(&X)";
this.btnCancel.UseVisualStyleBackColor = true;
//
// btnOK
//
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btnOK.Location = new System.Drawing.Point(12, 6);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(85, 30);
this.btnOK.TabIndex = 0;
this.btnOK.Text = "确定(&O)";
this.btnOK.UseVisualStyleBackColor = true;
//
// btnYes
//
this.btnYes.DialogResult = System.Windows.Forms.DialogResult.Yes;
this.btnYes.Location = new System.Drawing.Point(58, 6);
this.btnYes.Name = "btnYes";
this.btnYes.Size = new System.Drawing.Size(85, 30);
this.btnYes.TabIndex = 0;
this.btnYes.Text = "是(&Y)";
this.btnYes.UseVisualStyleBackColor = true;
//
// btnNo
//
this.btnNo.DialogResult = System.Windows.Forms.DialogResult.No;
this.btnNo.Location = new System.Drawing.Point(88, 6);
this.btnNo.Name = "btnNo";
this.btnNo.Size = new System.Drawing.Size(85, 30);
this.btnNo.TabIndex = 0;
this.btnNo.Text = "否(&N)";
this.btnNo.UseVisualStyleBackColor = true;
//
// btnAbort
//
this.btnAbort.DialogResult = System.Windows.Forms.DialogResult.Abort;
this.btnAbort.Location = new System.Drawing.Point(163, 6);
this.btnAbort.Name = "btnAbort";
this.btnAbort.Size = new System.Drawing.Size(85, 30);
this.btnAbort.TabIndex = 0;
this.btnAbort.Text = "中止(&A)";
this.btnAbort.UseVisualStyleBackColor = true;
//
// btnRetry
//
this.btnRetry.DialogResult = System.Windows.Forms.DialogResult.Retry;
this.btnRetry.Location = new System.Drawing.Point(254, 6);
this.btnRetry.Name = "btnRetry";
this.btnRetry.Size = new System.Drawing.Size(85, 30);
this.btnRetry.TabIndex = 0;
this.btnRetry.Text = "重试(&R)";
this.btnRetry.UseVisualStyleBackColor = true;
//
// btnIgnore
//
this.btnIgnore.DialogResult = System.Windows.Forms.DialogResult.Ignore;
this.btnIgnore.Location = new System.Drawing.Point(345, 6);
this.btnIgnore.Name = "btnIgnore";
this.btnIgnore.Size = new System.Drawing.Size(85, 30);
this.btnIgnore.TabIndex = 0;
this.btnIgnore.Text = "忽略(&I)";
this.btnIgnore.UseVisualStyleBackColor = true;
//
// MessageDetailedBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(533, 319);
this.Name = "MessageDetailedBox";
this.Text = "系统消息";
this.pnlBack.ResumeLayout(false);
this.pnlMessage.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picIco)).EndInit();
this.pnlButton.ResumeLayout(false);
this.pnlDetail.ResumeLayout(false);
this.pnlDetail.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private PnlPanel pnlMessage;
private System.Windows.Forms.PictureBox picIco;
private LblLabel lblMessage;
private PnlPanel pnlButton;
private PnlPanel pnlDetail;
private System.Windows.Forms.Button button1;
private TxtTextBox txtTextBox1;
private BtnButton btnOK;
private BtnButton btnCancel;
private BtnButton btnYes;
private BtnButton btnNo;
private BtnButton btnAbort;
private BtnButton btnRetry;
private BtnButton btnIgnore;
}
}