namespace WinFormControl
|
|
{
|
|
partial class UMessageBox
|
|
{
|
|
/// <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(UMessageBox));
|
|
this.uButton1 = new WinFormControl.UButton();
|
|
this.label1 = new WinFormControl.ULabel();
|
|
this.SuspendLayout();
|
|
//
|
|
// uButton1
|
|
//
|
|
this.uButton1.BackColor = System.Drawing.Color.Transparent;
|
|
this.uButton1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("uButton1.BackgroundImage")));
|
|
this.uButton1.FlatAppearance.BorderSize = 0;
|
|
this.uButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.uButton1.Font = new System.Drawing.Font("宋体", 18F);
|
|
this.uButton1.ForeColor = System.Drawing.Color.Black;
|
|
this.uButton1.Location = new System.Drawing.Point(114, 127);
|
|
this.uButton1.Name = "uButton1";
|
|
this.uButton1.Size = new System.Drawing.Size(123, 49);
|
|
this.uButton1.TabIndex = 0;
|
|
this.uButton1.Text = "确 定";
|
|
this.uButton1.UseVisualStyleBackColor = false;
|
|
this.uButton1.Click += new System.EventHandler(this.uButton1_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 15F);
|
|
this.label1.Location = new System.Drawing.Point(28, 29);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(296, 82);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// UMessageBox
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
|
this.ClientSize = new System.Drawing.Size(352, 197);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.uButton1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "UMessageBox";
|
|
this.ShowIcon = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "消息";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UButton uButton1;
|
|
private ULabel label1;
|
|
|
|
}
|
|
}
|