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.
85 lines
3.6 KiB
85 lines
3.6 KiB
3 years ago
|
namespace Stone.WinModule.AssembleAdmin
|
||
|
{
|
||
|
partial class frmMessageBox
|
||
|
{
|
||
|
/// <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.btnOK = new System.Windows.Forms.Button();
|
||
|
this.lblState = new System.Windows.Forms.Label();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// btnOK
|
||
|
//
|
||
|
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.btnOK.BackColor = System.Drawing.Color.Green;
|
||
|
this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
this.btnOK.Font = new System.Drawing.Font("微软雅黑", 50F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnOK.Location = new System.Drawing.Point(220, 391);
|
||
|
this.btnOK.Name = "btnOK";
|
||
|
this.btnOK.Size = new System.Drawing.Size(404, 107);
|
||
|
this.btnOK.TabIndex = 0;
|
||
|
this.btnOK.Text = "确定";
|
||
|
this.btnOK.UseVisualStyleBackColor = false;
|
||
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
||
|
//
|
||
|
// lblState
|
||
|
//
|
||
|
this.lblState.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
|
| System.Windows.Forms.AnchorStyles.Left)
|
||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||
|
this.lblState.Font = new System.Drawing.Font("微软雅黑", 50F);
|
||
|
this.lblState.ForeColor = System.Drawing.Color.Red;
|
||
|
this.lblState.Location = new System.Drawing.Point(130, 69);
|
||
|
this.lblState.Name = "lblState";
|
||
|
this.lblState.Size = new System.Drawing.Size(584, 291);
|
||
|
this.lblState.TabIndex = 1;
|
||
|
this.lblState.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// frmMessageBox
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.BackColor = System.Drawing.Color.Black;
|
||
|
this.ClientSize = new System.Drawing.Size(844, 510);
|
||
|
this.Controls.Add(this.lblState);
|
||
|
this.Controls.Add(this.btnOK);
|
||
|
this.ForeColor = System.Drawing.Color.White;
|
||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
this.Name = "frmMessageBox";
|
||
|
this.Text = "提示";
|
||
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.Button btnOK;
|
||
|
public System.Windows.Forms.Label lblState;
|
||
|
}
|
||
|
}
|