代码拉取完成,页面将自动刷新
namespace WorldGIS
{
partial class FrmMessageShow
{
/// <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.textBoxErrorMessage = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// textBoxErrorMessage
//
this.textBoxErrorMessage.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBoxErrorMessage.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBoxErrorMessage.Location = new System.Drawing.Point(0, 0);
this.textBoxErrorMessage.Multiline = true;
this.textBoxErrorMessage.Name = "textBoxErrorMessage";
this.textBoxErrorMessage.ReadOnly = true;
this.textBoxErrorMessage.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBoxErrorMessage.Size = new System.Drawing.Size(409, 262);
this.textBoxErrorMessage.TabIndex = 0;
//
// FrmErrorMessageShow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(409, 262);
this.Controls.Add(this.textBoxErrorMessage);
this.Name = "FrmErrorMessageShow";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "提示信息";
this.Load += new System.EventHandler(this.FrmErrorMessageShow_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBoxErrorMessage;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。