同步操作将从 wxd_tony1984/DevelopAssistant 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
using System.Windows.Forms;namespace ICSharpCode.WinFormsUI.Controls{partial class CodeFormatControl{/// <summary>/// 必需的设计器变量。/// </summary>private System.ComponentModel.IContainer components = null;/// <summary>/// 清理所有正在使用的资源。/// </summary>/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>protected override void Dispose(bool disposing){if (disposing && (components != null)){components.Dispose();}base.Dispose(disposing);}#region 组件设计器生成的代码/// <summary>/// 设计器支持所需的方法 - 不要/// 使用代码编辑器修改此方法的内容。/// </summary>private void InitializeComponent(){this.textEditorControl1 = new ICSharpCode.TextEditor.TextEditorControl();this.EditorContainer = new System.Windows.Forms.Panel();this.toolStrip1 = new ICSharpCode.WinFormsUI.Controls.MenuToolStrip();this.toolStripLabelFont = new System.Windows.Forms.ToolStripLabel();this.toolStripComboBoxFontValue = new System.Windows.Forms.ToolStripComboBox();this.toolStripLabelFontSize = new System.Windows.Forms.ToolStripLabel();this.toolStripComboBoxFontSizeValue = new System.Windows.Forms.ToolStripComboBox();this.toolStripButtonLineNumber = new System.Windows.Forms.ToolStripButton();this.toolStripButtonAddComment = new System.Windows.Forms.ToolStripButton();this.toolStripButtonRemoveComment = new System.Windows.Forms.ToolStripButton();this.toolStripButtonIndent = new System.Windows.Forms.ToolStripButton();this.toolStripButtonOutdent = new System.Windows.Forms.ToolStripButton();this.toolStripButtonFormat = new System.Windows.Forms.ToolStripButton();this.toolStripButtonClear = new System.Windows.Forms.ToolStripButton();this.toolStripButtonLanguage = new System.Windows.Forms.ToolStripDropDownButton();this.sqlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();this.cToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();this.javascriptToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();this.pythonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();this.cssToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();this.htmlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();this.jsonToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();this.toolStripButtonOpen = new System.Windows.Forms.ToolStripButton();this.toolStripButtonSave = new System.Windows.Forms.ToolStripButton();this.toolStripButtonAbout = new System.Windows.Forms.ToolStripButton();this.EditorContainer.SuspendLayout();this.toolStrip1.SuspendLayout();this.SuspendLayout();//// textEditorControl1//this.textEditorControl1.Dock = System.Windows.Forms.DockStyle.Fill;this.textEditorControl1.IsReadOnly = false;this.textEditorControl1.Location = new System.Drawing.Point(0, 1);this.textEditorControl1.Name = "textEditorControl1";this.textEditorControl1.Size = new System.Drawing.Size(655, 351);this.textEditorControl1.TabIndex = 1;//// EditorContainer//this.EditorContainer.BackColor = System.Drawing.SystemColors.Control;this.EditorContainer.Controls.Add(this.textEditorControl1);this.EditorContainer.Dock = System.Windows.Forms.DockStyle.Fill;this.EditorContainer.Location = new System.Drawing.Point(1, 33);this.EditorContainer.Name = "EditorContainer";this.EditorContainer.Padding = new System.Windows.Forms.Padding(0, 1, 0, 1);this.EditorContainer.Size = new System.Drawing.Size(655, 353);this.EditorContainer.TabIndex = 2;//// toolStrip1//this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {this.toolStripLabelFont,this.toolStripComboBoxFontValue,this.toolStripLabelFontSize,this.toolStripComboBoxFontSizeValue,this.toolStripButtonLineNumber,this.toolStripButtonAddComment,this.toolStripButtonRemoveComment,this.toolStripButtonIndent,this.toolStripButtonOutdent,this.toolStripButtonFormat,this.toolStripButtonClear,this.toolStripButtonLanguage,this.toolStripButtonOpen,this.toolStripButtonSave,this.toolStripButtonAbout});this.toolStrip1.Location = new System.Drawing.Point(1, 1);this.toolStrip1.Name = "toolStrip1";this.toolStrip1.Padding = new System.Windows.Forms.Padding(2, 3, 2, 4);this.toolStrip1.Size = new System.Drawing.Size(655, 32);this.toolStrip1.TabIndex = 0;this.toolStrip1.Text = "toolStrip1";//// toolStripLabelFont//this.toolStripLabelFont.Name = "toolStripLabelFont";this.toolStripLabelFont.Size = new System.Drawing.Size(44, 22);this.toolStripLabelFont.Text = "字体:";//// toolStripComboBoxFontValue//this.toolStripComboBoxFontValue.Items.AddRange(new object[] {"默认","宋体","仿宋","雅黑"});this.toolStripComboBoxFontValue.Name = "toolStripComboBoxFontValue";this.toolStripComboBoxFontValue.Size = new System.Drawing.Size(121, 25);this.toolStripComboBoxFontValue.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBoxFontValue_SelectedIndexChanged);//// toolStripLabelFontSize//this.toolStripLabelFontSize.Name = "toolStripLabelFontSize";this.toolStripLabelFontSize.Size = new System.Drawing.Size(68, 22);this.toolStripLabelFontSize.Text = "字体大小:";//// toolStripComboBoxFontSizeValue//this.toolStripComboBoxFontSizeValue.Items.AddRange(new object[] {"10","12","14","16","18","20","22"});this.toolStripComboBoxFontSizeValue.Name = "toolStripComboBoxFontSizeValue";this.toolStripComboBoxFontSizeValue.Size = new System.Drawing.Size(121, 25);this.toolStripComboBoxFontSizeValue.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBoxFontSizeValue_SelectedIndexChanged);//// toolStripButtonLineNumber//this.toolStripButtonLineNumber.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;this.toolStripButtonLineNumber.Image = global::ICSharpCode.WinFormsUI.Controls.Properties.Resources.format_line_spacing;this.toolStripButtonLineNumber.ImageTransparentColor = System.Drawing.Color.Magenta;this.toolStripButtonLineNumber.Name = "toolStripButtonLineNumber";this.toolStripButtonLineNumber.Size = new System.Drawing.Size(23, 22);this.toolStripButtonLineNumber.Text = "行号";this.toolStripButtonLineNumber.Click += new System.EventHandler(this.toolStripButtonLineNumber_Click);//// toolStripButtonAddComment//this.toolStripButtonAddComment.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;this.toolStripButtonAddComment.Image = global::ICSharpCode.WinFormsUI.Controls.Properties.Resources.note;this.toolStripButtonAddComment.ImageTransparentColor = System.Drawing.Color.Magenta;this.toolStripButtonAddComment.Name = "toolStripButtonAddComment";this.toolStripButtonAddComment.Size = new System.Drawing.Size(23, 22);this.toolStripButtonAddComment.Text = "添加注释";this.toolStripButtonAddComment.Click += new System.EventHandler(this.toolStripButtonAddComment_Click);//// toolStripButtonRemoveComment//this.toolStripButtonRemoveComment.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;this.toolStripButtonRemoveComment.Image = global::ICSharpCode.WinFormsUI.Controls.Properties.Resources.unnote;this.toolStripButtonRemoveComment.ImageTransparentColor = System.Drawing.Color.Magenta;this.toolStripButtonRemoveComment.Name = "toolStripButtonRemoveComment";this.toolStripButtonRemoveComment.Size = new System.Drawing.Size(23, 22);this.toolStripButtonRemoveComment.Text = "取消注释";this.toolStripButtonRemoveComment.Click += new System.EventHandler(this.toolStripButtonRemoveComment_Click);//// toolStripButtonIndent//this.toolStripButtonIndent.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;this.toolStripButtonIndent.Image = global::ICSharpCode.WinFormsUI.Controls.Properties.Resources.indent;this.toolStripButtonIndent.ImageTransparentColor = System.Drawing.Color.Magenta;this.toolStripButtonIndent.Name = "toolStripButtonIndent";this.toolStripButtonIndent.Size = new System.Drawing.Size(23, 22);this.toolStripButtonIndent.Text = "右移";this.toolStripButtonIndent.Click += new System.EventHandler(this.toolStripButtonIndent_Click);//// toolStripButtonOutdent//this.toolStripButtonOutdent.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;this.toolStripButtonOutdent.Image = global::ICSharpCode.WinFormsUI.Controls.Properties.Resources.outdent;this.toolStripButtonOutdent.ImageTransparentColor = System.Drawing.Color.Magenta;this.toolStripButtonOutdent.Name = "toolStripButtonOutdent";this.toolStripButtonOutdent.Size = new System.Drawing.Size(23, 22);this.toolStripButtonOutdent.Text = "左移";this.toolStripButtonOutdent.Click += new System.EventHandler(this.toolStripButtonOutdent_Click);//// toolStripButtonFormat//this.toolStripButtonFormat.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;this.toolStripButtonFormat.Image = global::ICSharpCode.WinFormsUI.Controls.Properties.Resources.formatting;this.toolStripButtonFormat.ImageTransparentColor = System.Drawing.Color.Magenta;this.toolStripButtonFormat.Name = "toolStripButtonFormat";this.toolStripButtonFormat.Size = new System.Drawing.Size(23, 22);this.toolStripButtonFormat.Text = "格式化";//// toolStripButtonClear//this.toolStripButtonClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;this.toolStripButtonClear.Image = global::ICSharpCode.WinFormsUI.Controls.Properties.Resources.trash_empty;this.toolStripButtonClear.ImageTransparentColor = System.Drawing.Color.Magenta;this.toolStripButtonClear.Name = "toolStripButtonClear";this.toolStripButtonClear.Size = new System.Drawing.Size(23, 22);this.toolStripButtonClear.Text = "清空";this.toolStripButtonClear.Click += new System.EventHandler(this.toolStripButtonClear_Click);//// toolStripButtonLanguage//this.toolStripButtonLanguage.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;this.toolStripButtonLanguage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {this.sqlToolStripMenuItem,this.cToolStripMenuItem,this.javascriptToolStripMenuItem,this.pythonToolStripMenuItem,this.cssToolStripMenuItem,this.htmlToolStripMenuItem,this.jsonToolStripMenuItem});this.toolStripButtonLanguage.Image = global::ICSharpCode.WinFormsUI.Controls.Properties.Resources.language;this.toolStripButtonLanguage.ImageTransparentColor = System.Drawing.Color.Magenta;this.toolStripButtonLanguage.Name = "toolStripButtonLanguage";this.toolStripButtonLanguage.Size = new System.Drawing.Size(29, 22);this.toolStripButtonLanguage.Text = "设置";//// sqlToolStripMenuItem//this.sqlToolStripMenuItem.Name = "sqlToolStripMenuItem";this.sqlToolStripMenuItem.Size = new System.Drawing.Size(133, 22);this.sqlToolStripMenuItem.Text = "Sql";this.sqlToolStripMenuItem.Click += new System.EventHandler(this.sqlToolStripMenuItem_Click);//// cToolStripMenuItem//this.cToolStripMenuItem.Name = "cToolStripMenuItem";this.cToolStripMenuItem.Size = new System.Drawing.Size(133, 22);this.cToolStripMenuItem.Text = "C#";this.cToolStripMenuItem.Click += new System.EventHandler(this.cToolStripMenuItem_Click);//// javascriptToolStripMenuItem//this.javascriptToolStripMenuItem.Name = "javascriptToolStripMenuItem";this.javascriptToolStripMenuItem.Size = new System.Drawing.Size(133, 22);this.javascriptToolStripMenuItem.Text = "Javascript";this.javascriptToolStripMenuItem.Click += new System.EventHandler(this.javascriptToolStripMenuItem_Click);//// pythonToolStripMenuItem//this.pythonToolStripMenuItem.Name = "pythonToolStripMenuItem";this.pythonToolStripMenuItem.Size = new System.Drawing.Size(133, 22);this.pythonToolStripMenuItem.Text = "Python";this.pythonToolStripMenuItem.Click += new System.EventHandler(this.pythonToolStripMenuItem_Click);//// cssToolStripMenuItem//this.cssToolStripMenuItem.Name = "cssToolStripMenuItem";this.cssToolStripMenuItem.Size = new System.Drawing.Size(133, 22);this.cssToolStripMenuItem.Text = "Css";this.cssToolStripMenuItem.Click += new System.EventHandler(this.cssToolStripMenuItem_Click);//// htmlToolStripMenuItem//this.htmlToolStripMenuItem.Name = "htmlToolStripMenuItem";this.htmlToolStripMenuItem.Size = new System.Drawing.Size(133, 22);this.htmlToolStripMenuItem.Text = "Html";this.htmlToolStripMenuItem.Click += new System.EventHandler(this.htmlToolStripMenuItem_Click);//// jsonToolStripMenuItem//this.jsonToolStripMenuItem.Name = "jsonToolStripMenuItem";this.jsonToolStripMenuItem.Size = new System.Drawing.Size(133, 22);this.jsonToolStripMenuItem.Text = "Json";this.jsonToolStripMenuItem.Click += new System.EventHandler(this.jsonToolStripMenuItem_Click);//// toolStripButtonOpen//this.toolStripButtonOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;this.toolStripButtonOpen.Image = global::ICSharpCode.WinFormsUI.Controls.Properties.Resources.open_file;this.toolStripButtonOpen.ImageTransparentColor = System.Drawing.Color.Magenta;this.toolStripButtonOpen.Name = "toolStripButtonOpen";this.toolStripButtonOpen.Size = new System.Drawing.Size(23, 22);this.toolStripButtonOpen.Text = "打开";//// toolStripButtonSave//this.toolStripButtonSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;this.toolStripButtonSave.Image = global::ICSharpCode.WinFormsUI.Controls.Properties.Resources.save_as;this.toolStripButtonSave.ImageTransparentColor = System.Drawing.Color.Magenta;this.toolStripButtonSave.Name = "toolStripButtonSave";this.toolStripButtonSave.Size = new System.Drawing.Size(23, 22);this.toolStripButtonSave.Text = "保存";//// toolStripButtonAbout//this.toolStripButtonAbout.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;this.toolStripButtonAbout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;this.toolStripButtonAbout.Image = global::ICSharpCode.WinFormsUI.Controls.Properties.Resources.about;this.toolStripButtonAbout.ImageTransparentColor = System.Drawing.Color.Magenta;this.toolStripButtonAbout.Name = "toolStripButtonAbout";this.toolStripButtonAbout.Size = new System.Drawing.Size(23, 22);this.toolStripButtonAbout.Text = "关于";this.toolStripButtonAbout.Click += new System.EventHandler(this.toolStripButtonAbout_Click);//// CodeFormatControl//this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;this.Controls.Add(this.EditorContainer);this.Controls.Add(this.toolStrip1);this.Name = "CodeFormatControl";this.Padding = new System.Windows.Forms.Padding(1);this.Size = new System.Drawing.Size(657, 387);this.EditorContainer.ResumeLayout(false);this.toolStrip1.ResumeLayout(false);this.toolStrip1.PerformLayout();this.ResumeLayout(false);this.PerformLayout();}private ICSharpCode.WinFormsUI.Controls.MenuToolStrip toolStrip1;private System.Windows.Forms.ToolStripButton toolStripButtonOpen;private System.Windows.Forms.ToolStripButton toolStripButtonFormat;private TextEditor.TextEditorControl textEditorControl1;private ToolStripButton toolStripButtonSave;private ToolStripButton toolStripButtonAddComment;private ToolStripButton toolStripButtonRemoveComment;private ToolStripButton toolStripButtonClear;private ToolStripLabel toolStripLabelFont;private ToolStripComboBox toolStripComboBoxFontValue;private ToolStripLabel toolStripLabelFontSize;private ToolStripComboBox toolStripComboBoxFontSizeValue;#endregionprivate ToolStripButton toolStripButtonLineNumber;private ToolStripButton toolStripButtonAbout;private ToolStripButton toolStripButtonIndent;private ToolStripButton toolStripButtonOutdent;private Panel EditorContainer;private ToolStripDropDownButton toolStripButtonLanguage;private ToolStripMenuItem cToolStripMenuItem;private ToolStripMenuItem javascriptToolStripMenuItem;private ToolStripMenuItem pythonToolStripMenuItem;private ToolStripMenuItem cssToolStripMenuItem;private ToolStripMenuItem htmlToolStripMenuItem;private ToolStripMenuItem jsonToolStripMenuItem;private ToolStripMenuItem sqlToolStripMenuItem;}}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。