Files
lserp_cs_6.0/插件库/Lskj.PictureComp/ErrorForm.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

84 lines
3.5 KiB
C#

namespace Lskj.PictureComp
{
partial class ErrorForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.errorLable = new System.Windows.Forms.Label();
this.buttonError = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// errorLable
//
this.errorLable.AutoSize = true;
this.errorLable.Font = new System.Drawing.Font("宋体", 22.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.errorLable.Location = new System.Drawing.Point(35, 216);
this.errorLable.Name = "errorLable";
this.errorLable.Size = new System.Drawing.Size(131, 38);
this.errorLable.TabIndex = 0;
this.errorLable.Text = "label1";
this.errorLable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// buttonError
//
this.buttonError.BackColor = System.Drawing.Color.Transparent;
this.buttonError.BackgroundImage = global::Lskj.PictureComp.Properties.Resources.RightImg;
this.buttonError.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.buttonError.Enabled = false;
this.buttonError.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.buttonError.FlatAppearance.BorderSize = 0;
this.buttonError.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
this.buttonError.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
this.buttonError.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.buttonError.Location = new System.Drawing.Point(-8, 3);
this.buttonError.Name = "buttonError";
this.buttonError.Size = new System.Drawing.Size(220, 210);
this.buttonError.TabIndex = 1;
this.buttonError.UseVisualStyleBackColor = false;
//
// ErrorForm
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.buttonError);
this.Controls.Add(this.errorLable);
this.ForeColor = System.Drawing.SystemColors.ControlText;
this.Name = "ErrorForm";
this.Size = new System.Drawing.Size(203, 260);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.Label errorLable;
public System.Windows.Forms.Button buttonError;
}
}