代码拉取完成,页面将自动刷新
同步操作将从 Sunday/JsonCSharpClassGenerator 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
namespace Xamasoft.JsonClassGenerator.UI
{
partial class frmAbout
{
/// <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(frmAbout));
this.btnOK = new System.Windows.Forms.Button();
this.linkLabel1 = new Xamasoft.Controls.BetterLinkLabel();
this.lblVersion = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnSendFeedback = new System.Windows.Forms.Button();
this.btnCheckUpdates = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.githubLink = new Xamasoft.Controls.BetterLinkLabel();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// btnOK
//
this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnOK.Location = new System.Drawing.Point(358, 181);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 3;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(23, 124);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(229, 13);
this.linkLabel1.TabIndex = 0;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "http://www.xamasoft.com/json-class-generator";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// lblVersion
//
this.lblVersion.AutoSize = true;
this.lblVersion.Location = new System.Drawing.Point(23, 75);
this.lblVersion.Name = "lblVersion";
this.lblVersion.Size = new System.Drawing.Size(198, 13);
this.lblVersion.TabIndex = 3;
this.lblVersion.Text = "Version {0} - free for non-commercial use";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(23, 98);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(164, 13);
this.label1.TabIndex = 4;
this.label1.Text = "Copyright © 2010-2013 Xamasoft";
//
// btnSendFeedback
//
this.btnSendFeedback.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSendFeedback.Location = new System.Drawing.Point(257, 181);
this.btnSendFeedback.Name = "btnSendFeedback";
this.btnSendFeedback.Size = new System.Drawing.Size(95, 23);
this.btnSendFeedback.TabIndex = 2;
this.btnSendFeedback.Text = "Send feedback";
this.btnSendFeedback.UseVisualStyleBackColor = true;
this.btnSendFeedback.Click += new System.EventHandler(this.btnSendFeedback_Click);
//
// btnCheckUpdates
//
this.btnCheckUpdates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCheckUpdates.Location = new System.Drawing.Point(26, 181);
this.btnCheckUpdates.Name = "btnCheckUpdates";
this.btnCheckUpdates.Size = new System.Drawing.Size(119, 23);
this.btnCheckUpdates.TabIndex = 1;
this.btnCheckUpdates.Text = "Check for updates";
this.btnCheckUpdates.UseVisualStyleBackColor = true;
this.btnCheckUpdates.Click += new System.EventHandler(this.btnCheckUpdates_Click);
//
// pictureBox1
//
this.pictureBox1.Image = global::Xamasoft.JsonClassGenerator.UI.Properties.Resources.logo;
this.pictureBox1.Location = new System.Drawing.Point(-1, -1);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(806, 63);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// githubLink
//
this.githubLink.AutoSize = true;
this.githubLink.Location = new System.Drawing.Point(23, 146);
this.githubLink.Name = "githubLink";
this.githubLink.Size = new System.Drawing.Size(363, 13);
this.githubLink.TabIndex = 5;
this.githubLink.TabStop = true;
this.githubLink.Text = "https://github.com/JsonCSharpClassGenerator/JsonCSharpClassGenerator";
this.githubLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.githubLink_LinkClicked);
//
// frmAbout
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.CancelButton = this.btnOK;
this.ClientSize = new System.Drawing.Size(445, 216);
this.Controls.Add(this.githubLink);
this.Controls.Add(this.btnCheckUpdates);
this.Controls.Add(this.btnSendFeedback);
this.Controls.Add(this.label1);
this.Controls.Add(this.lblVersion);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.btnOK);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "frmAbout";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "About Xamasoft JSON Class Generator";
this.Load += new System.EventHandler(this.frmAbout_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.PictureBox pictureBox1;
private Xamasoft.Controls.BetterLinkLabel linkLabel1;
private System.Windows.Forms.Label lblVersion;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnSendFeedback;
private System.Windows.Forms.Button btnCheckUpdates;
private Controls.BetterLinkLabel githubLink;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。