namespace Lskj.PictureComp { partial class ErrorForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// 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; } }