|
|
namespace SelfHelpClient
|
|
|
{
|
|
|
partial class DialogForm
|
|
|
{
|
|
|
/// <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()
|
|
|
{
|
|
|
this.msgLbl = new WinFormControl.ULabel();
|
|
|
this.backPanel = new System.Windows.Forms.Panel();
|
|
|
this.okBtn = new System.Windows.Forms.Label();
|
|
|
this.backPanel.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// msgLbl
|
|
|
//
|
|
|
this.msgLbl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.msgLbl.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.msgLbl.Font = new System.Drawing.Font("宋体", 18F);
|
|
|
this.msgLbl.ForeColor = System.Drawing.Color.Red;
|
|
|
this.msgLbl.Location = new System.Drawing.Point(64, 43);
|
|
|
this.msgLbl.Name = "msgLbl";
|
|
|
this.msgLbl.Size = new System.Drawing.Size(286, 97);
|
|
|
this.msgLbl.TabIndex = 0;
|
|
|
this.msgLbl.Text = "uLabel1";
|
|
|
this.msgLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
//
|
|
|
// backPanel
|
|
|
//
|
|
|
this.backPanel.BackgroundImage = global::SelfHelpClient.Properties.Resources.fanhui;
|
|
|
this.backPanel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
this.backPanel.Controls.Add(this.okBtn);
|
|
|
this.backPanel.Location = new System.Drawing.Point(129, 170);
|
|
|
this.backPanel.Name = "backPanel";
|
|
|
this.backPanel.Size = new System.Drawing.Size(158, 63);
|
|
|
this.backPanel.TabIndex = 2;
|
|
|
//
|
|
|
// okBtn
|
|
|
//
|
|
|
this.okBtn.BackColor = System.Drawing.Color.Transparent;
|
|
|
this.okBtn.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.okBtn.Font = new System.Drawing.Font("黑体", 18F, System.Drawing.FontStyle.Bold);
|
|
|
this.okBtn.ForeColor = System.Drawing.Color.White;
|
|
|
this.okBtn.Location = new System.Drawing.Point(0, 0);
|
|
|
this.okBtn.Name = "okBtn";
|
|
|
this.okBtn.Size = new System.Drawing.Size(158, 63);
|
|
|
this.okBtn.TabIndex = 0;
|
|
|
this.okBtn.Text = "返回";
|
|
|
this.okBtn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
this.okBtn.Click += new System.EventHandler(this.okBtn_Click);
|
|
|
//
|
|
|
// DialogForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(417, 251);
|
|
|
this.Controls.Add(this.backPanel);
|
|
|
this.Controls.Add(this.msgLbl);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
this.Name = "DialogForm";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.Text = "DialogForm";
|
|
|
this.backPanel.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private WinFormControl.ULabel msgLbl;
|
|
|
private System.Windows.Forms.Panel backPanel;
|
|
|
private System.Windows.Forms.Label okBtn;
|
|
|
}
|
|
|
}
|