You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

86 lines
3.2 KiB

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.okBtn = new WinFormControl.NButton();
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;
//
// okBtn
//
this.okBtn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.okBtn.ClickColor = System.Drawing.Color.YellowGreen;
this.okBtn.Font = new System.Drawing.Font("宋体", 18F);
this.okBtn.ForeColor = System.Drawing.Color.White;
this.okBtn.Location = new System.Drawing.Point(124, 156);
this.okBtn.Name = "okBtn";
this.okBtn.PlaySound = false;
this.okBtn.Size = new System.Drawing.Size(158, 63);
this.okBtn.SoundType = WinFormControl.SoundType.Click;
this.okBtn.TabIndex = 1;
this.okBtn.Text = "nButton1";
this.okBtn.ToColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(136)))), ((int)(((byte)(255)))));
this.okBtn.UseVisualStyleBackColor = false;
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.okBtn);
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.ResumeLayout(false);
}
#endregion
private WinFormControl.ULabel msgLbl;
private WinFormControl.NButton okBtn;
}
}