代码拉取完成,页面将自动刷新
同步操作将从 Sunday/JsonCSharpClassGenerator 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
namespace Xamasoft.JsonClassGenerator.UI
{
partial class frmCSharpClassGeneration
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCSharpClassGeneration));
this.btnGenerate = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.lblNamespace = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.radFields = new System.Windows.Forms.RadioButton();
this.label3 = new System.Windows.Forms.Label();
this.radPublic = new System.Windows.Forms.RadioButton();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.radProperties = new System.Windows.Forms.RadioButton();
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
this.radInternal = new System.Windows.Forms.RadioButton();
this.btnBrowse = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.edtSecondaryNamespace = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.radSameNamespace = new System.Windows.Forms.RadioButton();
this.radDifferentNamespace = new System.Windows.Forms.RadioButton();
this.radNestedClasses = new System.Windows.Forms.RadioButton();
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
this.cmbLanguage = new System.Windows.Forms.ComboBox();
this.lblLanguage = new System.Windows.Forms.Label();
this.chkApplyObfuscationAttributes = new System.Windows.Forms.CheckBox();
this.chkExplicitDeserialization = new System.Windows.Forms.CheckBox();
this.chkPascalCase = new System.Windows.Forms.CheckBox();
this.edtMainClass = new System.Windows.Forms.TextBox();
this.edtTargetFolder = new System.Windows.Forms.TextBox();
this.chkNoHelper = new System.Windows.Forms.CheckBox();
this.edtNamespace = new System.Windows.Forms.TextBox();
this.chkSingleFile = new System.Windows.Forms.CheckBox();
this.lblDone = new System.Windows.Forms.Label();
this.lnkOpenFolder = new Xamasoft.Controls.BetterLinkLabel();
this.messageTimer = new System.Windows.Forms.Timer(this.components);
this.btnPasteAndGo = new System.Windows.Forms.Button();
this.lblDoneClipboard = new System.Windows.Forms.Label();
this.chkDocumentationExamples = new System.Windows.Forms.CheckBox();
this.chkSortMembers = new System.Windows.Forms.CheckBox();
this.MainMenu = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.loadJsonFileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveJsonFileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveJsonAsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.closeJsonFileMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.closeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.jsonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.pasteGoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.generateMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.validateMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.openDlg = new System.Windows.Forms.OpenFileDialog();
this.saveDlg = new System.Windows.Forms.SaveFileDialog();
this.edtJson = new EasyScintilla.SimpleEditor();
this.lblPosition = new System.Windows.Forms.Label();
this.chkDeduplicate = new System.Windows.Forms.CheckBox();
this.feedbackLabel = new System.Windows.Forms.Label();
this.btnCompact = new System.Windows.Forms.Button();
this.btnBeautify = new System.Windows.Forms.Button();
this.flowLayoutPanel1.SuspendLayout();
this.flowLayoutPanel2.SuspendLayout();
this.flowLayoutPanel3.SuspendLayout();
this.MainMenu.SuspendLayout();
this.SuspendLayout();
//
// btnGenerate
//
this.btnGenerate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnGenerate.Location = new System.Drawing.Point(658, 593);
this.btnGenerate.Name = "btnGenerate";
this.btnGenerate.Size = new System.Drawing.Size(96, 23);
this.btnGenerate.TabIndex = 17;
this.btnGenerate.Text = "&Generate";
this.btnGenerate.UseVisualStyleBackColor = true;
this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 260);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(199, 13);
this.label1.TabIndex = 6;
this.label1.Text = "Generate C# classes from sample JSON:";
//
// lblNamespace
//
this.lblNamespace.AutoSize = true;
this.lblNamespace.Location = new System.Drawing.Point(12, 30);
this.lblNamespace.Name = "lblNamespace";
this.lblNamespace.Size = new System.Drawing.Size(67, 13);
this.lblNamespace.TabIndex = 4;
this.lblNamespace.Text = "Namespace:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(346, 30);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(106, 13);
this.label2.TabIndex = 12;
this.label2.Text = "Members generation:";
//
// radFields
//
this.radFields.AutoSize = true;
this.radFields.Location = new System.Drawing.Point(81, 3);
this.radFields.Name = "radFields";
this.radFields.Size = new System.Drawing.Size(52, 17);
this.radFields.TabIndex = 1;
this.radFields.Text = "Fields";
this.radFields.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(346, 55);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(46, 13);
this.label3.TabIndex = 15;
this.label3.Text = "Visibility:";
//
// radPublic
//
this.radPublic.AutoSize = true;
this.radPublic.Location = new System.Drawing.Point(69, 3);
this.radPublic.Name = "radPublic";
this.radPublic.Size = new System.Drawing.Size(54, 17);
this.radPublic.TabIndex = 1;
this.radPublic.Text = "Public";
this.radPublic.UseVisualStyleBackColor = true;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.AutoSize = true;
this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.flowLayoutPanel1.Controls.Add(this.radProperties);
this.flowLayoutPanel1.Controls.Add(this.radFields);
this.flowLayoutPanel1.Location = new System.Drawing.Point(458, 24);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(136, 23);
this.flowLayoutPanel1.TabIndex = 7;
//
// radProperties
//
this.radProperties.AutoSize = true;
this.radProperties.Checked = true;
this.radProperties.Location = new System.Drawing.Point(3, 3);
this.radProperties.Name = "radProperties";
this.radProperties.Size = new System.Drawing.Size(72, 17);
this.radProperties.TabIndex = 0;
this.radProperties.TabStop = true;
this.radProperties.Text = "Properties";
this.radProperties.UseVisualStyleBackColor = true;
//
// flowLayoutPanel2
//
this.flowLayoutPanel2.AutoSize = true;
this.flowLayoutPanel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.flowLayoutPanel2.Controls.Add(this.radInternal);
this.flowLayoutPanel2.Controls.Add(this.radPublic);
this.flowLayoutPanel2.Location = new System.Drawing.Point(458, 50);
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
this.flowLayoutPanel2.Size = new System.Drawing.Size(126, 23);
this.flowLayoutPanel2.TabIndex = 8;
//
// radInternal
//
this.radInternal.AutoSize = true;
this.radInternal.Checked = true;
this.radInternal.Location = new System.Drawing.Point(3, 3);
this.radInternal.Name = "radInternal";
this.radInternal.Size = new System.Drawing.Size(60, 17);
this.radInternal.TabIndex = 0;
this.radInternal.TabStop = true;
this.radInternal.Text = "Internal";
this.radInternal.UseVisualStyleBackColor = true;
//
// btnBrowse
//
this.btnBrowse.Location = new System.Drawing.Point(276, 80);
this.btnBrowse.Name = "btnBrowse";
this.btnBrowse.Size = new System.Drawing.Size(24, 23);
this.btnBrowse.TabIndex = 3;
this.btnBrowse.Text = "...";
this.btnBrowse.UseVisualStyleBackColor = true;
this.btnBrowse.Click += new System.EventHandler(this.btnBrowse_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 85);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(70, 13);
this.label4.TabIndex = 23;
this.label4.Text = "Target folder:";
//
// edtSecondaryNamespace
//
this.edtSecondaryNamespace.Location = new System.Drawing.Point(30, 72);
this.edtSecondaryNamespace.Margin = new System.Windows.Forms.Padding(30, 3, 3, 3);
this.edtSecondaryNamespace.Name = "edtSecondaryNamespace";
this.edtSecondaryNamespace.Size = new System.Drawing.Size(219, 20);
this.edtSecondaryNamespace.TabIndex = 3;
this.edtSecondaryNamespace.Text = "Example.JsonTypes";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 57);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(89, 13);
this.label5.TabIndex = 25;
this.label5.Text = "Main class name:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(12, 135);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(99, 13);
this.label6.TabIndex = 30;
this.label6.Text = "Secondary classes:";
//
// radSameNamespace
//
this.radSameNamespace.AutoSize = true;
this.radSameNamespace.Location = new System.Drawing.Point(3, 26);
this.radSameNamespace.Name = "radSameNamespace";
this.radSameNamespace.Size = new System.Drawing.Size(148, 17);
this.radSameNamespace.TabIndex = 1;
this.radSameNamespace.TabStop = true;
this.radSameNamespace.Text = "Use the same namespace";
this.radSameNamespace.UseVisualStyleBackColor = true;
this.radSameNamespace.CheckedChanged += new System.EventHandler(this.radSameNamespace_CheckedChanged);
//
// radDifferentNamespace
//
this.radDifferentNamespace.AutoSize = true;
this.radDifferentNamespace.Location = new System.Drawing.Point(3, 49);
this.radDifferentNamespace.Name = "radDifferentNamespace";
this.radDifferentNamespace.Size = new System.Drawing.Size(152, 17);
this.radDifferentNamespace.TabIndex = 2;
this.radDifferentNamespace.TabStop = true;
this.radDifferentNamespace.Text = "Use a different namespace";
this.radDifferentNamespace.UseVisualStyleBackColor = true;
this.radDifferentNamespace.CheckedChanged += new System.EventHandler(this.radDifferentNamespace_CheckedChanged);
//
// radNestedClasses
//
this.radNestedClasses.AutoSize = true;
this.radNestedClasses.Location = new System.Drawing.Point(3, 3);
this.radNestedClasses.Name = "radNestedClasses";
this.radNestedClasses.Size = new System.Drawing.Size(117, 17);
this.radNestedClasses.TabIndex = 0;
this.radNestedClasses.TabStop = true;
this.radNestedClasses.Text = "Use nested classes";
this.radNestedClasses.UseVisualStyleBackColor = true;
this.radNestedClasses.CheckedChanged += new System.EventHandler(this.radNestedClasses_CheckedChanged);
//
// flowLayoutPanel3
//
this.flowLayoutPanel3.Controls.Add(this.radNestedClasses);
this.flowLayoutPanel3.Controls.Add(this.radSameNamespace);
this.flowLayoutPanel3.Controls.Add(this.radDifferentNamespace);
this.flowLayoutPanel3.Controls.Add(this.edtSecondaryNamespace);
this.flowLayoutPanel3.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flowLayoutPanel3.Location = new System.Drawing.Point(33, 151);
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
this.flowLayoutPanel3.Size = new System.Drawing.Size(267, 100);
this.flowLayoutPanel3.TabIndex = 5;
this.flowLayoutPanel3.WrapContents = false;
//
// cmbLanguage
//
this.cmbLanguage.DisplayMember = "DisplayName";
this.cmbLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbLanguage.FormattingEnabled = true;
this.cmbLanguage.Location = new System.Drawing.Point(115, 107);
this.cmbLanguage.Name = "cmbLanguage";
this.cmbLanguage.Size = new System.Drawing.Size(185, 21);
this.cmbLanguage.TabIndex = 4;
this.cmbLanguage.SelectedIndexChanged += new System.EventHandler(this.cmbLanguage_SelectedIndexChanged);
//
// lblLanguage
//
this.lblLanguage.AutoSize = true;
this.lblLanguage.Location = new System.Drawing.Point(12, 110);
this.lblLanguage.Name = "lblLanguage";
this.lblLanguage.Size = new System.Drawing.Size(58, 13);
this.lblLanguage.TabIndex = 37;
this.lblLanguage.Text = "Language:";
//
// chkApplyObfuscationAttributes
//
this.chkApplyObfuscationAttributes.AutoSize = true;
this.chkApplyObfuscationAttributes.Checked = global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default.ApplyObfuscationAttributes;
this.chkApplyObfuscationAttributes.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default, "ApplyObfuscationAttributes", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.chkApplyObfuscationAttributes.Location = new System.Drawing.Point(349, 153);
this.chkApplyObfuscationAttributes.Name = "chkApplyObfuscationAttributes";
this.chkApplyObfuscationAttributes.Size = new System.Drawing.Size(203, 17);
this.chkApplyObfuscationAttributes.TabIndex = 12;
this.chkApplyObfuscationAttributes.Text = "Apply obfuscation exclusion attributes";
this.chkApplyObfuscationAttributes.UseVisualStyleBackColor = true;
//
// chkExplicitDeserialization
//
this.chkExplicitDeserialization.AutoSize = true;
this.chkExplicitDeserialization.Checked = global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default.UseExplicitDeserialization;
this.chkExplicitDeserialization.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default, "UseExplicitDeserialization", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.chkExplicitDeserialization.Location = new System.Drawing.Point(349, 107);
this.chkExplicitDeserialization.Name = "chkExplicitDeserialization";
this.chkExplicitDeserialization.Size = new System.Drawing.Size(198, 17);
this.chkExplicitDeserialization.TabIndex = 10;
this.chkExplicitDeserialization.Text = "Use explicit deserialization (obsolete)";
this.chkExplicitDeserialization.UseVisualStyleBackColor = true;
this.chkExplicitDeserialization.CheckedChanged += new System.EventHandler(this.chkExplicitDeserialization_CheckedChanged);
//
// chkPascalCase
//
this.chkPascalCase.AutoSize = true;
this.chkPascalCase.Checked = global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default.UsePascalCase;
this.chkPascalCase.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkPascalCase.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default, "UsePascalCase", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.chkPascalCase.Location = new System.Drawing.Point(349, 84);
this.chkPascalCase.Name = "chkPascalCase";
this.chkPascalCase.Size = new System.Drawing.Size(134, 17);
this.chkPascalCase.TabIndex = 9;
this.chkPascalCase.Text = "Convert to PascalCase";
this.chkPascalCase.UseVisualStyleBackColor = true;
//
// edtMainClass
//
this.edtMainClass.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default, "MainClassName", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.edtMainClass.Location = new System.Drawing.Point(115, 54);
this.edtMainClass.Name = "edtMainClass";
this.edtMainClass.Size = new System.Drawing.Size(185, 20);
this.edtMainClass.TabIndex = 1;
this.edtMainClass.Text = global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default.MainClassName;
this.edtMainClass.TextChanged += new System.EventHandler(this.edtMainClass_TextChanged);
//
// edtTargetFolder
//
this.edtTargetFolder.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.edtTargetFolder.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
this.edtTargetFolder.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default, "TargetFolder", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.edtTargetFolder.Location = new System.Drawing.Point(115, 82);
this.edtTargetFolder.Name = "edtTargetFolder";
this.edtTargetFolder.Size = new System.Drawing.Size(155, 20);
this.edtTargetFolder.TabIndex = 2;
this.edtTargetFolder.Text = global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default.TargetFolder;
//
// chkNoHelper
//
this.chkNoHelper.AutoSize = true;
this.chkNoHelper.Checked = global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default.NoHelper;
this.chkNoHelper.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default, "NoHelper", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.chkNoHelper.Location = new System.Drawing.Point(366, 130);
this.chkNoHelper.Name = "chkNoHelper";
this.chkNoHelper.Size = new System.Drawing.Size(162, 17);
this.chkNoHelper.TabIndex = 11;
this.chkNoHelper.Text = "Do not generate helper class";
this.chkNoHelper.UseVisualStyleBackColor = true;
//
// edtNamespace
//
this.edtNamespace.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default, "Namespace", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.edtNamespace.Location = new System.Drawing.Point(115, 27);
this.edtNamespace.Name = "edtNamespace";
this.edtNamespace.Size = new System.Drawing.Size(185, 20);
this.edtNamespace.TabIndex = 0;
this.edtNamespace.Text = global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default.Namespace;
this.edtNamespace.TextChanged += new System.EventHandler(this.edtNamespace_TextChanged);
//
// chkSingleFile
//
this.chkSingleFile.AutoSize = true;
this.chkSingleFile.Location = new System.Drawing.Point(349, 177);
this.chkSingleFile.Name = "chkSingleFile";
this.chkSingleFile.Size = new System.Drawing.Size(125, 17);
this.chkSingleFile.TabIndex = 13;
this.chkSingleFile.Text = "Generate a single file";
this.chkSingleFile.UseVisualStyleBackColor = true;
//
// lblDone
//
this.lblDone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lblDone.AutoSize = true;
this.lblDone.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblDone.ForeColor = System.Drawing.Color.Green;
this.lblDone.Location = new System.Drawing.Point(435, 598);
this.lblDone.Name = "lblDone";
this.lblDone.Size = new System.Drawing.Size(39, 13);
this.lblDone.TabIndex = 38;
this.lblDone.Text = "Done!";
this.lblDone.Visible = false;
//
// lnkOpenFolder
//
this.lnkOpenFolder.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lnkOpenFolder.AutoSize = true;
this.lnkOpenFolder.Location = new System.Drawing.Point(480, 598);
this.lnkOpenFolder.Name = "lnkOpenFolder";
this.lnkOpenFolder.Size = new System.Drawing.Size(62, 13);
this.lnkOpenFolder.TabIndex = 39;
this.lnkOpenFolder.TabStop = true;
this.lnkOpenFolder.Text = "Open folder";
this.lnkOpenFolder.Visible = false;
this.lnkOpenFolder.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkOpenFolder_LinkClicked);
//
// messageTimer
//
this.messageTimer.Interval = 7000;
this.messageTimer.Tick += new System.EventHandler(this.messageTimer_Tick);
//
// btnPasteAndGo
//
this.btnPasteAndGo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnPasteAndGo.Location = new System.Drawing.Point(556, 593);
this.btnPasteAndGo.Name = "btnPasteAndGo";
this.btnPasteAndGo.Size = new System.Drawing.Size(96, 23);
this.btnPasteAndGo.TabIndex = 16;
this.btnPasteAndGo.Text = "Paste && go (F9)";
this.btnPasteAndGo.UseVisualStyleBackColor = true;
this.btnPasteAndGo.Click += new System.EventHandler(this.btnPasteAndGo_Click);
//
// lblDoneClipboard
//
this.lblDoneClipboard.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.lblDoneClipboard.AutoSize = true;
this.lblDoneClipboard.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblDoneClipboard.ForeColor = System.Drawing.Color.Green;
this.lblDoneClipboard.Location = new System.Drawing.Point(359, 598);
this.lblDoneClipboard.Name = "lblDoneClipboard";
this.lblDoneClipboard.Size = new System.Drawing.Size(183, 13);
this.lblDoneClipboard.TabIndex = 38;
this.lblDoneClipboard.Text = "Done! Classes copied to clipboard";
this.lblDoneClipboard.Visible = false;
//
// chkDocumentationExamples
//
this.chkDocumentationExamples.AutoSize = true;
this.chkDocumentationExamples.Location = new System.Drawing.Point(349, 200);
this.chkDocumentationExamples.Name = "chkDocumentationExamples";
this.chkDocumentationExamples.Size = new System.Drawing.Size(236, 17);
this.chkDocumentationExamples.TabIndex = 40;
this.chkDocumentationExamples.Text = "Generate documentation with data examples";
this.chkDocumentationExamples.UseVisualStyleBackColor = true;
//
// chkSortMembers
//
this.chkSortMembers.AutoSize = true;
this.chkSortMembers.Checked = global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default.SortMemberFields;
this.chkSortMembers.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkSortMembers.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default, "SortMemberFields", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.chkSortMembers.Location = new System.Drawing.Point(621, 85);
this.chkSortMembers.Name = "chkSortMembers";
this.chkSortMembers.Size = new System.Drawing.Size(112, 17);
this.chkSortMembers.TabIndex = 41;
this.chkSortMembers.Text = "Sort member fields";
this.chkSortMembers.UseVisualStyleBackColor = true;
//
// MainMenu
//
this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.jsonToolStripMenuItem,
this.helpToolStripMenuItem});
this.MainMenu.Location = new System.Drawing.Point(0, 0);
this.MainMenu.Name = "MainMenu";
this.MainMenu.Size = new System.Drawing.Size(766, 24);
this.MainMenu.TabIndex = 42;
this.MainMenu.Text = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.loadJsonFileMenuItem,
this.saveJsonFileMenuItem,
this.saveJsonAsMenuItem,
this.closeJsonFileMenuItem,
this.toolStripSeparator1,
this.closeMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
this.fileToolStripMenuItem.Text = "&File";
//
// loadJsonFileMenuItem
//
this.loadJsonFileMenuItem.Name = "loadJsonFileMenuItem";
this.loadJsonFileMenuItem.Size = new System.Drawing.Size(185, 22);
this.loadJsonFileMenuItem.Text = "&Load Json File";
this.loadJsonFileMenuItem.Click += new System.EventHandler(this.btnLoadJsonFile_Clicked);
//
// saveJsonFileMenuItem
//
this.saveJsonFileMenuItem.Name = "saveJsonFileMenuItem";
this.saveJsonFileMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
this.saveJsonFileMenuItem.Size = new System.Drawing.Size(185, 22);
this.saveJsonFileMenuItem.Text = "&Save Json File";
this.saveJsonFileMenuItem.Click += new System.EventHandler(this.btnSaveJsonFile_Clicked);
//
// saveJsonAsMenuItem
//
this.saveJsonAsMenuItem.Name = "saveJsonAsMenuItem";
this.saveJsonAsMenuItem.Size = new System.Drawing.Size(185, 22);
this.saveJsonAsMenuItem.Text = "Save Json &As";
this.saveJsonAsMenuItem.Click += new System.EventHandler(this.SaveJsonFileAs_Clicked);
//
// closeJsonFileMenuItem
//
this.closeJsonFileMenuItem.Name = "closeJsonFileMenuItem";
this.closeJsonFileMenuItem.Size = new System.Drawing.Size(185, 22);
this.closeJsonFileMenuItem.Text = "&Close Json File";
this.closeJsonFileMenuItem.Click += new System.EventHandler(this.btnCloseJsonFile_Clicked);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(182, 6);
//
// closeMenuItem
//
this.closeMenuItem.Name = "closeMenuItem";
this.closeMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
this.closeMenuItem.Size = new System.Drawing.Size(185, 22);
this.closeMenuItem.Text = "E&xit";
this.closeMenuItem.Click += new System.EventHandler(this.btnClose_Click);
//
// jsonToolStripMenuItem
//
this.jsonToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.pasteGoMenuItem,
this.generateMenuItem,
this.toolStripSeparator2,
this.validateMenuItem});
this.jsonToolStripMenuItem.Name = "jsonToolStripMenuItem";
this.jsonToolStripMenuItem.Size = new System.Drawing.Size(42, 20);
this.jsonToolStripMenuItem.Text = "&Json";
//
// pasteGoMenuItem
//
this.pasteGoMenuItem.Name = "pasteGoMenuItem";
this.pasteGoMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F9;
this.pasteGoMenuItem.Size = new System.Drawing.Size(159, 22);
this.pasteGoMenuItem.Text = "&Paste && Go";
this.pasteGoMenuItem.Click += new System.EventHandler(this.btnPasteAndGo_Click);
//
// generateMenuItem
//
this.generateMenuItem.Name = "generateMenuItem";
this.generateMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.G)));
this.generateMenuItem.Size = new System.Drawing.Size(159, 22);
this.generateMenuItem.Text = "&Generate";
this.generateMenuItem.Click += new System.EventHandler(this.btnGenerate_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(156, 6);
//
// validateMenuItem
//
this.validateMenuItem.Name = "validateMenuItem";
this.validateMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.V)));
this.validateMenuItem.Size = new System.Drawing.Size(159, 22);
this.validateMenuItem.Text = "&Validate";
this.validateMenuItem.Click += new System.EventHandler(this.btnValidate_Clicked);
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.aboutMenuItem});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
this.helpToolStripMenuItem.Text = "&Help";
//
// aboutMenuItem
//
this.aboutMenuItem.Name = "aboutMenuItem";
this.aboutMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
this.aboutMenuItem.Size = new System.Drawing.Size(126, 22);
this.aboutMenuItem.Text = "&About";
this.aboutMenuItem.Click += new System.EventHandler(this.btnAbout_Click);
//
// openDlg
//
this.openDlg.Filter = "JSON files (*,json)|*.json|All files (*.*)|*.*";
this.openDlg.Title = "Select JSON file";
//
// saveDlg
//
this.saveDlg.Filter = "JSON files (*.json)|*.json|All files (*.*)|*.*";
this.saveDlg.Title = "Save JSON file";
//
// edtJson
//
this.edtJson.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.edtJson.IndentationGuides = ScintillaNET.IndentView.LookBoth;
this.edtJson.Location = new System.Drawing.Point(15, 276);
this.edtJson.Name = "edtJson";
this.edtJson.Size = new System.Drawing.Size(739, 311);
this.edtJson.Styler = null;
this.edtJson.TabIndex = 43;
this.edtJson.KeyDown += new System.Windows.Forms.KeyEventHandler(this.edtJson_KeyDown);
this.edtJson.KeyUp += new System.Windows.Forms.KeyEventHandler(this.EditorPositionChanged);
this.edtJson.MouseClick += new System.Windows.Forms.MouseEventHandler(this.EditorPositionChanged);
//
// lblPosition
//
this.lblPosition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.lblPosition.AutoSize = true;
this.lblPosition.Location = new System.Drawing.Point(15, 589);
this.lblPosition.Name = "lblPosition";
this.lblPosition.Size = new System.Drawing.Size(30, 13);
this.lblPosition.TabIndex = 44;
this.lblPosition.Text = "0 / 0";
//
// chkDeduplicate
//
this.chkDeduplicate.AutoSize = true;
this.chkDeduplicate.Checked = global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default.DeDuplicateClasses;
this.chkDeduplicate.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Xamasoft.JsonClassGenerator.UI.Properties.Settings.Default, "DeDuplicateClasses", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.chkDeduplicate.Location = new System.Drawing.Point(621, 106);
this.chkDeduplicate.Name = "chkDeduplicate";
this.chkDeduplicate.Size = new System.Drawing.Size(124, 17);
this.chkDeduplicate.TabIndex = 45;
this.chkDeduplicate.Text = "De-duplicate classes";
this.chkDeduplicate.UseVisualStyleBackColor = true;
//
// feedbackLabel
//
this.feedbackLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.feedbackLabel.Location = new System.Drawing.Point(15, 590);
this.feedbackLabel.Name = "feedbackLabel";
this.feedbackLabel.Size = new System.Drawing.Size(532, 29);
this.feedbackLabel.TabIndex = 46;
this.feedbackLabel.Text = "0 / 0";
this.feedbackLabel.Visible = false;
//
// btnCompact
//
this.btnCompact.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCompact.Location = new System.Drawing.Point(115, 593);
this.btnCompact.Name = "btnCompact";
this.btnCompact.Size = new System.Drawing.Size(60, 23);
this.btnCompact.TabIndex = 50;
this.btnCompact.Text = "&Compact";
this.btnCompact.UseVisualStyleBackColor = true;
this.btnCompact.Click += new System.EventHandler(this.btnCompact_Click);
//
// btnBeautify
//
this.btnBeautify.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnBeautify.Location = new System.Drawing.Point(51, 593);
this.btnBeautify.Name = "btnBeautify";
this.btnBeautify.Size = new System.Drawing.Size(60, 23);
this.btnBeautify.TabIndex = 49;
this.btnBeautify.Text = "&Beautify";
this.btnBeautify.UseVisualStyleBackColor = true;
this.btnBeautify.Click += new System.EventHandler(this.btnBeautify_Click);
//
// frmCSharpClassGeneration
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(766, 628);
this.Controls.Add(this.btnCompact);
this.Controls.Add(this.btnBeautify);
this.Controls.Add(this.feedbackLabel);
this.Controls.Add(this.chkDeduplicate);
this.Controls.Add(this.lblPosition);
this.Controls.Add(this.edtJson);
this.Controls.Add(this.chkSortMembers);
this.Controls.Add(this.chkDocumentationExamples);
this.Controls.Add(this.btnPasteAndGo);
this.Controls.Add(this.lnkOpenFolder);
this.Controls.Add(this.lblDoneClipboard);
this.Controls.Add(this.lblDone);
this.Controls.Add(this.chkSingleFile);
this.Controls.Add(this.lblLanguage);
this.Controls.Add(this.cmbLanguage);
this.Controls.Add(this.chkApplyObfuscationAttributes);
this.Controls.Add(this.flowLayoutPanel3);
this.Controls.Add(this.label6);
this.Controls.Add(this.chkExplicitDeserialization);
this.Controls.Add(this.chkPascalCase);
this.Controls.Add(this.label5);
this.Controls.Add(this.edtMainClass);
this.Controls.Add(this.label4);
this.Controls.Add(this.btnBrowse);
this.Controls.Add(this.edtTargetFolder);
this.Controls.Add(this.flowLayoutPanel2);
this.Controls.Add(this.flowLayoutPanel1);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.chkNoHelper);
this.Controls.Add(this.lblNamespace);
this.Controls.Add(this.edtNamespace);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnGenerate);
this.Controls.Add(this.MainMenu);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.KeyPreview = true;
this.MainMenuStrip = this.MainMenu;
this.MinimumSize = new System.Drawing.Size(671, 444);
this.Name = "frmCSharpClassGeneration";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Xamasoft JSON Class Generator";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCSharpClassGeneration_FormClosing);
this.Load += new System.EventHandler(this.frmCSharpClassGeneration_Load);
this.flowLayoutPanel1.ResumeLayout(false);
this.flowLayoutPanel1.PerformLayout();
this.flowLayoutPanel2.ResumeLayout(false);
this.flowLayoutPanel2.PerformLayout();
this.flowLayoutPanel3.ResumeLayout(false);
this.flowLayoutPanel3.PerformLayout();
this.MainMenu.ResumeLayout(false);
this.MainMenu.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnGenerate;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox edtNamespace;
private System.Windows.Forms.Label lblNamespace;
private System.Windows.Forms.CheckBox chkNoHelper;
private System.Windows.Forms.TextBox edtSecondaryNamespace;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.RadioButton radFields;
private System.Windows.Forms.RadioButton radProperties;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.RadioButton radInternal;
private System.Windows.Forms.RadioButton radPublic;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
private System.Windows.Forms.TextBox edtTargetFolder;
private System.Windows.Forms.Button btnBrowse;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox edtMainClass;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.CheckBox chkPascalCase;
private System.Windows.Forms.CheckBox chkExplicitDeserialization;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.RadioButton radSameNamespace;
private System.Windows.Forms.RadioButton radDifferentNamespace;
private System.Windows.Forms.RadioButton radNestedClasses;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
private System.Windows.Forms.CheckBox chkApplyObfuscationAttributes;
private System.Windows.Forms.ComboBox cmbLanguage;
private System.Windows.Forms.Label lblLanguage;
private System.Windows.Forms.CheckBox chkSingleFile;
private System.Windows.Forms.Label lblDone;
private Xamasoft.Controls.BetterLinkLabel lnkOpenFolder;
private System.Windows.Forms.Timer messageTimer;
private System.Windows.Forms.Button btnPasteAndGo;
private System.Windows.Forms.Label lblDoneClipboard;
private System.Windows.Forms.CheckBox chkDocumentationExamples;
private System.Windows.Forms.CheckBox chkSortMembers;
private System.Windows.Forms.MenuStrip MainMenu;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem loadJsonFileMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveJsonFileMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveJsonAsMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem closeMenuItem;
private System.Windows.Forms.ToolStripMenuItem jsonToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem pasteGoMenuItem;
private System.Windows.Forms.ToolStripMenuItem generateMenuItem;
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem aboutMenuItem;
private System.Windows.Forms.OpenFileDialog openDlg;
private System.Windows.Forms.SaveFileDialog saveDlg;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem validateMenuItem;
private System.Windows.Forms.ToolStripMenuItem closeJsonFileMenuItem;
private EasyScintilla.SimpleEditor edtJson;
private System.Windows.Forms.Label lblPosition;
private System.Windows.Forms.CheckBox chkDeduplicate;
private System.Windows.Forms.Label feedbackLabel;
private System.Windows.Forms.Button btnCompact;
private System.Windows.Forms.Button btnBeautify;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。