代码拉取完成,页面将自动刷新
同步操作将从 比智科技/SuperDebuger 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
namespace LeafSoft
{
partial class frmLicense
{
/// <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(frmLicense));
this.lblLicense = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lblLicense
//
this.lblLicense.BackColor = System.Drawing.Color.Green;
this.lblLicense.Dock = System.Windows.Forms.DockStyle.Fill;
this.lblLicense.ForeColor = System.Drawing.Color.White;
this.lblLicense.Location = new System.Drawing.Point(0, 0);
this.lblLicense.Name = "lblLicense";
this.lblLicense.Size = new System.Drawing.Size(816, 222);
this.lblLicense.TabIndex = 0;
this.lblLicense.Text = resources.GetString("lblLicense.Text");
this.lblLicense.Click += new System.EventHandler(this.lblLicense_Click);
//
// frmLicense
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(816, 222);
this.Controls.Add(this.lblLicense);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmLicense";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "License";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label lblLicense;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。