Ai
1 Star 7 Fork 3

baihongbin/SqlFormat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MainForm.Designer.cs 50.82 KB
一键复制 编辑 原始数据 按行查看 历史
baihongbin 提交于 2019-11-25 10:56 +08:00 . 更新
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863
namespace BaiSqlFormatForm2
{
partial class MainForm
{
/// <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(MainForm));
this.fluentDesignFormContainer1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer();
this.xtraUserControl = new DevExpress.XtraEditors.XtraUserControl();
this.dockPanel = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
this.accordionControl = new DevExpress.XtraBars.Navigation.AccordionControl();
this.mainAccordionGroup = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.formatAccordionControlElement = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.parseLogAccordionControlElement = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
this.formatBarItem = new DevExpress.XtraBars.BarButtonItem();
this.parseLogBarItem = new DevExpress.XtraBars.BarButtonItem();
this.skinRibbonGalleryBarItem1 = new DevExpress.XtraBars.SkinRibbonGalleryBarItem();
this.btn_addFormatErrLog = new DevExpress.XtraBars.BarButtonItem();
this.btn_about = new DevExpress.XtraBars.BarButtonItem();
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.accordionControl1 = new DevExpress.XtraBars.Navigation.AccordionControl();
this.ts_default = new DevExpress.XtraEditors.ToggleSwitch();
this.ts_custom = new DevExpress.XtraEditors.ToggleSwitch();
this.chk_asAlign = new DevExpress.XtraEditors.CheckEdit();
this.txt_asMaxWidth = new DevExpress.XtraEditors.SpinEdit();
this.chk_allUpper = new DevExpress.XtraEditors.CheckEdit();
this.chk_expandBetween = new DevExpress.XtraEditors.CheckEdit();
this.chk_expandIn = new DevExpress.XtraEditors.CheckEdit();
this.chk_expandOn = new DevExpress.XtraEditors.CheckEdit();
this.chk_conditionNewline = new DevExpress.XtraEditors.CheckEdit();
this.chk_uppercaseKeywords = new DevExpress.XtraEditors.CheckEdit();
this.chk_expandCase = new DevExpress.XtraEditors.CheckEdit();
this.chk_coloring = new DevExpress.XtraEditors.CheckEdit();
this.chk_allIndent = new DevExpress.XtraEditors.CheckEdit();
this.chk_columnNotNewline = new DevExpress.XtraEditors.CheckEdit();
this.txt_maxWidth = new DevExpress.XtraEditors.SpinEdit();
this.chk_keywordAlign = new DevExpress.XtraEditors.CheckEdit();
this.chk_addSemicolon = new DevExpress.XtraEditors.CheckEdit();
this.accordionControlElement1 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_default = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_custom = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_columnNotNewline = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_maxWidth = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_asAlign = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_asMaxWidth = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_addSemicolon = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_keywordAlign = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_conditionNewline = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_uppercaseKeywords = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_allUpper = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_expandCase = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_expandBetween = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_expandIn = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_expandOn = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_coloring = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.ace_allIndent = new DevExpress.XtraBars.Navigation.AccordionControlElement();
this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl();
this.documentManager = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
this.tabbedView = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
this.dockManager = new DevExpress.XtraBars.Docking.DockManager(this.components);
this.timer_TextChangeDelay = new System.Windows.Forms.Timer(this.components);
this.fluentDesignFormContainer1.SuspendLayout();
this.xtraUserControl.SuspendLayout();
this.dockPanel.SuspendLayout();
this.dockPanel1_Container.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.accordionControl)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.accordionControl1)).BeginInit();
this.accordionControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ts_default.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ts_custom.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chk_asAlign.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_asMaxWidth.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chk_allUpper.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chk_expandBetween.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chk_expandIn.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chk_expandOn.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chk_conditionNewline.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chk_uppercaseKeywords.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chk_expandCase.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chk_coloring.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chk_allIndent.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chk_columnNotNewline.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_maxWidth.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chk_keywordAlign.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chk_addSemicolon.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.documentManager)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tabbedView)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
this.SuspendLayout();
//
// fluentDesignFormContainer1
//
this.fluentDesignFormContainer1.Controls.Add(this.xtraUserControl);
this.fluentDesignFormContainer1.Controls.Add(this.ribbonControl1);
this.fluentDesignFormContainer1.Controls.Add(this.accordionControl1);
this.fluentDesignFormContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.fluentDesignFormContainer1.Location = new System.Drawing.Point(0, 27);
this.fluentDesignFormContainer1.Margin = new System.Windows.Forms.Padding(2);
this.fluentDesignFormContainer1.Name = "fluentDesignFormContainer1";
this.fluentDesignFormContainer1.Size = new System.Drawing.Size(1494, 778);
this.fluentDesignFormContainer1.TabIndex = 0;
//
// xtraUserControl
//
this.xtraUserControl.Controls.Add(this.dockPanel);
this.xtraUserControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraUserControl.Location = new System.Drawing.Point(252, 120);
this.xtraUserControl.Name = "xtraUserControl";
this.xtraUserControl.Size = new System.Drawing.Size(1242, 658);
this.xtraUserControl.TabIndex = 6;
//
// dockPanel
//
this.dockPanel.Controls.Add(this.dockPanel1_Container);
this.dockPanel.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
this.dockPanel.ID = new System.Guid("10f6015e-7d6d-4d7d-b2ca-2df1336501f4");
this.dockPanel.Location = new System.Drawing.Point(0, 0);
this.dockPanel.Name = "dockPanel";
this.dockPanel.OriginalSize = new System.Drawing.Size(167, 200);
this.dockPanel.Size = new System.Drawing.Size(167, 658);
this.dockPanel.Text = "SQL格式调整相关";
//
// dockPanel1_Container
//
this.dockPanel1_Container.Controls.Add(this.accordionControl);
this.dockPanel1_Container.Location = new System.Drawing.Point(4, 23);
this.dockPanel1_Container.Name = "dockPanel1_Container";
this.dockPanel1_Container.Size = new System.Drawing.Size(158, 631);
this.dockPanel1_Container.TabIndex = 0;
//
// accordionControl
//
this.accordionControl.AllowItemSelection = true;
this.accordionControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.accordionControl.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
this.mainAccordionGroup});
this.accordionControl.Location = new System.Drawing.Point(0, 0);
this.accordionControl.Name = "accordionControl";
this.accordionControl.Size = new System.Drawing.Size(158, 631);
this.accordionControl.TabIndex = 8;
this.accordionControl.Text = "accordionControl";
this.accordionControl.SelectedElementChanged += new DevExpress.XtraBars.Navigation.SelectedElementChangedEventHandler(this.accordionControl_SelectedElementChanged);
//
// mainAccordionGroup
//
this.mainAccordionGroup.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
this.formatAccordionControlElement,
this.parseLogAccordionControlElement});
this.mainAccordionGroup.Expanded = true;
this.mainAccordionGroup.HeaderVisible = false;
this.mainAccordionGroup.Name = "mainAccordionGroup";
this.mainAccordionGroup.Text = "mainGroup";
//
// formatAccordionControlElement
//
this.formatAccordionControlElement.Name = "formatAccordionControlElement";
this.formatAccordionControlElement.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.formatAccordionControlElement.Text = "SQL格式调整";
//
// parseLogAccordionControlElement
//
this.parseLogAccordionControlElement.Name = "parseLogAccordionControlElement";
this.parseLogAccordionControlElement.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.parseLogAccordionControlElement.Text = "SQL解析记录";
//
// ribbonControl1
//
this.ribbonControl1.ExpandCollapseItem.Id = 0;
this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbonControl1.ExpandCollapseItem,
this.barSubItem1,
this.skinRibbonGalleryBarItem1,
this.formatBarItem,
this.parseLogBarItem,
this.btn_addFormatErrLog,
this.btn_about});
this.ribbonControl1.Location = new System.Drawing.Point(252, 0);
this.ribbonControl1.MaxItemId = 9;
this.ribbonControl1.Name = "ribbonControl1";
this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
this.ribbonPage1});
this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
this.ribbonControl1.Size = new System.Drawing.Size(1242, 120);
this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
//
// barSubItem1
//
this.barSubItem1.Caption = "SQL格式调整相关";
this.barSubItem1.Id = 1;
this.barSubItem1.ImageOptions.ImageUri.Uri = "NavigationBar";
this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.formatBarItem),
new DevExpress.XtraBars.LinkPersistInfo(this.parseLogBarItem)});
this.barSubItem1.Name = "barSubItem1";
//
// formatBarItem
//
this.formatBarItem.Caption = "SQL格式调整";
this.formatBarItem.Id = 5;
this.formatBarItem.Name = "formatBarItem";
this.formatBarItem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonNavigation_ItemClick);
//
// parseLogBarItem
//
this.parseLogBarItem.Caption = "SQL解析记录";
this.parseLogBarItem.Id = 6;
this.parseLogBarItem.Name = "parseLogBarItem";
this.parseLogBarItem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonNavigation_ItemClick);
//
// skinRibbonGalleryBarItem1
//
this.skinRibbonGalleryBarItem1.Caption = "skinRibbonGalleryBarItem1";
this.skinRibbonGalleryBarItem1.Id = 4;
this.skinRibbonGalleryBarItem1.Name = "skinRibbonGalleryBarItem1";
//
// btn_addFormatErrLog
//
this.btn_addFormatErrLog.Caption = "添加到错误日志";
this.btn_addFormatErrLog.Id = 7;
this.btn_addFormatErrLog.ImageOptions.ImageUri.Uri = "SaveDialog";
this.btn_addFormatErrLog.Name = "btn_addFormatErrLog";
this.btn_addFormatErrLog.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_addFormatErrLog_ItemClick);
//
// btn_about
//
this.btn_about.Caption = "关于";
this.btn_about.Id = 8;
this.btn_about.ImageOptions.ImageUri.Uri = "SendBehindText";
this.btn_about.Name = "btn_about";
this.btn_about.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btn_about_ItemClick);
//
// ribbonPage1
//
this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.ribbonPageGroup,
this.ribbonPageGroup2});
this.ribbonPage1.Name = "ribbonPage1";
this.ribbonPage1.Text = "菜单";
//
// ribbonPageGroup
//
this.ribbonPageGroup.ItemLinks.Add(this.barSubItem1);
this.ribbonPageGroup.ItemLinks.Add(this.btn_addFormatErrLog);
this.ribbonPageGroup.ItemLinks.Add(this.btn_about);
this.ribbonPageGroup.Name = "ribbonPageGroup";
this.ribbonPageGroup.Text = "功能选项";
//
// ribbonPageGroup2
//
this.ribbonPageGroup2.ItemLinks.Add(this.skinRibbonGalleryBarItem1);
this.ribbonPageGroup2.Name = "ribbonPageGroup2";
this.ribbonPageGroup2.Text = "程序主题";
//
// accordionControl1
//
this.accordionControl1.Controls.Add(this.ts_default);
this.accordionControl1.Controls.Add(this.ts_custom);
this.accordionControl1.Controls.Add(this.chk_asAlign);
this.accordionControl1.Controls.Add(this.txt_asMaxWidth);
this.accordionControl1.Controls.Add(this.chk_allUpper);
this.accordionControl1.Controls.Add(this.chk_expandBetween);
this.accordionControl1.Controls.Add(this.chk_expandIn);
this.accordionControl1.Controls.Add(this.chk_expandOn);
this.accordionControl1.Controls.Add(this.chk_conditionNewline);
this.accordionControl1.Controls.Add(this.chk_uppercaseKeywords);
this.accordionControl1.Controls.Add(this.chk_expandCase);
this.accordionControl1.Controls.Add(this.chk_coloring);
this.accordionControl1.Controls.Add(this.chk_allIndent);
this.accordionControl1.Controls.Add(this.chk_columnNotNewline);
this.accordionControl1.Controls.Add(this.txt_maxWidth);
this.accordionControl1.Controls.Add(this.chk_keywordAlign);
this.accordionControl1.Controls.Add(this.chk_addSemicolon);
this.accordionControl1.Dock = System.Windows.Forms.DockStyle.Left;
this.accordionControl1.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
this.accordionControlElement1});
this.accordionControl1.Location = new System.Drawing.Point(0, 0);
this.accordionControl1.Name = "accordionControl1";
this.accordionControl1.Size = new System.Drawing.Size(252, 778);
this.accordionControl1.TabIndex = 3;
this.accordionControl1.Text = "accordionControl1";
this.accordionControl1.ViewType = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu;
//
// ts_default
//
this.ts_default.Location = new System.Drawing.Point(139, 83);
this.ts_default.Name = "ts_default";
this.ts_default.Properties.OffText = "Off";
this.ts_default.Properties.OnText = "On";
this.ts_default.Properties.ShowText = false;
this.ts_default.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.ts_default.Size = new System.Drawing.Size(84, 25);
this.ts_default.TabIndex = 2;
this.ts_default.Toggled += new System.EventHandler(this.ts_default_Toggled);
//
// ts_custom
//
this.ts_custom.Location = new System.Drawing.Point(139, 124);
this.ts_custom.Name = "ts_custom";
this.ts_custom.Properties.OffText = "Off";
this.ts_custom.Properties.OnText = "On";
this.ts_custom.Properties.ShowText = false;
this.ts_custom.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.ts_custom.Size = new System.Drawing.Size(84, 25);
this.ts_custom.TabIndex = 3;
this.ts_custom.Toggled += new System.EventHandler(this.ts_custom_Toggled);
//
// chk_asAlign
//
this.chk_asAlign.Location = new System.Drawing.Point(188, 236);
this.chk_asAlign.Name = "chk_asAlign";
this.chk_asAlign.Properties.Caption = "";
this.chk_asAlign.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chk_asAlign.Size = new System.Drawing.Size(35, 19);
this.chk_asAlign.TabIndex = 6;
this.chk_asAlign.CheckedChanged += new System.EventHandler(this.FormatSettingsControlChanged);
//
// txt_asMaxWidth
//
this.txt_asMaxWidth.EditValue = new decimal(new int[] {
35,
0,
0,
0});
this.txt_asMaxWidth.Location = new System.Drawing.Point(168, 271);
this.txt_asMaxWidth.Name = "txt_asMaxWidth";
this.txt_asMaxWidth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txt_asMaxWidth.Properties.Increment = new decimal(new int[] {
5,
0,
0,
0});
this.txt_asMaxWidth.Properties.IsFloatValue = false;
this.txt_asMaxWidth.Properties.Mask.EditMask = "N00";
this.txt_asMaxWidth.Properties.MaxValue = new decimal(new int[] {
500,
0,
0,
0});
this.txt_asMaxWidth.Properties.MinValue = new decimal(new int[] {
10,
0,
0,
0});
this.txt_asMaxWidth.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.txt_asMaxWidth.Size = new System.Drawing.Size(55, 20);
this.txt_asMaxWidth.TabIndex = 7;
this.txt_asMaxWidth.EditValueChanged += new System.EventHandler(this.FormatSettingsControlChanged);
//
// chk_allUpper
//
this.chk_allUpper.Location = new System.Drawing.Point(188, 447);
this.chk_allUpper.Name = "chk_allUpper";
this.chk_allUpper.Properties.Caption = "";
this.chk_allUpper.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chk_allUpper.Size = new System.Drawing.Size(35, 19);
this.chk_allUpper.TabIndex = 12;
this.chk_allUpper.CheckedChanged += new System.EventHandler(this.FormatSettingsControlChanged);
//
// chk_expandBetween
//
this.chk_expandBetween.Location = new System.Drawing.Point(188, 517);
this.chk_expandBetween.Name = "chk_expandBetween";
this.chk_expandBetween.Properties.Caption = "";
this.chk_expandBetween.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chk_expandBetween.Size = new System.Drawing.Size(35, 19);
this.chk_expandBetween.TabIndex = 17;
this.chk_expandBetween.CheckedChanged += new System.EventHandler(this.FormatSettingsControlChanged);
//
// chk_expandIn
//
this.chk_expandIn.Location = new System.Drawing.Point(188, 552);
this.chk_expandIn.Name = "chk_expandIn";
this.chk_expandIn.Properties.Caption = "";
this.chk_expandIn.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chk_expandIn.Size = new System.Drawing.Size(35, 19);
this.chk_expandIn.TabIndex = 18;
this.chk_expandIn.CheckedChanged += new System.EventHandler(this.FormatSettingsControlChanged);
//
// chk_expandOn
//
this.chk_expandOn.Location = new System.Drawing.Point(188, 587);
this.chk_expandOn.Name = "chk_expandOn";
this.chk_expandOn.Properties.Caption = "";
this.chk_expandOn.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chk_expandOn.Size = new System.Drawing.Size(35, 19);
this.chk_expandOn.TabIndex = 19;
this.chk_expandOn.CheckedChanged += new System.EventHandler(this.FormatSettingsControlChanged);
//
// chk_conditionNewline
//
this.chk_conditionNewline.Location = new System.Drawing.Point(188, 377);
this.chk_conditionNewline.Name = "chk_conditionNewline";
this.chk_conditionNewline.Properties.Caption = "";
this.chk_conditionNewline.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chk_conditionNewline.Size = new System.Drawing.Size(35, 19);
this.chk_conditionNewline.TabIndex = 9;
this.chk_conditionNewline.CheckedChanged += new System.EventHandler(this.FormatSettingsControlChanged);
//
// chk_uppercaseKeywords
//
this.chk_uppercaseKeywords.Location = new System.Drawing.Point(188, 412);
this.chk_uppercaseKeywords.Name = "chk_uppercaseKeywords";
this.chk_uppercaseKeywords.Properties.Caption = "";
this.chk_uppercaseKeywords.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chk_uppercaseKeywords.Size = new System.Drawing.Size(35, 19);
this.chk_uppercaseKeywords.TabIndex = 10;
this.chk_uppercaseKeywords.CheckedChanged += new System.EventHandler(this.FormatSettingsControlChanged);
//
// chk_expandCase
//
this.chk_expandCase.Location = new System.Drawing.Point(188, 482);
this.chk_expandCase.Name = "chk_expandCase";
this.chk_expandCase.Properties.Caption = "";
this.chk_expandCase.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chk_expandCase.Size = new System.Drawing.Size(35, 19);
this.chk_expandCase.TabIndex = 13;
this.chk_expandCase.CheckedChanged += new System.EventHandler(this.FormatSettingsControlChanged);
//
// chk_coloring
//
this.chk_coloring.Location = new System.Drawing.Point(188, 622);
this.chk_coloring.Name = "chk_coloring";
this.chk_coloring.Properties.Caption = "";
this.chk_coloring.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chk_coloring.Size = new System.Drawing.Size(35, 19);
this.chk_coloring.TabIndex = 24;
this.chk_coloring.CheckedChanged += new System.EventHandler(this.FormatSettingsControlChanged);
//
// chk_allIndent
//
this.chk_allIndent.Location = new System.Drawing.Point(188, 657);
this.chk_allIndent.Name = "chk_allIndent";
this.chk_allIndent.Properties.Caption = "";
this.chk_allIndent.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chk_allIndent.Size = new System.Drawing.Size(35, 19);
this.chk_allIndent.TabIndex = 25;
this.chk_allIndent.CheckedChanged += new System.EventHandler(this.FormatSettingsControlChanged);
//
// chk_columnNotNewline
//
this.chk_columnNotNewline.Location = new System.Drawing.Point(188, 165);
this.chk_columnNotNewline.Name = "chk_columnNotNewline";
this.chk_columnNotNewline.Properties.Caption = "";
this.chk_columnNotNewline.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chk_columnNotNewline.Size = new System.Drawing.Size(35, 19);
this.chk_columnNotNewline.TabIndex = 4;
this.chk_columnNotNewline.CheckedChanged += new System.EventHandler(this.FormatSettingsControlChanged);
//
// txt_maxWidth
//
this.txt_maxWidth.EditValue = new decimal(new int[] {
170,
0,
0,
0});
this.txt_maxWidth.Location = new System.Drawing.Point(168, 200);
this.txt_maxWidth.Name = "txt_maxWidth";
this.txt_maxWidth.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txt_maxWidth.Properties.Increment = new decimal(new int[] {
5,
0,
0,
0});
this.txt_maxWidth.Properties.IsFloatValue = false;
this.txt_maxWidth.Properties.Mask.EditMask = "N00";
this.txt_maxWidth.Properties.MaxValue = new decimal(new int[] {
800,
0,
0,
0});
this.txt_maxWidth.Properties.MinValue = new decimal(new int[] {
50,
0,
0,
0});
this.txt_maxWidth.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.txt_maxWidth.Size = new System.Drawing.Size(55, 20);
this.txt_maxWidth.TabIndex = 5;
this.txt_maxWidth.EditValueChanged += new System.EventHandler(this.FormatSettingsControlChanged);
//
// chk_keywordAlign
//
this.chk_keywordAlign.Location = new System.Drawing.Point(188, 342);
this.chk_keywordAlign.Name = "chk_keywordAlign";
this.chk_keywordAlign.Properties.Caption = "";
this.chk_keywordAlign.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chk_keywordAlign.Size = new System.Drawing.Size(35, 19);
this.chk_keywordAlign.TabIndex = 8;
this.chk_keywordAlign.CheckedChanged += new System.EventHandler(this.FormatSettingsControlChanged);
//
// chk_addSemicolon
//
this.chk_addSemicolon.Location = new System.Drawing.Point(188, 307);
this.chk_addSemicolon.MenuManager = this.ribbonControl1;
this.chk_addSemicolon.Name = "chk_addSemicolon";
this.chk_addSemicolon.Properties.Caption = "";
this.chk_addSemicolon.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.chk_addSemicolon.Size = new System.Drawing.Size(35, 19);
this.chk_addSemicolon.TabIndex = 28;
this.chk_addSemicolon.CheckedChanged += new System.EventHandler(this.FormatSettingsControlChanged);
//
// accordionControlElement1
//
this.accordionControlElement1.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
this.ace_default,
this.ace_custom});
this.accordionControlElement1.Expanded = true;
this.accordionControlElement1.Name = "accordionControlElement1";
this.accordionControlElement1.Text = "格式调试选项";
//
// ace_default
//
this.ace_default.HeaderControl = this.ts_default;
this.ace_default.HeaderTemplate.AddRange(new DevExpress.XtraBars.Navigation.HeaderElementInfo[] {
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.Image),
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.Text),
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.ContextButtons),
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.HeaderControl)});
this.ace_default.Name = "ace_default";
this.ace_default.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.ace_default.Text = "智能选择(推荐使用)";
//
// ace_custom
//
this.ace_custom.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
this.ace_columnNotNewline,
this.ace_asAlign,
this.ace_addSemicolon,
this.ace_keywordAlign,
this.ace_conditionNewline,
this.ace_uppercaseKeywords,
this.ace_allUpper,
this.ace_expandCase,
this.ace_expandBetween,
this.ace_expandIn,
this.ace_expandOn,
this.ace_coloring,
this.ace_allIndent});
this.ace_custom.Expanded = true;
this.ace_custom.HeaderControl = this.ts_custom;
this.ace_custom.HeaderTemplate.AddRange(new DevExpress.XtraBars.Navigation.HeaderElementInfo[] {
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.Image),
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.Text),
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.ContextButtons),
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.HeaderControl)});
this.ace_custom.Name = "ace_custom";
this.ace_custom.Text = "自定义";
//
// ace_columnNotNewline
//
this.ace_columnNotNewline.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
this.ace_maxWidth});
this.ace_columnNotNewline.Expanded = true;
this.ace_columnNotNewline.HeaderControl = this.chk_columnNotNewline;
this.ace_columnNotNewline.HeaderTemplate.AddRange(new DevExpress.XtraBars.Navigation.HeaderElementInfo[] {
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.Image),
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.Text),
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.ContextButtons),
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.HeaderControl)});
this.ace_columnNotNewline.Name = "ace_columnNotNewline";
this.ace_columnNotNewline.Text = "字段不换行";
//
// ace_maxWidth
//
this.ace_maxWidth.HeaderControl = this.txt_maxWidth;
this.ace_maxWidth.Name = "ace_maxWidth";
this.ace_maxWidth.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.ace_maxWidth.Text = "单行最大长度";
//
// ace_asAlign
//
this.ace_asAlign.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
this.ace_asMaxWidth});
this.ace_asAlign.Expanded = true;
this.ace_asAlign.HeaderControl = this.chk_asAlign;
this.ace_asAlign.Name = "ace_asAlign";
this.ace_asAlign.Text = "AS 对齐";
//
// ace_asMaxWidth
//
this.ace_asMaxWidth.HeaderControl = this.txt_asMaxWidth;
this.ace_asMaxWidth.Name = "ace_asMaxWidth";
this.ace_asMaxWidth.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.ace_asMaxWidth.Text = "字段最大长度";
//
// ace_addSemicolon
//
this.ace_addSemicolon.HeaderControl = this.chk_addSemicolon;
this.ace_addSemicolon.Name = "ace_addSemicolon";
this.ace_addSemicolon.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.ace_addSemicolon.Text = "疑似单独语句末尾添加分号";
//
// ace_keywordAlign
//
this.ace_keywordAlign.HeaderControl = this.chk_keywordAlign;
this.ace_keywordAlign.Name = "ace_keywordAlign";
this.ace_keywordAlign.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.ace_keywordAlign.Text = "字段对齐";
//
// ace_conditionNewline
//
this.ace_conditionNewline.HeaderControl = this.chk_conditionNewline;
this.ace_conditionNewline.Name = "ace_conditionNewline";
this.ace_conditionNewline.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.ace_conditionNewline.Text = "条件换行";
//
// ace_uppercaseKeywords
//
this.ace_uppercaseKeywords.HeaderControl = this.chk_uppercaseKeywords;
this.ace_uppercaseKeywords.Name = "ace_uppercaseKeywords";
this.ace_uppercaseKeywords.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.ace_uppercaseKeywords.Text = "关键字大写";
//
// ace_allUpper
//
this.ace_allUpper.HeaderControl = this.chk_allUpper;
this.ace_allUpper.HeaderTemplate.AddRange(new DevExpress.XtraBars.Navigation.HeaderElementInfo[] {
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.Image),
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.Text),
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.ContextButtons),
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.HeaderControl)});
this.ace_allUpper.Name = "ace_allUpper";
this.ace_allUpper.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.ace_allUpper.Text = "SQL全部大写";
//
// ace_expandCase
//
this.ace_expandCase.HeaderControl = this.chk_expandCase;
this.ace_expandCase.Name = "ace_expandCase";
this.ace_expandCase.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.ace_expandCase.Text = "展开 CASE 语句";
//
// ace_expandBetween
//
this.ace_expandBetween.HeaderControl = this.chk_expandBetween;
this.ace_expandBetween.Name = "ace_expandBetween";
this.ace_expandBetween.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.ace_expandBetween.Text = "展开 BETWEEN 条件";
//
// ace_expandIn
//
this.ace_expandIn.HeaderControl = this.chk_expandIn;
this.ace_expandIn.Name = "ace_expandIn";
this.ace_expandIn.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.ace_expandIn.Text = "展开 IN 列表";
//
// ace_expandOn
//
this.ace_expandOn.HeaderControl = this.chk_expandOn;
this.ace_expandOn.Name = "ace_expandOn";
this.ace_expandOn.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.ace_expandOn.Text = "关键字 ON 换行";
//
// ace_coloring
//
this.ace_coloring.HeaderControl = this.chk_coloring;
this.ace_coloring.HeaderTemplate.AddRange(new DevExpress.XtraBars.Navigation.HeaderElementInfo[] {
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.Image),
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.Text),
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.ContextButtons),
new DevExpress.XtraBars.Navigation.HeaderElementInfo(DevExpress.XtraBars.Navigation.HeaderElementType.HeaderControl)});
this.ace_coloring.Name = "ace_coloring";
this.ace_coloring.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.ace_coloring.Text = "启用着色";
//
// ace_allIndent
//
this.ace_allIndent.HeaderControl = this.chk_allIndent;
this.ace_allIndent.Name = "ace_allIndent";
this.ace_allIndent.Style = DevExpress.XtraBars.Navigation.ElementStyle.Item;
this.ace_allIndent.Text = "整体缩进";
//
// fluentDesignFormControl1
//
this.fluentDesignFormControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.fluentDesignFormControl1.FluentDesignForm = this;
this.fluentDesignFormControl1.Location = new System.Drawing.Point(0, 0);
this.fluentDesignFormControl1.Margin = new System.Windows.Forms.Padding(2);
this.fluentDesignFormControl1.Name = "fluentDesignFormControl1";
this.fluentDesignFormControl1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.fluentDesignFormControl1.Size = new System.Drawing.Size(1494, 27);
this.fluentDesignFormControl1.TabIndex = 2;
this.fluentDesignFormControl1.TabStop = false;
//
// documentManager
//
this.documentManager.ContainerControl = this.xtraUserControl;
this.documentManager.MenuManager = this.ribbonControl1;
this.documentManager.View = this.tabbedView;
this.documentManager.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
this.tabbedView});
//
// tabbedView
//
this.tabbedView.DocumentClosed += new DevExpress.XtraBars.Docking2010.Views.DocumentEventHandler(this.tabbedView_DocumentClosed);
//
// dockManager
//
this.dockManager.Form = this.xtraUserControl;
this.dockManager.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
this.dockPanel});
this.dockManager.TopZIndexControls.AddRange(new string[] {
"DevExpress.XtraBars.BarDockControl",
"DevExpress.XtraBars.StandaloneBarDockControl",
"System.Windows.Forms.StatusBar",
"System.Windows.Forms.MenuStrip",
"System.Windows.Forms.StatusStrip",
"DevExpress.XtraBars.Ribbon.RibbonStatusBar",
"DevExpress.XtraBars.Ribbon.RibbonControl",
"DevExpress.XtraBars.Navigation.OfficeNavigationBar",
"DevExpress.XtraBars.Navigation.TileNavPane",
"DevExpress.XtraBars.TabFormControl",
"DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl"});
//
// timer_TextChangeDelay
//
this.timer_TextChangeDelay.Interval = 500;
this.timer_TextChangeDelay.Tick += new System.EventHandler(this.timer_TextChangeDelay_Tick);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1494, 805);
this.ControlContainer = this.fluentDesignFormContainer1;
this.Controls.Add(this.fluentDesignFormContainer1);
this.Controls.Add(this.fluentDesignFormControl1);
this.FluentDesignFormControl = this.fluentDesignFormControl1;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "MainForm";
this.Text = " ";
this.fluentDesignFormContainer1.ResumeLayout(false);
this.fluentDesignFormContainer1.PerformLayout();
this.xtraUserControl.ResumeLayout(false);
this.dockPanel.ResumeLayout(false);
this.dockPanel1_Container.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.accordionControl)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.accordionControl1)).EndInit();
this.accordionControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ts_default.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ts_custom.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chk_asAlign.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_asMaxWidth.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chk_allUpper.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chk_expandBetween.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chk_expandIn.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chk_expandOn.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chk_conditionNewline.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chk_uppercaseKeywords.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chk_expandCase.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chk_coloring.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chk_allIndent.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chk_columnNotNewline.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_maxWidth.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chk_keywordAlign.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chk_addSemicolon.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.fluentDesignFormControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.documentManager)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tabbedView)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer fluentDesignFormContainer1;
private DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl fluentDesignFormControl1;
private DevExpress.XtraBars.Navigation.AccordionControl accordionControl1;
private DevExpress.XtraEditors.ToggleSwitch ts_default;
private DevExpress.XtraEditors.ToggleSwitch ts_custom;
private DevExpress.XtraEditors.CheckEdit chk_columnNotNewline;
private DevExpress.XtraEditors.SpinEdit txt_maxWidth;
private DevExpress.XtraEditors.CheckEdit chk_asAlign;
private DevExpress.XtraEditors.SpinEdit txt_asMaxWidth;
private DevExpress.XtraEditors.CheckEdit chk_keywordAlign;
private DevExpress.XtraEditors.CheckEdit chk_allUpper;
private DevExpress.XtraEditors.CheckEdit chk_expandBetween;
private DevExpress.XtraEditors.CheckEdit chk_expandIn;
private DevExpress.XtraEditors.CheckEdit chk_expandOn;
private DevExpress.XtraEditors.CheckEdit chk_conditionNewline;
private DevExpress.XtraEditors.CheckEdit chk_uppercaseKeywords;
private DevExpress.XtraEditors.CheckEdit chk_expandCase;
private DevExpress.XtraEditors.CheckEdit chk_coloring;
private DevExpress.XtraEditors.CheckEdit chk_allIndent;
private DevExpress.XtraBars.Navigation.AccordionControlElement accordionControlElement1;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_default;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_custom;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_columnNotNewline;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_maxWidth;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_asAlign;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_asMaxWidth;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_keywordAlign;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_conditionNewline;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_uppercaseKeywords;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_allUpper;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_expandCase;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_expandBetween;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_expandIn;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_expandOn;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_coloring;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_allIndent;
private DevExpress.XtraEditors.XtraUserControl xtraUserControl;
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1;
private DevExpress.XtraBars.BarSubItem barSubItem1;
private DevExpress.XtraBars.BarButtonItem formatBarItem;
private DevExpress.XtraBars.BarButtonItem parseLogBarItem;
private DevExpress.XtraBars.SkinRibbonGalleryBarItem skinRibbonGalleryBarItem1;
private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2;
private DevExpress.XtraBars.Docking2010.DocumentManager documentManager;
private DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView tabbedView;
private DevExpress.XtraBars.Docking.DockManager dockManager;
private DevExpress.XtraBars.Docking.DockPanel dockPanel;
private DevExpress.XtraBars.Docking.ControlContainer dockPanel1_Container;
private DevExpress.XtraBars.Navigation.AccordionControl accordionControl;
private DevExpress.XtraBars.Navigation.AccordionControlElement mainAccordionGroup;
private DevExpress.XtraBars.Navigation.AccordionControlElement formatAccordionControlElement;
private DevExpress.XtraBars.Navigation.AccordionControlElement parseLogAccordionControlElement;
private System.Windows.Forms.Timer timer_TextChangeDelay;
private DevExpress.XtraBars.BarButtonItem btn_addFormatErrLog;
private DevExpress.XtraBars.BarButtonItem btn_about;
private DevExpress.XtraEditors.CheckEdit chk_addSemicolon;
private DevExpress.XtraBars.Navigation.AccordionControlElement ace_addSemicolon;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/baihongbin/SqlFormat.git
git@gitee.com:baihongbin/SqlFormat.git
baihongbin
SqlFormat
SqlFormat
master

搜索帮助