Пример #1
0
 /// <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();
     ActiproSoftware.SyntaxEditor.Document          document2 = new ActiproSoftware.SyntaxEditor.Document();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextViewForm));
     this.txtContent         = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.xmlSyntaxLanguage1 = new ActiproSoftware.SyntaxEditor.Addons.Xml.XmlSyntaxLanguage(this.components);
     this.SuspendLayout();
     //
     // txtContent
     //
     this.txtContent.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtContent.Document = document2;
     this.txtContent.Location = new System.Drawing.Point(0, 0);
     this.txtContent.Name     = "txtContent";
     this.txtContent.Size     = new System.Drawing.Size(470, 350);
     this.txtContent.TabIndex = 0;
     //
     // TextViewForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(470, 350);
     this.Controls.Add(this.txtContent);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "TextViewForm";
     this.Text  = "檢視";
     this.Load += new System.EventHandler(this.TextViewForm_Load);
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
        /// 修改這個方法的內容。
        /// </summary>
        private void InitializeComponent()
        {
            ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
            this.syntaxEditor1 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.SuspendLayout();
            // 
            // syntaxEditor1
            // 
            this.syntaxEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.syntaxEditor1.Document = document1;
            this.syntaxEditor1.Location = new System.Drawing.Point(0, 0);
            this.syntaxEditor1.Name = "syntaxEditor1";
            this.syntaxEditor1.Size = new System.Drawing.Size(518, 150);
            this.syntaxEditor1.TabIndex = 0;
            this.syntaxEditor1.TextChanged += new System.EventHandler(this.syntaxEditor1_TextChanged);
            // 
            // SQLText
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.syntaxEditor1);
            this.Name = "SQLText";
            this.Size = new System.Drawing.Size(518, 150);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
     this.syntaxEditor1 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.SuspendLayout();
     //
     // syntaxEditor1
     //
     this.syntaxEditor1.ContentDividersVisible         = true;
     this.syntaxEditor1.CurrentLineHighlightingVisible = true;
     this.syntaxEditor1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.syntaxEditor1.Document = document1;
     this.syntaxEditor1.LineNumberMarginVisible = true;
     this.syntaxEditor1.Location    = new System.Drawing.Point(0, 0);
     this.syntaxEditor1.Name        = "syntaxEditor1";
     this.syntaxEditor1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.syntaxEditor1.Size        = new System.Drawing.Size(451, 218);
     this.syntaxEditor1.SplitType   = ActiproSoftware.SyntaxEditor.SyntaxEditorSplitType.None;
     this.syntaxEditor1.TabIndex    = 3;
     //
     // UserControl1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.syntaxEditor1);
     this.Name  = "UserControl1";
     this.Size  = new System.Drawing.Size(451, 218);
     this.Load += new System.EventHandler(this.UserControl1_Load);
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
        /// 修改這個方法的內容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
            this.xmlSyntaxLanguage1 = new ActiproSoftware.SyntaxEditor.Addons.Xml.XmlSyntaxLanguage(this.components);
            this.syntaxEditor1 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.SuspendLayout();
            // 
            // syntaxEditor1
            // 
            this.syntaxEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
            document1.Language = this.xmlSyntaxLanguage1;
            this.syntaxEditor1.Document = document1;
            this.syntaxEditor1.Font = new System.Drawing.Font("微軟正黑體", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.syntaxEditor1.Location = new System.Drawing.Point(0, 0);
            this.syntaxEditor1.Name = "syntaxEditor1";
            this.syntaxEditor1.Size = new System.Drawing.Size(693, 440);
            this.syntaxEditor1.TabIndex = 0;
            this.syntaxEditor1.KeyTyped += new ActiproSoftware.SyntaxEditor.KeyTypedEventHandler(this.syntaxEditor1_KeyTyped);
            this.syntaxEditor1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.syntaxEditor1_KeyUp);
            // 
            // XmlEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.syntaxEditor1);
            this.Name = "XmlEditor";
            this.Size = new System.Drawing.Size(693, 440);
            this.ResumeLayout(false);

        }
        /// <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();
            ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextViewForm));
            this.txtContent = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.xmlSyntaxLanguage1 = new ActiproSoftware.SyntaxEditor.Addons.Xml.XmlSyntaxLanguage(this.components);
            this.SuspendLayout();
            // 
            // txtContent
            // 
            this.txtContent.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtContent.Document = document2;
            this.txtContent.Location = new System.Drawing.Point(0, 0);
            this.txtContent.Name = "txtContent";
            this.txtContent.Size = new System.Drawing.Size(470, 350);
            this.txtContent.TabIndex = 0;
            // 
            // TextViewForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(470, 350);
            this.Controls.Add(this.txtContent);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "TextViewForm";
            this.Text = "檢視";
            this.Load += new System.EventHandler(this.TextViewForm_Load);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
     this.syntaxEditor = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.SuspendLayout();
     //
     // syntaxEditor
     //
     this.syntaxEditor.BracketHighlightingInclusive = true;
     this.syntaxEditor.BracketHighlightingVisible   = true;
     this.syntaxEditor.Dock = System.Windows.Forms.DockStyle.Fill;
     document1.LineModificationMarkingEnabled = true;
     document1.Outlining.Mode   = ActiproSoftware.SyntaxEditor.OutliningMode.Automatic;
     document1.TabSize          = 2;
     this.syntaxEditor.Document = document1;
     this.syntaxEditor.LineNumberMarginVisible = true;
     this.syntaxEditor.Location  = new System.Drawing.Point(8, 8);
     this.syntaxEditor.Name      = "syntaxEditor";
     this.syntaxEditor.Size      = new System.Drawing.Size(560, 528);
     this.syntaxEditor.SplitType = ActiproSoftware.SyntaxEditor.SyntaxEditorSplitType.None;
     this.syntaxEditor.TabIndex  = 0;
     //
     // ScriptEditorControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.syntaxEditor);
     this.Name    = "ScriptEditorControl";
     this.Padding = new System.Windows.Forms.Padding(8);
     this.Size    = new System.Drawing.Size(576, 544);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
     this.xmlLanguage = new BaseXmlSyntaxLanguage();
     this.editor      = new BaseSyntaxEditor();
     this.SuspendLayout();
     //
     // editor
     //
     this.editor.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)));
     document1.Language   = this.xmlLanguage;
     document1.ReadOnly   = true;
     this.editor.Document = document1;
     this.editor.Font     = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.editor.Location = new System.Drawing.Point(12, 12);
     this.editor.Name     = "editor";
     this.editor.Size     = new System.Drawing.Size(960, 438);
     this.editor.TabIndex = 1;
     //
     // UDTTableDefContent
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(984, 462);
     this.Controls.Add(this.editor);
     this.DoubleBuffered = true;
     this.Name           = "UDTTableDefContent";
     this.Text           = "UDTTableDefContent";
     this.Load          += new System.EventHandler(this.UDTTableDefContent_Load);
     this.ResumeLayout(false);
 }
Пример #8
0
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
 /// 修改這個方法的內容。
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
     this.syntaxEditor1 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.SuspendLayout();
     //
     // syntaxEditor1
     //
     this.syntaxEditor1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.syntaxEditor1.Document     = document1;
     this.syntaxEditor1.Location     = new System.Drawing.Point(0, 0);
     this.syntaxEditor1.Name         = "syntaxEditor1";
     this.syntaxEditor1.Size         = new System.Drawing.Size(518, 150);
     this.syntaxEditor1.TabIndex     = 0;
     this.syntaxEditor1.TextChanged += new System.EventHandler(this.syntaxEditor1_TextChanged);
     //
     // SQLText
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.syntaxEditor1);
     this.Name = "SQLText";
     this.Size = new System.Drawing.Size(518, 150);
     this.ResumeLayout(false);
 }
		/// <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();
			ActiproSoftware.SyntaxEditor.Document document3 = new ActiproSoftware.SyntaxEditor.Document();
			ActiproSoftware.SyntaxEditor.Document document4 = new ActiproSoftware.SyntaxEditor.Document();
			this.syntaxEditorScriptHeader = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.syntaxEditorOffscreen = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.timer1 = new System.Windows.Forms.Timer(this.components);
			this.backgroundWorkerAddReferences = new System.ComponentModel.BackgroundWorker();
			this.SuspendLayout();
			// 
			// syntaxEditorScriptHeader
			// 
			this.syntaxEditorScriptHeader.Dock = System.Windows.Forms.DockStyle.Fill;
			this.syntaxEditorScriptHeader.Document = document3;
			this.syntaxEditorScriptHeader.LineNumberMarginVisible = true;
			this.syntaxEditorScriptHeader.Location = new System.Drawing.Point(0, 0);
			this.syntaxEditorScriptHeader.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorScriptHeader.Name = "syntaxEditorScriptHeader";
			this.syntaxEditorScriptHeader.Size = new System.Drawing.Size(319, 125);
			this.syntaxEditorScriptHeader.TabIndex = 19;
			this.syntaxEditorScriptHeader.TriggerActivated += new ActiproSoftware.SyntaxEditor.TriggerEventHandler(this.syntaxEditorScriptHeader_TriggerActivated);
			this.syntaxEditorScriptHeader.TextChanged += new System.EventHandler(this.syntaxEditorScriptHeader_TextChanged);
			this.syntaxEditorScriptHeader.KeyDown += new System.Windows.Forms.KeyEventHandler(this.syntaxEditorScriptHeader_KeyDown);
			// 
			// syntaxEditorOffscreen
			// 
			this.syntaxEditorOffscreen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.syntaxEditorOffscreen.CausesValidation = false;
			this.syntaxEditorOffscreen.Document = document4;
			this.syntaxEditorOffscreen.IndicatorMarginVisible = false;
			this.syntaxEditorOffscreen.Location = new System.Drawing.Point(88, 17);
			this.syntaxEditorOffscreen.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorOffscreen.Name = "syntaxEditorOffscreen";
			this.syntaxEditorOffscreen.ScrollBarType = ActiproSoftware.SyntaxEditor.ScrollBarType.None;
			this.syntaxEditorOffscreen.Size = new System.Drawing.Size(170, 51);
			this.syntaxEditorOffscreen.TabIndex = 20;
			this.syntaxEditorOffscreen.Visible = false;
			// 
			// timer1
			// 
			this.timer1.Interval = 600;
			this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
			// 
			// backgroundWorkerAddReferences
			// 
			this.backgroundWorkerAddReferences.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerAddReferences_DoWork);
			// 
			// DatabaseScriptEditor
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.syntaxEditorOffscreen);
			this.Controls.Add(this.syntaxEditorScriptHeader);
			this.Name = "DatabaseScriptEditor";
			this.Size = new System.Drawing.Size(319, 125);
			this.ResumeLayout(false);

		}
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
            this.xmlLanguage = new BaseXmlSyntaxLanguage();
            this.editor = new BaseSyntaxEditor();
            this.SuspendLayout();
            // 
            // editor
            // 
            this.editor.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)));
            document1.Language = this.xmlLanguage;
            document1.ReadOnly = true;
            this.editor.Document = document1;
            this.editor.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.editor.Location = new System.Drawing.Point(12, 12);
            this.editor.Name = "editor";
            this.editor.Size = new System.Drawing.Size(960, 438);
            this.editor.TabIndex = 1;
            // 
            // UDTTableDefContent
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(984, 462);
            this.Controls.Add(this.editor);
            this.DoubleBuffered = true;
            this.Name = "UDTTableDefContent";
            this.Text = "UDTTableDefContent";
            this.Load += new System.EventHandler(this.UDTTableDefContent_Load);
            this.ResumeLayout(false);

        }
Пример #11
0
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
 /// 修改這個方法的內容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
     this.xmlSyntaxLanguage1 = new ActiproSoftware.SyntaxEditor.Addons.Xml.XmlSyntaxLanguage(this.components);
     this.syntaxEditor1      = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.SuspendLayout();
     //
     // syntaxEditor1
     //
     this.syntaxEditor1.Dock      = System.Windows.Forms.DockStyle.Fill;
     document1.Language           = this.xmlSyntaxLanguage1;
     this.syntaxEditor1.Document  = document1;
     this.syntaxEditor1.Font      = new System.Drawing.Font("微軟正黑體", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.syntaxEditor1.Location  = new System.Drawing.Point(0, 0);
     this.syntaxEditor1.Name      = "syntaxEditor1";
     this.syntaxEditor1.Size      = new System.Drawing.Size(693, 440);
     this.syntaxEditor1.TabIndex  = 0;
     this.syntaxEditor1.KeyTyped += new ActiproSoftware.SyntaxEditor.KeyTypedEventHandler(this.syntaxEditor1_KeyTyped);
     this.syntaxEditor1.KeyUp    += new System.Windows.Forms.KeyEventHandler(this.syntaxEditor1_KeyUp);
     //
     // XmlEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.syntaxEditor1);
     this.Name = "XmlEditor";
     this.Size = new System.Drawing.Size(693, 440);
     this.ResumeLayout(false);
 }
 /// <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();
     ActiproSoftware.SyntaxEditor.Document document3 = new ActiproSoftware.SyntaxEditor.Document();
     ActiproSoftware.SyntaxEditor.Document document4 = new ActiproSoftware.SyntaxEditor.Document();
     this.syntaxEditorScriptHeader = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.syntaxEditorOffscreen    = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.backgroundWorkerAddReferences = new System.ComponentModel.BackgroundWorker();
     this.SuspendLayout();
     //
     // syntaxEditorScriptHeader
     //
     this.syntaxEditorScriptHeader.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.syntaxEditorScriptHeader.Document = document3;
     this.syntaxEditorScriptHeader.LineNumberMarginVisible = true;
     this.syntaxEditorScriptHeader.Location          = new System.Drawing.Point(0, 0);
     this.syntaxEditorScriptHeader.Margin            = new System.Windows.Forms.Padding(2);
     this.syntaxEditorScriptHeader.Name              = "syntaxEditorScriptHeader";
     this.syntaxEditorScriptHeader.Size              = new System.Drawing.Size(319, 125);
     this.syntaxEditorScriptHeader.TabIndex          = 19;
     this.syntaxEditorScriptHeader.TriggerActivated += new ActiproSoftware.SyntaxEditor.TriggerEventHandler(this.syntaxEditorScriptHeader_TriggerActivated);
     this.syntaxEditorScriptHeader.TextChanged      += new System.EventHandler(this.syntaxEditorScriptHeader_TextChanged);
     this.syntaxEditorScriptHeader.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.syntaxEditorScriptHeader_KeyDown);
     //
     // syntaxEditorOffscreen
     //
     this.syntaxEditorOffscreen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.syntaxEditorOffscreen.CausesValidation       = false;
     this.syntaxEditorOffscreen.Document               = document4;
     this.syntaxEditorOffscreen.IndicatorMarginVisible = false;
     this.syntaxEditorOffscreen.Location               = new System.Drawing.Point(88, 17);
     this.syntaxEditorOffscreen.Margin        = new System.Windows.Forms.Padding(2);
     this.syntaxEditorOffscreen.Name          = "syntaxEditorOffscreen";
     this.syntaxEditorOffscreen.ScrollBarType = ActiproSoftware.SyntaxEditor.ScrollBarType.None;
     this.syntaxEditorOffscreen.Size          = new System.Drawing.Size(170, 51);
     this.syntaxEditorOffscreen.TabIndex      = 20;
     this.syntaxEditorOffscreen.Visible       = false;
     //
     // timer1
     //
     this.timer1.Interval = 600;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // backgroundWorkerAddReferences
     //
     this.backgroundWorkerAddReferences.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerAddReferences_DoWork);
     //
     // DatabaseScriptEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.syntaxEditorOffscreen);
     this.Controls.Add(this.syntaxEditorScriptHeader);
     this.Name = "DatabaseScriptEditor";
     this.Size = new System.Drawing.Size(319, 125);
     this.ResumeLayout(false);
 }
Пример #13
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
            this.lblExample = new System.Windows.Forms.Label();
            this.lblHeading = new System.Windows.Forms.Label();
            this.syntaxEditorFilename = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.SuspendLayout();
            // 
            // lblExample
            // 
            this.lblExample.AutoSize = true;
            this.lblExample.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblExample.Location = new System.Drawing.Point(37, 49);
            this.lblExample.Name = "lblExample";
            this.lblExample.Size = new System.Drawing.Size(182, 13);
            this.lblExample.TabIndex = 3;
            this.lblExample.Text = "eg: My#iterator.Name#Data.txt";
            // 
            // lblHeading
            // 
            this.lblHeading.AutoSize = true;
            this.lblHeading.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblHeading.Location = new System.Drawing.Point(16, 10);
            this.lblHeading.Name = "lblHeading";
            this.lblHeading.Size = new System.Drawing.Size(113, 13);
            this.lblHeading.TabIndex = 5;
            this.lblHeading.Text = "Filename template:";
            // 
            // syntaxEditorFilename
            // 
            this.syntaxEditorFilename.AcceptsTab = false;
            document1.Multiline = false;
            this.syntaxEditorFilename.Document = document1;
            this.syntaxEditorFilename.HideSelection = true;
            this.syntaxEditorFilename.IndicatorMarginVisible = false;
            this.syntaxEditorFilename.Location = new System.Drawing.Point(19, 24);
            this.syntaxEditorFilename.Name = "syntaxEditorFilename";
            this.syntaxEditorFilename.SelectionMarginWidth = 0;
            this.syntaxEditorFilename.Size = new System.Drawing.Size(458, 22);
            this.syntaxEditorFilename.TabIndex = 6;
            this.syntaxEditorFilename.KeyUp += new System.Windows.Forms.KeyEventHandler(this.syntaxEditorFilename_KeyUp);
            this.syntaxEditorFilename.TriggerActivated += new ActiproSoftware.SyntaxEditor.TriggerEventHandler(this.syntaxEditorFilename_TriggerActivated);
            this.syntaxEditorFilename.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.syntaxEditorFilename_KeyPress);
            // 
            // Screen3
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.syntaxEditorFilename);
            this.Controls.Add(this.lblHeading);
            this.Controls.Add(this.lblExample);
            this.Name = "Screen3";
            this.Size = new System.Drawing.Size(737, 451);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Пример #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
     this.lblExample           = new System.Windows.Forms.Label();
     this.lblHeading           = new System.Windows.Forms.Label();
     this.syntaxEditorFilename = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.SuspendLayout();
     //
     // lblExample
     //
     this.lblExample.AutoSize = true;
     this.lblExample.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblExample.Location = new System.Drawing.Point(37, 49);
     this.lblExample.Name     = "lblExample";
     this.lblExample.Size     = new System.Drawing.Size(182, 13);
     this.lblExample.TabIndex = 3;
     this.lblExample.Text     = "eg: My#iterator.Name#Data.txt";
     //
     // lblHeading
     //
     this.lblHeading.AutoSize = true;
     this.lblHeading.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeading.Location = new System.Drawing.Point(16, 10);
     this.lblHeading.Name     = "lblHeading";
     this.lblHeading.Size     = new System.Drawing.Size(113, 13);
     this.lblHeading.TabIndex = 5;
     this.lblHeading.Text     = "Filename template:";
     //
     // syntaxEditorFilename
     //
     this.syntaxEditorFilename.AcceptsTab = false;
     document1.Multiline = false;
     this.syntaxEditorFilename.Document               = document1;
     this.syntaxEditorFilename.HideSelection          = true;
     this.syntaxEditorFilename.IndicatorMarginVisible = false;
     this.syntaxEditorFilename.Location               = new System.Drawing.Point(19, 24);
     this.syntaxEditorFilename.Name = "syntaxEditorFilename";
     this.syntaxEditorFilename.SelectionMarginWidth = 0;
     this.syntaxEditorFilename.Size              = new System.Drawing.Size(458, 22);
     this.syntaxEditorFilename.TabIndex          = 6;
     this.syntaxEditorFilename.KeyUp            += new System.Windows.Forms.KeyEventHandler(this.syntaxEditorFilename_KeyUp);
     this.syntaxEditorFilename.TriggerActivated += new ActiproSoftware.SyntaxEditor.TriggerEventHandler(this.syntaxEditorFilename_TriggerActivated);
     this.syntaxEditorFilename.KeyPress         += new System.Windows.Forms.KeyPressEventHandler(this.syntaxEditorFilename_KeyPress);
     //
     // Screen3
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.syntaxEditorFilename);
     this.Controls.Add(this.lblHeading);
     this.Controls.Add(this.lblExample);
     this.Name = "Screen3";
     this.Size = new System.Drawing.Size(737, 451);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
            this.syntaxEditorCustomWhere = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.checkBoxOverride = new System.Windows.Forms.CheckBox();
            this.SuspendLayout();
            // 
            // syntaxEditorCustomWhere
            // 
            this.syntaxEditorCustomWhere.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)));
            document2.FooterText = null;
            document2.HeaderText = null;
            this.syntaxEditorCustomWhere.Document = document2;
            this.syntaxEditorCustomWhere.Enabled = false;
            this.syntaxEditorCustomWhere.Location = new System.Drawing.Point(6, 26);
            this.syntaxEditorCustomWhere.Name = "syntaxEditorCustomWhere";
            this.syntaxEditorCustomWhere.Size = new System.Drawing.Size(678, 294);
            this.syntaxEditorCustomWhere.TabIndex = 2;
            // 
            // checkBoxOverride
            // 
            this.checkBoxOverride.AutoSize = true;
            this.checkBoxOverride.Location = new System.Drawing.Point(3, 3);
            this.checkBoxOverride.Name = "checkBoxOverride";
            this.checkBoxOverride.Size = new System.Drawing.Size(378, 17);
            this.checkBoxOverride.TabIndex = 3;
            this.checkBoxOverride.Text = "Override the default SQL \'where\' clause with a custom SQL \'where\' clause:";
            this.checkBoxOverride.UseVisualStyleBackColor = true;
            this.checkBoxOverride.CheckedChanged += new System.EventHandler(this.checkBoxOverride_CheckedChanged);
            // 
            // ucFilterWhere
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.checkBoxOverride);
            this.Controls.Add(this.syntaxEditorCustomWhere);
            this.Name = "ucFilterWhere";
            this.Size = new System.Drawing.Size(687, 323);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Пример #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
     this.syntaxEditorCustomWhere = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.checkBoxOverride        = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // syntaxEditorCustomWhere
     //
     this.syntaxEditorCustomWhere.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)));
     document2.FooterText = null;
     document2.HeaderText = null;
     this.syntaxEditorCustomWhere.Document = document2;
     this.syntaxEditorCustomWhere.Enabled  = false;
     this.syntaxEditorCustomWhere.Location = new System.Drawing.Point(6, 26);
     this.syntaxEditorCustomWhere.Name     = "syntaxEditorCustomWhere";
     this.syntaxEditorCustomWhere.Size     = new System.Drawing.Size(678, 294);
     this.syntaxEditorCustomWhere.TabIndex = 2;
     //
     // checkBoxOverride
     //
     this.checkBoxOverride.AutoSize = true;
     this.checkBoxOverride.Location = new System.Drawing.Point(3, 3);
     this.checkBoxOverride.Name     = "checkBoxOverride";
     this.checkBoxOverride.Size     = new System.Drawing.Size(378, 17);
     this.checkBoxOverride.TabIndex = 3;
     this.checkBoxOverride.Text     = "Override the default SQL \'where\' clause with a custom SQL \'where\' clause:";
     this.checkBoxOverride.UseVisualStyleBackColor = true;
     this.checkBoxOverride.CheckedChanged         += new System.EventHandler(this.checkBoxOverride_CheckedChanged);
     //
     // ucFilterWhere
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.checkBoxOverride);
     this.Controls.Add(this.syntaxEditorCustomWhere);
     this.Name = "ucFilterWhere";
     this.Size = new System.Drawing.Size(687, 323);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #17
0
        private void Populate()
        {
            try
            {
                BusyPopulating = true;
                editorNew.SuspendLayout();
                editorNew.SuspendPainting();
                editorOriginal.SuspendLayout();
                editorOriginal.SuspendPainting();

                //editorNew.Document.Language = Slyce.Common.SyntaxEditorHelper.GetSyntaxLanguageFromFileName(RelativePath);

                if (FilesAreSame)
                {
                    ActiproSoftware.SyntaxEditor.Document doc = new ActiproSoftware.SyntaxEditor.Document();
                    doc.Text = NewFileContents;
                    editorNew.Document = doc;
                    //editorNew.Text = NewFileContents;
                    toolStripButtonNextChange.Enabled = false;
                    toolStripButtonPrevChange.Enabled = false;
                    toolStripButtonSingleEditor.Enabled = false;
                    toolStripButtonDoubleEditor.Enabled = false;
                    DisplaySingleEditor();
                }
                else if (OldFileExists)
                {
                    string userFileBody = OldFileContents;

                    switch (CurrentDisplayStyle)
                    {
                        case DisplayStyles.SingleEditor:
                            //FilesAreSame = Slyce.IntelliMerge.UI.Utility.Perform2WayDiffInSingleEditor(editorNew, ref OldFileContents, ref NewFileContents);
                            FilesAreSame = Slyce.IntelliMerge.UI.Utility.Perform2WayDiffInSingleEditor(editorNew, OldFileContents, NewFileContents);
                            DisplaySingleEditor();
                            break;
                        case DisplayStyles.TwoEditors:
                            FilesAreSame = Slyce.IntelliMerge.UI.Utility.Perform2WayDiffInTwoEditors(editorOriginal, editorNew, ref OldFileContents, ref NewFileContents);
                            editorOriginal.Document.Language = editorNew.Document.Language;
                            DisplayTwoEditors();
                            break;
                        default:
                            throw new NotImplementedException("Not handled yet");
                    }
                    if (FilesAreSame)
                    {
                        toolStripButtonNextChange.Enabled = false;
                        toolStripButtonPrevChange.Enabled = false;
                        toolStripButtonSingleEditor.Enabled = false;
                        toolStripButtonDoubleEditor.Enabled = false;
                    }
                    else
                    {
                        toolStripButtonNextChange.Enabled = true;
                        toolStripButtonPrevChange.Enabled = true;
                        toolStripButtonSingleEditor.Enabled = true;
                        toolStripButtonDoubleEditor.Enabled = true;
                    }
                }
                else
                {
                    editorNew.Text = NewFileContents;
                    toolStripButtonNextChange.Enabled = false;
                    toolStripButtonPrevChange.Enabled = false;
                    toolStripButtonSingleEditor.Enabled = false;
                    toolStripButtonDoubleEditor.Enabled = false;
                    DisplaySingleEditor();
                }
                editorNew.Document.Language = Slyce.Common.SyntaxEditorHelper.GetSyntaxLanguageFromFileName(RelativePath);
                SetHeading();
                // Set the scrollbar max
                editorNew.SelectedView.ScrollToDocumentStart();
                editorOriginal.SelectedView.ScrollToDocumentStart();
                scrollBar1.Maximum = editorNew.SelectedView.VerticalScrollBarMaximum;// editorNew.SelectedView.DisplayLines.Count - editorNew.SelectedView.VisibleDisplayLineCount;// +1;
                splitContainer1.SplitterDistance = splitContainer1.Width / 2;
                scrollBar1.Value = 0;
            }
            finally
            {
                editorNew.ResumeLayout();
                editorNew.ResumePainting();
                editorOriginal.ResumeLayout();
                editorOriginal.ResumePainting();
                BusyPopulating = false;
            }
        }
        /// <summary>
        /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
        ///
        /// </summary>
        private void InitializeComponent()
        {
            ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
            ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
            this.baseXmlSyntaxLanguage1 = new BaseXmlSyntaxLanguage();
            this.scMain = new System.Windows.Forms.SplitContainer();
            this.seSource = new BaseSyntaxEditor();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnEvaluate = new DevComponents.DotNetBar.ButtonX();
            this.txtXpathExpression = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.panel2 = new System.Windows.Forms.Panel();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.cboDisplayMethod = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem4 = new DevComponents.Editors.ComboItem();
            this.comboItem3 = new DevComponents.Editors.ComboItem();
            this.cboEvalMethod = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.comboItem1 = new DevComponents.Editors.ComboItem();
            this.comboItem2 = new DevComponents.Editors.ComboItem();
            this.seResult = new BaseSyntaxEditor();
            this.scMain.Panel1.SuspendLayout();
            this.scMain.Panel2.SuspendLayout();
            this.scMain.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // scMain
            // 
            this.scMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scMain.Location = new System.Drawing.Point(0, 0);
            this.scMain.Name = "scMain";
            this.scMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // scMain.Panel1
            // 
            this.scMain.Panel1.Controls.Add(this.seSource);
            this.scMain.Panel1.Controls.Add(this.panel1);
            // 
            // scMain.Panel2
            // 
            this.scMain.Panel2.Controls.Add(this.seResult);
            this.scMain.Size = new System.Drawing.Size(984, 664);
            this.scMain.SplitterDistance = 298;
            this.scMain.TabIndex = 0;
            // 
            // seSource
            // 
            this.seSource.Dock = System.Windows.Forms.DockStyle.Fill;
            document1.Language = this.baseXmlSyntaxLanguage1;
            document1.Outlining.Mode = ActiproSoftware.SyntaxEditor.OutliningMode.Automatic;
            this.seSource.Document = document1;
            this.seSource.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.seSource.Location = new System.Drawing.Point(0, 0);
            this.seSource.Name = "seSource";
            this.seSource.Size = new System.Drawing.Size(984, 235);
            this.seSource.TabIndex = 0;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btnEvaluate);
            this.panel1.Controls.Add(this.txtXpathExpression);
            this.panel1.Controls.Add(this.panel2);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 235);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(984, 63);
            this.panel1.TabIndex = 3;
            // 
            // btnEvaluate
            // 
            this.btnEvaluate.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btnEvaluate.Dock = System.Windows.Forms.DockStyle.Right;
            this.btnEvaluate.Location = new System.Drawing.Point(909, 0);
            this.btnEvaluate.Name = "btnEvaluate";
            this.btnEvaluate.Size = new System.Drawing.Size(75, 28);
            this.btnEvaluate.TabIndex = 2;
            this.btnEvaluate.Text = "Evaluate";
            this.btnEvaluate.Click += new System.EventHandler(this.btnEvaluate_Click);
            // 
            // txtXpathExpression
            // 
            // 
            // 
            // 
            this.txtXpathExpression.Border.Class = "TextBoxBorder";
            this.txtXpathExpression.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtXpathExpression.Location = new System.Drawing.Point(0, 0);
            this.txtXpathExpression.Name = "txtXpathExpression";
            this.txtXpathExpression.Size = new System.Drawing.Size(984, 28);
            this.txtXpathExpression.TabIndex = 1;
            this.txtXpathExpression.WatermarkText = "輸入 XPath 運算式";
            this.txtXpathExpression.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtXpathExpression_KeyDown);
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.labelX2);
            this.panel2.Controls.Add(this.labelX1);
            this.panel2.Controls.Add(this.cboDisplayMethod);
            this.panel2.Controls.Add(this.cboEvalMethod);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel2.Location = new System.Drawing.Point(0, 28);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(984, 35);
            this.panel2.TabIndex = 5;
            // 
            // labelX2
            // 
            this.labelX2.AutoSize = true;
            this.labelX2.Location = new System.Drawing.Point(262, 8);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(60, 19);
            this.labelX2.TabIndex = 3;
            this.labelX2.Text = "顯示結果";
            // 
            // labelX1
            // 
            this.labelX1.AutoSize = true;
            this.labelX1.Location = new System.Drawing.Point(3, 8);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(60, 19);
            this.labelX1.TabIndex = 3;
            this.labelX1.Text = "運算方式";
            // 
            // cboDisplayMethod
            // 
            this.cboDisplayMethod.DisplayMember = "Text";
            this.cboDisplayMethod.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cboDisplayMethod.FormattingEnabled = true;
            this.cboDisplayMethod.ItemHeight = 18;
            this.cboDisplayMethod.Items.AddRange(new object[] {
            this.comboItem4,
            this.comboItem3});
            this.cboDisplayMethod.Location = new System.Drawing.Point(328, 5);
            this.cboDisplayMethod.Name = "cboDisplayMethod";
            this.cboDisplayMethod.Size = new System.Drawing.Size(121, 24);
            this.cboDisplayMethod.TabIndex = 4;
            this.cboDisplayMethod.Text = "OuterXml";
            // 
            // comboItem4
            // 
            this.comboItem4.Text = "OuterXml";
            // 
            // comboItem3
            // 
            this.comboItem3.Text = "InnerXml";
            // 
            // cboEvalMethod
            // 
            this.cboEvalMethod.DisplayMember = "Text";
            this.cboEvalMethod.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cboEvalMethod.FormattingEnabled = true;
            this.cboEvalMethod.ItemHeight = 18;
            this.cboEvalMethod.Items.AddRange(new object[] {
            this.comboItem1,
            this.comboItem2});
            this.cboEvalMethod.Location = new System.Drawing.Point(69, 5);
            this.cboEvalMethod.Name = "cboEvalMethod";
            this.cboEvalMethod.Size = new System.Drawing.Size(172, 24);
            this.cboEvalMethod.TabIndex = 4;
            this.cboEvalMethod.Text = "SelectSingleNode";
            // 
            // comboItem1
            // 
            this.comboItem1.Text = "SelectSingleNode";
            // 
            // comboItem2
            // 
            this.comboItem2.Text = "SelectNodes";
            // 
            // seResult
            // 
            this.seResult.Dock = System.Windows.Forms.DockStyle.Fill;
            document2.Language = this.baseXmlSyntaxLanguage1;
            document2.Outlining.Mode = ActiproSoftware.SyntaxEditor.OutliningMode.Automatic;
            this.seResult.Document = document2;
            this.seResult.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.seResult.Location = new System.Drawing.Point(0, 0);
            this.seResult.Name = "seResult";
            this.seResult.Size = new System.Drawing.Size(984, 362);
            this.seResult.TabIndex = 0;
            // 
            // XPathEvaluatorForm
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize = new System.Drawing.Size(984, 664);
            this.Controls.Add(this.scMain);
            this.Font = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "XPathEvaluatorForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "XPath Evaluator";
            this.scMain.Panel1.ResumeLayout(false);
            this.scMain.Panel2.ResumeLayout(false);
            this.scMain.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.ResumeLayout(false);

        }
Пример #19
0
		/// <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();
			DevComponents.DotNetBar.Rendering.SuperTabColorTable superTabColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable5 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabItemColorTable superTabItemColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabColorStates superTabColorStates2 = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable3 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable4 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable4 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Templates));
			DevComponents.DotNetBar.Rendering.SuperTabItemColorTable superTabItemColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabColorStates superTabColorStates1 = new DevComponents.DotNetBar.Rendering.SuperTabColorStates();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable1 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable superTabItemStateColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabItemStateColorTable();
			DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable superTabLinearGradientColorTable2 = new DevComponents.DotNetBar.Rendering.SuperTabLinearGradientColorTable();
			ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
			ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
			ActiproSoftware.SyntaxEditor.Document document3 = new ActiproSoftware.SyntaxEditor.Document();
			ActiproSoftware.SyntaxEditor.Document document4 = new ActiproSoftware.SyntaxEditor.Document();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
			ActiproSoftware.SyntaxEditor.Document document5 = new ActiproSoftware.SyntaxEditor.Document();
			this.panel1 = new System.Windows.Forms.Panel();
			this.superTabControl2 = new DevComponents.DotNetBar.SuperTabControl();
			this.superTabControlPanel4 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.panel7 = new System.Windows.Forms.Panel();
			this.listViewResources = new DevComponents.DotNetBar.Controls.ListViewEx();
			this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
			this.contextMenuStaticFiles = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.mnuDeleteStaticFiles = new System.Windows.Forms.ToolStripMenuItem();
			this.buttonAddBinaryFile = new DevComponents.DotNetBar.ButtonX();
			this.superTabItem2 = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.treeFiles = new DevComponents.AdvTree.AdvTree();
			this.columnHeader1 = new DevComponents.AdvTree.ColumnHeader();
			this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.mnuNewFolder = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuNewFile = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuNewStaticFile = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuAddManyStaticFiles = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuDelete = new System.Windows.Forms.ToolStripMenuItem();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.node2 = new DevComponents.AdvTree.Node();
			this.elementStyle3 = new DevComponents.DotNetBar.ElementStyle();
			this.nodeConnector1 = new DevComponents.AdvTree.NodeConnector();
			this.elementStyle1 = new DevComponents.DotNetBar.ElementStyle();
			this.superTabItem1 = new DevComponents.DotNetBar.SuperTabItem();
			this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
			this.panel2 = new System.Windows.Forms.Panel();
			this.superTabControl1 = new DevComponents.DotNetBar.SuperTabControl();
			this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.panel4 = new System.Windows.Forms.Panel();
			this.syntaxEditorSkipStaticFile = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.syntaxEditor1 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.panel3 = new System.Windows.Forms.Panel();
			this.comboBoxEncoding = new DevComponents.DotNetBar.Controls.ComboBoxEx();
			this.labelSkipStaticFile = new System.Windows.Forms.Label();
			this.comboBoxStaticFiles = new DevComponents.DotNetBar.Controls.ComboBoxEx();
			this.syntaxEditorFilename = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.comboBoxSyntax = new DevComponents.DotNetBar.Controls.ComboBoxEx();
			this.comboBoxIterator = new DevComponents.DotNetBar.Controls.ComboBoxEx();
			this.labelHeader = new DevComponents.DotNetBar.LabelX();
			this.labelFilename = new System.Windows.Forms.Label();
			this.superTabItemScript = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.panel5 = new System.Windows.Forms.Panel();
			this.syntaxEditorTest = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.labelResults = new DevComponents.DotNetBar.LabelX();
			this.panel6 = new System.Windows.Forms.Panel();
			this.buttonTest = new DevComponents.DotNetBar.ButtonX();
			this.crumbBarTestObjects = new DevComponents.DotNetBar.CrumbBar();
			this.imageListCrumbBar = new System.Windows.Forms.ImageList(this.components);
			this.superTabItemTest = new DevComponents.DotNetBar.SuperTabItem();
			this.labelX2 = new DevComponents.DotNetBar.LabelX();
			this.buttonSave = new DevComponents.DotNetBar.ButtonX();
			this.buttonSaveAs = new DevComponents.DotNetBar.ButtonItem();
			this.buttonExport = new DevComponents.DotNetBar.ButtonItem();
			this.comboBoxTemplates = new DevComponents.DotNetBar.Controls.ComboBoxEx();
			this.label2 = new System.Windows.Forms.Label();
			this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
			this.comboBoxDelimiter = new DevComponents.DotNetBar.Controls.ComboBoxEx();
			this.comboItem1 = new DevComponents.Editors.ComboItem();
			this.comboItem2 = new DevComponents.Editors.ComboItem();
			this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
			this.dockSite4 = new DevComponents.DotNetBar.DockSite();
			this.bar1 = new DevComponents.DotNetBar.Bar();
			this.panelDockContainer3 = new DevComponents.DotNetBar.PanelDockContainer();
			this.dataGridViewErrors = new DevComponents.DotNetBar.Controls.DataGridViewX();
			this.ColFunctionId = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColCategory = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColFile = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColCodeFunction = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColLine = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.panelDockContainer2 = new DevComponents.DotNetBar.PanelDockContainer();
			this.ucFindResults1 = new ArchAngel.Workbench.ucFindResults();
			this.dockContainerItemErrors = new DevComponents.DotNetBar.DockContainerItem();
			this.dockContainerItemFindResults = new DevComponents.DotNetBar.DockContainerItem();
			this.dockSite1 = new DevComponents.DotNetBar.DockSite();
			this.dockSite2 = new DevComponents.DotNetBar.DockSite();
			this.dockSite8 = new DevComponents.DotNetBar.DockSite();
			this.dockSite5 = new DevComponents.DotNetBar.DockSite();
			this.dockSite6 = new DevComponents.DotNetBar.DockSite();
			this.dockSite7 = new DevComponents.DotNetBar.DockSite();
			this.dockSite3 = new DevComponents.DotNetBar.DockSite();
			this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
			this.panelDockContainer1 = new DevComponents.DotNetBar.PanelDockContainer();
			this.highlighter1 = new DevComponents.DotNetBar.Validator.Highlighter();
			this.timer1 = new System.Windows.Forms.Timer(this.components);
			this.syntaxEditorOffscreen = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.backgroundWorkerAddReferences = new System.ComponentModel.BackgroundWorker();
			this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.label1 = new System.Windows.Forms.Label();
			this.panel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.superTabControl2)).BeginInit();
			this.superTabControl2.SuspendLayout();
			this.superTabControlPanel4.SuspendLayout();
			this.panel7.SuspendLayout();
			this.contextMenuStaticFiles.SuspendLayout();
			this.superTabControlPanel3.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.treeFiles)).BeginInit();
			this.contextMenuStrip1.SuspendLayout();
			this.panel2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
			this.superTabControl1.SuspendLayout();
			this.superTabControlPanel1.SuspendLayout();
			this.panel4.SuspendLayout();
			this.panel3.SuspendLayout();
			this.superTabControlPanel2.SuspendLayout();
			this.panel5.SuspendLayout();
			this.panel6.SuspendLayout();
			this.dockSite4.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
			this.bar1.SuspendLayout();
			this.panelDockContainer3.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewErrors)).BeginInit();
			this.panelDockContainer2.SuspendLayout();
			this.SuspendLayout();
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.superTabControl2);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
			this.panel1.Location = new System.Drawing.Point(0, 68);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(200, 286);
			this.panel1.TabIndex = 0;
			// 
			// superTabControl2
			// 
			// 
			// 
			// 
			// 
			// 
			// 
			this.superTabControl2.ControlBox.CloseBox.Name = "";
			// 
			// 
			// 
			this.superTabControl2.ControlBox.MenuBox.Name = "";
			this.superTabControl2.ControlBox.Name = "";
			this.superTabControl2.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabControl2.ControlBox.MenuBox,
            this.superTabControl2.ControlBox.CloseBox});
			this.superTabControl2.ControlBox.Visible = false;
			this.superTabControl2.Controls.Add(this.superTabControlPanel3);
			this.superTabControl2.Controls.Add(this.superTabControlPanel4);
			this.superTabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControl2.HorizontalText = false;
			this.superTabControl2.Location = new System.Drawing.Point(0, 0);
			this.superTabControl2.Name = "superTabControl2";
			this.superTabControl2.ReorderTabsEnabled = false;
			this.superTabControl2.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
			this.superTabControl2.SelectedTabIndex = 0;
			this.superTabControl2.Size = new System.Drawing.Size(200, 286);
			this.superTabControl2.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Left;
			this.superTabControl2.TabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.superTabControl2.TabIndex = 66;
			this.superTabControl2.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabItem1,
            this.superTabItem2});
			superTabLinearGradientColorTable5.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))))};
			superTabColorTable1.Background = superTabLinearGradientColorTable5;
			this.superTabControl2.TabStripColor = superTabColorTable1;
			this.superTabControl2.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.OneNote2007;
			this.superTabControl2.Text = "superTabControl2";
			// 
			// superTabControlPanel4
			// 
			this.superTabControlPanel4.Controls.Add(this.panel7);
			this.superTabControlPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel4.Location = new System.Drawing.Point(32, 0);
			this.superTabControlPanel4.Name = "superTabControlPanel4";
			this.superTabControlPanel4.Size = new System.Drawing.Size(168, 286);
			this.superTabControlPanel4.TabIndex = 0;
			this.superTabControlPanel4.TabItem = this.superTabItem2;
			// 
			// panel7
			// 
			this.panel7.Controls.Add(this.listViewResources);
			this.panel7.Controls.Add(this.buttonAddBinaryFile);
			this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel7.Location = new System.Drawing.Point(0, 0);
			this.panel7.Name = "panel7";
			this.panel7.Size = new System.Drawing.Size(168, 286);
			this.panel7.TabIndex = 2;
			// 
			// listViewResources
			// 
			this.listViewResources.Activation = System.Windows.Forms.ItemActivation.OneClick;
			this.listViewResources.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.listViewResources.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
			// 
			// 
			// 
			this.listViewResources.Border.Class = "ListViewBorder";
			this.listViewResources.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.listViewResources.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader2});
			this.listViewResources.ContextMenuStrip = this.contextMenuStaticFiles;
			this.listViewResources.FullRowSelect = true;
			this.listViewResources.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
			this.listViewResources.Location = new System.Drawing.Point(3, 38);
			this.listViewResources.Name = "listViewResources";
			this.listViewResources.Size = new System.Drawing.Size(162, 248);
			this.listViewResources.TabIndex = 2;
			this.listViewResources.UseCompatibleStateImageBehavior = false;
			this.listViewResources.View = System.Windows.Forms.View.Details;
			this.listViewResources.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listViewEx1_KeyDown);
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "File";
			this.columnHeader2.Width = 500;
			// 
			// contextMenuStaticFiles
			// 
			this.contextMenuStaticFiles.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuDeleteStaticFiles});
			this.contextMenuStaticFiles.Name = "contextMenuStaticFiles";
			this.contextMenuStaticFiles.Size = new System.Drawing.Size(108, 26);
			// 
			// mnuDeleteStaticFiles
			// 
			this.mnuDeleteStaticFiles.Image = ((System.Drawing.Image)(resources.GetObject("mnuDeleteStaticFiles.Image")));
			this.mnuDeleteStaticFiles.Name = "mnuDeleteStaticFiles";
			this.mnuDeleteStaticFiles.Size = new System.Drawing.Size(107, 22);
			this.mnuDeleteStaticFiles.Text = "Delete";
			this.mnuDeleteStaticFiles.Click += new System.EventHandler(this.mnuDeleteStaticFiles_Click);
			// 
			// buttonAddBinaryFile
			// 
			this.buttonAddBinaryFile.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonAddBinaryFile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonAddBinaryFile.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonAddBinaryFile.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonAddBinaryFile.HoverImage")));
			this.buttonAddBinaryFile.Image = ((System.Drawing.Image)(resources.GetObject("buttonAddBinaryFile.Image")));
			this.buttonAddBinaryFile.Location = new System.Drawing.Point(96, 7);
			this.buttonAddBinaryFile.Name = "buttonAddBinaryFile";
			this.buttonAddBinaryFile.Size = new System.Drawing.Size(60, 23);
			this.buttonAddBinaryFile.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonAddBinaryFile.TabIndex = 1;
			this.buttonAddBinaryFile.Text = "  Add";
			this.buttonAddBinaryFile.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonAddBinaryFile.Click += new System.EventHandler(this.buttonAddBinaryFile_Click);
			// 
			// superTabItem2
			// 
			this.superTabItem2.AttachedControl = this.superTabControlPanel4;
			this.superTabItem2.GlobalItem = false;
			this.superTabItem2.Image = ((System.Drawing.Image)(resources.GetObject("superTabItem2.Image")));
			this.superTabItem2.Name = "superTabItem2";
			superTabLinearGradientColorTable3.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.Gainsboro,
        System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))))};
			superTabItemStateColorTable3.Background = superTabLinearGradientColorTable3;
			superTabColorStates2.Normal = superTabItemStateColorTable3;
			superTabLinearGradientColorTable4.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))),
        System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))))};
			superTabItemStateColorTable4.Background = superTabLinearGradientColorTable4;
			superTabColorStates2.Selected = superTabItemStateColorTable4;
			superTabItemColorTable2.Default = superTabColorStates2;
			this.superTabItem2.TabColor = superTabItemColorTable2;
			this.superTabItem2.Text = "Resources";
			// 
			// superTabControlPanel3
			// 
			this.superTabControlPanel3.Controls.Add(this.treeFiles);
			this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel3.Location = new System.Drawing.Point(32, 0);
			this.superTabControlPanel3.Name = "superTabControlPanel3";
			this.superTabControlPanel3.Size = new System.Drawing.Size(168, 286);
			this.superTabControlPanel3.TabIndex = 1;
			this.superTabControlPanel3.TabItem = this.superTabItem1;
			// 
			// treeFiles
			// 
			this.treeFiles.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
			this.treeFiles.AllowDrop = true;
			this.treeFiles.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
			// 
			// 
			// 
			this.treeFiles.BackgroundStyle.Class = "TreeBorderKey";
			this.treeFiles.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.treeFiles.CheckBoxImageChecked = ((System.Drawing.Image)(resources.GetObject("treeFiles.CheckBoxImageChecked")));
			this.treeFiles.CheckBoxImageIndeterminate = ((System.Drawing.Image)(resources.GetObject("treeFiles.CheckBoxImageIndeterminate")));
			this.treeFiles.CheckBoxImageUnChecked = ((System.Drawing.Image)(resources.GetObject("treeFiles.CheckBoxImageUnChecked")));
			this.treeFiles.Columns.Add(this.columnHeader1);
			this.treeFiles.ColumnsVisible = false;
			this.treeFiles.ContextMenuStrip = this.contextMenuStrip1;
			this.treeFiles.Dock = System.Windows.Forms.DockStyle.Fill;
			this.treeFiles.DragDropEnabled = false;
			this.treeFiles.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
			this.treeFiles.FullRowSelect = false;
			this.treeFiles.GridColumnLines = false;
			this.treeFiles.GridLinesColor = System.Drawing.Color.LightGray;
			this.treeFiles.HotTracking = true;
			this.treeFiles.ImageList = this.imageList1;
			this.treeFiles.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			this.treeFiles.Location = new System.Drawing.Point(0, 0);
			this.treeFiles.MultiSelectRule = DevComponents.AdvTree.eMultiSelectRule.AnyNode;
			this.treeFiles.Name = "treeFiles";
			this.treeFiles.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.node2});
			this.treeFiles.NodesColumnsBackgroundStyle = this.elementStyle3;
			this.treeFiles.NodesConnector = this.nodeConnector1;
			this.treeFiles.NodeSpacing = 5;
			this.treeFiles.NodeStyle = this.elementStyle1;
			this.treeFiles.NodeStyleMouseOver = this.elementStyle3;
			this.treeFiles.NodeStyleSelected = this.elementStyle3;
			this.treeFiles.PathSeparator = ";";
			this.treeFiles.Size = new System.Drawing.Size(168, 286);
			this.treeFiles.Styles.Add(this.elementStyle1);
			this.treeFiles.Styles.Add(this.elementStyle3);
			this.treeFiles.TabIndex = 65;
			this.treeFiles.Text = "advTree1";
			this.treeFiles.BeforeNodeSelect += new DevComponents.AdvTree.AdvTreeNodeCancelEventHandler(this.treeFiles_BeforeNodeSelect);
			this.treeFiles.AfterNodeSelect += new DevComponents.AdvTree.AdvTreeNodeEventHandler(this.treeFiles_AfterNodeSelect);
			this.treeFiles.NodeClick += new DevComponents.AdvTree.TreeNodeMouseEventHandler(this.treeList1_NodeClick);
			// 
			// columnHeader1
			// 
			this.columnHeader1.Name = "columnHeader1";
			this.columnHeader1.Width.Relative = 100;
			// 
			// contextMenuStrip1
			// 
			this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuNewFolder,
            this.mnuNewFile,
            this.mnuNewStaticFile,
            this.mnuAddManyStaticFiles,
            this.mnuDelete});
			this.contextMenuStrip1.Name = "contextMenuStrip1";
			this.contextMenuStrip1.Size = new System.Drawing.Size(185, 114);
			this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
			// 
			// mnuNewFolder
			// 
			this.mnuNewFolder.Image = ((System.Drawing.Image)(resources.GetObject("mnuNewFolder.Image")));
			this.mnuNewFolder.Name = "mnuNewFolder";
			this.mnuNewFolder.Size = new System.Drawing.Size(184, 22);
			this.mnuNewFolder.Text = "New folder";
			this.mnuNewFolder.Click += new System.EventHandler(this.mnuNewFolder_Click);
			// 
			// mnuNewFile
			// 
			this.mnuNewFile.Image = ((System.Drawing.Image)(resources.GetObject("mnuNewFile.Image")));
			this.mnuNewFile.Name = "mnuNewFile";
			this.mnuNewFile.Size = new System.Drawing.Size(184, 22);
			this.mnuNewFile.Text = "New script file";
			this.mnuNewFile.Click += new System.EventHandler(this.mnuNewFile_Click);
			// 
			// mnuNewStaticFile
			// 
			this.mnuNewStaticFile.Image = ((System.Drawing.Image)(resources.GetObject("mnuNewStaticFile.Image")));
			this.mnuNewStaticFile.Name = "mnuNewStaticFile";
			this.mnuNewStaticFile.Size = new System.Drawing.Size(184, 22);
			this.mnuNewStaticFile.Text = "Add static file";
			this.mnuNewStaticFile.Click += new System.EventHandler(this.mnuNewStaticFile_Click);
			// 
			// mnuAddManyStaticFiles
			// 
			this.mnuAddManyStaticFiles.Image = ((System.Drawing.Image)(resources.GetObject("mnuAddManyStaticFiles.Image")));
			this.mnuAddManyStaticFiles.Name = "mnuAddManyStaticFiles";
			this.mnuAddManyStaticFiles.Size = new System.Drawing.Size(184, 22);
			this.mnuAddManyStaticFiles.Text = "Add many static files";
			this.mnuAddManyStaticFiles.Click += new System.EventHandler(this.mnuAddManyStaticFiles_Click);
			// 
			// mnuDelete
			// 
			this.mnuDelete.Image = ((System.Drawing.Image)(resources.GetObject("mnuDelete.Image")));
			this.mnuDelete.Name = "mnuDelete";
			this.mnuDelete.Size = new System.Drawing.Size(184, 22);
			this.mnuDelete.Text = "Delete";
			this.mnuDelete.Click += new System.EventHandler(this.mnuDelete_Click);
			// 
			// imageList1
			// 
			this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
			this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
			this.imageList1.Images.SetKeyName(0, "folder_closed_16.png");
			this.imageList1.Images.SetKeyName(1, "folder_open_16.png");
			this.imageList1.Images.SetKeyName(2, "VSProject_asp.bmp");
			this.imageList1.Images.SetKeyName(3, "OrgChartHS.png");
			this.imageList1.Images.SetKeyName(4, "VSProject_script.bmp");
			this.imageList1.Images.SetKeyName(5, "new_document_16.png");
			this.imageList1.Images.SetKeyName(6, "folder_green_16.png");
			this.imageList1.Images.SetKeyName(7, "folder_orange_16.png");
			this.imageList1.Images.SetKeyName(8, "doc_green_16.png");
			this.imageList1.Images.SetKeyName(9, "doc_orange_16.png");
			this.imageList1.Images.SetKeyName(10, "doc_lock_16.png");
			// 
			// node2
			// 
			this.node2.Expanded = true;
			this.node2.Image = global::ArchAngel.Workbench.Properties.Resources.folder_16;
			this.node2.Name = "node2";
			this.node2.Text = "Output folder";
			// 
			// elementStyle3
			// 
			this.elementStyle3.BackColor = System.Drawing.Color.White;
			this.elementStyle3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(228)))), ((int)(((byte)(240)))));
			this.elementStyle3.BackColorGradientAngle = 90;
			this.elementStyle3.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle3.BorderBottomWidth = 1;
			this.elementStyle3.BorderColor = System.Drawing.Color.DarkGray;
			this.elementStyle3.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle3.BorderLeftWidth = 1;
			this.elementStyle3.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle3.BorderRightWidth = 1;
			this.elementStyle3.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle3.BorderTopWidth = 1;
			this.elementStyle3.Class = "";
			this.elementStyle3.CornerDiameter = 4;
			this.elementStyle3.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.elementStyle3.Description = "Gray";
			this.elementStyle3.Name = "elementStyle3";
			this.elementStyle3.PaddingBottom = 1;
			this.elementStyle3.PaddingLeft = 1;
			this.elementStyle3.PaddingRight = 1;
			this.elementStyle3.PaddingTop = 1;
			this.elementStyle3.TextColor = System.Drawing.Color.Black;
			// 
			// nodeConnector1
			// 
			this.nodeConnector1.LineColor = System.Drawing.Color.LightGray;
			// 
			// elementStyle1
			// 
			this.elementStyle1.Class = "";
			this.elementStyle1.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
			this.elementStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.elementStyle1.Name = "elementStyle1";
			this.elementStyle1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
			this.elementStyle1.TextTrimming = DevComponents.DotNetBar.eStyleTextTrimming.EllipsisPath;
			// 
			// superTabItem1
			// 
			this.superTabItem1.AttachedControl = this.superTabControlPanel3;
			this.superTabItem1.GlobalItem = false;
			this.superTabItem1.Image = ((System.Drawing.Image)(resources.GetObject("superTabItem1.Image")));
			this.superTabItem1.Name = "superTabItem1";
			superTabLinearGradientColorTable1.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.Gainsboro,
        System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))))};
			superTabItemStateColorTable1.Background = superTabLinearGradientColorTable1;
			superTabColorStates1.Normal = superTabItemStateColorTable1;
			superTabLinearGradientColorTable2.Colors = new System.Drawing.Color[] {
        System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240))))),
        System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(200)))), ((int)(((byte)(200)))))};
			superTabItemStateColorTable2.Background = superTabLinearGradientColorTable2;
			superTabColorStates1.Selected = superTabItemStateColorTable2;
			superTabItemColorTable1.Default = superTabColorStates1;
			this.superTabItem1.TabColor = superTabItemColorTable1;
			this.superTabItem1.Text = "Templates";
			// 
			// expandableSplitter1
			// 
			this.expandableSplitter1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
			this.expandableSplitter1.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.expandableSplitter1.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
			this.expandableSplitter1.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
			this.expandableSplitter1.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter1.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(151)))), ((int)(((byte)(61)))));
			this.expandableSplitter1.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(184)))), ((int)(((byte)(94)))));
			this.expandableSplitter1.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
			this.expandableSplitter1.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
			this.expandableSplitter1.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
			this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(147)))), ((int)(((byte)(207)))));
			this.expandableSplitter1.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
			this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter1.Location = new System.Drawing.Point(200, 68);
			this.expandableSplitter1.Name = "expandableSplitter1";
			this.expandableSplitter1.Size = new System.Drawing.Size(6, 286);
			this.expandableSplitter1.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
			this.expandableSplitter1.TabIndex = 1;
			this.expandableSplitter1.TabStop = false;
			// 
			// panel2
			// 
			this.panel2.Controls.Add(this.superTabControl1);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel2.Location = new System.Drawing.Point(206, 68);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(722, 286);
			this.panel2.TabIndex = 2;
			// 
			// superTabControl1
			// 
			// 
			// 
			// 
			// 
			// 
			// 
			this.superTabControl1.ControlBox.CloseBox.Name = "";
			// 
			// 
			// 
			this.superTabControl1.ControlBox.MenuBox.Name = "";
			this.superTabControl1.ControlBox.Name = "";
			this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabControl1.ControlBox.MenuBox,
            this.superTabControl1.ControlBox.CloseBox});
			this.superTabControl1.ControlBox.Visible = false;
			this.superTabControl1.Controls.Add(this.superTabControlPanel1);
			this.superTabControl1.Controls.Add(this.superTabControlPanel2);
			this.superTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControl1.Location = new System.Drawing.Point(0, 0);
			this.superTabControl1.Name = "superTabControl1";
			this.superTabControl1.ReorderTabsEnabled = true;
			this.superTabControl1.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
			this.superTabControl1.SelectedTabIndex = 1;
			this.superTabControl1.Size = new System.Drawing.Size(722, 286);
			this.superTabControl1.TabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.superTabControl1.TabIndex = 14;
			this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.superTabItemScript,
            this.superTabItemTest});
			this.superTabControl1.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
			this.superTabControl1.Text = "superTabControl1";
			this.superTabControl1.SelectedTabChanged += new System.EventHandler<DevComponents.DotNetBar.SuperTabStripSelectedTabChangedEventArgs>(this.superTabControl1_SelectedTabChanged);
			// 
			// superTabControlPanel1
			// 
			this.superTabControlPanel1.Controls.Add(this.panel4);
			this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel1.Location = new System.Drawing.Point(0, 30);
			this.superTabControlPanel1.Name = "superTabControlPanel1";
			this.superTabControlPanel1.Size = new System.Drawing.Size(722, 256);
			this.superTabControlPanel1.TabIndex = 1;
			this.superTabControlPanel1.TabItem = this.superTabItemScript;
			// 
			// panel4
			// 
			this.panel4.Controls.Add(this.syntaxEditorSkipStaticFile);
			this.panel4.Controls.Add(this.syntaxEditor1);
			this.panel4.Controls.Add(this.panel3);
			this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel4.Location = new System.Drawing.Point(0, 0);
			this.panel4.Name = "panel4";
			this.panel4.Size = new System.Drawing.Size(722, 256);
			this.panel4.TabIndex = 13;
			// 
			// syntaxEditorSkipStaticFile
			// 
			this.syntaxEditorSkipStaticFile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.syntaxEditorSkipStaticFile.Document = document1;
			this.syntaxEditorSkipStaticFile.LineNumberMarginVisible = true;
			this.syntaxEditorSkipStaticFile.Location = new System.Drawing.Point(61, 72);
			this.syntaxEditorSkipStaticFile.Name = "syntaxEditorSkipStaticFile";
			this.syntaxEditorSkipStaticFile.Size = new System.Drawing.Size(152, 44);
			this.syntaxEditorSkipStaticFile.TabIndex = 15;
			this.syntaxEditorSkipStaticFile.TriggerActivated += new ActiproSoftware.SyntaxEditor.TriggerEventHandler(this.syntaxEditorSkipStaticFile_TriggerActivated);
			this.syntaxEditorSkipStaticFile.KeyDown += new System.Windows.Forms.KeyEventHandler(this.syntaxEditorSkipStaticFile_KeyDown);
			// 
			// syntaxEditor1
			// 
			this.syntaxEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.syntaxEditor1.Document = document2;
			this.syntaxEditor1.LineNumberMarginVisible = true;
			this.syntaxEditor1.Location = new System.Drawing.Point(0, 82);
			this.syntaxEditor1.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditor1.Name = "syntaxEditor1";
			this.syntaxEditor1.Size = new System.Drawing.Size(722, 174);
			this.syntaxEditor1.TabIndex = 12;
			this.syntaxEditor1.TriggerActivated += new ActiproSoftware.SyntaxEditor.TriggerEventHandler(this.syntaxEditor1_TriggerActivated);
			this.syntaxEditor1.ViewMouseHover += new ActiproSoftware.SyntaxEditor.EditorViewMouseEventHandler(this.syntaxEditor1_ViewMouseHover);
			this.syntaxEditor1.TextChanged += new System.EventHandler(this.syntaxEditor1_TextChanged);
			this.syntaxEditor1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.syntaxEditor1_KeyDown);
			// 
			// panel3
			// 
			this.panel3.Controls.Add(this.comboBoxEncoding);
			this.panel3.Controls.Add(this.labelSkipStaticFile);
			this.panel3.Controls.Add(this.comboBoxStaticFiles);
			this.panel3.Controls.Add(this.syntaxEditorFilename);
			this.panel3.Controls.Add(this.comboBoxSyntax);
			this.panel3.Controls.Add(this.comboBoxIterator);
			this.panel3.Controls.Add(this.labelHeader);
			this.panel3.Controls.Add(this.labelFilename);
			this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel3.Location = new System.Drawing.Point(0, 0);
			this.panel3.Name = "panel3";
			this.panel3.Size = new System.Drawing.Size(722, 82);
			this.panel3.TabIndex = 0;
			// 
			// comboBoxEncoding
			// 
			this.comboBoxEncoding.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.comboBoxEncoding.DisplayMember = "Text";
			this.comboBoxEncoding.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.comboBoxEncoding.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxEncoding.FormattingEnabled = true;
			this.comboBoxEncoding.ItemHeight = 14;
			this.comboBoxEncoding.Location = new System.Drawing.Point(640, 8);
			this.comboBoxEncoding.Name = "comboBoxEncoding";
			this.comboBoxEncoding.Size = new System.Drawing.Size(73, 20);
			this.comboBoxEncoding.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.superTooltip1.SetSuperTooltip(this.comboBoxEncoding, new DevComponents.DotNetBar.SuperTooltipInfo("Encoding", "<b><font color=\"Red\">Note:</font> If an XML file has <i>encoding=\"utf-8\"</i> then" +
            " be sure to set the encoding to UTF8.</b>", "The encoding to use when writing the file to disk. The default is Unicode.", ((System.Drawing.Image)(resources.GetObject("comboBoxEncoding.SuperTooltip"))), ((System.Drawing.Image)(resources.GetObject("comboBoxEncoding.SuperTooltip1"))), DevComponents.DotNetBar.eTooltipColor.Gray));
			this.comboBoxEncoding.TabIndex = 16;
			// 
			// labelSkipStaticFile
			// 
			this.labelSkipStaticFile.AutoSize = true;
			this.labelSkipStaticFile.ForeColor = System.Drawing.Color.White;
			this.labelSkipStaticFile.Location = new System.Drawing.Point(6, 67);
			this.labelSkipStaticFile.Name = "labelSkipStaticFile";
			this.labelSkipStaticFile.Size = new System.Drawing.Size(104, 13);
			this.labelSkipStaticFile.TabIndex = 15;
			this.labelSkipStaticFile.Text = "Pre-generation script";
			// 
			// comboBoxStaticFiles
			// 
			this.comboBoxStaticFiles.DisplayMember = "Text";
			this.comboBoxStaticFiles.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.comboBoxStaticFiles.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxStaticFiles.FormattingEnabled = true;
			this.comboBoxStaticFiles.ItemHeight = 14;
			this.comboBoxStaticFiles.Location = new System.Drawing.Point(277, 8);
			this.comboBoxStaticFiles.Name = "comboBoxStaticFiles";
			this.comboBoxStaticFiles.Size = new System.Drawing.Size(247, 20);
			this.comboBoxStaticFiles.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.superTooltip1.SetSuperTooltip(this.comboBoxStaticFiles, new DevComponents.DotNetBar.SuperTooltipInfo("Static files", "<b>Add and remove available static files by clicking the \'Resources\' tab on the l" +
            "eft of the screen.</b>", "Static files are binary files eg: gif, jpg, dll. You can change the name in the F" +
            "ilename textbox. ", ((System.Drawing.Image)(resources.GetObject("comboBoxStaticFiles.SuperTooltip"))), ((System.Drawing.Image)(resources.GetObject("comboBoxStaticFiles.SuperTooltip1"))), DevComponents.DotNetBar.eTooltipColor.Gray));
			this.comboBoxStaticFiles.TabIndex = 14;
			this.comboBoxStaticFiles.SelectedIndexChanged += new System.EventHandler(this.comboBoxStaticFiles_SelectedIndexChanged);
			// 
			// syntaxEditorFilename
			// 
			this.syntaxEditorFilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			document3.Multiline = false;
			this.syntaxEditorFilename.Document = document3;
			this.syntaxEditorFilename.IndicatorMarginVisible = false;
			this.syntaxEditorFilename.Location = new System.Drawing.Point(75, 48);
			this.syntaxEditorFilename.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorFilename.Name = "syntaxEditorFilename";
			this.syntaxEditorFilename.Size = new System.Drawing.Size(612, 22);
			this.syntaxEditorFilename.TabIndex = 13;
			this.syntaxEditorFilename.TriggerActivated += new ActiproSoftware.SyntaxEditor.TriggerEventHandler(this.syntaxEditorFilename_TriggerActivated);
			this.syntaxEditorFilename.TextChanged += new System.EventHandler(this.syntaxEditorFilename_TextChanged);
			this.syntaxEditorFilename.KeyDown += new System.Windows.Forms.KeyEventHandler(this.syntaxEditorFilename_KeyDown);
			// 
			// comboBoxSyntax
			// 
			this.comboBoxSyntax.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.comboBoxSyntax.DisplayMember = "Text";
			this.comboBoxSyntax.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.comboBoxSyntax.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxSyntax.FormattingEnabled = true;
			this.comboBoxSyntax.ItemHeight = 14;
			this.comboBoxSyntax.Location = new System.Drawing.Point(550, 8);
			this.comboBoxSyntax.Name = "comboBoxSyntax";
			this.comboBoxSyntax.Size = new System.Drawing.Size(73, 20);
			this.comboBoxSyntax.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.superTooltip1.SetSuperTooltip(this.comboBoxSyntax, new DevComponents.DotNetBar.SuperTooltipInfo("Output syntax", "", "Specifying the syntax of the text that will be output will ensure that the syntax" +
            "-highlightling in the editor is correct.", ((System.Drawing.Image)(resources.GetObject("comboBoxSyntax.SuperTooltip"))), null, DevComponents.DotNetBar.eTooltipColor.Gray));
			this.comboBoxSyntax.TabIndex = 4;
			this.comboBoxSyntax.SelectedIndexChanged += new System.EventHandler(this.comboBoxSyntax_SelectedIndexChanged);
			// 
			// comboBoxIterator
			// 
			this.comboBoxIterator.DisplayMember = "Text";
			this.comboBoxIterator.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.comboBoxIterator.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxIterator.FormattingEnabled = true;
			this.comboBoxIterator.ItemHeight = 14;
			this.comboBoxIterator.Location = new System.Drawing.Point(87, 8);
			this.comboBoxIterator.Name = "comboBoxIterator";
			this.comboBoxIterator.Size = new System.Drawing.Size(175, 20);
			this.comboBoxIterator.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.superTooltip1.SetSuperTooltip(this.comboBoxIterator, new DevComponents.DotNetBar.SuperTooltipInfo("Iterator", "", "This controls how many files will be created. Eg: setting to to \'one per Entity\' " +
            "will cause one file to be created for every entity. The parameter object that yo" +
            "u use in script will be \'entity\'.", ((System.Drawing.Image)(resources.GetObject("comboBoxIterator.SuperTooltip"))), null, DevComponents.DotNetBar.eTooltipColor.Gray));
			this.comboBoxIterator.TabIndex = 1;
			this.comboBoxIterator.SelectedIndexChanged += new System.EventHandler(this.comboBoxIterator_SelectedIndexChanged);
			// 
			// labelHeader
			// 
			this.labelHeader.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelHeader.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(224)))), ((int)(((byte)(123)))));
			this.labelHeader.BackgroundStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(113)))), ((int)(((byte)(21)))));
			this.labelHeader.BackgroundStyle.BackColorGradientAngle = 90;
			this.labelHeader.BackgroundStyle.Class = "";
			this.labelHeader.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelHeader.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelHeader.Image = ((System.Drawing.Image)(resources.GetObject("labelHeader.Image")));
			this.labelHeader.Location = new System.Drawing.Point(0, 0);
			this.labelHeader.Name = "labelHeader";
			this.labelHeader.PaddingLeft = 10;
			this.labelHeader.Size = new System.Drawing.Size(722, 35);
			this.labelHeader.TabIndex = 6;
			this.labelHeader.Text = "  File";
			// 
			// labelFilename
			// 
			this.labelFilename.AutoSize = true;
			this.labelFilename.ForeColor = System.Drawing.Color.White;
			this.labelFilename.Location = new System.Drawing.Point(21, 48);
			this.labelFilename.Name = "labelFilename";
			this.labelFilename.Size = new System.Drawing.Size(49, 13);
			this.labelFilename.TabIndex = 2;
			this.labelFilename.Text = "Filename";
			// 
			// superTabItemScript
			// 
			this.superTabItemScript.AttachedControl = this.superTabControlPanel1;
			this.superTabItemScript.GlobalItem = false;
			this.superTabItemScript.Image = ((System.Drawing.Image)(resources.GetObject("superTabItemScript.Image")));
			this.superTabItemScript.Name = "superTabItemScript";
			this.superTabItemScript.Text = " Script ";
			// 
			// superTabControlPanel2
			// 
			this.superTabControlPanel2.Controls.Add(this.panel5);
			this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel2.Location = new System.Drawing.Point(0, 0);
			this.superTabControlPanel2.Name = "superTabControlPanel2";
			this.superTabControlPanel2.Size = new System.Drawing.Size(722, 286);
			this.superTabControlPanel2.TabIndex = 0;
			this.superTabControlPanel2.TabItem = this.superTabItemTest;
			// 
			// panel5
			// 
			this.panel5.Controls.Add(this.syntaxEditorTest);
			this.panel5.Controls.Add(this.labelResults);
			this.panel5.Controls.Add(this.panel6);
			this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel5.Location = new System.Drawing.Point(0, 0);
			this.panel5.Name = "panel5";
			this.panel5.Size = new System.Drawing.Size(722, 286);
			this.panel5.TabIndex = 0;
			// 
			// syntaxEditorTest
			// 
			this.syntaxEditorTest.Dock = System.Windows.Forms.DockStyle.Fill;
			document4.ReadOnly = true;
			this.syntaxEditorTest.Document = document4;
			this.syntaxEditorTest.LineNumberMarginVisible = true;
			this.syntaxEditorTest.Location = new System.Drawing.Point(0, 102);
			this.syntaxEditorTest.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorTest.Name = "syntaxEditorTest";
			this.syntaxEditorTest.Size = new System.Drawing.Size(722, 184);
			this.syntaxEditorTest.TabIndex = 13;
			// 
			// labelResults
			// 
			this.labelResults.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelResults.BackgroundStyle.BackColor = System.Drawing.Color.GreenYellow;
			this.labelResults.BackgroundStyle.BackColor2 = System.Drawing.Color.Green;
			this.labelResults.BackgroundStyle.BackColorGradientAngle = 90;
			this.labelResults.BackgroundStyle.Class = "";
			this.labelResults.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelResults.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelResults.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.labelResults.Image = ((System.Drawing.Image)(resources.GetObject("labelResults.Image")));
			this.labelResults.Location = new System.Drawing.Point(0, 67);
			this.labelResults.Name = "labelResults";
			this.labelResults.PaddingLeft = 10;
			this.labelResults.Size = new System.Drawing.Size(722, 35);
			this.labelResults.TabIndex = 89;
			this.labelResults.Text = "  Results";
			// 
			// panel6
			// 
			this.panel6.Controls.Add(this.buttonTest);
			this.panel6.Controls.Add(this.crumbBarTestObjects);
			this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel6.Location = new System.Drawing.Point(0, 0);
			this.panel6.Name = "panel6";
			this.panel6.Size = new System.Drawing.Size(722, 67);
			this.panel6.TabIndex = 90;
			// 
			// buttonTest
			// 
			this.buttonTest.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonTest.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonTest.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonTest.HoverImage")));
			this.buttonTest.Image = ((System.Drawing.Image)(resources.GetObject("buttonTest.Image")));
			this.buttonTest.Location = new System.Drawing.Point(6, 15);
			this.buttonTest.Name = "buttonTest";
			this.buttonTest.Size = new System.Drawing.Size(81, 38);
			this.buttonTest.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonTest.TabIndex = 86;
			this.buttonTest.Text = "   Test";
			this.buttonTest.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonTest.Click += new System.EventHandler(this.buttonTest_Click);
			// 
			// crumbBarTestObjects
			// 
			this.crumbBarTestObjects.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.crumbBarTestObjects.AutoSize = true;
			// 
			// 
			// 
			this.crumbBarTestObjects.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(250)))), ((int)(((byte)(253)))));
			this.crumbBarTestObjects.BackgroundStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.crumbBarTestObjects.BackgroundStyle.BorderBottomWidth = 1;
			this.crumbBarTestObjects.BackgroundStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(89)))), ((int)(((byte)(94)))));
			this.crumbBarTestObjects.BackgroundStyle.BorderColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(180)))), ((int)(((byte)(191)))));
			this.crumbBarTestObjects.BackgroundStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.crumbBarTestObjects.BackgroundStyle.BorderLeftWidth = 1;
			this.crumbBarTestObjects.BackgroundStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.crumbBarTestObjects.BackgroundStyle.BorderRightWidth = 1;
			this.crumbBarTestObjects.BackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.crumbBarTestObjects.BackgroundStyle.BorderTopWidth = 1;
			this.crumbBarTestObjects.BackgroundStyle.Class = "";
			this.crumbBarTestObjects.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.crumbBarTestObjects.ContainerControlProcessDialogKey = true;
			this.crumbBarTestObjects.Images = this.imageListCrumbBar;
			this.crumbBarTestObjects.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			this.crumbBarTestObjects.Location = new System.Drawing.Point(93, 23);
			this.crumbBarTestObjects.Name = "crumbBarTestObjects";
			this.crumbBarTestObjects.Size = new System.Drawing.Size(602, 22);
			this.crumbBarTestObjects.TabIndex = 85;
			this.crumbBarTestObjects.SelectedItemChanged += new DevComponents.DotNetBar.CrumBarSelectionEventHandler(this.crumbBarTestObjects_SelectedItemChanged);
			// 
			// imageListCrumbBar
			// 
			this.imageListCrumbBar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListCrumbBar.ImageStream")));
			this.imageListCrumbBar.TransparentColor = System.Drawing.Color.Transparent;
			this.imageListCrumbBar.Images.SetKeyName(0, "EntityDataModel_entity_type_16x16.png");
			this.imageListCrumbBar.Images.SetKeyName(1, "thesaurus_orange_16.png");
			this.imageListCrumbBar.Images.SetKeyName(2, "EntityDataModel_complex_type_16x16.png");
			this.imageListCrumbBar.Images.SetKeyName(3, "DatabaseTable.png");
			this.imageListCrumbBar.Images.SetKeyName(4, "field_down16.png");
			// 
			// superTabItemTest
			// 
			this.superTabItemTest.AttachedControl = this.superTabControlPanel2;
			this.superTabItemTest.GlobalItem = false;
			this.superTabItemTest.Image = ((System.Drawing.Image)(resources.GetObject("superTabItemTest.Image")));
			this.superTabItemTest.Name = "superTabItemTest";
			this.superTabItemTest.Text = " Test ";
			// 
			// labelX2
			// 
			this.labelX2.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelX2.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
			this.labelX2.BackgroundStyle.BackColor2 = System.Drawing.Color.Black;
			this.labelX2.BackgroundStyle.BackColorGradientAngle = 90;
			this.labelX2.BackgroundStyle.Class = "";
			this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX2.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelX2.Location = new System.Drawing.Point(0, 0);
			this.labelX2.Name = "labelX2";
			this.labelX2.Size = new System.Drawing.Size(928, 68);
			this.labelX2.TabIndex = 66;
			// 
			// buttonSave
			// 
			this.buttonSave.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonSave.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonSave.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonSave.HoverImage")));
			this.buttonSave.Image = ((System.Drawing.Image)(resources.GetObject("buttonSave.Image")));
			this.buttonSave.Location = new System.Drawing.Point(237, 24);
			this.buttonSave.Name = "buttonSave";
			this.buttonSave.Size = new System.Drawing.Size(38, 23);
			this.buttonSave.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonSave.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.buttonSaveAs,
            this.buttonExport});
			this.buttonSave.TabIndex = 67;
			this.buttonSave.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
			// 
			// buttonSaveAs
			// 
			this.buttonSaveAs.GlobalItem = false;
			this.buttonSaveAs.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonSaveAs.HoverImage")));
			this.buttonSaveAs.Image = ((System.Drawing.Image)(resources.GetObject("buttonSaveAs.Image")));
			this.buttonSaveAs.Name = "buttonSaveAs";
			this.buttonSaveAs.Text = "Save As...";
			this.buttonSaveAs.Click += new System.EventHandler(this.buttonSaveAs_Click);
			// 
			// buttonExport
			// 
			this.buttonExport.GlobalItem = false;
			this.buttonExport.Image = ((System.Drawing.Image)(resources.GetObject("buttonExport.Image")));
			this.buttonExport.Name = "buttonExport";
			this.buttonExport.Text = "Export...";
			this.buttonExport.Visible = false;
			// 
			// comboBoxTemplates
			// 
			this.comboBoxTemplates.DisplayMember = "Text";
			this.comboBoxTemplates.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.comboBoxTemplates.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxTemplates.FormattingEnabled = true;
			this.comboBoxTemplates.ItemHeight = 14;
			this.comboBoxTemplates.Location = new System.Drawing.Point(18, 27);
			this.comboBoxTemplates.Name = "comboBoxTemplates";
			this.comboBoxTemplates.Size = new System.Drawing.Size(213, 20);
			this.comboBoxTemplates.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.superTooltip1.SetSuperTooltip(this.comboBoxTemplates, new DevComponents.DotNetBar.SuperTooltipInfo("Select Template", "", "Select which template must be used to generate the files.", ((System.Drawing.Image)(resources.GetObject("comboBoxTemplates.SuperTooltip"))), null, DevComponents.DotNetBar.eTooltipColor.Gray));
			this.comboBoxTemplates.TabIndex = 70;
			this.comboBoxTemplates.SelectedIndexChanged += new System.EventHandler(this.comboBoxTemplates_SelectedIndexChanged);
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
			this.label2.ForeColor = System.Drawing.Color.White;
			this.label2.Location = new System.Drawing.Point(15, 11);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(51, 13);
			this.label2.TabIndex = 71;
			this.label2.Text = "Template";
			// 
			// superTooltip1
			// 
			this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			// 
			// comboBoxDelimiter
			// 
			this.comboBoxDelimiter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.comboBoxDelimiter.DisplayMember = "Text";
			this.comboBoxDelimiter.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
			this.comboBoxDelimiter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxDelimiter.FormattingEnabled = true;
			this.comboBoxDelimiter.ItemHeight = 14;
			this.comboBoxDelimiter.Items.AddRange(new object[] {
            this.comboItem1,
            this.comboItem2});
			this.comboBoxDelimiter.Location = new System.Drawing.Point(741, 27);
			this.comboBoxDelimiter.Name = "comboBoxDelimiter";
			this.comboBoxDelimiter.Size = new System.Drawing.Size(178, 20);
			this.comboBoxDelimiter.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.superTooltip1.SetSuperTooltip(this.comboBoxDelimiter, new DevComponents.DotNetBar.SuperTooltipInfo("Select delimiter style", "", "Select the type of script-delimiter to use:\r\n\r\nASP:  <%  %>\r\nT4:    <#  #>", ((System.Drawing.Image)(resources.GetObject("comboBoxDelimiter.SuperTooltip"))), null, DevComponents.DotNetBar.eTooltipColor.Gray));
			this.comboBoxDelimiter.TabIndex = 83;
			this.comboBoxDelimiter.SelectedIndexChanged += new System.EventHandler(this.comboBoxDelimiter_SelectedIndexChanged);
			// 
			// comboItem1
			// 
			this.comboItem1.Text = "ASP <%...%>";
			// 
			// comboItem2
			// 
			this.comboItem2.Text = "T4 <#...#>";
			// 
			// dotNetBarManager1
			// 
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
			this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
			this.dotNetBarManager1.BottomDockSite = this.dockSite4;
			this.dotNetBarManager1.EnableFullSizeDock = false;
			this.dotNetBarManager1.LeftDockSite = this.dockSite1;
			this.dotNetBarManager1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			this.dotNetBarManager1.ParentForm = null;
			this.dotNetBarManager1.ParentUserControl = this;
			this.dotNetBarManager1.RightDockSite = this.dockSite2;
			this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
			this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
			this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
			this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
			this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
			this.dotNetBarManager1.TopDockSite = this.dockSite3;
			// 
			// dockSite4
			// 
			this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.dockSite4.Controls.Add(this.bar1);
			this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
            ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.bar1, 928, 130)))}, DevComponents.DotNetBar.eOrientation.Vertical);
			this.dockSite4.Location = new System.Drawing.Point(0, 354);
			this.dockSite4.Name = "dockSite4";
			this.dockSite4.Size = new System.Drawing.Size(928, 133);
			this.dockSite4.TabIndex = 78;
			this.dockSite4.TabStop = false;
			// 
			// bar1
			// 
			this.bar1.AccessibleDescription = "DotNetBar Bar (bar1)";
			this.bar1.AccessibleName = "DotNetBar Bar";
			this.bar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
			this.bar1.AutoSyncBarCaption = true;
			this.bar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
			this.bar1.CloseSingleTab = true;
			this.bar1.Controls.Add(this.panelDockContainer3);
			this.bar1.Controls.Add(this.panelDockContainer2);
			this.bar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.bar1.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
			this.bar1.Images = this.imageList1;
			this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.dockContainerItemErrors,
            this.dockContainerItemFindResults});
			this.bar1.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
			this.bar1.Location = new System.Drawing.Point(0, 3);
			this.bar1.Name = "bar1";
			this.bar1.SelectedDockTab = 0;
			this.bar1.Size = new System.Drawing.Size(928, 130);
			this.bar1.Stretch = true;
			this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
			this.bar1.TabIndex = 0;
			this.bar1.TabStop = false;
			this.bar1.Text = "Errors";
			// 
			// panelDockContainer3
			// 
			this.panelDockContainer3.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
			this.panelDockContainer3.Controls.Add(this.dataGridViewErrors);
			this.panelDockContainer3.Location = new System.Drawing.Point(3, 23);
			this.panelDockContainer3.Name = "panelDockContainer3";
			this.panelDockContainer3.Size = new System.Drawing.Size(922, 79);
			this.panelDockContainer3.Style.Alignment = System.Drawing.StringAlignment.Center;
			this.panelDockContainer3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.panelDockContainer3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
			this.panelDockContainer3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.panelDockContainer3.Style.GradientAngle = 90;
			this.panelDockContainer3.TabIndex = 4;
			// 
			// dataGridViewErrors
			// 
			this.dataGridViewErrors.AllowUserToAddRows = false;
			this.dataGridViewErrors.AllowUserToDeleteRows = false;
			this.dataGridViewErrors.AllowUserToResizeRows = false;
			this.dataGridViewErrors.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dataGridViewErrors.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColFunctionId,
            this.ColCategory,
            this.ColDescription,
            this.ColFile,
            this.ColCodeFunction,
            this.ColLine,
            this.ColColumn});
			dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
			dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
			this.dataGridViewErrors.DefaultCellStyle = dataGridViewCellStyle1;
			this.dataGridViewErrors.Dock = System.Windows.Forms.DockStyle.Fill;
			this.dataGridViewErrors.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
			this.dataGridViewErrors.Location = new System.Drawing.Point(0, 0);
			this.dataGridViewErrors.Name = "dataGridViewErrors";
			this.dataGridViewErrors.ReadOnly = true;
			this.dataGridViewErrors.RowHeadersVisible = false;
			this.dataGridViewErrors.RowTemplate.Height = 24;
			this.dataGridViewErrors.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
			this.dataGridViewErrors.ShowEditingIcon = false;
			this.dataGridViewErrors.Size = new System.Drawing.Size(922, 79);
			this.dataGridViewErrors.TabIndex = 1;
			this.dataGridViewErrors.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewErrors_RowEnter);
			// 
			// ColFunctionId
			// 
			this.ColFunctionId.HeaderText = "FunctionID";
			this.ColFunctionId.Name = "ColFunctionId";
			this.ColFunctionId.ReadOnly = true;
			this.ColFunctionId.Visible = false;
			// 
			// ColCategory
			// 
			this.ColCategory.HeaderText = "";
			this.ColCategory.Name = "ColCategory";
			this.ColCategory.ReadOnly = true;
			this.ColCategory.Width = 40;
			// 
			// ColDescription
			// 
			this.ColDescription.HeaderText = "Description";
			this.ColDescription.Name = "ColDescription";
			this.ColDescription.ReadOnly = true;
			this.ColDescription.Width = 300;
			// 
			// ColFile
			// 
			this.ColFile.HeaderText = "File";
			this.ColFile.Name = "ColFile";
			this.ColFile.ReadOnly = true;
			// 
			// ColCodeFunction
			// 
			this.ColCodeFunction.HeaderText = "Function";
			this.ColCodeFunction.Name = "ColCodeFunction";
			this.ColCodeFunction.ReadOnly = true;
			// 
			// ColLine
			// 
			this.ColLine.HeaderText = "Line";
			this.ColLine.Name = "ColLine";
			this.ColLine.ReadOnly = true;
			this.ColLine.Width = 60;
			// 
			// ColColumn
			// 
			this.ColColumn.HeaderText = "Column";
			this.ColColumn.Name = "ColColumn";
			this.ColColumn.ReadOnly = true;
			this.ColColumn.Width = 60;
			// 
			// panelDockContainer2
			// 
			this.panelDockContainer2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
			this.panelDockContainer2.Controls.Add(this.ucFindResults1);
			this.panelDockContainer2.Location = new System.Drawing.Point(3, 23);
			this.panelDockContainer2.Name = "panelDockContainer2";
			this.panelDockContainer2.Size = new System.Drawing.Size(922, 79);
			this.panelDockContainer2.Style.Alignment = System.Drawing.StringAlignment.Center;
			this.panelDockContainer2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.panelDockContainer2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
			this.panelDockContainer2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.panelDockContainer2.Style.GradientAngle = 90;
			this.panelDockContainer2.TabIndex = 2;
			// 
			// ucFindResults1
			// 
			this.ucFindResults1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
			this.ucFindResults1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.ucFindResults1.Location = new System.Drawing.Point(0, 0);
			this.ucFindResults1.Margin = new System.Windows.Forms.Padding(2);
			this.ucFindResults1.Name = "ucFindResults1";
			this.ucFindResults1.Size = new System.Drawing.Size(922, 79);
			this.ucFindResults1.TabIndex = 0;
			// 
			// dockContainerItemErrors
			// 
			this.dockContainerItemErrors.Control = this.panelDockContainer3;
			this.dockContainerItemErrors.Image = global::ArchAngel.Workbench.Properties.Resources.error_16;
			this.dockContainerItemErrors.Name = "dockContainerItemErrors";
			this.dockContainerItemErrors.Text = "Errors";
			// 
			// dockContainerItemFindResults
			// 
			this.dockContainerItemFindResults.Control = this.panelDockContainer2;
			this.dockContainerItemFindResults.Image = ((System.Drawing.Image)(resources.GetObject("dockContainerItemFindResults.Image")));
			this.dockContainerItemFindResults.Name = "dockContainerItemFindResults";
			this.dockContainerItemFindResults.Text = "Find Results";
			// 
			// dockSite1
			// 
			this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
			this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
			this.dockSite1.Location = new System.Drawing.Point(206, 68);
			this.dockSite1.Name = "dockSite1";
			this.dockSite1.Size = new System.Drawing.Size(0, 286);
			this.dockSite1.TabIndex = 75;
			this.dockSite1.TabStop = false;
			// 
			// dockSite2
			// 
			this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
			this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
			this.dockSite2.Location = new System.Drawing.Point(928, 68);
			this.dockSite2.Name = "dockSite2";
			this.dockSite2.Size = new System.Drawing.Size(0, 286);
			this.dockSite2.TabIndex = 76;
			this.dockSite2.TabStop = false;
			// 
			// dockSite8
			// 
			this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.dockSite8.Location = new System.Drawing.Point(0, 487);
			this.dockSite8.Name = "dockSite8";
			this.dockSite8.Size = new System.Drawing.Size(928, 0);
			this.dockSite8.TabIndex = 82;
			this.dockSite8.TabStop = false;
			// 
			// dockSite5
			// 
			this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
			this.dockSite5.Location = new System.Drawing.Point(0, 68);
			this.dockSite5.Name = "dockSite5";
			this.dockSite5.Size = new System.Drawing.Size(0, 419);
			this.dockSite5.TabIndex = 79;
			this.dockSite5.TabStop = false;
			// 
			// dockSite6
			// 
			this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
			this.dockSite6.Location = new System.Drawing.Point(928, 68);
			this.dockSite6.Name = "dockSite6";
			this.dockSite6.Size = new System.Drawing.Size(0, 419);
			this.dockSite6.TabIndex = 80;
			this.dockSite6.TabStop = false;
			// 
			// dockSite7
			// 
			this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
			this.dockSite7.Location = new System.Drawing.Point(0, 68);
			this.dockSite7.Name = "dockSite7";
			this.dockSite7.Size = new System.Drawing.Size(928, 0);
			this.dockSite7.TabIndex = 81;
			this.dockSite7.TabStop = false;
			// 
			// dockSite3
			// 
			this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
			this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
			this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
			this.dockSite3.Location = new System.Drawing.Point(0, 68);
			this.dockSite3.Name = "dockSite3";
			this.dockSite3.Size = new System.Drawing.Size(928, 0);
			this.dockSite3.TabIndex = 77;
			this.dockSite3.TabStop = false;
			// 
			// dockContainerItem1
			// 
			this.dockContainerItem1.Image = ((System.Drawing.Image)(resources.GetObject("dockContainerItem1.Image")));
			this.dockContainerItem1.Name = "dockContainerItem1";
			this.dockContainerItem1.Text = " Error List";
			// 
			// panelDockContainer1
			// 
			this.panelDockContainer1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
			this.panelDockContainer1.Location = new System.Drawing.Point(3, 23);
			this.panelDockContainer1.Name = "panelDockContainer1";
			this.panelDockContainer1.Size = new System.Drawing.Size(922, 79);
			this.panelDockContainer1.Style.Alignment = System.Drawing.StringAlignment.Center;
			this.panelDockContainer1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
			this.panelDockContainer1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
			this.panelDockContainer1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
			this.panelDockContainer1.Style.ForeColor.Color = System.Drawing.Color.White;
			this.panelDockContainer1.Style.GradientAngle = 90;
			this.panelDockContainer1.TabIndex = 0;
			// 
			// highlighter1
			// 
			this.highlighter1.ContainerControl = this;
			this.highlighter1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			// 
			// timer1
			// 
			this.timer1.Interval = 600;
			this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
			// 
			// syntaxEditorOffscreen
			// 
			this.syntaxEditorOffscreen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
			this.syntaxEditorOffscreen.CausesValidation = false;
			this.syntaxEditorOffscreen.Document = document5;
			this.syntaxEditorOffscreen.IndicatorMarginVisible = false;
			this.syntaxEditorOffscreen.Location = new System.Drawing.Point(281, 11);
			this.syntaxEditorOffscreen.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorOffscreen.Name = "syntaxEditorOffscreen";
			this.syntaxEditorOffscreen.ScrollBarType = ActiproSoftware.SyntaxEditor.ScrollBarType.None;
			this.syntaxEditorOffscreen.Size = new System.Drawing.Size(16, 33);
			this.syntaxEditorOffscreen.TabIndex = 14;
			this.syntaxEditorOffscreen.Visible = false;
			// 
			// backgroundWorkerAddReferences
			// 
			this.backgroundWorkerAddReferences.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerAddReferences_DoWork);
			// 
			// dataGridViewTextBoxColumn1
			// 
			this.dataGridViewTextBoxColumn1.HeaderText = "";
			this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
			this.dataGridViewTextBoxColumn1.ReadOnly = true;
			this.dataGridViewTextBoxColumn1.Visible = false;
			this.dataGridViewTextBoxColumn1.Width = 40;
			// 
			// dataGridViewTextBoxColumn2
			// 
			this.dataGridViewTextBoxColumn2.HeaderText = "Description";
			this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
			this.dataGridViewTextBoxColumn2.ReadOnly = true;
			this.dataGridViewTextBoxColumn2.Width = 300;
			// 
			// dataGridViewTextBoxColumn3
			// 
			this.dataGridViewTextBoxColumn3.HeaderText = "File";
			this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
			this.dataGridViewTextBoxColumn3.ReadOnly = true;
			this.dataGridViewTextBoxColumn3.Width = 300;
			// 
			// dataGridViewTextBoxColumn4
			// 
			this.dataGridViewTextBoxColumn4.HeaderText = "Line";
			this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
			this.dataGridViewTextBoxColumn4.ReadOnly = true;
			this.dataGridViewTextBoxColumn4.Width = 60;
			// 
			// dataGridViewTextBoxColumn5
			// 
			this.dataGridViewTextBoxColumn5.HeaderText = "Column";
			this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
			this.dataGridViewTextBoxColumn5.ReadOnly = true;
			this.dataGridViewTextBoxColumn5.Width = 60;
			// 
			// dataGridViewTextBoxColumn6
			// 
			this.dataGridViewTextBoxColumn6.HeaderText = "Column";
			this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
			this.dataGridViewTextBoxColumn6.ReadOnly = true;
			this.dataGridViewTextBoxColumn6.Width = 60;
			// 
			// dataGridViewTextBoxColumn7
			// 
			this.dataGridViewTextBoxColumn7.HeaderText = "Column";
			this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
			this.dataGridViewTextBoxColumn7.Width = 60;
			// 
			// label1
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.label1.AutoSize = true;
			this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
			this.label1.ForeColor = System.Drawing.Color.White;
			this.label1.Location = new System.Drawing.Point(738, 11);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(71, 13);
			this.label1.TabIndex = 84;
			this.label1.Text = "Delimiter style";
			// 
			// Templates
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
			this.Controls.Add(this.label1);
			this.Controls.Add(this.dockSite2);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.dockSite1);
			this.Controls.Add(this.comboBoxDelimiter);
			this.Controls.Add(this.buttonSave);
			this.Controls.Add(this.panel2);
			this.Controls.Add(this.expandableSplitter1);
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.dockSite3);
			this.Controls.Add(this.syntaxEditorOffscreen);
			this.Controls.Add(this.dockSite4);
			this.Controls.Add(this.comboBoxTemplates);
			this.Controls.Add(this.dockSite5);
			this.Controls.Add(this.dockSite6);
			this.Controls.Add(this.dockSite7);
			this.Controls.Add(this.dockSite8);
			this.Controls.Add(this.labelX2);
			this.Margin = new System.Windows.Forms.Padding(4);
			this.Name = "Templates";
			this.Size = new System.Drawing.Size(928, 487);
			this.panel1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.superTabControl2)).EndInit();
			this.superTabControl2.ResumeLayout(false);
			this.superTabControlPanel4.ResumeLayout(false);
			this.panel7.ResumeLayout(false);
			this.contextMenuStaticFiles.ResumeLayout(false);
			this.superTabControlPanel3.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.treeFiles)).EndInit();
			this.contextMenuStrip1.ResumeLayout(false);
			this.panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
			this.superTabControl1.ResumeLayout(false);
			this.superTabControlPanel1.ResumeLayout(false);
			this.panel4.ResumeLayout(false);
			this.panel3.ResumeLayout(false);
			this.panel3.PerformLayout();
			this.superTabControlPanel2.ResumeLayout(false);
			this.panel5.ResumeLayout(false);
			this.panel6.ResumeLayout(false);
			this.panel6.PerformLayout();
			this.dockSite4.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
			this.bar1.ResumeLayout(false);
			this.panelDockContainer3.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewErrors)).EndInit();
			this.panelDockContainer2.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
Пример #20
0
 /// <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(ucMerger));
     ActiproSoftware.SyntaxEditor.Document            document3 = new ActiproSoftware.SyntaxEditor.Document();
     ActiproSoftware.Drawing.MultiColorLinearGradient multiColorLinearGradient3 = new ActiproSoftware.Drawing.MultiColorLinearGradient();
     System.Windows.Forms.TreeNode treeNode6  = new System.Windows.Forms.TreeNode("Node0");
     System.Windows.Forms.TreeNode treeNode7  = new System.Windows.Forms.TreeNode("Node1");
     System.Windows.Forms.TreeNode treeNode8  = new System.Windows.Forms.TreeNode("Node3");
     System.Windows.Forms.TreeNode treeNode9  = new System.Windows.Forms.TreeNode("Node4");
     System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("Node2", new System.Windows.Forms.TreeNode[] {
         treeNode8,
         treeNode9
     });
     ActiproSoftware.SyntaxEditor.Document            document4 = new ActiproSoftware.SyntaxEditor.Document();
     ActiproSoftware.Drawing.MultiColorLinearGradient multiColorLinearGradient4 = new ActiproSoftware.Drawing.MultiColorLinearGradient();
     this.imageList1           = new System.Windows.Forms.ImageList(this.components);
     this.btnPopulateTree      = new System.Windows.Forms.Button();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     this.tabStrip1            = new ActiproSoftware.UIStudio.TabStrip.TabStrip();
     this.tabStripPage1        = new ActiproSoftware.UIStudio.TabStrip.TabStripPage();
     this.syntaxEditor1        = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.tabStripPage5        = new ActiproSoftware.UIStudio.TabStrip.TabStripPage();
     this.label3              = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.button2             = new System.Windows.Forms.Button();
     this.listBox2            = new System.Windows.Forms.ListBox();
     this.textBox2            = new System.Windows.Forms.TextBox();
     this.button1             = new System.Windows.Forms.Button();
     this.listBox1            = new System.Windows.Forms.ListBox();
     this.textBox1            = new System.Windows.Forms.TextBox();
     this.contextMenuStrip1   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuAccept           = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuDelete           = new System.Windows.Forms.ToolStripMenuItem();
     this.btnPersist          = new System.Windows.Forms.Button();
     this.ddlLanguages        = new System.Windows.Forms.ComboBox();
     this.label4              = new System.Windows.Forms.Label();
     this.backgroundWorker1   = new System.ComponentModel.BackgroundWorker();
     this.splitContainer1     = new System.Windows.Forms.SplitContainer();
     this.tvOne               = new System.Windows.Forms.TreeView();
     this.lstFunctions        = new System.Windows.Forms.ListBox();
     this.treeGridView1       = new AdvancedDataGridView.TreeGridView();
     this.Column1             = new AdvancedDataGridView.TreeGridColumn();
     this.Column2             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3             = new System.Windows.Forms.DataGridViewImageColumn();
     this.Column4             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5             = new System.Windows.Forms.DataGridViewImageColumn();
     this.imageListNodes      = new System.Windows.Forms.ImageList(this.components);
     this.btnDisplayNodeFile  = new System.Windows.Forms.Button();
     this.ucStatus1           = new Slyce.IntelliMerge.ucStatus();
     this.ucBinaryFileViewer1 = new Slyce.IntelliMerge.ucBinaryFileViewer();
     this.btnSwitchEditorView = new System.Windows.Forms.Button();
     this.splitContainer2     = new System.Windows.Forms.SplitContainer();
     this.syntaxEditor2       = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     ((System.ComponentModel.ISupportInitialize)(this.tabStrip1)).BeginInit();
     this.tabStrip1.SuspendLayout();
     this.tabStripPage1.SuspendLayout();
     this.tabStripPage5.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeGridView1)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "");
     this.imageList1.Images.SetKeyName(6, "VSObject_Class.bmp");
     this.imageList1.Images.SetKeyName(7, "VSObject_Field.bmp");
     this.imageList1.Images.SetKeyName(8, "VSObject_Method.bmp");
     this.imageList1.Images.SetKeyName(9, "VSObject_Properties.bmp");
     //
     // btnPopulateTree
     //
     this.btnPopulateTree.Image      = ((System.Drawing.Image)(resources.GetObject("btnPopulateTree.Image")));
     this.btnPopulateTree.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPopulateTree.Location   = new System.Drawing.Point(378, 3);
     this.btnPopulateTree.Name       = "btnPopulateTree";
     this.btnPopulateTree.Size       = new System.Drawing.Size(94, 32);
     this.btnPopulateTree.TabIndex   = 10;
     this.btnPopulateTree.Text       = "     Undo All";
     this.btnPopulateTree.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPopulateTree.UseVisualStyleBackColor = true;
     this.btnPopulateTree.Click += new System.EventHandler(this.btnPopulateTree_Click);
     //
     // tabStrip1
     //
     this.tabStrip1.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.tabStrip1.AutoSetFocusOnClick = true;
     this.tabStrip1.Controls.Add(this.tabStripPage1);
     this.tabStrip1.Controls.Add(this.tabStripPage5);
     this.tabStrip1.ImageList = this.imageList1;
     this.tabStrip1.Location  = new System.Drawing.Point(3, 3);
     this.tabStrip1.Name      = "tabStrip1";
     this.tabStrip1.Size      = new System.Drawing.Size(695, 431);
     this.tabStrip1.TabIndex  = 14;
     this.tabStrip1.Text      = "tabMerge";
     //
     // tabStripPage1
     //
     this.tabStripPage1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.tabStripPage1.Controls.Add(this.splitContainer2);
     this.tabStripPage1.Key      = "TabStripPage";
     this.tabStripPage1.Location = new System.Drawing.Point(0, 22);
     this.tabStripPage1.Name     = "tabStripPage1";
     this.tabStripPage1.Size     = new System.Drawing.Size(695, 409);
     this.tabStripPage1.TabIndex = 0;
     this.tabStripPage1.Text     = "Merge View";
     //
     // syntaxEditor1
     //
     this.syntaxEditor1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.syntaxEditor1.Document = document3;
     this.syntaxEditor1.LineNumberMarginVisible = true;
     this.syntaxEditor1.Location                  = new System.Drawing.Point(0, 0);
     this.syntaxEditor1.Name                      = "syntaxEditor1";
     this.syntaxEditor1.Size                      = new System.Drawing.Size(349, 409);
     this.syntaxEditor1.TabIndex                  = 35;
     multiColorLinearGradient3.EndColor           = System.Drawing.Color.Silver;
     multiColorLinearGradient3.IntermediateColors = new ActiproSoftware.Drawing.LinearGradientColorPosition[] {
         new ActiproSoftware.Drawing.LinearGradientColorPosition(System.Drawing.Color.White, 0.5F)
     };
     multiColorLinearGradient3.StartColor        = System.Drawing.Color.Silver;
     this.syntaxEditor1.UserMarginBackgroundFill = multiColorLinearGradient3;
     this.syntaxEditor1.UserMarginVisible        = true;
     this.syntaxEditor1.MouseClick           += new System.Windows.Forms.MouseEventHandler(this.syntaxEditor1_MouseClick);
     this.syntaxEditor1.DocumentTextChanged  += new ActiproSoftware.SyntaxEditor.DocumentModificationEventHandler(this.syntaxEditor1_DocumentTextChanged);
     this.syntaxEditor1.UserMarginPaint      += new ActiproSoftware.SyntaxEditor.UserMarginPaintEventHandler(this.syntaxEditor1_UserMarginPaint);
     this.syntaxEditor1.ContextMenuRequested += new ActiproSoftware.SyntaxEditor.ContextMenuRequestEventHandler(this.syntaxEditor1_ContextMenuRequested);
     //
     // tabStripPage5
     //
     this.tabStripPage5.Anchor         = System.Windows.Forms.AnchorStyles.None;
     this.tabStripPage5.BackgroundFill = new ActiproSoftware.Drawing.TwoColorLinearGradient(System.Drawing.SystemColors.ControlLight, System.Drawing.SystemColors.ControlDark, 90F, ActiproSoftware.Drawing.TwoColorLinearGradientStyle.Normal, ActiproSoftware.Drawing.BackgroundFillRotationType.None);
     this.tabStripPage5.Controls.Add(this.label3);
     this.tabStripPage5.Controls.Add(this.label2);
     this.tabStripPage5.Controls.Add(this.button2);
     this.tabStripPage5.Controls.Add(this.listBox2);
     this.tabStripPage5.Controls.Add(this.textBox2);
     this.tabStripPage5.Controls.Add(this.button1);
     this.tabStripPage5.Controls.Add(this.listBox1);
     this.tabStripPage5.Controls.Add(this.textBox1);
     this.tabStripPage5.Key      = "TabStripPage";
     this.tabStripPage5.Location = new System.Drawing.Point(0, 22);
     this.tabStripPage5.Name     = "tabStripPage5";
     this.tabStripPage5.Size     = new System.Drawing.Size(695, 409);
     this.tabStripPage5.TabIndex = 4;
     this.tabStripPage5.Text     = "File Matching";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Location  = new System.Drawing.Point(47, 14);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(171, 17);
     this.label3.TabIndex  = 17;
     this.label3.Text      = "Previously Generated File";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(340, 14);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(64, 17);
     this.label2.TabIndex  = 16;
     this.label2.Text      = "User File";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(516, 33);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(36, 24);
     this.button2.TabIndex = 15;
     this.button2.Text     = "...";
     this.button2.UseVisualStyleBackColor = true;
     //
     // listBox2
     //
     this.listBox2.FormattingEnabled = true;
     this.listBox2.ItemHeight        = 16;
     this.listBox2.Location          = new System.Drawing.Point(343, 62);
     this.listBox2.Name     = "listBox2";
     this.listBox2.Size     = new System.Drawing.Size(209, 100);
     this.listBox2.TabIndex = 14;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(343, 34);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(166, 22);
     this.textBox2.TabIndex = 13;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(244, 32);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(36, 24);
     this.button1.TabIndex = 12;
     this.button1.Text     = "...";
     this.button1.UseVisualStyleBackColor = true;
     //
     // listBox1
     //
     this.listBox1.FormattingEnabled = true;
     this.listBox1.ItemHeight        = 16;
     this.listBox1.Location          = new System.Drawing.Point(50, 62);
     this.listBox1.Name     = "listBox1";
     this.listBox1.Size     = new System.Drawing.Size(230, 100);
     this.listBox1.TabIndex = 11;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(50, 34);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(188, 22);
     this.textBox1.TabIndex = 10;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuAccept,
         this.mnuDelete
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(136, 48);
     //
     // mnuAccept
     //
     this.mnuAccept.Image = ((System.Drawing.Image)(resources.GetObject("mnuAccept.Image")));
     this.mnuAccept.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuAccept.Name   = "mnuAccept";
     this.mnuAccept.Size   = new System.Drawing.Size(135, 22);
     this.mnuAccept.Text   = "&Accept";
     this.mnuAccept.Click += new System.EventHandler(this.mnuAccept_Click);
     //
     // mnuDelete
     //
     this.mnuDelete.Image = ((System.Drawing.Image)(resources.GetObject("mnuDelete.Image")));
     this.mnuDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.mnuDelete.Name   = "mnuDelete";
     this.mnuDelete.Size   = new System.Drawing.Size(135, 22);
     this.mnuDelete.Text   = "&Delete";
     this.mnuDelete.Click += new System.EventHandler(this.mnuDelete_Click);
     //
     // btnPersist
     //
     this.btnPersist.Image      = ((System.Drawing.Image)(resources.GetObject("btnPersist.Image")));
     this.btnPersist.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPersist.Location   = new System.Drawing.Point(478, 3);
     this.btnPersist.Name       = "btnPersist";
     this.btnPersist.Size       = new System.Drawing.Size(76, 32);
     this.btnPersist.TabIndex   = 19;
     this.btnPersist.Text       = "     Finish";
     this.btnPersist.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnPersist.UseVisualStyleBackColor = true;
     this.btnPersist.Click += new System.EventHandler(this.btnPersist_Click);
     //
     // ddlLanguages
     //
     this.ddlLanguages.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ddlLanguages.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddlLanguages.FormattingEnabled = true;
     this.ddlLanguages.Items.AddRange(new object[] {
         "Batch file",
         "C#",
         "CSS",
         "HTML",
         "INI file",
         "Java",
         "JScript",
         "Perl",
         "PHP",
         "Python",
         "T-SQL",
         "VB.net",
         "VBScript",
         "XML"
     });
     this.ddlLanguages.Location              = new System.Drawing.Point(946, 11);
     this.ddlLanguages.Name                  = "ddlLanguages";
     this.ddlLanguages.Size                  = new System.Drawing.Size(121, 24);
     this.ddlLanguages.TabIndex              = 22;
     this.ddlLanguages.SelectedIndexChanged += new System.EventHandler(this.ddlLanguages_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(879, 14);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(61, 17);
     this.label4.TabIndex = 23;
     this.label4.Text     = "File type";
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
     this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
     this.backgroundWorker1.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
     //
     // splitContainer1
     //
     this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(3, 52);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tvOne);
     this.splitContainer1.Panel1.Controls.Add(this.lstFunctions);
     this.splitContainer1.Panel1.Controls.Add(this.treeGridView1);
     this.splitContainer1.Panel1.Controls.Add(this.btnDisplayNodeFile);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabStrip1);
     this.splitContainer1.Size             = new System.Drawing.Size(1064, 492);
     this.splitContainer1.SplitterDistance = 354;
     this.splitContainer1.TabIndex         = 25;
     //
     // tvOne
     //
     this.tvOne.Location = new System.Drawing.Point(208, 3);
     this.tvOne.Name     = "tvOne";
     treeNode6.Name      = "Node0";
     treeNode6.Text      = "Node0";
     treeNode7.Name      = "Node1";
     treeNode7.Text      = "Node1";
     treeNode8.Name      = "Node3";
     treeNode8.Text      = "Node3";
     treeNode9.Name      = "Node4";
     treeNode9.Text      = "Node4";
     treeNode10.Name     = "Node2";
     treeNode10.Text     = "Node2";
     this.tvOne.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode6,
         treeNode7,
         treeNode10
     });
     this.tvOne.Size         = new System.Drawing.Size(143, 27);
     this.tvOne.TabIndex     = 5;
     this.tvOne.Visible      = false;
     this.tvOne.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvOne_AfterSelect);
     //
     // lstFunctions
     //
     this.lstFunctions.FormattingEnabled = true;
     this.lstFunctions.ItemHeight        = 16;
     this.lstFunctions.Items.AddRange(new object[] {
         "aaa",
         "bbb",
         "ccc"
     });
     this.lstFunctions.Location          = new System.Drawing.Point(3, 3);
     this.lstFunctions.Name              = "lstFunctions";
     this.lstFunctions.Size              = new System.Drawing.Size(101, 20);
     this.lstFunctions.TabIndex          = 4;
     this.lstFunctions.Visible           = false;
     this.lstFunctions.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstFunctions_MouseDoubleClick);
     this.lstFunctions.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.lstFunctions_KeyDown);
     //
     // treeGridView1
     //
     this.treeGridView1.AllowUserToAddRows    = false;
     this.treeGridView1.AllowUserToDeleteRows = false;
     this.treeGridView1.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.treeGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.treeGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column4,
         this.Column5
     });
     this.treeGridView1.EditMode        = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     this.treeGridView1.ImageList       = this.imageListNodes;
     this.treeGridView1.Location        = new System.Drawing.Point(3, 47);
     this.treeGridView1.MultiSelect     = false;
     this.treeGridView1.Name            = "treeGridView1";
     this.treeGridView1.SelectionMode   = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
     this.treeGridView1.ShowLines       = false;
     this.treeGridView1.Size            = new System.Drawing.Size(347, 442);
     this.treeGridView1.TabIndex        = 0;
     this.treeGridView1.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.treeGridView1_CellMouseLeave);
     this.treeGridView1.CellClick      += new System.Windows.Forms.DataGridViewCellEventHandler(this.treeGridView1_CellClick_1);
     this.treeGridView1.RowEnter       += new System.Windows.Forms.DataGridViewCellEventHandler(this.treeGridView1_RowEnter);
     this.treeGridView1.RowLeave       += new System.Windows.Forms.DataGridViewCellEventHandler(this.treeGridView1_RowLeave);
     this.treeGridView1.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.treeGridView1_CellMouseEnter);
     //
     // Column1
     //
     this.Column1.DefaultNodeImage = null;
     this.Column1.HeaderText       = "Files";
     this.Column1.Name             = "Column1";
     this.Column1.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     this.Column1.Width            = 400;
     //
     // Column2
     //
     this.Column2.HeaderText = "Prev Gen File";
     this.Column2.Name       = "Column2";
     this.Column2.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // Column3
     //
     this.Column3.HeaderText = "";
     this.Column3.Image      = ((System.Drawing.Image)(resources.GetObject("Column3.Image")));
     this.Column3.Name       = "Column3";
     this.Column3.Width      = 40;
     //
     // Column4
     //
     this.Column4.HeaderText = "User File";
     this.Column4.Name       = "Column4";
     this.Column4.SortMode   = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
     //
     // Column5
     //
     this.Column5.HeaderText = "";
     this.Column5.Image      = ((System.Drawing.Image)(resources.GetObject("Column5.Image")));
     this.Column5.Name       = "Column5";
     this.Column5.Width      = 40;
     //
     // imageListNodes
     //
     this.imageListNodes.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListNodes.ImageStream")));
     this.imageListNodes.TransparentColor = System.Drawing.Color.Magenta;
     this.imageListNodes.Images.SetKeyName(0, "VSObject_Class.bmp");
     this.imageListNodes.Images.SetKeyName(1, "VSObject_Field.bmp");
     this.imageListNodes.Images.SetKeyName(2, "VSObject_Method.bmp");
     this.imageListNodes.Images.SetKeyName(3, "VSObject_Properties.bmp");
     this.imageListNodes.Images.SetKeyName(4, "VSProject_CSCodefile.bmp");
     this.imageListNodes.Images.SetKeyName(5, "document.bmp");
     this.imageListNodes.Images.SetKeyName(6, "otheroptions.ico");
     this.imageListNodes.Images.SetKeyName(7, "blank.ico");
     //
     // btnDisplayNodeFile
     //
     this.btnDisplayNodeFile.Location = new System.Drawing.Point(18, 18);
     this.btnDisplayNodeFile.Name     = "btnDisplayNodeFile";
     this.btnDisplayNodeFile.Size     = new System.Drawing.Size(200, 23);
     this.btnDisplayNodeFile.TabIndex = 1;
     this.btnDisplayNodeFile.Text     = "Display Selected Node";
     this.btnDisplayNodeFile.UseVisualStyleBackColor = true;
     this.btnDisplayNodeFile.Click += new System.EventHandler(this.btnDisplayNodeFile_Click);
     //
     // ucStatus1
     //
     this.ucStatus1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.ucStatus1.Location = new System.Drawing.Point(559, 3);
     this.ucStatus1.Name     = "ucStatus1";
     this.ucStatus1.Size     = new System.Drawing.Size(314, 32);
     this.ucStatus1.TabIndex = 24;
     //
     // ucBinaryFileViewer1
     //
     this.ucBinaryFileViewer1.Location = new System.Drawing.Point(0, 0);
     this.ucBinaryFileViewer1.Name     = "ucBinaryFileViewer1";
     this.ucBinaryFileViewer1.Size     = new System.Drawing.Size(221, 35);
     this.ucBinaryFileViewer1.TabIndex = 21;
     this.ucBinaryFileViewer1.Visible  = false;
     //
     // btnSwitchEditorView
     //
     this.btnSwitchEditorView.Image      = ((System.Drawing.Image)(resources.GetObject("btnSwitchEditorView.Image")));
     this.btnSwitchEditorView.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSwitchEditorView.Location   = new System.Drawing.Point(257, 3);
     this.btnSwitchEditorView.Name       = "btnSwitchEditorView";
     this.btnSwitchEditorView.Size       = new System.Drawing.Size(115, 32);
     this.btnSwitchEditorView.TabIndex   = 26;
     this.btnSwitchEditorView.Text       = "     Switch View";
     this.btnSwitchEditorView.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnSwitchEditorView.UseVisualStyleBackColor = true;
     this.btnSwitchEditorView.Click += new System.EventHandler(this.btnSwitchEditorView_Click);
     //
     // splitContainer2
     //
     this.splitContainer2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name     = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.syntaxEditor1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.syntaxEditor2);
     this.splitContainer2.Size             = new System.Drawing.Size(695, 409);
     this.splitContainer2.SplitterDistance = 349;
     this.splitContainer2.TabIndex         = 36;
     //
     // syntaxEditor2
     //
     this.syntaxEditor2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.syntaxEditor2.Document = document4;
     this.syntaxEditor2.LineNumberMarginVisible = true;
     this.syntaxEditor2.Location                  = new System.Drawing.Point(0, 0);
     this.syntaxEditor2.Name                      = "syntaxEditor2";
     this.syntaxEditor2.Size                      = new System.Drawing.Size(342, 409);
     this.syntaxEditor2.TabIndex                  = 36;
     multiColorLinearGradient4.EndColor           = System.Drawing.Color.Silver;
     multiColorLinearGradient4.IntermediateColors = new ActiproSoftware.Drawing.LinearGradientColorPosition[] {
         new ActiproSoftware.Drawing.LinearGradientColorPosition(System.Drawing.Color.White, 0.5F)
     };
     multiColorLinearGradient4.StartColor        = System.Drawing.Color.Silver;
     this.syntaxEditor2.UserMarginBackgroundFill = multiColorLinearGradient4;
     this.syntaxEditor2.UserMarginVisible        = true;
     //
     // ucMerger
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(219)))), ((int)(((byte)(250)))));
     this.Controls.Add(this.btnSwitchEditorView);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.ucStatus1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.ddlLanguages);
     this.Controls.Add(this.btnPersist);
     this.Controls.Add(this.btnPopulateTree);
     this.Controls.Add(this.ucBinaryFileViewer1);
     this.Name  = "ucMerger";
     this.Size  = new System.Drawing.Size(1070, 547);
     this.Load += new System.EventHandler(this.ucMerger_Load);
     ((System.ComponentModel.ISupportInitialize)(this.tabStrip1)).EndInit();
     this.tabStrip1.ResumeLayout(false);
     this.tabStripPage1.ResumeLayout(false);
     this.tabStripPage5.ResumeLayout(false);
     this.tabStripPage5.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeGridView1)).EndInit();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <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();
			ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
			ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
			ActiproSoftware.SyntaxEditor.Document document3 = new ActiproSoftware.SyntaxEditor.Document();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			this.FormSelectMatchHeading = new Slyce.Common.Controls.ucHeading();
			this.userComboBox = new System.Windows.Forms.ComboBox();
			this.templateComboBox = new System.Windows.Forms.ComboBox();
			this.prevgenComboBox = new System.Windows.Forms.ComboBox();
			this.userSyntaxEditor = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.templateSyntaxEditor = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.prevgenSyntaxEditor = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.cancelButton = new System.Windows.Forms.Button();
			this.acceptButton = new System.Windows.Forms.Button();
			this.tableLayoutPanel.SuspendLayout();
			this.SuspendLayout();
			// 
			// FormSelectMatchHeading
			// 
			this.FormSelectMatchHeading.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.FormSelectMatchHeading.Location = new System.Drawing.Point(0, 477);
			this.FormSelectMatchHeading.Margin = new System.Windows.Forms.Padding(2);
			this.FormSelectMatchHeading.Name = "FormSelectMatchHeading";
			this.FormSelectMatchHeading.Size = new System.Drawing.Size(1342, 34);
			this.FormSelectMatchHeading.TabIndex = 29;
			this.FormSelectMatchHeading.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
			// 
			// userComboBox
			// 
			this.userComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
			this.userComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.userComboBox.FormattingEnabled = true;
			this.userComboBox.Location = new System.Drawing.Point(895, 25);
			this.userComboBox.Name = "userComboBox";
			this.userComboBox.Size = new System.Drawing.Size(442, 21);
			this.userComboBox.TabIndex = 28;
			this.userComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
			// 
			// templateComboBox
			// 
			this.templateComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
			this.templateComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.templateComboBox.FormattingEnabled = true;
			this.templateComboBox.Location = new System.Drawing.Point(450, 25);
			this.templateComboBox.Name = "templateComboBox";
			this.templateComboBox.Size = new System.Drawing.Size(439, 21);
			this.templateComboBox.TabIndex = 27;
			this.templateComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
			// 
			// prevgenComboBox
			// 
			this.prevgenComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
			this.prevgenComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.prevgenComboBox.FormattingEnabled = true;
			this.prevgenComboBox.Location = new System.Drawing.Point(5, 25);
			this.prevgenComboBox.Name = "prevgenComboBox";
			this.prevgenComboBox.Size = new System.Drawing.Size(439, 21);
			this.prevgenComboBox.TabIndex = 26;
			this.prevgenComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
			// 
			// userSyntaxEditor
			// 
			this.userSyntaxEditor.Dock = System.Windows.Forms.DockStyle.Fill;
			this.userSyntaxEditor.Document = document1;
			this.userSyntaxEditor.LineNumberMarginVisible = true;
			this.userSyntaxEditor.Location = new System.Drawing.Point(895, 51);
			this.userSyntaxEditor.Name = "userSyntaxEditor";
			this.userSyntaxEditor.Size = new System.Drawing.Size(442, 421);
			this.userSyntaxEditor.TabIndex = 25;
			// 
			// templateSyntaxEditor
			// 
			this.templateSyntaxEditor.Dock = System.Windows.Forms.DockStyle.Fill;
			this.templateSyntaxEditor.Document = document2;
			this.templateSyntaxEditor.LineNumberMarginVisible = true;
			this.templateSyntaxEditor.Location = new System.Drawing.Point(5, 51);
			this.templateSyntaxEditor.Name = "templateSyntaxEditor";
			this.templateSyntaxEditor.Size = new System.Drawing.Size(439, 421);
			this.templateSyntaxEditor.TabIndex = 24;
			// 
			// prevgenSyntaxEditor
			// 
			this.prevgenSyntaxEditor.Dock = System.Windows.Forms.DockStyle.Fill;
			this.prevgenSyntaxEditor.Document = document3;
			this.prevgenSyntaxEditor.LineNumberMarginVisible = true;
			this.prevgenSyntaxEditor.Location = new System.Drawing.Point(450, 51);
			this.prevgenSyntaxEditor.Name = "prevgenSyntaxEditor";
			this.prevgenSyntaxEditor.Size = new System.Drawing.Size(439, 421);
			this.prevgenSyntaxEditor.TabIndex = 23;
			// 
			// tableLayoutPanel
			// 
			this.tableLayoutPanel.AutoSize = true;
			this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.tableLayoutPanel.ColumnCount = 3;
			this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33F));
			this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33F));
			this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.34F));
			this.tableLayoutPanel.Controls.Add(this.label6, 2, 0);
			this.tableLayoutPanel.Controls.Add(this.label5, 1, 0);
			this.tableLayoutPanel.Controls.Add(this.templateSyntaxEditor, 0, 2);
			this.tableLayoutPanel.Controls.Add(this.prevgenSyntaxEditor, 0, 2);
			this.tableLayoutPanel.Controls.Add(this.userSyntaxEditor, 2, 2);
			this.tableLayoutPanel.Controls.Add(this.userComboBox, 2, 1);
			this.tableLayoutPanel.Controls.Add(this.prevgenComboBox, 0, 1);
			this.tableLayoutPanel.Controls.Add(this.templateComboBox, 1, 1);
			this.tableLayoutPanel.Controls.Add(this.label4, 0, 0);
			this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
			this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
			this.tableLayoutPanel.Name = "tableLayoutPanel";
			this.tableLayoutPanel.Padding = new System.Windows.Forms.Padding(2);
			this.tableLayoutPanel.RowCount = 3;
			this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
			this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
			this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
			this.tableLayoutPanel.Size = new System.Drawing.Size(1342, 477);
			this.tableLayoutPanel.TabIndex = 36;
			// 
			// label6
			// 
			this.label6.AutoSize = true;
			this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
			this.label6.Location = new System.Drawing.Point(895, 2);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(442, 20);
			this.label6.TabIndex = 31;
			this.label6.Text = "User";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
			this.label5.Location = new System.Drawing.Point(450, 2);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(439, 20);
			this.label5.TabIndex = 30;
			this.label5.Text = "Newly Generated";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
			this.label4.Location = new System.Drawing.Point(5, 2);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(439, 20);
			this.label4.TabIndex = 29;
			this.label4.Text = "Previously Generated";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// cancelButton
			// 
			this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.cancelButton.Location = new System.Drawing.Point(1267, 482);
			this.cancelButton.Name = "cancelButton";
			this.cancelButton.Size = new System.Drawing.Size(75, 23);
			this.cancelButton.TabIndex = 1;
			this.cancelButton.Text = "Cancel";
			this.cancelButton.UseVisualStyleBackColor = true;
			// 
			// acceptButton
			// 
			this.acceptButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.acceptButton.Location = new System.Drawing.Point(1186, 482);
			this.acceptButton.Name = "acceptButton";
			this.acceptButton.Size = new System.Drawing.Size(75, 23);
			this.acceptButton.TabIndex = 0;
			this.acceptButton.Text = "OK";
			this.acceptButton.UseVisualStyleBackColor = true;
			this.acceptButton.Click += new System.EventHandler(this.acceptButton_Click);
			// 
			// FormSelectMatch
			// 
			this.AcceptButton = this.acceptButton;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.cancelButton;
			this.ClientSize = new System.Drawing.Size(1342, 511);
			this.Controls.Add(this.acceptButton);
			this.Controls.Add(this.cancelButton);
			this.Controls.Add(this.tableLayoutPanel);
			this.Controls.Add(this.FormSelectMatchHeading);
			this.Name = "FormSelectMatch";
			this.ShowIcon = false;
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
			this.Text = "Select Matching Constructs";
			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormSelectMatch_FormClosing);
			this.tableLayoutPanel.ResumeLayout(false);
			this.tableLayoutPanel.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();

        }
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器修改這個方法的內容。
 ///
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
     ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
     this.baseXmlSyntaxLanguage1 = new BaseXmlSyntaxLanguage();
     this.scMain             = new System.Windows.Forms.SplitContainer();
     this.seSource           = new BaseSyntaxEditor();
     this.panel1             = new System.Windows.Forms.Panel();
     this.btnEvaluate        = new DevComponents.DotNetBar.ButtonX();
     this.txtXpathExpression = new DevComponents.DotNetBar.Controls.TextBoxX();
     this.panel2             = new System.Windows.Forms.Panel();
     this.labelX2            = new DevComponents.DotNetBar.LabelX();
     this.labelX1            = new DevComponents.DotNetBar.LabelX();
     this.cboDisplayMethod   = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem4         = new DevComponents.Editors.ComboItem();
     this.comboItem3         = new DevComponents.Editors.ComboItem();
     this.cboEvalMethod      = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1         = new DevComponents.Editors.ComboItem();
     this.comboItem2         = new DevComponents.Editors.ComboItem();
     this.seResult           = new BaseSyntaxEditor();
     this.scMain.Panel1.SuspendLayout();
     this.scMain.Panel2.SuspendLayout();
     this.scMain.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // scMain
     //
     this.scMain.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.scMain.Location    = new System.Drawing.Point(0, 0);
     this.scMain.Name        = "scMain";
     this.scMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // scMain.Panel1
     //
     this.scMain.Panel1.Controls.Add(this.seSource);
     this.scMain.Panel1.Controls.Add(this.panel1);
     //
     // scMain.Panel2
     //
     this.scMain.Panel2.Controls.Add(this.seResult);
     this.scMain.Size             = new System.Drawing.Size(984, 664);
     this.scMain.SplitterDistance = 298;
     this.scMain.TabIndex         = 0;
     //
     // seSource
     //
     this.seSource.Dock       = System.Windows.Forms.DockStyle.Fill;
     document1.Language       = this.baseXmlSyntaxLanguage1;
     document1.Outlining.Mode = ActiproSoftware.SyntaxEditor.OutliningMode.Automatic;
     this.seSource.Document   = document1;
     this.seSource.Font       = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.seSource.Location   = new System.Drawing.Point(0, 0);
     this.seSource.Name       = "seSource";
     this.seSource.Size       = new System.Drawing.Size(984, 235);
     this.seSource.TabIndex   = 0;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnEvaluate);
     this.panel1.Controls.Add(this.txtXpathExpression);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 235);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(984, 63);
     this.panel1.TabIndex = 3;
     //
     // btnEvaluate
     //
     this.btnEvaluate.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.btnEvaluate.Dock           = System.Windows.Forms.DockStyle.Right;
     this.btnEvaluate.Location       = new System.Drawing.Point(909, 0);
     this.btnEvaluate.Name           = "btnEvaluate";
     this.btnEvaluate.Size           = new System.Drawing.Size(75, 28);
     this.btnEvaluate.TabIndex       = 2;
     this.btnEvaluate.Text           = "Evaluate";
     this.btnEvaluate.Click         += new System.EventHandler(this.btnEvaluate_Click);
     //
     // txtXpathExpression
     //
     //
     //
     //
     this.txtXpathExpression.Border.Class  = "TextBoxBorder";
     this.txtXpathExpression.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.txtXpathExpression.Location      = new System.Drawing.Point(0, 0);
     this.txtXpathExpression.Name          = "txtXpathExpression";
     this.txtXpathExpression.Size          = new System.Drawing.Size(984, 28);
     this.txtXpathExpression.TabIndex      = 1;
     this.txtXpathExpression.WatermarkText = "輸入 XPath 運算式";
     this.txtXpathExpression.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.txtXpathExpression_KeyDown);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.labelX2);
     this.panel2.Controls.Add(this.labelX1);
     this.panel2.Controls.Add(this.cboDisplayMethod);
     this.panel2.Controls.Add(this.cboEvalMethod);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 28);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(984, 35);
     this.panel2.TabIndex = 5;
     //
     // labelX2
     //
     this.labelX2.AutoSize = true;
     this.labelX2.Location = new System.Drawing.Point(262, 8);
     this.labelX2.Name     = "labelX2";
     this.labelX2.Size     = new System.Drawing.Size(60, 19);
     this.labelX2.TabIndex = 3;
     this.labelX2.Text     = "顯示結果";
     //
     // labelX1
     //
     this.labelX1.AutoSize = true;
     this.labelX1.Location = new System.Drawing.Point(3, 8);
     this.labelX1.Name     = "labelX1";
     this.labelX1.Size     = new System.Drawing.Size(60, 19);
     this.labelX1.TabIndex = 3;
     this.labelX1.Text     = "運算方式";
     //
     // cboDisplayMethod
     //
     this.cboDisplayMethod.DisplayMember     = "Text";
     this.cboDisplayMethod.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboDisplayMethod.FormattingEnabled = true;
     this.cboDisplayMethod.ItemHeight        = 18;
     this.cboDisplayMethod.Items.AddRange(new object[] {
         this.comboItem4,
         this.comboItem3
     });
     this.cboDisplayMethod.Location = new System.Drawing.Point(328, 5);
     this.cboDisplayMethod.Name     = "cboDisplayMethod";
     this.cboDisplayMethod.Size     = new System.Drawing.Size(121, 24);
     this.cboDisplayMethod.TabIndex = 4;
     this.cboDisplayMethod.Text     = "OuterXml";
     //
     // comboItem4
     //
     this.comboItem4.Text = "OuterXml";
     //
     // comboItem3
     //
     this.comboItem3.Text = "InnerXml";
     //
     // cboEvalMethod
     //
     this.cboEvalMethod.DisplayMember     = "Text";
     this.cboEvalMethod.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboEvalMethod.FormattingEnabled = true;
     this.cboEvalMethod.ItemHeight        = 18;
     this.cboEvalMethod.Items.AddRange(new object[] {
         this.comboItem1,
         this.comboItem2
     });
     this.cboEvalMethod.Location = new System.Drawing.Point(69, 5);
     this.cboEvalMethod.Name     = "cboEvalMethod";
     this.cboEvalMethod.Size     = new System.Drawing.Size(172, 24);
     this.cboEvalMethod.TabIndex = 4;
     this.cboEvalMethod.Text     = "SelectSingleNode";
     //
     // comboItem1
     //
     this.comboItem1.Text = "SelectSingleNode";
     //
     // comboItem2
     //
     this.comboItem2.Text = "SelectNodes";
     //
     // seResult
     //
     this.seResult.Dock       = System.Windows.Forms.DockStyle.Fill;
     document2.Language       = this.baseXmlSyntaxLanguage1;
     document2.Outlining.Mode = ActiproSoftware.SyntaxEditor.OutliningMode.Automatic;
     this.seResult.Document   = document2;
     this.seResult.Font       = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.seResult.Location   = new System.Drawing.Point(0, 0);
     this.seResult.Name       = "seResult";
     this.seResult.Size       = new System.Drawing.Size(984, 362);
     this.seResult.TabIndex   = 0;
     //
     // XPathEvaluatorForm
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(984, 664);
     this.Controls.Add(this.scMain);
     this.Font          = new System.Drawing.Font("微軟正黑體", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name          = "XPathEvaluatorForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "XPath Evaluator";
     this.scMain.Panel1.ResumeLayout(false);
     this.scMain.Panel2.ResumeLayout(false);
     this.scMain.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #23
0
 /// <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(frmConfig));
     ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
     this.tabMain = new Crownwood.DotNetMagic.Controls.TabControl();
     this.tpGeneral = new Crownwood.DotNetMagic.Controls.TabPage();
     this.optRenderStd = new System.Windows.Forms.RadioButton();
     this.optRenderPro = new System.Windows.Forms.RadioButton();
     this.label7 = new System.Windows.Forms.Label();
     this.cmdClearRecent = new System.Windows.Forms.Button();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.chkAC_Infopop = new System.Windows.Forms.CheckBox();
     this.chkAC_Obj = new System.Windows.Forms.CheckBox();
     this.chkAC_TypeAsYouGo = new System.Windows.Forms.CheckBox();
     this.chkAC_Var = new System.Windows.Forms.CheckBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.cmdOnDebugExec = new System.Windows.Forms.Button();
     this.chkDebugSummary = new System.Windows.Forms.CheckBox();
     this.chkErrChkDbg = new System.Windows.Forms.CheckBox();
     this.label1 = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.chkCheckUpdates = new System.Windows.Forms.CheckBox();
     this.tpHighlighting = new Crownwood.DotNetMagic.Controls.TabPage();
     this.cmdResetColors = new System.Windows.Forms.Button();
     this.cmdAdColor = new System.Windows.Forms.Button();
     this.lstColorDefs = new System.Windows.Forms.ListBox();
     this.txtSynEd = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.label2 = new System.Windows.Forms.Label();
     this.tpShortcut = new Crownwood.DotNetMagic.Controls.TabPage();
     this.tvMenus = new System.Windows.Forms.TreeView();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.cmdApplyShortcut = new System.Windows.Forms.Button();
     this.txtAssgnShortcut = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.lvShortcuts = new System.Windows.Forms.ListView();
     this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label3 = new System.Windows.Forms.Label();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.tpEditor = new Crownwood.DotNetMagic.Controls.TabPage();
     this.chkConvTabToSpc = new System.Windows.Forms.CheckBox();
     this.txtTabSpace = new System.Windows.Forms.TextBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.chk_Ed_Virtlines = new System.Windows.Forms.CheckBox();
     this.chk_Ed_ShowLines = new System.Windows.Forms.CheckBox();
     this.chk_Ed_ShowWhitespace = new System.Windows.Forms.CheckBox();
     this.chk_Ed_ShowNewline = new System.Windows.Forms.CheckBox();
     this.chk_Ed_ShowBrackets = new System.Windows.Forms.CheckBox();
     this.chk_Ed_Wordwrap = new System.Windows.Forms.CheckBox();
     this.chk_Ed_ShowTabs = new System.Windows.Forms.CheckBox();
     this.chk_Ed_Errs = new System.Windows.Forms.CheckBox();
     this.chkScrollHint = new System.Windows.Forms.CheckBox();
     this.chkAutoColl = new System.Windows.Forms.CheckBox();
     this.chk_E_IndentGuides = new System.Windows.Forms.CheckBox();
     this.chk_Ed_CodeFold = new System.Windows.Forms.CheckBox();
     this.chk_Ed_AutoIndent = new System.Windows.Forms.CheckBox();
     this.cmdFlushAuth = new System.Windows.Forms.Button();
     this.cmdCancel = new System.Windows.Forms.Button();
     this.cmdOK = new System.Windows.Forms.Button();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.ctxReset = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ctxReset_DefaultClr = new System.Windows.Forms.ToolStripMenuItem();
     this.ctxReset_NoolnessDarkClr = new System.Windows.Forms.ToolStripMenuItem();
     this.tabMain.SuspendLayout();
     this.tpGeneral.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.tpHighlighting.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.tpShortcut.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.tpEditor.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     this.ctxReset.SuspendLayout();
     this.SuspendLayout();
     //
     // tabMain
     //
     this.tabMain.BackColor = System.Drawing.SystemColors.Control;
     this.tabMain.ButtonActiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tabMain.ButtonInactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tabMain.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.tabMain.HotTextColor = System.Drawing.SystemColors.ActiveCaption;
     this.tabMain.ImageList = null;
     this.tabMain.Location = new System.Drawing.Point(8, 8);
     this.tabMain.Name = "tabMain";
     this.tabMain.OfficeDockSides = false;
     this.tabMain.SelectedIndex = 0;
     this.tabMain.ShowArrows = true;
     this.tabMain.ShowDropSelect = false;
     this.tabMain.ShrinkPagesToFit = false;
     this.tabMain.Size = new System.Drawing.Size(376, 384);
     this.tabMain.Style = Crownwood.DotNetMagic.Common.VisualStyle.IDE2005;
     this.tabMain.TabIndex = 1;
     this.tabMain.TabPages.AddRange(new Crownwood.DotNetMagic.Controls.TabPage[] {
     this.tpGeneral,
     this.tpHighlighting,
     this.tpShortcut,
     this.tpEditor});
     this.tabMain.TextColor = System.Drawing.SystemColors.ControlText;
     this.tabMain.TextInactiveColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tabMain.TextTips = true;
     //
     // tpGeneral
     //
     this.tpGeneral.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tpGeneral.Controls.Add(this.optRenderStd);
     this.tpGeneral.Controls.Add(this.optRenderPro);
     this.tpGeneral.Controls.Add(this.label7);
     this.tpGeneral.Controls.Add(this.cmdClearRecent);
     this.tpGeneral.Controls.Add(this.groupBox3);
     this.tpGeneral.Controls.Add(this.groupBox2);
     this.tpGeneral.Controls.Add(this.label1);
     this.tpGeneral.Controls.Add(this.pictureBox1);
     this.tpGeneral.Controls.Add(this.chkCheckUpdates);
     this.tpGeneral.InactiveBackColor = System.Drawing.Color.Empty;
     this.tpGeneral.InactiveTextBackColor = System.Drawing.Color.Empty;
     this.tpGeneral.InactiveTextColor = System.Drawing.Color.Empty;
     this.tpGeneral.Location = new System.Drawing.Point(1, 1);
     this.tpGeneral.Name = "tpGeneral";
     this.tpGeneral.SelectBackColor = System.Drawing.Color.Empty;
     this.tpGeneral.SelectTextBackColor = System.Drawing.Color.Empty;
     this.tpGeneral.SelectTextColor = System.Drawing.Color.Empty;
     this.tpGeneral.Size = new System.Drawing.Size(374, 357);
     this.tpGeneral.TabIndex = 4;
     this.tpGeneral.Title = "General Preferences";
     this.tpGeneral.ToolTip = "Page";
     //
     // optRenderStd
     //
     this.optRenderStd.AutoSize = true;
     this.optRenderStd.Enabled = false;
     this.optRenderStd.Location = new System.Drawing.Point(191, 283);
     this.optRenderStd.Name = "optRenderStd";
     this.optRenderStd.Size = new System.Drawing.Size(69, 17);
     this.optRenderStd.TabIndex = 8;
     this.optRenderStd.TabStop = true;
     this.optRenderStd.Text = "Standard";
     this.toolTip1.SetToolTip(this.optRenderStd, "Classic Windows environment display.");
     this.optRenderStd.UseVisualStyleBackColor = true;
     this.optRenderStd.CheckedChanged += new System.EventHandler(this.optRenderStd_CheckedChanged);
     //
     // optRenderPro
     //
     this.optRenderPro.AutoSize = true;
     this.optRenderPro.Enabled = false;
     this.optRenderPro.Location = new System.Drawing.Point(102, 283);
     this.optRenderPro.Name = "optRenderPro";
     this.optRenderPro.Size = new System.Drawing.Size(83, 17);
     this.optRenderPro.TabIndex = 8;
     this.optRenderPro.TabStop = true;
     this.optRenderPro.Text = "Professional";
     this.toolTip1.SetToolTip(this.optRenderPro, "Microsoft Office 2003-style \"blue skin\" display.");
     this.optRenderPro.UseVisualStyleBackColor = true;
     this.optRenderPro.CheckedChanged += new System.EventHandler(this.optRenderPro_CheckedChanged);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Enabled = false;
     this.label7.Location = new System.Drawing.Point(13, 285);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(83, 13);
     this.label7.TabIndex = 7;
     this.label7.Text = "Display Render:";
     //
     // cmdClearRecent
     //
     this.cmdClearRecent.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdClearRecent.Location = new System.Drawing.Point(240, 318);
     this.cmdClearRecent.Name = "cmdClearRecent";
     this.cmdClearRecent.Size = new System.Drawing.Size(120, 24);
     this.cmdClearRecent.TabIndex = 6;
     this.cmdClearRecent.Text = "Clear Recent Items";
     this.toolTip1.SetToolTip(this.cmdClearRecent, "Cleares recently-opened projects in welcome screen.");
     this.cmdClearRecent.Click += new System.EventHandler(this.cmdClearRecent_Click);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.chkAC_Infopop);
     this.groupBox3.Controls.Add(this.chkAC_Obj);
     this.groupBox3.Controls.Add(this.chkAC_TypeAsYouGo);
     this.groupBox3.Controls.Add(this.chkAC_Var);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location = new System.Drawing.Point(16, 152);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(344, 120);
     this.groupBox3.TabIndex = 5;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Auto-Complete";
     //
     // chkAC_Infopop
     //
     this.chkAC_Infopop.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkAC_Infopop.Location = new System.Drawing.Point(8, 24);
     this.chkAC_Infopop.Name = "chkAC_Infopop";
     this.chkAC_Infopop.Size = new System.Drawing.Size(200, 16);
     this.chkAC_Infopop.TabIndex = 0;
     this.chkAC_Infopop.Text = "Enable Automatic Function Infopop";
     this.toolTip1.SetToolTip(this.chkAC_Infopop, "Enables function tooltips to be displayed on open parenthese.");
     this.chkAC_Infopop.CheckedChanged += new System.EventHandler(this.chkAC_Infopop_CheckedChanged);
     //
     // chkAC_Obj
     //
     this.chkAC_Obj.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkAC_Obj.Location = new System.Drawing.Point(8, 48);
     this.chkAC_Obj.Name = "chkAC_Obj";
     this.chkAC_Obj.Size = new System.Drawing.Size(280, 16);
     this.chkAC_Obj.TabIndex = 0;
     this.chkAC_Obj.Text = "Enable Automatic Object Memberlist (:: or .)";
     this.toolTip1.SetToolTip(this.chkAC_Obj, "Displays object memberlist in dropdown on :: or .");
     this.chkAC_Obj.CheckedChanged += new System.EventHandler(this.chkAC_Obj_CheckedChanged);
     //
     // chkAC_TypeAsYouGo
     //
     this.chkAC_TypeAsYouGo.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkAC_TypeAsYouGo.Location = new System.Drawing.Point(8, 94);
     this.chkAC_TypeAsYouGo.Name = "chkAC_TypeAsYouGo";
     this.chkAC_TypeAsYouGo.Size = new System.Drawing.Size(280, 16);
     this.chkAC_TypeAsYouGo.TabIndex = 0;
     this.chkAC_TypeAsYouGo.Text = "Enable Type-As-You-Go Completion";
     this.toolTip1.SetToolTip(this.chkAC_TypeAsYouGo, "Enables display of valid functions and variables as you type them.");
     this.chkAC_TypeAsYouGo.CheckedChanged += new System.EventHandler(this.chkAC_TypeAsYouGo_CheckedChanged);
     //
     // chkAC_Var
     //
     this.chkAC_Var.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkAC_Var.Location = new System.Drawing.Point(8, 72);
     this.chkAC_Var.Name = "chkAC_Var";
     this.chkAC_Var.Size = new System.Drawing.Size(280, 16);
     this.chkAC_Var.TabIndex = 0;
     this.chkAC_Var.Text = "Enable Automatic Variable Memberlist (__decl)";
     this.toolTip1.SetToolTip(this.chkAC_Var, "Enables declared variable memberlist on dot-operator.");
     this.chkAC_Var.CheckedChanged += new System.EventHandler(this.chkAC_Var_CheckedChanged);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.cmdOnDebugExec);
     this.groupBox2.Controls.Add(this.chkDebugSummary);
     this.groupBox2.Controls.Add(this.chkErrChkDbg);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location = new System.Drawing.Point(16, 72);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(344, 72);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Debugger";
     //
     // cmdOnDebugExec
     //
     this.cmdOnDebugExec.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdOnDebugExec.Location = new System.Drawing.Point(208, 32);
     this.cmdOnDebugExec.Name = "cmdOnDebugExec";
     this.cmdOnDebugExec.Size = new System.Drawing.Size(120, 24);
     this.cmdOnDebugExec.TabIndex = 2;
     this.cmdOnDebugExec.Text = "On Debug Execute";
     this.cmdOnDebugExec.Click += new System.EventHandler(this.cmdOnDebugExec_Click);
     //
     // chkDebugSummary
     //
     this.chkDebugSummary.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkDebugSummary.Location = new System.Drawing.Point(8, 24);
     this.chkDebugSummary.Name = "chkDebugSummary";
     this.chkDebugSummary.Size = new System.Drawing.Size(144, 16);
     this.chkDebugSummary.TabIndex = 1;
     this.chkDebugSummary.Text = "Show Debug Summary";
     this.toolTip1.SetToolTip(this.chkDebugSummary, "Displays console output in a browser window when debugging is completed.");
     this.chkDebugSummary.CheckedChanged += new System.EventHandler(this.chkDebugSummary_CheckedChanged);
     //
     // chkErrChkDbg
     //
     this.chkErrChkDbg.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkErrChkDbg.Location = new System.Drawing.Point(8, 48);
     this.chkErrChkDbg.Name = "chkErrChkDbg";
     this.chkErrChkDbg.Size = new System.Drawing.Size(192, 16);
     this.chkErrChkDbg.TabIndex = 1;
     this.chkErrChkDbg.Text = "Check for errors before debugging";
     this.toolTip1.SetToolTip(this.chkErrChkDbg, "Scans project for syntax errors before entering debug mode.");
     this.chkErrChkDbg.CheckedChanged += new System.EventHandler(this.chkErrChkDbg_CheckedChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(72, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(288, 48);
     this.label1.TabIndex = 2;
     this.label1.Text = "This page allows you to configure the basic functionality of the TorqueDev develo" +
     "pment environment:";
     //
     // pictureBox1
     //
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(16, 8);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(48, 48);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // chkCheckUpdates
     //
     this.chkCheckUpdates.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkCheckUpdates.Location = new System.Drawing.Point(16, 323);
     this.chkCheckUpdates.Name = "chkCheckUpdates";
     this.chkCheckUpdates.Size = new System.Drawing.Size(160, 16);
     this.chkCheckUpdates.TabIndex = 1;
     this.chkCheckUpdates.Text = "Check for Updates Daily";
     this.toolTip1.SetToolTip(this.chkCheckUpdates, "Checks for CW updates once per day.");
     this.chkCheckUpdates.Visible = false;
     this.chkCheckUpdates.CheckedChanged += new System.EventHandler(this.chkCheckUpdates_CheckedChanged);
     //
     // tpHighlighting
     //
     this.tpHighlighting.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tpHighlighting.Controls.Add(this.cmdResetColors);
     this.tpHighlighting.Controls.Add(this.cmdAdColor);
     this.tpHighlighting.Controls.Add(this.lstColorDefs);
     this.tpHighlighting.Controls.Add(this.txtSynEd);
     this.tpHighlighting.Controls.Add(this.pictureBox2);
     this.tpHighlighting.Controls.Add(this.label2);
     this.tpHighlighting.InactiveBackColor = System.Drawing.Color.Empty;
     this.tpHighlighting.InactiveTextBackColor = System.Drawing.Color.Empty;
     this.tpHighlighting.InactiveTextColor = System.Drawing.Color.Empty;
     this.tpHighlighting.Location = new System.Drawing.Point(1, 1);
     this.tpHighlighting.Name = "tpHighlighting";
     this.tpHighlighting.SelectBackColor = System.Drawing.Color.Empty;
     this.tpHighlighting.Selected = false;
     this.tpHighlighting.SelectTextBackColor = System.Drawing.Color.Empty;
     this.tpHighlighting.SelectTextColor = System.Drawing.Color.Empty;
     this.tpHighlighting.Size = new System.Drawing.Size(374, 357);
     this.tpHighlighting.TabIndex = 5;
     this.tpHighlighting.Title = "Syntax Highlighting";
     this.tpHighlighting.ToolTip = "Page";
     //
     // cmdResetColors
     //
     this.cmdResetColors.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdResetColors.Location = new System.Drawing.Point(288, 64);
     this.cmdResetColors.Name = "cmdResetColors";
     this.cmdResetColors.Size = new System.Drawing.Size(72, 24);
     this.cmdResetColors.TabIndex = 9;
     this.cmdResetColors.Text = "Reset";
     this.cmdResetColors.MouseUp += new System.Windows.Forms.MouseEventHandler(this.cmdResetColors_MouseUp);
     //
     // cmdAdColor
     //
     this.cmdAdColor.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdAdColor.Location = new System.Drawing.Point(288, 104);
     this.cmdAdColor.Name = "cmdAdColor";
     this.cmdAdColor.Size = new System.Drawing.Size(72, 24);
     this.cmdAdColor.TabIndex = 9;
     this.cmdAdColor.Text = "Adjust";
     this.cmdAdColor.Click += new System.EventHandler(this.cmdAdColor_Click);
     //
     // lstColorDefs
     //
     this.lstColorDefs.Items.AddRange(new object[] {
     "Built-In Preprocessors",
     "Comment Contents",
     "Comment Delimiters",
     "Default Font and Colors",
     "Engine Functions",
     "Global Variables",
     "Indent Guidelines",
     "Line Numbers",
     "Line Number Margin",
     "Local Variables",
     "Numbers",
     "Operators",
     "Reserved Words",
     "Scope Resolution Operators",
     "Special Comment Contents",
     "Special Comment Delimiters",
     "String Delimiters",
     "String Contents",
     "Tagged String Delimiters",
     "Tagged String Contents",
     "Variable Declarations"});
     this.lstColorDefs.Location = new System.Drawing.Point(16, 64);
     this.lstColorDefs.Name = "lstColorDefs";
     this.lstColorDefs.Size = new System.Drawing.Size(264, 69);
     this.lstColorDefs.TabIndex = 8;
     this.lstColorDefs.DoubleClick += new System.EventHandler(this.lstColorDefs_DoubleClick);
     //
     // txtSynEd
     //
     this.txtSynEd.Document = document1;
     this.txtSynEd.Location = new System.Drawing.Point(8, 144);
     this.txtSynEd.Name = "txtSynEd";
     this.txtSynEd.Size = new System.Drawing.Size(352, 200);
     this.txtSynEd.SplitType = ActiproSoftware.SyntaxEditor.SyntaxEditorSplitType.None;
     this.txtSynEd.TabIndex = 7;
     //
     // pictureBox2
     //
     this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(16, 8);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(48, 48);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox2.TabIndex = 0;
     this.pictureBox2.TabStop = false;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(72, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(288, 48);
     this.label2.TabIndex = 6;
     this.label2.Text = "You may adjust the colors of the syntax editor below.";
     //
     // tpShortcut
     //
     this.tpShortcut.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tpShortcut.Controls.Add(this.tvMenus);
     this.tpShortcut.Controls.Add(this.cmdApplyShortcut);
     this.tpShortcut.Controls.Add(this.txtAssgnShortcut);
     this.tpShortcut.Controls.Add(this.label4);
     this.tpShortcut.Controls.Add(this.lvShortcuts);
     this.tpShortcut.Controls.Add(this.label3);
     this.tpShortcut.Controls.Add(this.pictureBox3);
     this.tpShortcut.InactiveBackColor = System.Drawing.Color.Empty;
     this.tpShortcut.InactiveTextBackColor = System.Drawing.Color.Empty;
     this.tpShortcut.InactiveTextColor = System.Drawing.Color.Empty;
     this.tpShortcut.Location = new System.Drawing.Point(1, 1);
     this.tpShortcut.Name = "tpShortcut";
     this.tpShortcut.SelectBackColor = System.Drawing.Color.Empty;
     this.tpShortcut.Selected = false;
     this.tpShortcut.SelectTextBackColor = System.Drawing.Color.Empty;
     this.tpShortcut.SelectTextColor = System.Drawing.Color.Empty;
     this.tpShortcut.Size = new System.Drawing.Size(374, 357);
     this.tpShortcut.TabIndex = 6;
     this.tpShortcut.Title = "Shortcuts";
     this.tpShortcut.ToolTip = "Page";
     //
     // tvMenus
     //
     this.tvMenus.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tvMenus.ImageIndex = 0;
     this.tvMenus.ImageList = this.imageList1;
     this.tvMenus.Location = new System.Drawing.Point(8, 64);
     this.tvMenus.Name = "tvMenus";
     this.tvMenus.SelectedImageIndex = 0;
     this.tvMenus.Size = new System.Drawing.Size(360, 200);
     this.tvMenus.TabIndex = 7;
     this.tvMenus.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvMenus_AfterSelect);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "folder_closed.png");
     this.imageList1.Images.SetKeyName(1, "blank_16x16.png");
     //
     // cmdApplyShortcut
     //
     this.cmdApplyShortcut.Enabled = false;
     this.cmdApplyShortcut.Location = new System.Drawing.Point(293, 289);
     this.cmdApplyShortcut.Name = "cmdApplyShortcut";
     this.cmdApplyShortcut.Size = new System.Drawing.Size(75, 23);
     this.cmdApplyShortcut.TabIndex = 6;
     this.cmdApplyShortcut.Text = "Apply";
     this.cmdApplyShortcut.UseVisualStyleBackColor = true;
     this.cmdApplyShortcut.Click += new System.EventHandler(this.cmdApplyShortcut_Click);
     //
     // txtAssgnShortcut
     //
     this.txtAssgnShortcut.AcceptsReturn = true;
     this.txtAssgnShortcut.AcceptsTab = true;
     this.txtAssgnShortcut.Location = new System.Drawing.Point(16, 291);
     this.txtAssgnShortcut.Name = "txtAssgnShortcut";
     this.txtAssgnShortcut.Size = new System.Drawing.Size(271, 21);
     this.txtAssgnShortcut.TabIndex = 5;
     this.txtAssgnShortcut.Text = "None";
     this.txtAssgnShortcut.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtAssgnShortcut.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtAssgnShortcut_KeyDown);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(8, 272);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(232, 16);
     this.label4.TabIndex = 4;
     this.label4.Text = "Assigned shortcut:";
     //
     // lvShortcuts
     //
     this.lvShortcuts.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2});
     this.lvShortcuts.FullRowSelect = true;
     this.lvShortcuts.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvShortcuts.HideSelection = false;
     this.lvShortcuts.Location = new System.Drawing.Point(8, 64);
     this.lvShortcuts.MultiSelect = false;
     this.lvShortcuts.Name = "lvShortcuts";
     this.lvShortcuts.Size = new System.Drawing.Size(360, 200);
     this.lvShortcuts.Sorting = System.Windows.Forms.SortOrder.Ascending;
     this.lvShortcuts.TabIndex = 2;
     this.lvShortcuts.UseCompatibleStateImageBehavior = false;
     this.lvShortcuts.View = System.Windows.Forms.View.Details;
     this.lvShortcuts.Visible = false;
     this.lvShortcuts.SelectedIndexChanged += new System.EventHandler(this.lvShortcuts_SelectedIndexChanged);
     this.lvShortcuts.Click += new System.EventHandler(this.lvShortcuts_Click);
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Menu";
     this.columnHeader1.Width = 173;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Shortcut";
     this.columnHeader2.Width = 174;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(72, 8);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(296, 16);
     this.label3.TabIndex = 1;
     this.label3.Text = "You can configure the menu shortcut keys below:";
     //
     // pictureBox3
     //
     this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(16, 8);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(48, 48);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox3.TabIndex = 0;
     this.pictureBox3.TabStop = false;
     //
     // tpEditor
     //
     this.tpEditor.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tpEditor.Controls.Add(this.chkConvTabToSpc);
     this.tpEditor.Controls.Add(this.txtTabSpace);
     this.tpEditor.Controls.Add(this.label6);
     this.tpEditor.Controls.Add(this.label5);
     this.tpEditor.Controls.Add(this.pictureBox4);
     this.tpEditor.Controls.Add(this.chk_Ed_Virtlines);
     this.tpEditor.Controls.Add(this.chk_Ed_ShowLines);
     this.tpEditor.Controls.Add(this.chk_Ed_ShowWhitespace);
     this.tpEditor.Controls.Add(this.chk_Ed_ShowNewline);
     this.tpEditor.Controls.Add(this.chk_Ed_ShowBrackets);
     this.tpEditor.Controls.Add(this.chk_Ed_Wordwrap);
     this.tpEditor.Controls.Add(this.chk_Ed_ShowTabs);
     this.tpEditor.Controls.Add(this.chk_Ed_Errs);
     this.tpEditor.Controls.Add(this.chkScrollHint);
     this.tpEditor.Controls.Add(this.chkAutoColl);
     this.tpEditor.Controls.Add(this.chk_E_IndentGuides);
     this.tpEditor.Controls.Add(this.chk_Ed_CodeFold);
     this.tpEditor.Controls.Add(this.chk_Ed_AutoIndent);
     this.tpEditor.InactiveBackColor = System.Drawing.Color.Empty;
     this.tpEditor.InactiveTextBackColor = System.Drawing.Color.Empty;
     this.tpEditor.InactiveTextColor = System.Drawing.Color.Empty;
     this.tpEditor.Location = new System.Drawing.Point(1, 1);
     this.tpEditor.Name = "tpEditor";
     this.tpEditor.SelectBackColor = System.Drawing.Color.Empty;
     this.tpEditor.Selected = false;
     this.tpEditor.SelectTextBackColor = System.Drawing.Color.Empty;
     this.tpEditor.SelectTextColor = System.Drawing.Color.Empty;
     this.tpEditor.Size = new System.Drawing.Size(374, 357);
     this.tpEditor.TabIndex = 7;
     this.tpEditor.Title = "Editor";
     this.tpEditor.ToolTip = "Page";
     //
     // chkConvTabToSpc
     //
     this.chkConvTabToSpc.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkConvTabToSpc.Location = new System.Drawing.Point(152, 72);
     this.chkConvTabToSpc.Name = "chkConvTabToSpc";
     this.chkConvTabToSpc.Size = new System.Drawing.Size(144, 16);
     this.chkConvTabToSpc.TabIndex = 6;
     this.chkConvTabToSpc.Text = "Convert tabs to spaces";
     this.toolTip1.SetToolTip(this.chkConvTabToSpc, "Converts tabs to spaces upon saving a file.");
     this.chkConvTabToSpc.CheckedChanged += new System.EventHandler(this.chkConvTabToSpc_CheckedChanged);
     //
     // txtTabSpace
     //
     this.txtTabSpace.Location = new System.Drawing.Point(80, 72);
     this.txtTabSpace.MaxLength = 2;
     this.txtTabSpace.Name = "txtTabSpace";
     this.txtTabSpace.Size = new System.Drawing.Size(56, 21);
     this.txtTabSpace.TabIndex = 5;
     this.txtTabSpace.TextChanged += new System.EventHandler(this.txtTabSpace_TextChanged);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(16, 72);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(64, 16);
     this.label6.TabIndex = 4;
     this.label6.Text = "Tab space:";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(72, 8);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(296, 16);
     this.label5.TabIndex = 3;
     this.label5.Text = "You can configure basic editor preferences here:";
     //
     // pictureBox4
     //
     this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
     this.pictureBox4.Location = new System.Drawing.Point(16, 8);
     this.pictureBox4.Name = "pictureBox4";
     this.pictureBox4.Size = new System.Drawing.Size(48, 48);
     this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox4.TabIndex = 2;
     this.pictureBox4.TabStop = false;
     //
     // chk_Ed_Virtlines
     //
     this.chk_Ed_Virtlines.Enabled = false;
     this.chk_Ed_Virtlines.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_Ed_Virtlines.Location = new System.Drawing.Point(16, 328);
     this.chk_Ed_Virtlines.Name = "chk_Ed_Virtlines";
     this.chk_Ed_Virtlines.Size = new System.Drawing.Size(144, 16);
     this.chk_Ed_Virtlines.TabIndex = 6;
     this.chk_Ed_Virtlines.Text = "Virtual Space";
     this.toolTip1.SetToolTip(this.chk_Ed_Virtlines, "Enables accessing of \"virtual\" lines past the end of the file. (Feature not avail" +
     "able)");
     this.chk_Ed_Virtlines.CheckedChanged += new System.EventHandler(this.chk_Ed_Virtlines_CheckedChanged);
     //
     // chk_Ed_ShowLines
     //
     this.chk_Ed_ShowLines.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_Ed_ShowLines.Location = new System.Drawing.Point(16, 232);
     this.chk_Ed_ShowLines.Name = "chk_Ed_ShowLines";
     this.chk_Ed_ShowLines.Size = new System.Drawing.Size(144, 16);
     this.chk_Ed_ShowLines.TabIndex = 6;
     this.chk_Ed_ShowLines.Text = "Show Line Numbers";
     this.toolTip1.SetToolTip(this.chk_Ed_ShowLines, "Shows line numbers in the left column.");
     this.chk_Ed_ShowLines.CheckedChanged += new System.EventHandler(this.chk_Ed_ShowLines_CheckedChanged);
     //
     // chk_Ed_ShowWhitespace
     //
     this.chk_Ed_ShowWhitespace.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_Ed_ShowWhitespace.Location = new System.Drawing.Point(16, 304);
     this.chk_Ed_ShowWhitespace.Name = "chk_Ed_ShowWhitespace";
     this.chk_Ed_ShowWhitespace.Size = new System.Drawing.Size(168, 16);
     this.chk_Ed_ShowWhitespace.TabIndex = 6;
     this.chk_Ed_ShowWhitespace.Text = "Show Whitespace Glyphs";
     this.toolTip1.SetToolTip(this.chk_Ed_ShowWhitespace, "Shows a glyph for every whitespace (space bar) character.");
     this.chk_Ed_ShowWhitespace.CheckedChanged += new System.EventHandler(this.chk_Ed_ShowWhitespace_CheckedChanged);
     //
     // chk_Ed_ShowNewline
     //
     this.chk_Ed_ShowNewline.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_Ed_ShowNewline.Location = new System.Drawing.Point(16, 256);
     this.chk_Ed_ShowNewline.Name = "chk_Ed_ShowNewline";
     this.chk_Ed_ShowNewline.Size = new System.Drawing.Size(168, 16);
     this.chk_Ed_ShowNewline.TabIndex = 6;
     this.chk_Ed_ShowNewline.Text = "Show Newline Glyphs";
     this.toolTip1.SetToolTip(this.chk_Ed_ShowNewline, "Displays a glyph for every carriage return/line feed combination.");
     this.chk_Ed_ShowNewline.CheckedChanged += new System.EventHandler(this.chk_Ed_ShowNewline_CheckedChanged);
     //
     // chk_Ed_ShowBrackets
     //
     this.chk_Ed_ShowBrackets.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_Ed_ShowBrackets.Location = new System.Drawing.Point(16, 160);
     this.chk_Ed_ShowBrackets.Name = "chk_Ed_ShowBrackets";
     this.chk_Ed_ShowBrackets.Size = new System.Drawing.Size(168, 16);
     this.chk_Ed_ShowBrackets.TabIndex = 6;
     this.chk_Ed_ShowBrackets.Text = "Enable Bracket Highlighting";
     this.toolTip1.SetToolTip(this.chk_Ed_ShowBrackets, "Automatically highlights matching parentheses, brackets, or braces while the curs" +
     "or is adjacent to it.");
     this.chk_Ed_ShowBrackets.CheckedChanged += new System.EventHandler(this.chk_Ed_ShowBrackets_CheckedChanged);
     //
     // chk_Ed_Wordwrap
     //
     this.chk_Ed_Wordwrap.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_Ed_Wordwrap.Location = new System.Drawing.Point(16, 208);
     this.chk_Ed_Wordwrap.Name = "chk_Ed_Wordwrap";
     this.chk_Ed_Wordwrap.Size = new System.Drawing.Size(168, 16);
     this.chk_Ed_Wordwrap.TabIndex = 6;
     this.chk_Ed_Wordwrap.Text = "Enable Wordwrap";
     this.toolTip1.SetToolTip(this.chk_Ed_Wordwrap, "Wraps text that passes the horizontal boundary of the text editor to the next lin" +
     "e.");
     this.chk_Ed_Wordwrap.CheckedChanged += new System.EventHandler(this.chk_Ed_Wordwrap_CheckedChanged);
     //
     // chk_Ed_ShowTabs
     //
     this.chk_Ed_ShowTabs.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_Ed_ShowTabs.Location = new System.Drawing.Point(16, 280);
     this.chk_Ed_ShowTabs.Name = "chk_Ed_ShowTabs";
     this.chk_Ed_ShowTabs.Size = new System.Drawing.Size(168, 16);
     this.chk_Ed_ShowTabs.TabIndex = 6;
     this.chk_Ed_ShowTabs.Text = "Show Tab Glyphs";
     this.toolTip1.SetToolTip(this.chk_Ed_ShowTabs, "Shows a glyph for all TAB characters.");
     this.chk_Ed_ShowTabs.CheckedChanged += new System.EventHandler(this.chk_Ed_ShowTabs_CheckedChanged);
     //
     // chk_Ed_Errs
     //
     this.chk_Ed_Errs.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_Ed_Errs.Location = new System.Drawing.Point(16, 136);
     this.chk_Ed_Errs.Name = "chk_Ed_Errs";
     this.chk_Ed_Errs.Size = new System.Drawing.Size(184, 16);
     this.chk_Ed_Errs.TabIndex = 6;
     this.chk_Ed_Errs.Text = "Check for errors while typing";
     this.toolTip1.SetToolTip(this.chk_Ed_Errs, "Underlines detected syntax errors in red while typing.");
     this.chk_Ed_Errs.CheckedChanged += new System.EventHandler(this.chk_Ed_Errs_CheckedChanged);
     //
     // chkScrollHint
     //
     this.chkScrollHint.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkScrollHint.Location = new System.Drawing.Point(16, 184);
     this.chkScrollHint.Name = "chkScrollHint";
     this.chkScrollHint.Size = new System.Drawing.Size(112, 16);
     this.chkScrollHint.TabIndex = 1;
     this.chkScrollHint.Text = "Enable Scroll Hint";
     this.toolTip1.SetToolTip(this.chkScrollHint, "Displays passing line numbers in a tooltip while scrolling.");
     this.chkScrollHint.CheckedChanged += new System.EventHandler(this.chkScrollHint_CheckedChanged);
     //
     // chkAutoColl
     //
     this.chkAutoColl.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chkAutoColl.Location = new System.Drawing.Point(16, 112);
     this.chkAutoColl.Name = "chkAutoColl";
     this.chkAutoColl.Size = new System.Drawing.Size(136, 16);
     this.chkAutoColl.TabIndex = 1;
     this.chkAutoColl.Text = "Auto-Collapse Regions";
     this.toolTip1.SetToolTip(this.chkAutoColl, "Automatically collapses __REGION and __END blocks when a file is opened.");
     this.chkAutoColl.CheckedChanged += new System.EventHandler(this.chkAutoColl_CheckedChanged);
     //
     // chk_E_IndentGuides
     //
     this.chk_E_IndentGuides.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_E_IndentGuides.Location = new System.Drawing.Point(216, 180);
     this.chk_E_IndentGuides.Name = "chk_E_IndentGuides";
     this.chk_E_IndentGuides.Size = new System.Drawing.Size(136, 32);
     this.chk_E_IndentGuides.TabIndex = 1;
     this.chk_E_IndentGuides.Text = "Enable Indent Guides";
     this.toolTip1.SetToolTip(this.chk_E_IndentGuides, "Enables or disables the vertical guidelines displayed on indents.");
     this.chk_E_IndentGuides.CheckedChanged += new System.EventHandler(this.chk_E_IndentGuides_CheckedChanged);
     //
     // chk_Ed_CodeFold
     //
     this.chk_Ed_CodeFold.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_Ed_CodeFold.Location = new System.Drawing.Point(216, 142);
     this.chk_Ed_CodeFold.Name = "chk_Ed_CodeFold";
     this.chk_Ed_CodeFold.Size = new System.Drawing.Size(136, 32);
     this.chk_Ed_CodeFold.TabIndex = 1;
     this.chk_Ed_CodeFold.Text = "Enable Automatic Code Folding";
     this.toolTip1.SetToolTip(this.chk_Ed_CodeFold, "Enables non-region codeblocks to be collapsed.");
     this.chk_Ed_CodeFold.CheckedChanged += new System.EventHandler(this.chk_Ed_CodeFold_CheckedChanged);
     //
     // chk_Ed_AutoIndent
     //
     this.chk_Ed_AutoIndent.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chk_Ed_AutoIndent.Location = new System.Drawing.Point(216, 104);
     this.chk_Ed_AutoIndent.Name = "chk_Ed_AutoIndent";
     this.chk_Ed_AutoIndent.Size = new System.Drawing.Size(136, 32);
     this.chk_Ed_AutoIndent.TabIndex = 1;
     this.chk_Ed_AutoIndent.Text = "Auto Indent/Outdent on Brace";
     this.toolTip1.SetToolTip(this.chk_Ed_AutoIndent, "Automatically tabs in or untabs on open brace and close brace respectively.");
     this.chk_Ed_AutoIndent.CheckedChanged += new System.EventHandler(this.chk_Ed_AutoIndent_CheckedChanged);
     //
     // cmdFlushAuth
     //
     this.cmdFlushAuth.Enabled = false;
     this.cmdFlushAuth.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdFlushAuth.Location = new System.Drawing.Point(9, 398);
     this.cmdFlushAuth.Name = "cmdFlushAuth";
     this.cmdFlushAuth.Size = new System.Drawing.Size(152, 24);
     this.cmdFlushAuth.TabIndex = 6;
     this.cmdFlushAuth.Text = "Flush Authorization Cache";
     this.cmdFlushAuth.Visible = false;
     this.cmdFlushAuth.Click += new System.EventHandler(this.cmdFlushAuth_Click);
     //
     // cmdCancel
     //
     this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cmdCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdCancel.Location = new System.Drawing.Point(304, 400);
     this.cmdCancel.Name = "cmdCancel";
     this.cmdCancel.Size = new System.Drawing.Size(80, 24);
     this.cmdCancel.TabIndex = 2;
     this.cmdCancel.Text = "Cancel";
     this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
     //
     // cmdOK
     //
     this.cmdOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdOK.Location = new System.Drawing.Point(216, 400);
     this.cmdOK.Name = "cmdOK";
     this.cmdOK.Size = new System.Drawing.Size(80, 24);
     this.cmdOK.TabIndex = 2;
     this.cmdOK.Text = "OK";
     this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
     //
     // ctxReset
     //
     this.ctxReset.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ctxReset_DefaultClr,
     this.ctxReset_NoolnessDarkClr});
     this.ctxReset.Name = "ctxReset";
     this.ctxReset.Size = new System.Drawing.Size(211, 48);
     //
     // ctxReset_DefaultClr
     //
     this.ctxReset_DefaultClr.Name = "ctxReset_DefaultClr";
     this.ctxReset_DefaultClr.Size = new System.Drawing.Size(210, 22);
     this.ctxReset_DefaultClr.Text = "TorqueDev Default Colors";
     this.ctxReset_DefaultClr.Click += new System.EventHandler(this.ctxReset_DefaultClr_Click);
     //
     // ctxReset_NoolnessDarkClr
     //
     this.ctxReset_NoolnessDarkClr.Name = "ctxReset_NoolnessDarkClr";
     this.ctxReset_NoolnessDarkClr.Size = new System.Drawing.Size(210, 22);
     this.ctxReset_NoolnessDarkClr.Text = "Noolness Dark Colors";
     this.ctxReset_NoolnessDarkClr.Click += new System.EventHandler(this.ctxReset_NoolnessDarkClr_Click);
     //
     // frmConfig
     //
     this.AcceptButton = this.cmdOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.cmdCancel;
     this.ClientSize = new System.Drawing.Size(394, 431);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.tabMain);
     this.Controls.Add(this.cmdOK);
     this.Controls.Add(this.cmdFlushAuth);
     this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmConfig";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Preferences";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmConfig_FormClosing);
     this.Load += new System.EventHandler(this.frmConfig_Load);
     this.tabMain.ResumeLayout(false);
     this.tpGeneral.ResumeLayout(false);
     this.tpGeneral.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.tpHighlighting.ResumeLayout(false);
     this.tpHighlighting.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.tpShortcut.ResumeLayout(false);
     this.tpShortcut.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.tpEditor.ResumeLayout(false);
     this.tpEditor.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     this.ctxReset.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        private void Populate()
        {
            try
            {
                BusyPopulating = true;
                editorNew.SuspendLayout();
                editorNew.SuspendPainting();
                editorOriginal.SuspendLayout();
                editorOriginal.SuspendPainting();

                //editorNew.Document.Language = Slyce.Common.SyntaxEditorHelper.GetSyntaxLanguageFromFileName(RelativePath);

                if (FilesAreSame)
                {
                    ActiproSoftware.SyntaxEditor.Document doc = new ActiproSoftware.SyntaxEditor.Document();
                    doc.Text           = NewFileContents;
                    editorNew.Document = doc;
                    //editorNew.Text = NewFileContents;
                    toolStripButtonNextChange.Enabled   = false;
                    toolStripButtonPrevChange.Enabled   = false;
                    toolStripButtonSingleEditor.Enabled = false;
                    toolStripButtonDoubleEditor.Enabled = false;
                    DisplaySingleEditor();
                }
                else if (OldFileExists)
                {
                    string userFileBody = OldFileContents;

                    switch (CurrentDisplayStyle)
                    {
                    case DisplayStyles.SingleEditor:
                        //FilesAreSame = Slyce.IntelliMerge.UI.Utility.Perform2WayDiffInSingleEditor(editorNew, ref OldFileContents, ref NewFileContents);
                        FilesAreSame = Slyce.IntelliMerge.UI.Utility.Perform2WayDiffInSingleEditor(editorNew, OldFileContents, NewFileContents);
                        DisplaySingleEditor();
                        break;

                    case DisplayStyles.TwoEditors:
                        FilesAreSame = Slyce.IntelliMerge.UI.Utility.Perform2WayDiffInTwoEditors(editorOriginal, editorNew, ref OldFileContents, ref NewFileContents);
                        editorOriginal.Document.Language = editorNew.Document.Language;
                        DisplayTwoEditors();
                        break;

                    default:
                        throw new NotImplementedException("Not handled yet");
                    }
                    if (FilesAreSame)
                    {
                        toolStripButtonNextChange.Enabled   = false;
                        toolStripButtonPrevChange.Enabled   = false;
                        toolStripButtonSingleEditor.Enabled = false;
                        toolStripButtonDoubleEditor.Enabled = false;
                    }
                    else
                    {
                        toolStripButtonNextChange.Enabled   = true;
                        toolStripButtonPrevChange.Enabled   = true;
                        toolStripButtonSingleEditor.Enabled = true;
                        toolStripButtonDoubleEditor.Enabled = true;
                    }
                }
                else
                {
                    editorNew.Text = NewFileContents;
                    toolStripButtonNextChange.Enabled   = false;
                    toolStripButtonPrevChange.Enabled   = false;
                    toolStripButtonSingleEditor.Enabled = false;
                    toolStripButtonDoubleEditor.Enabled = false;
                    DisplaySingleEditor();
                }
                editorNew.Document.Language = Slyce.Common.SyntaxEditorHelper.GetSyntaxLanguageFromFileName(RelativePath);
                SetHeading();
                // Set the scrollbar max
                editorNew.SelectedView.ScrollToDocumentStart();
                editorOriginal.SelectedView.ScrollToDocumentStart();
                scrollBar1.Maximum = editorNew.SelectedView.VerticalScrollBarMaximum;                // editorNew.SelectedView.DisplayLines.Count - editorNew.SelectedView.VisibleDisplayLineCount;// +1;
                splitContainer1.SplitterDistance = splitContainer1.Width / 2;
                scrollBar1.Value = 0;
            }
            finally
            {
                editorNew.ResumeLayout();
                editorNew.ResumePainting();
                editorOriginal.ResumeLayout();
                editorOriginal.ResumePainting();
                BusyPopulating = false;
            }
        }
 /// <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();
     ActiproSoftware.SyntaxEditor.Document document11 = new ActiproSoftware.SyntaxEditor.Document();
     ActiproSoftware.SyntaxEditor.Document document12 = new ActiproSoftware.SyntaxEditor.Document();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.syntaxEditorOffscreen         = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.syntaxEditorScriptHeader      = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.backgroundWorkerAddReferences = new System.ComponentModel.BackgroundWorker();
     this.labelHeader      = new DevComponents.DotNetBar.LabelX();
     this.labelDescription = new DevComponents.DotNetBar.LabelX();
     this.SuspendLayout();
     //
     // timer1
     //
     this.timer1.Interval = 600;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // syntaxEditorOffscreen
     //
     this.syntaxEditorOffscreen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.syntaxEditorOffscreen.CausesValidation       = false;
     this.syntaxEditorOffscreen.Document               = document11;
     this.syntaxEditorOffscreen.IndicatorMarginVisible = false;
     this.syntaxEditorOffscreen.Location               = new System.Drawing.Point(48, 61);
     this.syntaxEditorOffscreen.Margin        = new System.Windows.Forms.Padding(2);
     this.syntaxEditorOffscreen.Name          = "syntaxEditorOffscreen";
     this.syntaxEditorOffscreen.ScrollBarType = ActiproSoftware.SyntaxEditor.ScrollBarType.None;
     this.syntaxEditorOffscreen.Size          = new System.Drawing.Size(172, 51);
     this.syntaxEditorOffscreen.TabIndex      = 22;
     this.syntaxEditorOffscreen.Visible       = false;
     //
     // syntaxEditorScriptHeader
     //
     this.syntaxEditorScriptHeader.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.syntaxEditorScriptHeader.Document = document12;
     this.syntaxEditorScriptHeader.LineNumberMarginVisible = true;
     this.syntaxEditorScriptHeader.Location          = new System.Drawing.Point(0, 46);
     this.syntaxEditorScriptHeader.Margin            = new System.Windows.Forms.Padding(2);
     this.syntaxEditorScriptHeader.Name              = "syntaxEditorScriptHeader";
     this.syntaxEditorScriptHeader.Size              = new System.Drawing.Size(269, 104);
     this.syntaxEditorScriptHeader.TabIndex          = 21;
     this.syntaxEditorScriptHeader.TriggerActivated += new ActiproSoftware.SyntaxEditor.TriggerEventHandler(this.syntaxEditorScriptHeader_TriggerActivated);
     this.syntaxEditorScriptHeader.TextChanged      += new System.EventHandler(this.syntaxEditorScriptHeader_TextChanged);
     this.syntaxEditorScriptHeader.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.syntaxEditorScriptHeader_KeyDown);
     //
     // backgroundWorkerAddReferences
     //
     this.backgroundWorkerAddReferences.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerAddReferences_DoWork);
     //
     // labelHeader
     //
     this.labelHeader.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelHeader.BackgroundStyle.BackColor              = System.Drawing.Color.YellowGreen;
     this.labelHeader.BackgroundStyle.BackColor2             = System.Drawing.Color.Green;
     this.labelHeader.BackgroundStyle.BackColorGradientAngle = 90;
     this.labelHeader.BackgroundStyle.Class      = "";
     this.labelHeader.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelHeader.Dock          = System.Windows.Forms.DockStyle.Top;
     this.labelHeader.ForeColor     = System.Drawing.Color.White;
     this.labelHeader.Location      = new System.Drawing.Point(0, 0);
     this.labelHeader.Name          = "labelHeader";
     this.labelHeader.Size          = new System.Drawing.Size(269, 23);
     this.labelHeader.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.labelHeader.TabIndex      = 23;
     this.labelHeader.Text          = "labelX1";
     this.labelHeader.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // labelDescription
     //
     //
     //
     //
     this.labelDescription.BackgroundStyle.Class      = "";
     this.labelDescription.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelDescription.Dock      = System.Windows.Forms.DockStyle.Top;
     this.labelDescription.ForeColor = System.Drawing.Color.White;
     this.labelDescription.Location  = new System.Drawing.Point(0, 23);
     this.labelDescription.Name      = "labelDescription";
     this.labelDescription.Size      = new System.Drawing.Size(269, 23);
     this.labelDescription.TabIndex  = 24;
     this.labelDescription.Text      = "labelX1";
     //
     // NamingEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.syntaxEditorOffscreen);
     this.Controls.Add(this.syntaxEditorScriptHeader);
     this.Controls.Add(this.labelDescription);
     this.Controls.Add(this.labelHeader);
     this.Name = "NamingEditor";
     this.Size = new System.Drawing.Size(269, 150);
     this.ResumeLayout(false);
 }
        /// <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(ScreenFunctions));
			ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
			ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.imageListTreeNodeStates = new System.Windows.Forms.ImageList(this.components);
			this.treeListReferencedFiles = new DevExpress.XtraTreeList.TreeList();
			this.treeListColumn6 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.treeListColumn7 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.treeListColumn8 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.repositoryItemPictureEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
			this.treeListColumn9 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.treeListColumn10 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
			this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
			this.repositoryItemButtonEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
			this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
			this.imageList2 = new System.Windows.Forms.ImageList(this.components);
			this.imageList3 = new System.Windows.Forms.ImageList(this.components);
			this.dockManager1 = new ActiproSoftware.UIStudio.Dock.DockManager(this.components);
			this.syntaxEditorExternal = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.splitContainerMain = new System.Windows.Forms.SplitContainer();
			this.btnTest = new System.Windows.Forms.Button();
			this.syntaxEditorCurrent = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.buttonResolve = new System.Windows.Forms.Button();
			this.ucHeading1 = new Slyce.Common.Controls.ucHeading();
			this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.mnuAccept = new System.Windows.Forms.ToolStripMenuItem();
			this.mnuDelete = new System.Windows.Forms.ToolStripMenuItem();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			((System.ComponentModel.ISupportInitialize)(this.treeListReferencedFiles)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
			this.splitContainerMain.Panel1.SuspendLayout();
			this.splitContainerMain.Panel2.SuspendLayout();
			this.splitContainerMain.SuspendLayout();
			this.contextMenuStrip1.SuspendLayout();
			this.SuspendLayout();
			// 
			// imageList1
			// 
			this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
			this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
			this.imageList1.Images.SetKeyName(0, "");
			this.imageList1.Images.SetKeyName(1, "");
			this.imageList1.Images.SetKeyName(2, "");
			// 
			// imageListTreeNodeStates
			// 
			this.imageListTreeNodeStates.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTreeNodeStates.ImageStream")));
			this.imageListTreeNodeStates.TransparentColor = System.Drawing.Color.Magenta;
			this.imageListTreeNodeStates.Images.SetKeyName(0, "");
			this.imageListTreeNodeStates.Images.SetKeyName(1, "");
			this.imageListTreeNodeStates.Images.SetKeyName(2, "");
			// 
			// treeListReferencedFiles
			// 
			this.treeListReferencedFiles.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.treeListReferencedFiles.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.treeListColumn6,
            this.treeListColumn7,
            this.treeListColumn8,
            this.treeListColumn9,
            this.treeListColumn10});
			this.treeListReferencedFiles.Location = new System.Drawing.Point(8, 10);
			this.treeListReferencedFiles.MinWidth = 10;
			this.treeListReferencedFiles.Name = "treeListReferencedFiles";
			this.treeListReferencedFiles.OptionsSelection.EnableAppearanceFocusedCell = false;
			this.treeListReferencedFiles.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemPictureEdit4,
            this.repositoryItemButtonEdit4,
            this.repositoryItemButtonEdit5,
            this.repositoryItemPictureEdit1});
			this.treeListReferencedFiles.Size = new System.Drawing.Size(823, 293);
			this.treeListReferencedFiles.TabIndex = 13;
			this.treeListReferencedFiles.NodeCellStyle += new DevExpress.XtraTreeList.GetCustomNodeCellStyleEventHandler(this.treeListReferencedFiles_NodeCellStyle);
			this.treeListReferencedFiles.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeListReferencedFiles_MouseDown);
			this.treeListReferencedFiles.CustomNodeCellEdit += new DevExpress.XtraTreeList.GetCustomNodeCellEditEventHandler(this.treeListReferencedFiles_CustomNodeCellEdit);
			this.treeListReferencedFiles.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeListReferencedFiles_FocusedNodeChanged);
			// 
			// treeListColumn6
			// 
			this.treeListColumn6.Caption = "Setting";
			this.treeListColumn6.FieldName = "Name";
			this.treeListColumn6.MinWidth = 10;
			this.treeListColumn6.Name = "treeListColumn6";
			this.treeListColumn6.OptionsColumn.AllowEdit = false;
			this.treeListColumn6.OptionsColumn.AllowSort = false;
			this.treeListColumn6.Visible = true;
			this.treeListColumn6.VisibleIndex = 0;
			this.treeListColumn6.Width = 184;
			// 
			// treeListColumn7
			// 
			this.treeListColumn7.AppearanceCell.Options.UseTextOptions = true;
			this.treeListColumn7.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
			this.treeListColumn7.AppearanceHeader.Options.UseTextOptions = true;
			this.treeListColumn7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.treeListColumn7.Caption = "Their Value";
			this.treeListColumn7.FieldName = "Their Value";
			this.treeListColumn7.MinWidth = 10;
			this.treeListColumn7.Name = "treeListColumn7";
			this.treeListColumn7.OptionsColumn.AllowEdit = false;
			this.treeListColumn7.OptionsColumn.AllowSort = false;
			this.treeListColumn7.Visible = true;
			this.treeListColumn7.VisibleIndex = 1;
			this.treeListColumn7.Width = 183;
			// 
			// treeListColumn8
			// 
			this.treeListColumn8.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
			this.treeListColumn8.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
			this.treeListColumn8.AppearanceCell.Options.UseFont = true;
			this.treeListColumn8.AppearanceCell.Options.UseForeColor = true;
			this.treeListColumn8.AppearanceCell.Options.UseTextOptions = true;
			this.treeListColumn8.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.treeListColumn8.ColumnEdit = this.repositoryItemPictureEdit4;
			this.treeListColumn8.FieldName = "Action";
			this.treeListColumn8.ImageAlignment = System.Drawing.StringAlignment.Center;
			this.treeListColumn8.MinWidth = 10;
			this.treeListColumn8.Name = "treeListColumn8";
			this.treeListColumn8.OptionsColumn.AllowEdit = false;
			this.treeListColumn8.OptionsColumn.AllowSize = false;
			this.treeListColumn8.OptionsColumn.AllowSort = false;
			this.treeListColumn8.OptionsColumn.FixedWidth = true;
			this.treeListColumn8.Visible = true;
			this.treeListColumn8.VisibleIndex = 2;
			this.treeListColumn8.Width = 30;
			// 
			// repositoryItemPictureEdit4
			// 
			this.repositoryItemPictureEdit4.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("repositoryItemPictureEdit4.Appearance.Image")));
			this.repositoryItemPictureEdit4.Appearance.Options.UseImage = true;
			this.repositoryItemPictureEdit4.Name = "repositoryItemPictureEdit4";
			// 
			// treeListColumn9
			// 
			this.treeListColumn9.AppearanceCell.Options.UseTextOptions = true;
			this.treeListColumn9.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
			this.treeListColumn9.AppearanceHeader.Options.UseTextOptions = true;
			this.treeListColumn9.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.treeListColumn9.Caption = "My Value";
			this.treeListColumn9.FieldName = "My Value";
			this.treeListColumn9.MinWidth = 10;
			this.treeListColumn9.Name = "treeListColumn9";
			this.treeListColumn9.OptionsColumn.AllowEdit = false;
			this.treeListColumn9.OptionsColumn.AllowSort = false;
			this.treeListColumn9.Visible = true;
			this.treeListColumn9.VisibleIndex = 3;
			this.treeListColumn9.Width = 207;
			// 
			// treeListColumn10
			// 
			this.treeListColumn10.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
			this.treeListColumn10.AppearanceCell.ForeColor = System.Drawing.Color.Blue;
			this.treeListColumn10.AppearanceCell.Options.UseFont = true;
			this.treeListColumn10.AppearanceCell.Options.UseForeColor = true;
			this.treeListColumn10.AppearanceCell.Options.UseTextOptions = true;
			this.treeListColumn10.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.treeListColumn10.ColumnEdit = this.repositoryItemPictureEdit4;
			this.treeListColumn10.MinWidth = 10;
			this.treeListColumn10.Name = "treeListColumn10";
			this.treeListColumn10.OptionsColumn.AllowEdit = false;
			this.treeListColumn10.OptionsColumn.AllowSize = false;
			this.treeListColumn10.OptionsColumn.AllowSort = false;
			this.treeListColumn10.OptionsColumn.FixedWidth = true;
			this.treeListColumn10.Visible = true;
			this.treeListColumn10.VisibleIndex = 4;
			this.treeListColumn10.Width = 30;
			// 
			// repositoryItemButtonEdit4
			// 
			this.repositoryItemButtonEdit4.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("repositoryItemButtonEdit4.Appearance.Image")));
			this.repositoryItemButtonEdit4.Appearance.Options.UseImage = true;
			this.repositoryItemButtonEdit4.AutoHeight = false;
			this.repositoryItemButtonEdit4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
			this.repositoryItemButtonEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", 30, true, true, false, DevExpress.Utils.HorzAlignment.Center, ((System.Drawing.Image)(resources.GetObject("repositoryItemButtonEdit4.Buttons"))))});
			this.repositoryItemButtonEdit4.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
			this.repositoryItemButtonEdit4.HideSelection = false;
			this.repositoryItemButtonEdit4.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
			this.repositoryItemButtonEdit4.LookAndFeel.UseDefaultLookAndFeel = false;
			this.repositoryItemButtonEdit4.LookAndFeel.UseWindowsXPTheme = true;
			this.repositoryItemButtonEdit4.Name = "repositoryItemButtonEdit4";
			this.repositoryItemButtonEdit4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
			// 
			// repositoryItemButtonEdit5
			// 
			this.repositoryItemButtonEdit5.AutoHeight = false;
			this.repositoryItemButtonEdit5.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
			this.repositoryItemButtonEdit5.Name = "repositoryItemButtonEdit5";
			// 
			// repositoryItemPictureEdit1
			// 
			this.repositoryItemPictureEdit1.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("repositoryItemPictureEdit1.Appearance.Image")));
			this.repositoryItemPictureEdit1.Appearance.Options.UseImage = true;
			this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
			// 
			// imageList2
			// 
			this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
			this.imageList2.TransparentColor = System.Drawing.Color.Magenta;
			this.imageList2.Images.SetKeyName(0, "");
			this.imageList2.Images.SetKeyName(1, "");
			this.imageList2.Images.SetKeyName(2, "");
			// 
			// imageList3
			// 
			this.imageList3.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList3.ImageStream")));
			this.imageList3.TransparentColor = System.Drawing.Color.Magenta;
			this.imageList3.Images.SetKeyName(0, "Input.bmp");
			this.imageList3.Images.SetKeyName(1, "delete_16x.ico");
			// 
			// dockManager1
			// 
			this.dockManager1.HostContainerControl = this;
			// 
			// syntaxEditorExternal
			// 
			this.syntaxEditorExternal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.syntaxEditorExternal.Document = document2;
			this.syntaxEditorExternal.LineNumberMarginVisible = true;
			this.syntaxEditorExternal.Location = new System.Drawing.Point(8, 49);
			this.syntaxEditorExternal.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorExternal.Name = "syntaxEditorExternal";
			this.syntaxEditorExternal.Size = new System.Drawing.Size(403, 226);
			this.syntaxEditorExternal.TabIndex = 1;
			this.syntaxEditorExternal.DocumentTextChanged += new ActiproSoftware.SyntaxEditor.DocumentModificationEventHandler(this.syntaxEditor1_DocumentTextChanged);
			this.syntaxEditorExternal.ContextMenuRequested += new ActiproSoftware.SyntaxEditor.ContextMenuRequestEventHandler(this.syntaxEditor1_ContextMenuRequested);
			this.syntaxEditorExternal.ViewVerticalScroll += new ActiproSoftware.SyntaxEditor.EditorViewEventHandler(this.syntaxEditorExternal_ViewVerticalScroll);
			this.syntaxEditorExternal.Resize += new System.EventHandler(this.syntaxEditorExternal_Resize);
			this.syntaxEditorExternal.UserMarginPaint += new ActiproSoftware.SyntaxEditor.UserMarginPaintEventHandler(this.syntaxEditor1_UserMarginPaint);
			this.syntaxEditorExternal.MouseDown += new System.Windows.Forms.MouseEventHandler(this.syntaxEditor1_MouseDown);
			// 
			// splitContainerMain
			// 
			this.splitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainerMain.Location = new System.Drawing.Point(0, 0);
			this.splitContainerMain.Name = "splitContainerMain";
			this.splitContainerMain.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainerMain.Panel1
			// 
			this.splitContainerMain.Panel1.Controls.Add(this.treeListReferencedFiles);
			// 
			// splitContainerMain.Panel2
			// 
			this.splitContainerMain.Panel2.Controls.Add(this.btnTest);
			this.splitContainerMain.Panel2.Controls.Add(this.syntaxEditorCurrent);
			this.splitContainerMain.Panel2.Controls.Add(this.buttonResolve);
			this.splitContainerMain.Panel2.Controls.Add(this.syntaxEditorExternal);
			this.splitContainerMain.Panel2.Controls.Add(this.ucHeading1);
			this.splitContainerMain.Panel2.Resize += new System.EventHandler(this.splitContainerMain_Panel2_Resize);
			this.splitContainerMain.Size = new System.Drawing.Size(845, 605);
			this.splitContainerMain.SplitterDistance = 306;
			this.splitContainerMain.TabIndex = 5;
			// 
			// btnTest
			// 
			this.btnTest.Location = new System.Drawing.Point(152, 4);
			this.btnTest.Name = "btnTest";
			this.btnTest.Size = new System.Drawing.Size(75, 23);
			this.btnTest.TabIndex = 36;
			this.btnTest.Text = "Test";
			this.btnTest.UseVisualStyleBackColor = true;
			this.btnTest.Visible = false;
			this.btnTest.Click += new System.EventHandler(this.btnTest_Click);
			// 
			// syntaxEditorCurrent
			// 
			this.syntaxEditorCurrent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
			this.syntaxEditorCurrent.Document = document1;
			this.syntaxEditorCurrent.LineNumberMarginVisible = true;
			this.syntaxEditorCurrent.Location = new System.Drawing.Point(454, 49);
			this.syntaxEditorCurrent.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorCurrent.Name = "syntaxEditorCurrent";
			this.syntaxEditorCurrent.Size = new System.Drawing.Size(349, 224);
			this.syntaxEditorCurrent.TabIndex = 35;
			this.syntaxEditorCurrent.ViewVerticalScroll += new ActiproSoftware.SyntaxEditor.EditorViewEventHandler(this.syntaxEditorCurrent_ViewVerticalScroll);
			this.syntaxEditorCurrent.Resize += new System.EventHandler(this.syntaxEditorCurrent_Resize);
			// 
			// buttonResolve
			// 
			this.buttonResolve.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonResolve.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.buttonResolve.ImageIndex = 2;
			this.buttonResolve.ImageList = this.imageList1;
			this.buttonResolve.Location = new System.Drawing.Point(712, 4);
			this.buttonResolve.Name = "buttonResolve";
			this.buttonResolve.Size = new System.Drawing.Size(130, 25);
			this.buttonResolve.TabIndex = 28;
			this.buttonResolve.Text = "      Mark as resolved";
			this.buttonResolve.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			this.buttonResolve.UseVisualStyleBackColor = true;
			this.buttonResolve.Click += new System.EventHandler(this.buttonResolve_Click);
			// 
			// ucHeading1
			// 
			this.ucHeading1.Dock = System.Windows.Forms.DockStyle.Top;
			this.ucHeading1.Location = new System.Drawing.Point(0, 0);
			this.ucHeading1.Name = "ucHeading1";
			this.ucHeading1.Size = new System.Drawing.Size(845, 33);
			this.ucHeading1.TabIndex = 34;
			this.ucHeading1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
			// 
			// contextMenuStrip1
			// 
			this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuAccept,
            this.mnuDelete});
			this.contextMenuStrip1.Name = "contextMenuStrip1";
			this.contextMenuStrip1.Size = new System.Drawing.Size(176, 48);
			// 
			// mnuAccept
			// 
			this.mnuAccept.Image = ((System.Drawing.Image)(resources.GetObject("mnuAccept.Image")));
			this.mnuAccept.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.mnuAccept.Name = "mnuAccept";
			this.mnuAccept.Size = new System.Drawing.Size(175, 22);
			this.mnuAccept.Text = "&Apply this change";
			this.mnuAccept.Click += new System.EventHandler(this.mnuAccept_Click);
			// 
			// mnuDelete
			// 
			this.mnuDelete.Image = ((System.Drawing.Image)(resources.GetObject("mnuDelete.Image")));
			this.mnuDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
			this.mnuDelete.Name = "mnuDelete";
			this.mnuDelete.Size = new System.Drawing.Size(175, 22);
			this.mnuDelete.Text = "&Ignore this change";
			this.mnuDelete.Click += new System.EventHandler(this.mnuDelete_Click);
			// 
			// ScreenFunctions
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.splitContainerMain);
			this.Name = "ScreenFunctions";
			this.Size = new System.Drawing.Size(845, 605);
			this.Resize += new System.EventHandler(this.ScreenFunctions_Resize);
			((System.ComponentModel.ISupportInitialize)(this.treeListReferencedFiles)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
			this.splitContainerMain.Panel1.ResumeLayout(false);
			this.splitContainerMain.Panel2.ResumeLayout(false);
			this.splitContainerMain.ResumeLayout(false);
			this.contextMenuStrip1.ResumeLayout(false);
			this.ResumeLayout(false);

        }
Пример #27
0
 /// <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(UDTTestForm));
     ActiproSoftware.SyntaxEditor.Document          document5 = new ActiproSoftware.SyntaxEditor.Document();
     ActiproSoftware.SyntaxEditor.Document          document6 = new ActiproSoftware.SyntaxEditor.Document();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.toolStrip1      = new System.Windows.Forms.ToolStrip();
     this.tsbtnExecute    = new System.Windows.Forms.ToolStripButton();
     this.tsbtnSave       = new System.Windows.Forms.ToolStripButton();
     this.rsbtnOpen       = new System.Windows.Forms.ToolStripButton();
     this.txtSQL          = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.tabControl1     = new System.Windows.Forms.TabControl();
     this.tpResult        = new System.Windows.Forms.TabPage();
     this.dgResult        = new System.Windows.Forms.DataGridView();
     this.tpInfo          = new System.Windows.Forms.TabPage();
     this.txtInfo         = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.statusStrip1    = new System.Windows.Forms.StatusStrip();
     this.tsLabel         = new System.Windows.Forms.ToolStripStatusLabel();
     this.cmRight         = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.cmTextMode      = new System.Windows.Forms.ToolStripMenuItem();
     this.cmXmlMode       = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tpResult.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgResult)).BeginInit();
     this.tpInfo.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.cmRight.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.toolStrip1);
     this.splitContainer1.Panel1.Controls.Add(this.txtSQL);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
     this.splitContainer1.Panel2.Controls.Add(this.statusStrip1);
     this.splitContainer1.Size             = new System.Drawing.Size(698, 504);
     this.splitContainer1.SplitterDistance = 232;
     this.splitContainer1.TabIndex         = 0;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbtnExecute,
         this.tsbtnSave,
         this.rsbtnOpen
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(698, 25);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // tsbtnExecute
     //
     this.tsbtnExecute.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbtnExecute.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbtnExecute.Image")));
     this.tsbtnExecute.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbtnExecute.Name   = "tsbtnExecute";
     this.tsbtnExecute.Size   = new System.Drawing.Size(23, 22);
     this.tsbtnExecute.Text   = "執行(F5)";
     this.tsbtnExecute.Click += new System.EventHandler(this.tsbtnExecute_Click);
     //
     // tsbtnSave
     //
     this.tsbtnSave.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbtnSave.Image                 = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
     this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbtnSave.Name   = "tsbtnSave";
     this.tsbtnSave.Size   = new System.Drawing.Size(23, 22);
     this.tsbtnSave.Text   = "儲存";
     this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
     //
     // rsbtnOpen
     //
     this.rsbtnOpen.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.rsbtnOpen.Image                 = ((System.Drawing.Image)(resources.GetObject("rsbtnOpen.Image")));
     this.rsbtnOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.rsbtnOpen.Name   = "rsbtnOpen";
     this.rsbtnOpen.Size   = new System.Drawing.Size(23, 22);
     this.rsbtnOpen.Text   = "開啟檔案";
     this.rsbtnOpen.Click += new System.EventHandler(this.rsbtnOpen_Click);
     //
     // txtSQL
     //
     this.txtSQL.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)));
     document5.Text       = "SELECT * FROM";
     this.txtSQL.Document = document5;
     this.txtSQL.Location = new System.Drawing.Point(3, 28);
     this.txtSQL.Name     = "txtSQL";
     this.txtSQL.Size     = new System.Drawing.Size(692, 204);
     this.txtSQL.TabIndex = 0;
     this.txtSQL.KeyUp   += new System.Windows.Forms.KeyEventHandler(this.txtSQL_KeyUp);
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tpResult);
     this.tabControl1.Controls.Add(this.tpInfo);
     this.tabControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location      = new System.Drawing.Point(0, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(698, 246);
     this.tabControl1.TabIndex      = 1;
     //
     // tpResult
     //
     this.tpResult.Controls.Add(this.dgResult);
     this.tpResult.Location = new System.Drawing.Point(4, 25);
     this.tpResult.Name     = "tpResult";
     this.tpResult.Padding  = new System.Windows.Forms.Padding(3);
     this.tpResult.Size     = new System.Drawing.Size(690, 217);
     this.tpResult.TabIndex = 0;
     this.tpResult.Text     = "資料輸出";
     this.tpResult.UseVisualStyleBackColor = true;
     //
     // dgResult
     //
     this.dgResult.AllowUserToAddRows          = false;
     this.dgResult.AllowUserToDeleteRows       = false;
     this.dgResult.BackgroundColor             = System.Drawing.Color.White;
     this.dgResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgResult.ContextMenuStrip            = this.cmRight;
     this.dgResult.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.dgResult.Location           = new System.Drawing.Point(3, 3);
     this.dgResult.Name               = "dgResult";
     this.dgResult.ReadOnly           = true;
     this.dgResult.RowTemplate.Height = 24;
     this.dgResult.Size               = new System.Drawing.Size(684, 211);
     this.dgResult.TabIndex           = 0;
     //
     // tpInfo
     //
     this.tpInfo.Controls.Add(this.txtInfo);
     this.tpInfo.Location = new System.Drawing.Point(4, 22);
     this.tpInfo.Name     = "tpInfo";
     this.tpInfo.Padding  = new System.Windows.Forms.Padding(3);
     this.tpInfo.Size     = new System.Drawing.Size(690, 220);
     this.tpInfo.TabIndex = 1;
     this.tpInfo.Text     = "訊息";
     this.tpInfo.UseVisualStyleBackColor = true;
     //
     // txtInfo
     //
     this.txtInfo.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtInfo.Document = document6;
     this.txtInfo.Location = new System.Drawing.Point(3, 3);
     this.txtInfo.Name     = "txtInfo";
     this.txtInfo.Size     = new System.Drawing.Size(684, 214);
     this.txtInfo.TabIndex = 0;
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsLabel
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 246);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(698, 22);
     this.statusStrip1.TabIndex = 0;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // tsLabel
     //
     this.tsLabel.Name = "tsLabel";
     this.tsLabel.Size = new System.Drawing.Size(56, 17);
     this.tsLabel.Text = "執行時間";
     //
     // cmRight
     //
     this.cmRight.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cmTextMode,
         this.cmXmlMode
     });
     this.cmRight.Name     = "cmRight";
     this.cmRight.Size     = new System.Drawing.Size(170, 70);
     this.cmRight.Opening += new System.ComponentModel.CancelEventHandler(this.cmRight_Opening);
     //
     // cmTextMode
     //
     this.cmTextMode.Name   = "cmTextMode";
     this.cmTextMode.Size   = new System.Drawing.Size(169, 22);
     this.cmTextMode.Text   = "Text 檢視模式(&T)";
     this.cmTextMode.Click += new System.EventHandler(this.cmTextMode_Click);
     //
     // cmXmlMode
     //
     this.cmXmlMode.Name   = "cmXmlMode";
     this.cmXmlMode.Size   = new System.Drawing.Size(169, 22);
     this.cmXmlMode.Text   = "XML 模視模式(&X)";
     this.cmXmlMode.Click += new System.EventHandler(this.cmXmlMode_Click);
     //
     // UDTTestForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(698, 504);
     this.Controls.Add(this.splitContainer1);
     this.Font         = new System.Drawing.Font("微軟正黑體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name         = "UDTTestForm";
     this.Text         = "UDT 測試工具";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.UDTTestForm_FormClosing);
     this.Load        += new System.EventHandler(this.UDTTestForm_Load);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tpResult.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgResult)).EndInit();
     this.tpInfo.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.cmRight.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
        /// 修改這個方法的內容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XmlEditor));
            ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
            this.xmlSyntaxLanguage1 = new ActiproSoftware.SyntaxEditor.Addons.Xml.XmlSyntaxLanguage(this.components);
            this.txtFormat = new System.Windows.Forms.Button();
            this.btnUndo = new System.Windows.Forms.Button();
            this.err = new System.Windows.Forms.ErrorProvider(this.components);
            this.txtXML = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            ((System.ComponentModel.ISupportInitialize)(this.err)).BeginInit();
            this.SuspendLayout();
            // 
            // txtFormat
            // 
            this.txtFormat.Image = ((System.Drawing.Image)(resources.GetObject("txtFormat.Image")));
            this.txtFormat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.txtFormat.Location = new System.Drawing.Point(6, 13);
            this.txtFormat.Name = "txtFormat";
            this.txtFormat.Size = new System.Drawing.Size(75, 30);
            this.txtFormat.TabIndex = 0;
            this.txtFormat.Text = "格式化";
            this.txtFormat.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.txtFormat.UseVisualStyleBackColor = true;
            this.txtFormat.Click += new System.EventHandler(this.txtFormat_Click);
            // 
            // btnUndo
            // 
            this.btnUndo.Image = ((System.Drawing.Image)(resources.GetObject("btnUndo.Image")));
            this.btnUndo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnUndo.Location = new System.Drawing.Point(87, 13);
            this.btnUndo.Name = "btnUndo";
            this.btnUndo.Size = new System.Drawing.Size(75, 30);
            this.btnUndo.TabIndex = 1;
            this.btnUndo.Text = "復原";
            this.btnUndo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btnUndo.UseVisualStyleBackColor = true;
            this.btnUndo.Click += new System.EventHandler(this.btnUndo_Click);
            // 
            // err
            // 
            this.err.ContainerControl = this;
            // 
            // txtXML
            // 
            this.txtXML.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)));
            document1.Language = this.xmlSyntaxLanguage1;
            document1.Text = "<XmlDocument/>";
            this.txtXML.Document = document1;
            this.txtXML.Font = new System.Drawing.Font("微軟正黑體", 11F);
            this.txtXML.LineNumberMarginVisible = true;
            this.txtXML.Location = new System.Drawing.Point(6, 49);
            this.txtXML.Name = "txtXML";
            this.txtXML.Size = new System.Drawing.Size(639, 405);
            this.txtXML.TabIndex = 2;
            // 
            // XmlEditor
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.btnUndo);
            this.Controls.Add(this.txtFormat);
            this.Controls.Add(this.txtXML);
            this.Font = new System.Drawing.Font("微軟正黑體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.Name = "XmlEditor";
            this.Size = new System.Drawing.Size(645, 457);
            this.Load += new System.EventHandler(this.XmlEditor_Load);
            ((System.ComponentModel.ISupportInitialize)(this.err)).EndInit();
            this.ResumeLayout(false);

        }
Пример #29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document document4 = new ActiproSoftware.SyntaxEditor.Document();
     this.textBox1      = new System.Windows.Forms.TextBox();
     this.textBox2      = new System.Windows.Forms.TextBox();
     this.button1       = new System.Windows.Forms.Button();
     this.syntaxEditor1 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.label1        = new System.Windows.Forms.Label();
     this.checkBox1     = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Location  = new System.Drawing.Point(3, 12);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(364, 206);
     this.textBox1.TabIndex  = 0;
     this.textBox1.Text      = "aa\r\nbb\r\ncc\r\ndd\r\nee\r\nff";
     //
     // textBox2
     //
     this.textBox2.Location  = new System.Drawing.Point(394, 12);
     this.textBox2.Multiline = true;
     this.textBox2.Name      = "textBox2";
     this.textBox2.Size      = new System.Drawing.Size(262, 206);
     this.textBox2.TabIndex  = 1;
     this.textBox2.Text      = "aa\r\nrr\r\ntt\r\nyy\r\nuu\r\nff";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(292, 253);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(96, 34);
     this.button1.TabIndex = 3;
     this.button1.Text     = "Merge";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // syntaxEditor1
     //
     this.syntaxEditor1.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.syntaxEditor1.Document = document4;
     this.syntaxEditor1.Location = new System.Drawing.Point(676, 12);
     this.syntaxEditor1.Name     = "syntaxEditor1";
     this.syntaxEditor1.Size     = new System.Drawing.Size(492, 409);
     this.syntaxEditor1.TabIndex = 4;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(321, 305);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(46, 17);
     this.label1.TabIndex = 5;
     this.label1.Text     = "label1";
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(324, 339);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(160, 21);
     this.checkBox1.TabIndex = 6;
     this.checkBox1.Text     = "Identify conflicts only";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // frmIntelliMergeTest
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1180, 433);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.syntaxEditor1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.textBox1);
     this.Name = "frmIntelliMergeTest";
     this.Text = "frmIntelliMergeTest";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
		/// <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();
			ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectSettings));
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
			ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
			ActiproSoftware.SyntaxEditor.Document document3 = new ActiproSoftware.SyntaxEditor.Document();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
			ActiproSoftware.SyntaxEditor.Document document4 = new ActiproSoftware.SyntaxEditor.Document();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
			ActiproSoftware.SyntaxEditor.Document document5 = new ActiproSoftware.SyntaxEditor.Document();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
			ActiproSoftware.SyntaxEditor.Document document6 = new ActiproSoftware.SyntaxEditor.Document();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
			this.superTabControlPanel5 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.panel4 = new System.Windows.Forms.Panel();
			this.expandableSplitter5 = new DevComponents.DotNetBar.ExpandableSplitter();
			this.syntaxEditorPostgreSQL = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.labelX4 = new DevComponents.DotNetBar.LabelX();
			this.dataGridViewPostgreSQL = new DevComponents.DotNetBar.Controls.DataGridViewX();
			this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewComboBoxExColumn1 = new DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn();
			this.superTabItemTypeMappingPostgreSQL = new DevComponents.DotNetBar.SuperTabItem();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.panel8 = new System.Windows.Forms.Panel();
			this.buttonSaveTypeMappings = new DevComponents.DotNetBar.ButtonX();
			this.panelContent = new System.Windows.Forms.Panel();
			this.namingEditor1 = new ArchAngel.Workbench.UserControls.NamingEditor();
			this.dbTypeMapEditor1 = new ArchAngel.Workbench.UserControls.DbTypeMapEditor();
			this.baseTypeMapEditor1 = new ArchAngel.Workbench.UserControls.BaseTypeMapEditor();
			this.databaseScriptEditor1 = new ArchAngel.Workbench.UserControls.DatabaseScriptEditor();
			this.treeSettings = new DevComponents.AdvTree.AdvTree();
			this.columnHeader1 = new DevComponents.AdvTree.ColumnHeader();
			this.node1 = new DevComponents.AdvTree.Node();
			this.nodeTypeMapsBase = new DevComponents.AdvTree.Node();
			this.nodeTypeMapsSqlServer = new DevComponents.AdvTree.Node();
			this.nodeTypeMapsOracle = new DevComponents.AdvTree.Node();
			this.nodeTypeMapsMySQL = new DevComponents.AdvTree.Node();
			this.nodeTypeMapsPostgreSQL = new DevComponents.AdvTree.Node();
			this.nodeTypeMapsFirebird = new DevComponents.AdvTree.Node();
			this.nodeTypeMapsSQLite = new DevComponents.AdvTree.Node();
			this.node2 = new DevComponents.AdvTree.Node();
			this.node3 = new DevComponents.AdvTree.Node();
			this.nodeDbScriptSqlServerHeader = new DevComponents.AdvTree.Node();
			this.node4 = new DevComponents.AdvTree.Node();
			this.nodeDbScriptOracleHeader = new DevComponents.AdvTree.Node();
			this.node5 = new DevComponents.AdvTree.Node();
			this.nodeDbScriptMySqlHeader = new DevComponents.AdvTree.Node();
			this.node6 = new DevComponents.AdvTree.Node();
			this.nodeDbScriptPostgreSqlHeader = new DevComponents.AdvTree.Node();
			this.node7 = new DevComponents.AdvTree.Node();
			this.nodeDbScriptFirebirdHeader = new DevComponents.AdvTree.Node();
			this.node8 = new DevComponents.AdvTree.Node();
			this.nodeDbScriptSQLiteHeader = new DevComponents.AdvTree.Node();
			this.nodeNamingScripts = new DevComponents.AdvTree.Node();
			this.nodeNamingScriptEntity = new DevComponents.AdvTree.Node();
			this.nodeNamingScriptProperty = new DevComponents.AdvTree.Node();
			this.elementStyle3 = new DevComponents.DotNetBar.ElementStyle();
			this.nodeConnector1 = new DevComponents.AdvTree.NodeConnector();
			this.elementStyle1 = new DevComponents.DotNetBar.ElementStyle();
			this.superTabItemDatabaseScripts = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabItemOptionsTypeMappings = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabItemTypeMappingCSharp = new DevComponents.DotNetBar.SuperTabItem();
			this.labelUsedBy = new DevComponents.DotNetBar.LabelX();
			this.expandableSplitter2 = new DevComponents.DotNetBar.ExpandableSplitter();
			this.dataGridViewCSharp = new DevComponents.DotNetBar.Controls.DataGridViewX();
			this.ColumnDotNet = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColumnCSharp = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColumnVB = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColumnSQLServer1 = new DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn();
			this.ColumnOracle = new DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn();
			this.ColumnMySQL = new DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn();
			this.ColumnPostgreSQL = new DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn();
			this.ColumnFirebird = new DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn();
			this.superTabControlPanel1 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.panel2 = new System.Windows.Forms.Panel();
			this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
			this.syntaxEditorSqlServer = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.labelX2 = new DevComponents.DotNetBar.LabelX();
			this.dataGridViewSqlServer = new DevComponents.DotNetBar.Controls.DataGridViewX();
			this.ColumnSQLServer = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColumnUniType = new DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn();
			this.superTabItemTypeMappingSqlServer = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel2 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.panel1 = new System.Windows.Forms.Panel();
			this.expandableSplitter3 = new DevComponents.DotNetBar.ExpandableSplitter();
			this.syntaxEditorOracle = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.labelX1 = new DevComponents.DotNetBar.LabelX();
			this.dataGridViewOracle = new DevComponents.DotNetBar.Controls.DataGridViewX();
			this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewComboBoxExColumn3 = new DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn();
			this.superTabItemTypeMappingOracle = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel3 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.panel3 = new System.Windows.Forms.Panel();
			this.expandableSplitter4 = new DevComponents.DotNetBar.ExpandableSplitter();
			this.syntaxEditorMySQL = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.labelX3 = new DevComponents.DotNetBar.LabelX();
			this.dataGridViewMySQL = new DevComponents.DotNetBar.Controls.DataGridViewX();
			this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewComboBoxExColumn4 = new DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn();
			this.superTabItemTypeMappingMySQL = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel6 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.panel5 = new System.Windows.Forms.Panel();
			this.expandableSplitter6 = new DevComponents.DotNetBar.ExpandableSplitter();
			this.syntaxEditorFirebird = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.labelX5 = new DevComponents.DotNetBar.LabelX();
			this.dataGridViewFirebird = new DevComponents.DotNetBar.Controls.DataGridViewX();
			this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewComboBoxExColumn2 = new DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn();
			this.superTabItemTypeMappingFirebird = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel7 = new DevComponents.DotNetBar.SuperTabControlPanel();
			this.panel6 = new System.Windows.Forms.Panel();
			this.expandableSplitter7 = new DevComponents.DotNetBar.ExpandableSplitter();
			this.syntaxEditorSQLite = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.labelX6 = new DevComponents.DotNetBar.LabelX();
			this.dataGridViewSQLite = new DevComponents.DotNetBar.Controls.DataGridViewX();
			this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.dataGridViewComboBoxExColumn5 = new DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn();
			this.superTabItemTypeMappingSQLite = new DevComponents.DotNetBar.SuperTabItem();
			this.superTabControlPanel5.SuspendLayout();
			this.panel4.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewPostgreSQL)).BeginInit();
			this.panel8.SuspendLayout();
			this.panelContent.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.treeSettings)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewCSharp)).BeginInit();
			this.superTabControlPanel1.SuspendLayout();
			this.panel2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewSqlServer)).BeginInit();
			this.superTabControlPanel2.SuspendLayout();
			this.panel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewOracle)).BeginInit();
			this.superTabControlPanel3.SuspendLayout();
			this.panel3.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewMySQL)).BeginInit();
			this.superTabControlPanel6.SuspendLayout();
			this.panel5.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewFirebird)).BeginInit();
			this.superTabControlPanel7.SuspendLayout();
			this.panel6.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewSQLite)).BeginInit();
			this.SuspendLayout();
			// 
			// superTabControlPanel5
			// 
			this.superTabControlPanel5.Controls.Add(this.panel4);
			this.superTabControlPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel5.Location = new System.Drawing.Point(0, 0);
			this.superTabControlPanel5.Name = "superTabControlPanel5";
			this.superTabControlPanel5.Size = new System.Drawing.Size(537, 23);
			this.superTabControlPanel5.TabIndex = 0;
			this.superTabControlPanel5.TabItem = this.superTabItemTypeMappingPostgreSQL;
			// 
			// panel4
			// 
			this.panel4.Controls.Add(this.expandableSplitter5);
			this.panel4.Controls.Add(this.syntaxEditorPostgreSQL);
			this.panel4.Controls.Add(this.labelX4);
			this.panel4.Controls.Add(this.dataGridViewPostgreSQL);
			this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel4.Location = new System.Drawing.Point(0, 0);
			this.panel4.Name = "panel4";
			this.panel4.Size = new System.Drawing.Size(537, 23);
			this.panel4.TabIndex = 16;
			// 
			// expandableSplitter5
			// 
			this.expandableSplitter5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter5.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter5.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.expandableSplitter5.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter5.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter5.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter5.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter5.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter5.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter5.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter5.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter5.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(166)))), ((int)(((byte)(72)))));
			this.expandableSplitter5.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(197)))), ((int)(((byte)(108)))));
			this.expandableSplitter5.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
			this.expandableSplitter5.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
			this.expandableSplitter5.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter5.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter5.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter5.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter5.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter5.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter5.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter5.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter5.Location = new System.Drawing.Point(293, 23);
			this.expandableSplitter5.Name = "expandableSplitter5";
			this.expandableSplitter5.Size = new System.Drawing.Size(6, 0);
			this.expandableSplitter5.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
			this.expandableSplitter5.TabIndex = 16;
			this.expandableSplitter5.TabStop = false;
			// 
			// syntaxEditorPostgreSQL
			// 
			this.syntaxEditorPostgreSQL.Dock = System.Windows.Forms.DockStyle.Fill;
			this.syntaxEditorPostgreSQL.Document = document1;
			this.syntaxEditorPostgreSQL.LineNumberMarginVisible = true;
			this.syntaxEditorPostgreSQL.Location = new System.Drawing.Point(293, 23);
			this.syntaxEditorPostgreSQL.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorPostgreSQL.Name = "syntaxEditorPostgreSQL";
			this.syntaxEditorPostgreSQL.Size = new System.Drawing.Size(244, 0);
			this.syntaxEditorPostgreSQL.TabIndex = 17;
			// 
			// labelX4
			// 
			// 
			// 
			// 
			this.labelX4.BackgroundStyle.Class = "";
			this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX4.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelX4.ForeColor = System.Drawing.Color.White;
			this.labelX4.Location = new System.Drawing.Point(293, 0);
			this.labelX4.Name = "labelX4";
			this.labelX4.Size = new System.Drawing.Size(244, 23);
			this.labelX4.TabIndex = 15;
			this.labelX4.Text = "PostgreSQL -> C#";
			this.labelX4.TextAlignment = System.Drawing.StringAlignment.Center;
			// 
			// dataGridViewPostgreSQL
			// 
			this.dataGridViewPostgreSQL.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dataGridViewPostgreSQL.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn5,
            this.dataGridViewComboBoxExColumn1});
			dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
			dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
			this.dataGridViewPostgreSQL.DefaultCellStyle = dataGridViewCellStyle1;
			this.dataGridViewPostgreSQL.Dock = System.Windows.Forms.DockStyle.Left;
			this.dataGridViewPostgreSQL.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
			this.dataGridViewPostgreSQL.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
			this.dataGridViewPostgreSQL.Location = new System.Drawing.Point(0, 0);
			this.dataGridViewPostgreSQL.Name = "dataGridViewPostgreSQL";
			this.dataGridViewPostgreSQL.Size = new System.Drawing.Size(293, 23);
			this.dataGridViewPostgreSQL.TabIndex = 0;
			// 
			// dataGridViewTextBoxColumn5
			// 
			this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.dataGridViewTextBoxColumn5.HeaderText = "PostgreSQL Types";
			this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
			// 
			// dataGridViewComboBoxExColumn1
			// 
			this.dataGridViewComboBoxExColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.dataGridViewComboBoxExColumn1.DisplayMember = "Text";
			this.dataGridViewComboBoxExColumn1.DropDownHeight = 106;
			this.dataGridViewComboBoxExColumn1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.dataGridViewComboBoxExColumn1.DropDownWidth = 121;
			this.dataGridViewComboBoxExColumn1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.dataGridViewComboBoxExColumn1.HeaderText = "C# Types";
			this.dataGridViewComboBoxExColumn1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.dataGridViewComboBoxExColumn1.IntegralHeight = false;
			this.dataGridViewComboBoxExColumn1.ItemHeight = 13;
			this.dataGridViewComboBoxExColumn1.Name = "dataGridViewComboBoxExColumn1";
			this.dataGridViewComboBoxExColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.dataGridViewComboBoxExColumn1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.dataGridViewComboBoxExColumn1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
			// 
			// superTabItemTypeMappingPostgreSQL
			// 
			this.superTabItemTypeMappingPostgreSQL.AttachedControl = this.superTabControlPanel5;
			this.superTabItemTypeMappingPostgreSQL.GlobalItem = false;
			this.superTabItemTypeMappingPostgreSQL.Name = "superTabItemTypeMappingPostgreSQL";
			this.superTabItemTypeMappingPostgreSQL.TabStripItem = null;
			this.superTabItemTypeMappingPostgreSQL.Text = "PostgreSQL";
			// 
			// imageList1
			// 
			this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
			this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
			this.imageList1.Images.SetKeyName(0, "db16.png");
			this.imageList1.Images.SetKeyName(1, "XSDSchema_NameSpaceIcon.png");
			this.imageList1.Images.SetKeyName(2, "EntityDataModel_association_16x16.png");
			this.imageList1.Images.SetKeyName(3, "base_scroll_32.png");
			// 
			// panel8
			// 
			this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
			this.panel8.Controls.Add(this.buttonSaveTypeMappings);
			this.panel8.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panel8.Location = new System.Drawing.Point(168, 416);
			this.panel8.Name = "panel8";
			this.panel8.Size = new System.Drawing.Size(905, 61);
			this.panel8.TabIndex = 67;
			// 
			// buttonSaveTypeMappings
			// 
			this.buttonSaveTypeMappings.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonSaveTypeMappings.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonSaveTypeMappings.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonSaveTypeMappings.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonSaveTypeMappings.HoverImage")));
			this.buttonSaveTypeMappings.Image = ((System.Drawing.Image)(resources.GetObject("buttonSaveTypeMappings.Image")));
			this.buttonSaveTypeMappings.Location = new System.Drawing.Point(773, 13);
			this.buttonSaveTypeMappings.Name = "buttonSaveTypeMappings";
			this.buttonSaveTypeMappings.Size = new System.Drawing.Size(118, 32);
			this.buttonSaveTypeMappings.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonSaveTypeMappings.TabIndex = 37;
			this.buttonSaveTypeMappings.Text = "Save Settings";
			this.buttonSaveTypeMappings.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonSaveTypeMappings.Click += new System.EventHandler(this.buttonSaveTypeMappings_Click);
			// 
			// panelContent
			// 
			this.panelContent.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
			this.panelContent.Controls.Add(this.namingEditor1);
			this.panelContent.Controls.Add(this.dbTypeMapEditor1);
			this.panelContent.Controls.Add(this.baseTypeMapEditor1);
			this.panelContent.Controls.Add(this.databaseScriptEditor1);
			this.panelContent.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panelContent.Location = new System.Drawing.Point(168, 0);
			this.panelContent.Name = "panelContent";
			this.panelContent.Size = new System.Drawing.Size(905, 416);
			this.panelContent.TabIndex = 68;
			// 
			// namingEditor1
			// 
			this.namingEditor1.Location = new System.Drawing.Point(706, 12);
			this.namingEditor1.Name = "namingEditor1";
			this.namingEditor1.Size = new System.Drawing.Size(269, 150);
			this.namingEditor1.TabIndex = 47;
			// 
			// dbTypeMapEditor1
			// 
			this.dbTypeMapEditor1.Location = new System.Drawing.Point(51, 221);
			this.dbTypeMapEditor1.Name = "dbTypeMapEditor1";
			this.dbTypeMapEditor1.Size = new System.Drawing.Size(706, 115);
			this.dbTypeMapEditor1.TabIndex = 46;
			// 
			// baseTypeMapEditor1
			// 
			this.baseTypeMapEditor1.Location = new System.Drawing.Point(308, 28);
			this.baseTypeMapEditor1.Name = "baseTypeMapEditor1";
			this.baseTypeMapEditor1.Size = new System.Drawing.Size(338, 134);
			this.baseTypeMapEditor1.TabIndex = 45;
			// 
			// databaseScriptEditor1
			// 
			this.databaseScriptEditor1.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.databaseScriptEditor1.Location = new System.Drawing.Point(33, 41);
			this.databaseScriptEditor1.Name = "databaseScriptEditor1";
			this.databaseScriptEditor1.Size = new System.Drawing.Size(247, 148);
			this.databaseScriptEditor1.TabIndex = 44;
			// 
			// treeSettings
			// 
			this.treeSettings.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
			this.treeSettings.AllowDrop = true;
			this.treeSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
			// 
			// 
			// 
			this.treeSettings.BackgroundStyle.Class = "TreeBorderKey";
			this.treeSettings.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.treeSettings.CheckBoxImageChecked = ((System.Drawing.Image)(resources.GetObject("treeSettings.CheckBoxImageChecked")));
			this.treeSettings.CheckBoxImageIndeterminate = ((System.Drawing.Image)(resources.GetObject("treeSettings.CheckBoxImageIndeterminate")));
			this.treeSettings.CheckBoxImageUnChecked = ((System.Drawing.Image)(resources.GetObject("treeSettings.CheckBoxImageUnChecked")));
			this.treeSettings.Columns.Add(this.columnHeader1);
			this.treeSettings.ColumnsVisible = false;
			this.treeSettings.Dock = System.Windows.Forms.DockStyle.Left;
			this.treeSettings.DragDropEnabled = false;
			this.treeSettings.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
			this.treeSettings.FullRowSelect = false;
			this.treeSettings.GridColumnLines = false;
			this.treeSettings.GridLinesColor = System.Drawing.Color.LightGray;
			this.treeSettings.HotTracking = true;
			this.treeSettings.ImageList = this.imageList1;
			this.treeSettings.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			this.treeSettings.Location = new System.Drawing.Point(0, 0);
			this.treeSettings.MultiSelectRule = DevComponents.AdvTree.eMultiSelectRule.AnyNode;
			this.treeSettings.Name = "treeSettings";
			this.treeSettings.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.node1,
            this.node2,
            this.nodeNamingScripts});
			this.treeSettings.NodesColumnsBackgroundStyle = this.elementStyle3;
			this.treeSettings.NodesConnector = this.nodeConnector1;
			this.treeSettings.NodeSpacing = 5;
			this.treeSettings.NodeStyle = this.elementStyle1;
			this.treeSettings.NodeStyleMouseOver = this.elementStyle3;
			this.treeSettings.NodeStyleSelected = this.elementStyle3;
			this.treeSettings.PathSeparator = ";";
			this.treeSettings.Size = new System.Drawing.Size(168, 477);
			this.treeSettings.Styles.Add(this.elementStyle1);
			this.treeSettings.Styles.Add(this.elementStyle3);
			this.treeSettings.TabIndex = 66;
			this.treeSettings.Text = "advTree1";
			this.treeSettings.AfterNodeSelect += new DevComponents.AdvTree.AdvTreeNodeEventHandler(this.treeSettings_AfterNodeSelect);
			// 
			// columnHeader1
			// 
			this.columnHeader1.Name = "columnHeader1";
			this.columnHeader1.Width.Relative = 100;
			// 
			// node1
			// 
			this.node1.Expanded = true;
			this.node1.Name = "node1";
			this.node1.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.nodeTypeMapsBase,
            this.nodeTypeMapsSqlServer,
            this.nodeTypeMapsOracle,
            this.nodeTypeMapsMySQL,
            this.nodeTypeMapsPostgreSQL,
            this.nodeTypeMapsFirebird,
            this.nodeTypeMapsSQLite});
			this.node1.Text = "Type Mappings";
			// 
			// nodeTypeMapsBase
			// 
			this.nodeTypeMapsBase.Expanded = true;
			this.nodeTypeMapsBase.ImageIndex = 2;
			this.nodeTypeMapsBase.Name = "nodeTypeMapsBase";
			this.nodeTypeMapsBase.Text = "Base Types";
			// 
			// nodeTypeMapsSqlServer
			// 
			this.nodeTypeMapsSqlServer.Expanded = true;
			this.nodeTypeMapsSqlServer.ImageIndex = 2;
			this.nodeTypeMapsSqlServer.Name = "nodeTypeMapsSqlServer";
			this.nodeTypeMapsSqlServer.Text = "SQL Server";
			// 
			// nodeTypeMapsOracle
			// 
			this.nodeTypeMapsOracle.Expanded = true;
			this.nodeTypeMapsOracle.ImageIndex = 2;
			this.nodeTypeMapsOracle.Name = "nodeTypeMapsOracle";
			this.nodeTypeMapsOracle.Text = "Oracle";
			// 
			// nodeTypeMapsMySQL
			// 
			this.nodeTypeMapsMySQL.Expanded = true;
			this.nodeTypeMapsMySQL.ImageIndex = 2;
			this.nodeTypeMapsMySQL.Name = "nodeTypeMapsMySQL";
			this.nodeTypeMapsMySQL.Text = "MySQL";
			// 
			// nodeTypeMapsPostgreSQL
			// 
			this.nodeTypeMapsPostgreSQL.Expanded = true;
			this.nodeTypeMapsPostgreSQL.ImageIndex = 2;
			this.nodeTypeMapsPostgreSQL.Name = "nodeTypeMapsPostgreSQL";
			this.nodeTypeMapsPostgreSQL.Text = "PostgreSQL";
			// 
			// nodeTypeMapsFirebird
			// 
			this.nodeTypeMapsFirebird.Expanded = true;
			this.nodeTypeMapsFirebird.ImageIndex = 2;
			this.nodeTypeMapsFirebird.Name = "nodeTypeMapsFirebird";
			this.nodeTypeMapsFirebird.Text = "Firebird";
			// 
			// nodeTypeMapsSQLite
			// 
			this.nodeTypeMapsSQLite.Expanded = true;
			this.nodeTypeMapsSQLite.ImageIndex = 2;
			this.nodeTypeMapsSQLite.Name = "nodeTypeMapsSQLite";
			this.nodeTypeMapsSQLite.Text = "SQLite";
			// 
			// node2
			// 
			this.node2.Expanded = true;
			this.node2.Name = "node2";
			this.node2.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.node3,
            this.node4,
            this.node5,
            this.node6,
            this.node7,
            this.node8});
			this.node2.Text = "Database Scripts";
			// 
			// node3
			// 
			this.node3.Expanded = true;
			this.node3.Name = "node3";
			this.node3.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.nodeDbScriptSqlServerHeader});
			this.node3.Text = "SQL Server";
			// 
			// nodeDbScriptSqlServerHeader
			// 
			this.nodeDbScriptSqlServerHeader.Expanded = true;
			this.nodeDbScriptSqlServerHeader.ImageIndex = 3;
			this.nodeDbScriptSqlServerHeader.Name = "nodeDbScriptSqlServerHeader";
			this.nodeDbScriptSqlServerHeader.Text = "Default";
			// 
			// node4
			// 
			this.node4.Expanded = true;
			this.node4.Name = "node4";
			this.node4.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.nodeDbScriptOracleHeader});
			this.node4.Text = "Oracle";
			// 
			// nodeDbScriptOracleHeader
			// 
			this.nodeDbScriptOracleHeader.Expanded = true;
			this.nodeDbScriptOracleHeader.ImageIndex = 3;
			this.nodeDbScriptOracleHeader.Name = "nodeDbScriptOracleHeader";
			this.nodeDbScriptOracleHeader.Text = "Default";
			// 
			// node5
			// 
			this.node5.Expanded = true;
			this.node5.Name = "node5";
			this.node5.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.nodeDbScriptMySqlHeader});
			this.node5.Text = "MySQL";
			// 
			// nodeDbScriptMySqlHeader
			// 
			this.nodeDbScriptMySqlHeader.Expanded = true;
			this.nodeDbScriptMySqlHeader.ImageIndex = 3;
			this.nodeDbScriptMySqlHeader.Name = "nodeDbScriptMySqlHeader";
			this.nodeDbScriptMySqlHeader.Text = "Default";
			// 
			// node6
			// 
			this.node6.Expanded = true;
			this.node6.Name = "node6";
			this.node6.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.nodeDbScriptPostgreSqlHeader});
			this.node6.Text = "PostgreSQL";
			// 
			// nodeDbScriptPostgreSqlHeader
			// 
			this.nodeDbScriptPostgreSqlHeader.Expanded = true;
			this.nodeDbScriptPostgreSqlHeader.ImageIndex = 3;
			this.nodeDbScriptPostgreSqlHeader.Name = "nodeDbScriptPostgreSqlHeader";
			this.nodeDbScriptPostgreSqlHeader.Text = "Default";
			// 
			// node7
			// 
			this.node7.Expanded = true;
			this.node7.Name = "node7";
			this.node7.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.nodeDbScriptFirebirdHeader});
			this.node7.Text = "Firebird";
			// 
			// nodeDbScriptFirebirdHeader
			// 
			this.nodeDbScriptFirebirdHeader.Expanded = true;
			this.nodeDbScriptFirebirdHeader.ImageIndex = 3;
			this.nodeDbScriptFirebirdHeader.Name = "nodeDbScriptFirebirdHeader";
			this.nodeDbScriptFirebirdHeader.Text = "Default";
			// 
			// node8
			// 
			this.node8.Expanded = true;
			this.node8.Name = "node8";
			this.node8.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.nodeDbScriptSQLiteHeader});
			this.node8.Text = "SQLite";
			// 
			// nodeDbScriptSQLiteHeader
			// 
			this.nodeDbScriptSQLiteHeader.Expanded = true;
			this.nodeDbScriptSQLiteHeader.ImageIndex = 3;
			this.nodeDbScriptSQLiteHeader.Name = "nodeDbScriptSQLiteHeader";
			this.nodeDbScriptSQLiteHeader.Text = "Default";
			// 
			// nodeNamingScripts
			// 
			this.nodeNamingScripts.Expanded = true;
			this.nodeNamingScripts.Name = "nodeNamingScripts";
			this.nodeNamingScripts.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.nodeNamingScriptEntity,
            this.nodeNamingScriptProperty});
			this.nodeNamingScripts.Text = "Naming Scripts";
			// 
			// nodeNamingScriptEntity
			// 
			this.nodeNamingScriptEntity.ImageIndex = 3;
			this.nodeNamingScriptEntity.Name = "nodeNamingScriptEntity";
			this.nodeNamingScriptEntity.Text = "Entity";
			// 
			// nodeNamingScriptProperty
			// 
			this.nodeNamingScriptProperty.ImageIndex = 3;
			this.nodeNamingScriptProperty.Name = "nodeNamingScriptProperty";
			this.nodeNamingScriptProperty.Text = "Property";
			// 
			// elementStyle3
			// 
			this.elementStyle3.BackColor = System.Drawing.Color.White;
			this.elementStyle3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(228)))), ((int)(((byte)(240)))));
			this.elementStyle3.BackColorGradientAngle = 90;
			this.elementStyle3.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle3.BorderBottomWidth = 1;
			this.elementStyle3.BorderColor = System.Drawing.Color.DarkGray;
			this.elementStyle3.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle3.BorderLeftWidth = 1;
			this.elementStyle3.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle3.BorderRightWidth = 1;
			this.elementStyle3.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle3.BorderTopWidth = 1;
			this.elementStyle3.Class = "";
			this.elementStyle3.CornerDiameter = 4;
			this.elementStyle3.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.elementStyle3.Description = "Gray";
			this.elementStyle3.Name = "elementStyle3";
			this.elementStyle3.PaddingBottom = 1;
			this.elementStyle3.PaddingLeft = 1;
			this.elementStyle3.PaddingRight = 1;
			this.elementStyle3.PaddingTop = 1;
			this.elementStyle3.TextColor = System.Drawing.Color.Black;
			// 
			// nodeConnector1
			// 
			this.nodeConnector1.LineColor = System.Drawing.Color.LightGray;
			// 
			// elementStyle1
			// 
			this.elementStyle1.Class = "";
			this.elementStyle1.CornerType = DevComponents.DotNetBar.eCornerType.Rounded;
			this.elementStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.elementStyle1.Name = "elementStyle1";
			this.elementStyle1.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
			this.elementStyle1.TextTrimming = DevComponents.DotNetBar.eStyleTextTrimming.EllipsisPath;
			// 
			// superTabItemDatabaseScripts
			// 
			this.superTabItemDatabaseScripts.GlobalItem = false;
			this.superTabItemDatabaseScripts.Name = "superTabItemDatabaseScripts";
			this.superTabItemDatabaseScripts.TabStripItem = null;
			this.superTabItemDatabaseScripts.Text = "Database Scripts";
			// 
			// superTabItemOptionsTypeMappings
			// 
			this.superTabItemOptionsTypeMappings.GlobalItem = false;
			this.superTabItemOptionsTypeMappings.Name = "superTabItemOptionsTypeMappings";
			this.superTabItemOptionsTypeMappings.TabStripItem = null;
			this.superTabItemOptionsTypeMappings.Text = "Type Mappings";
			// 
			// superTabItemTypeMappingCSharp
			// 
			this.superTabItemTypeMappingCSharp.GlobalItem = false;
			this.superTabItemTypeMappingCSharp.Name = "superTabItemTypeMappingCSharp";
			this.superTabItemTypeMappingCSharp.TabStripItem = null;
			// 
			// labelUsedBy
			// 
			// 
			// 
			// 
			this.labelUsedBy.BackgroundStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
			this.labelUsedBy.BackgroundStyle.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(90)))), ((int)(((byte)(90)))));
			this.labelUsedBy.BackgroundStyle.BackColorGradientAngle = 90;
			this.labelUsedBy.BackgroundStyle.Class = "";
			this.labelUsedBy.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelUsedBy.Dock = System.Windows.Forms.DockStyle.Right;
			this.labelUsedBy.ForeColor = System.Drawing.Color.White;
			this.labelUsedBy.Location = new System.Drawing.Point(406, 0);
			this.labelUsedBy.Name = "labelUsedBy";
			this.labelUsedBy.Size = new System.Drawing.Size(131, 237);
			this.labelUsedBy.TabIndex = 5;
			this.labelUsedBy.Text = "<b>labelX3</b>\r\n<br/>\r\n  one";
			this.labelUsedBy.TextLineAlignment = System.Drawing.StringAlignment.Near;
			// 
			// expandableSplitter2
			// 
			this.expandableSplitter2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter2.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter2.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.expandableSplitter2.Dock = System.Windows.Forms.DockStyle.Right;
			this.expandableSplitter2.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter2.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter2.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter2.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter2.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter2.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter2.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter2.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter2.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(166)))), ((int)(((byte)(72)))));
			this.expandableSplitter2.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(197)))), ((int)(((byte)(108)))));
			this.expandableSplitter2.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
			this.expandableSplitter2.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
			this.expandableSplitter2.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter2.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter2.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter2.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter2.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter2.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter2.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter2.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter2.Location = new System.Drawing.Point(400, 0);
			this.expandableSplitter2.Name = "expandableSplitter2";
			this.expandableSplitter2.Size = new System.Drawing.Size(6, 237);
			this.expandableSplitter2.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
			this.expandableSplitter2.TabIndex = 2;
			this.expandableSplitter2.TabStop = false;
			// 
			// dataGridViewCSharp
			// 
			this.dataGridViewCSharp.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dataGridViewCSharp.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColumnDotNet,
            this.ColumnCSharp,
            this.ColumnVB,
            this.ColumnSQLServer1,
            this.ColumnOracle,
            this.ColumnMySQL,
            this.ColumnPostgreSQL,
            this.ColumnFirebird});
			dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
			dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
			this.dataGridViewCSharp.DefaultCellStyle = dataGridViewCellStyle2;
			this.dataGridViewCSharp.Dock = System.Windows.Forms.DockStyle.Fill;
			this.dataGridViewCSharp.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
			this.dataGridViewCSharp.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(184)))));
			this.dataGridViewCSharp.Location = new System.Drawing.Point(0, 0);
			this.dataGridViewCSharp.Name = "dataGridViewCSharp";
			this.dataGridViewCSharp.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
			this.dataGridViewCSharp.Size = new System.Drawing.Size(400, 237);
			this.dataGridViewCSharp.TabIndex = 1;
			this.dataGridViewCSharp.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewUniTypes_CellValueChanged);
			this.dataGridViewCSharp.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dataGridViewUniTypes_RowsAdded);
			// 
			// ColumnDotNet
			// 
			this.ColumnDotNet.Frozen = true;
			this.ColumnDotNet.HeaderText = ".Net";
			this.ColumnDotNet.Name = "ColumnDotNet";
			// 
			// ColumnCSharp
			// 
			this.ColumnCSharp.HeaderText = "C#";
			this.ColumnCSharp.Name = "ColumnCSharp";
			// 
			// ColumnVB
			// 
			this.ColumnVB.HeaderText = "VB.Net";
			this.ColumnVB.Name = "ColumnVB";
			// 
			// ColumnSQLServer1
			// 
			this.ColumnSQLServer1.DisplayMember = "Text";
			this.ColumnSQLServer1.DropDownHeight = 106;
			this.ColumnSQLServer1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ColumnSQLServer1.DropDownWidth = 121;
			this.ColumnSQLServer1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.ColumnSQLServer1.HeaderText = "SQL Server";
			this.ColumnSQLServer1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.ColumnSQLServer1.IntegralHeight = false;
			this.ColumnSQLServer1.ItemHeight = 13;
			this.ColumnSQLServer1.Name = "ColumnSQLServer1";
			this.ColumnSQLServer1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.ColumnSQLServer1.RightToLeft = System.Windows.Forms.RightToLeft.No;
			// 
			// ColumnOracle
			// 
			this.ColumnOracle.DisplayMember = "Text";
			this.ColumnOracle.DropDownHeight = 106;
			this.ColumnOracle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ColumnOracle.DropDownWidth = 121;
			this.ColumnOracle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.ColumnOracle.HeaderText = "Oracle";
			this.ColumnOracle.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.ColumnOracle.IntegralHeight = false;
			this.ColumnOracle.ItemHeight = 13;
			this.ColumnOracle.Name = "ColumnOracle";
			this.ColumnOracle.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.ColumnOracle.RightToLeft = System.Windows.Forms.RightToLeft.No;
			// 
			// ColumnMySQL
			// 
			this.ColumnMySQL.DisplayMember = "Text";
			this.ColumnMySQL.DropDownHeight = 106;
			this.ColumnMySQL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ColumnMySQL.DropDownWidth = 121;
			this.ColumnMySQL.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.ColumnMySQL.HeaderText = "MySQL";
			this.ColumnMySQL.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.ColumnMySQL.IntegralHeight = false;
			this.ColumnMySQL.ItemHeight = 13;
			this.ColumnMySQL.Name = "ColumnMySQL";
			this.ColumnMySQL.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.ColumnMySQL.RightToLeft = System.Windows.Forms.RightToLeft.No;
			// 
			// ColumnPostgreSQL
			// 
			this.ColumnPostgreSQL.DisplayMember = "Text";
			this.ColumnPostgreSQL.DropDownHeight = 106;
			this.ColumnPostgreSQL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ColumnPostgreSQL.DropDownWidth = 121;
			this.ColumnPostgreSQL.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.ColumnPostgreSQL.HeaderText = "PostgreSQL";
			this.ColumnPostgreSQL.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.ColumnPostgreSQL.IntegralHeight = false;
			this.ColumnPostgreSQL.ItemHeight = 13;
			this.ColumnPostgreSQL.Name = "ColumnPostgreSQL";
			this.ColumnPostgreSQL.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.ColumnPostgreSQL.RightToLeft = System.Windows.Forms.RightToLeft.No;
			// 
			// ColumnFirebird
			// 
			this.ColumnFirebird.DisplayMember = "Text";
			this.ColumnFirebird.DropDownHeight = 106;
			this.ColumnFirebird.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ColumnFirebird.DropDownWidth = 121;
			this.ColumnFirebird.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.ColumnFirebird.HeaderText = "Firebird";
			this.ColumnFirebird.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.ColumnFirebird.IntegralHeight = false;
			this.ColumnFirebird.ItemHeight = 13;
			this.ColumnFirebird.Name = "ColumnFirebird";
			this.ColumnFirebird.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.ColumnFirebird.RightToLeft = System.Windows.Forms.RightToLeft.No;
			// 
			// superTabControlPanel1
			// 
			this.superTabControlPanel1.Controls.Add(this.panel2);
			this.superTabControlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel1.Location = new System.Drawing.Point(0, 23);
			this.superTabControlPanel1.Name = "superTabControlPanel1";
			this.superTabControlPanel1.Size = new System.Drawing.Size(537, 237);
			this.superTabControlPanel1.TabIndex = 1;
			this.superTabControlPanel1.TabItem = this.superTabItemTypeMappingSqlServer;
			// 
			// panel2
			// 
			this.panel2.Controls.Add(this.expandableSplitter1);
			this.panel2.Controls.Add(this.syntaxEditorSqlServer);
			this.panel2.Controls.Add(this.labelX2);
			this.panel2.Controls.Add(this.dataGridViewSqlServer);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel2.Location = new System.Drawing.Point(0, 0);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(537, 237);
			this.panel2.TabIndex = 15;
			// 
			// expandableSplitter1
			// 
			this.expandableSplitter1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter1.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.expandableSplitter1.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter1.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter1.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter1.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(166)))), ((int)(((byte)(72)))));
			this.expandableSplitter1.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(197)))), ((int)(((byte)(108)))));
			this.expandableSplitter1.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
			this.expandableSplitter1.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
			this.expandableSplitter1.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter1.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter1.Location = new System.Drawing.Point(306, 23);
			this.expandableSplitter1.Name = "expandableSplitter1";
			this.expandableSplitter1.Size = new System.Drawing.Size(6, 214);
			this.expandableSplitter1.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
			this.expandableSplitter1.TabIndex = 16;
			this.expandableSplitter1.TabStop = false;
			// 
			// syntaxEditorSqlServer
			// 
			this.syntaxEditorSqlServer.Dock = System.Windows.Forms.DockStyle.Fill;
			this.syntaxEditorSqlServer.Document = document2;
			this.syntaxEditorSqlServer.LineNumberMarginVisible = true;
			this.syntaxEditorSqlServer.Location = new System.Drawing.Point(306, 23);
			this.syntaxEditorSqlServer.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorSqlServer.Name = "syntaxEditorSqlServer";
			this.syntaxEditorSqlServer.Size = new System.Drawing.Size(231, 214);
			this.syntaxEditorSqlServer.TabIndex = 17;
			// 
			// labelX2
			// 
			// 
			// 
			// 
			this.labelX2.BackgroundStyle.Class = "";
			this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX2.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelX2.ForeColor = System.Drawing.Color.White;
			this.labelX2.Location = new System.Drawing.Point(306, 0);
			this.labelX2.Name = "labelX2";
			this.labelX2.Size = new System.Drawing.Size(231, 23);
			this.labelX2.TabIndex = 15;
			this.labelX2.Text = "SQL Server -> C#";
			this.labelX2.TextAlignment = System.Drawing.StringAlignment.Center;
			// 
			// dataGridViewSqlServer
			// 
			this.dataGridViewSqlServer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dataGridViewSqlServer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColumnSQLServer,
            this.ColumnUniType});
			dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
			dataGridViewCellStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
			this.dataGridViewSqlServer.DefaultCellStyle = dataGridViewCellStyle3;
			this.dataGridViewSqlServer.Dock = System.Windows.Forms.DockStyle.Left;
			this.dataGridViewSqlServer.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
			this.dataGridViewSqlServer.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
			this.dataGridViewSqlServer.Location = new System.Drawing.Point(0, 0);
			this.dataGridViewSqlServer.Name = "dataGridViewSqlServer";
			this.dataGridViewSqlServer.Size = new System.Drawing.Size(306, 237);
			this.dataGridViewSqlServer.TabIndex = 0;
			// 
			// ColumnSQLServer
			// 
			this.ColumnSQLServer.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.ColumnSQLServer.HeaderText = "SQL Server Types";
			this.ColumnSQLServer.Name = "ColumnSQLServer";
			this.ColumnSQLServer.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			// 
			// ColumnUniType
			// 
			this.ColumnUniType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.ColumnUniType.DisplayMember = "Text";
			this.ColumnUniType.DropDownHeight = 106;
			this.ColumnUniType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ColumnUniType.DropDownWidth = 121;
			this.ColumnUniType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.ColumnUniType.HeaderText = "C# Types";
			this.ColumnUniType.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.ColumnUniType.IntegralHeight = false;
			this.ColumnUniType.ItemHeight = 13;
			this.ColumnUniType.Name = "ColumnUniType";
			this.ColumnUniType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.ColumnUniType.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.ColumnUniType.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
			// 
			// superTabItemTypeMappingSqlServer
			// 
			this.superTabItemTypeMappingSqlServer.AttachedControl = this.superTabControlPanel1;
			this.superTabItemTypeMappingSqlServer.GlobalItem = false;
			this.superTabItemTypeMappingSqlServer.Name = "superTabItemTypeMappingSqlServer";
			this.superTabItemTypeMappingSqlServer.TabStripItem = null;
			this.superTabItemTypeMappingSqlServer.Text = "SQL Server";
			// 
			// superTabControlPanel2
			// 
			this.superTabControlPanel2.Controls.Add(this.panel1);
			this.superTabControlPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel2.Location = new System.Drawing.Point(0, 23);
			this.superTabControlPanel2.Name = "superTabControlPanel2";
			this.superTabControlPanel2.Size = new System.Drawing.Size(537, 237);
			this.superTabControlPanel2.TabIndex = 0;
			this.superTabControlPanel2.TabItem = this.superTabItemTypeMappingOracle;
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.expandableSplitter3);
			this.panel1.Controls.Add(this.syntaxEditorOracle);
			this.panel1.Controls.Add(this.labelX1);
			this.panel1.Controls.Add(this.dataGridViewOracle);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel1.Location = new System.Drawing.Point(0, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(537, 237);
			this.panel1.TabIndex = 16;
			// 
			// expandableSplitter3
			// 
			this.expandableSplitter3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter3.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter3.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.expandableSplitter3.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter3.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter3.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter3.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter3.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter3.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter3.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter3.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter3.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(166)))), ((int)(((byte)(72)))));
			this.expandableSplitter3.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(197)))), ((int)(((byte)(108)))));
			this.expandableSplitter3.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
			this.expandableSplitter3.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
			this.expandableSplitter3.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter3.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter3.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter3.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter3.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter3.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter3.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter3.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter3.Location = new System.Drawing.Point(280, 23);
			this.expandableSplitter3.Name = "expandableSplitter3";
			this.expandableSplitter3.Size = new System.Drawing.Size(6, 214);
			this.expandableSplitter3.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
			this.expandableSplitter3.TabIndex = 16;
			this.expandableSplitter3.TabStop = false;
			// 
			// syntaxEditorOracle
			// 
			this.syntaxEditorOracle.Dock = System.Windows.Forms.DockStyle.Fill;
			this.syntaxEditorOracle.Document = document3;
			this.syntaxEditorOracle.LineNumberMarginVisible = true;
			this.syntaxEditorOracle.Location = new System.Drawing.Point(280, 23);
			this.syntaxEditorOracle.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorOracle.Name = "syntaxEditorOracle";
			this.syntaxEditorOracle.Size = new System.Drawing.Size(257, 214);
			this.syntaxEditorOracle.TabIndex = 17;
			// 
			// labelX1
			// 
			// 
			// 
			// 
			this.labelX1.BackgroundStyle.Class = "";
			this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX1.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelX1.ForeColor = System.Drawing.Color.White;
			this.labelX1.Location = new System.Drawing.Point(280, 0);
			this.labelX1.Name = "labelX1";
			this.labelX1.Size = new System.Drawing.Size(257, 23);
			this.labelX1.TabIndex = 15;
			this.labelX1.Text = "Oracle -> C#";
			this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
			// 
			// dataGridViewOracle
			// 
			this.dataGridViewOracle.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dataGridViewOracle.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn1,
            this.dataGridViewComboBoxExColumn3});
			dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
			dataGridViewCellStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
			this.dataGridViewOracle.DefaultCellStyle = dataGridViewCellStyle4;
			this.dataGridViewOracle.Dock = System.Windows.Forms.DockStyle.Left;
			this.dataGridViewOracle.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
			this.dataGridViewOracle.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
			this.dataGridViewOracle.Location = new System.Drawing.Point(0, 0);
			this.dataGridViewOracle.Name = "dataGridViewOracle";
			this.dataGridViewOracle.Size = new System.Drawing.Size(280, 237);
			this.dataGridViewOracle.TabIndex = 0;
			// 
			// dataGridViewTextBoxColumn1
			// 
			this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.dataGridViewTextBoxColumn1.HeaderText = "Oracle Types";
			this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
			// 
			// dataGridViewComboBoxExColumn3
			// 
			this.dataGridViewComboBoxExColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.dataGridViewComboBoxExColumn3.DisplayMember = "Text";
			this.dataGridViewComboBoxExColumn3.DropDownHeight = 106;
			this.dataGridViewComboBoxExColumn3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.dataGridViewComboBoxExColumn3.DropDownWidth = 121;
			this.dataGridViewComboBoxExColumn3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.dataGridViewComboBoxExColumn3.HeaderText = "C# Types";
			this.dataGridViewComboBoxExColumn3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.dataGridViewComboBoxExColumn3.IntegralHeight = false;
			this.dataGridViewComboBoxExColumn3.ItemHeight = 13;
			this.dataGridViewComboBoxExColumn3.Name = "dataGridViewComboBoxExColumn3";
			this.dataGridViewComboBoxExColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.dataGridViewComboBoxExColumn3.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.dataGridViewComboBoxExColumn3.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
			// 
			// superTabItemTypeMappingOracle
			// 
			this.superTabItemTypeMappingOracle.AttachedControl = this.superTabControlPanel2;
			this.superTabItemTypeMappingOracle.GlobalItem = false;
			this.superTabItemTypeMappingOracle.Name = "superTabItemTypeMappingOracle";
			this.superTabItemTypeMappingOracle.TabStripItem = null;
			this.superTabItemTypeMappingOracle.Text = "Oracle";
			// 
			// superTabControlPanel3
			// 
			this.superTabControlPanel3.Controls.Add(this.panel3);
			this.superTabControlPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel3.Location = new System.Drawing.Point(0, 23);
			this.superTabControlPanel3.Name = "superTabControlPanel3";
			this.superTabControlPanel3.Size = new System.Drawing.Size(537, 237);
			this.superTabControlPanel3.TabIndex = 0;
			this.superTabControlPanel3.TabItem = this.superTabItemTypeMappingMySQL;
			// 
			// panel3
			// 
			this.panel3.Controls.Add(this.expandableSplitter4);
			this.panel3.Controls.Add(this.syntaxEditorMySQL);
			this.panel3.Controls.Add(this.labelX3);
			this.panel3.Controls.Add(this.dataGridViewMySQL);
			this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel3.Location = new System.Drawing.Point(0, 0);
			this.panel3.Name = "panel3";
			this.panel3.Size = new System.Drawing.Size(537, 237);
			this.panel3.TabIndex = 16;
			// 
			// expandableSplitter4
			// 
			this.expandableSplitter4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter4.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter4.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.expandableSplitter4.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter4.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter4.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter4.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter4.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter4.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter4.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter4.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter4.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(166)))), ((int)(((byte)(72)))));
			this.expandableSplitter4.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(197)))), ((int)(((byte)(108)))));
			this.expandableSplitter4.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
			this.expandableSplitter4.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
			this.expandableSplitter4.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter4.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter4.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter4.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter4.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter4.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter4.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter4.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter4.Location = new System.Drawing.Point(290, 23);
			this.expandableSplitter4.Name = "expandableSplitter4";
			this.expandableSplitter4.Size = new System.Drawing.Size(6, 214);
			this.expandableSplitter4.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
			this.expandableSplitter4.TabIndex = 16;
			this.expandableSplitter4.TabStop = false;
			// 
			// syntaxEditorMySQL
			// 
			this.syntaxEditorMySQL.Dock = System.Windows.Forms.DockStyle.Fill;
			this.syntaxEditorMySQL.Document = document4;
			this.syntaxEditorMySQL.LineNumberMarginVisible = true;
			this.syntaxEditorMySQL.Location = new System.Drawing.Point(290, 23);
			this.syntaxEditorMySQL.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorMySQL.Name = "syntaxEditorMySQL";
			this.syntaxEditorMySQL.Size = new System.Drawing.Size(247, 214);
			this.syntaxEditorMySQL.TabIndex = 17;
			// 
			// labelX3
			// 
			// 
			// 
			// 
			this.labelX3.BackgroundStyle.Class = "";
			this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX3.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelX3.ForeColor = System.Drawing.Color.White;
			this.labelX3.Location = new System.Drawing.Point(290, 0);
			this.labelX3.Name = "labelX3";
			this.labelX3.Size = new System.Drawing.Size(247, 23);
			this.labelX3.TabIndex = 15;
			this.labelX3.Text = "MySQL -> C#";
			this.labelX3.TextAlignment = System.Drawing.StringAlignment.Center;
			// 
			// dataGridViewMySQL
			// 
			this.dataGridViewMySQL.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dataGridViewMySQL.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn4,
            this.dataGridViewComboBoxExColumn4});
			dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
			dataGridViewCellStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
			this.dataGridViewMySQL.DefaultCellStyle = dataGridViewCellStyle5;
			this.dataGridViewMySQL.Dock = System.Windows.Forms.DockStyle.Left;
			this.dataGridViewMySQL.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
			this.dataGridViewMySQL.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
			this.dataGridViewMySQL.Location = new System.Drawing.Point(0, 0);
			this.dataGridViewMySQL.Name = "dataGridViewMySQL";
			this.dataGridViewMySQL.Size = new System.Drawing.Size(290, 237);
			this.dataGridViewMySQL.TabIndex = 0;
			// 
			// dataGridViewTextBoxColumn4
			// 
			this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.dataGridViewTextBoxColumn4.HeaderText = "MySQL Types";
			this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
			// 
			// dataGridViewComboBoxExColumn4
			// 
			this.dataGridViewComboBoxExColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.dataGridViewComboBoxExColumn4.DisplayMember = "Text";
			this.dataGridViewComboBoxExColumn4.DropDownHeight = 106;
			this.dataGridViewComboBoxExColumn4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.dataGridViewComboBoxExColumn4.DropDownWidth = 121;
			this.dataGridViewComboBoxExColumn4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.dataGridViewComboBoxExColumn4.HeaderText = "C# Types";
			this.dataGridViewComboBoxExColumn4.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.dataGridViewComboBoxExColumn4.IntegralHeight = false;
			this.dataGridViewComboBoxExColumn4.ItemHeight = 13;
			this.dataGridViewComboBoxExColumn4.Name = "dataGridViewComboBoxExColumn4";
			this.dataGridViewComboBoxExColumn4.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.dataGridViewComboBoxExColumn4.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.dataGridViewComboBoxExColumn4.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
			// 
			// superTabItemTypeMappingMySQL
			// 
			this.superTabItemTypeMappingMySQL.AttachedControl = this.superTabControlPanel3;
			this.superTabItemTypeMappingMySQL.GlobalItem = false;
			this.superTabItemTypeMappingMySQL.Name = "superTabItemTypeMappingMySQL";
			this.superTabItemTypeMappingMySQL.TabStripItem = null;
			this.superTabItemTypeMappingMySQL.Text = "MySQL";
			// 
			// superTabControlPanel6
			// 
			this.superTabControlPanel6.Controls.Add(this.panel5);
			this.superTabControlPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel6.Location = new System.Drawing.Point(0, 23);
			this.superTabControlPanel6.Name = "superTabControlPanel6";
			this.superTabControlPanel6.Size = new System.Drawing.Size(537, 237);
			this.superTabControlPanel6.TabIndex = 0;
			this.superTabControlPanel6.TabItem = this.superTabItemTypeMappingFirebird;
			// 
			// panel5
			// 
			this.panel5.Controls.Add(this.expandableSplitter6);
			this.panel5.Controls.Add(this.syntaxEditorFirebird);
			this.panel5.Controls.Add(this.labelX5);
			this.panel5.Controls.Add(this.dataGridViewFirebird);
			this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel5.Location = new System.Drawing.Point(0, 0);
			this.panel5.Name = "panel5";
			this.panel5.Size = new System.Drawing.Size(537, 237);
			this.panel5.TabIndex = 16;
			// 
			// expandableSplitter6
			// 
			this.expandableSplitter6.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter6.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter6.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.expandableSplitter6.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter6.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter6.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter6.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter6.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter6.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter6.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter6.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter6.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(166)))), ((int)(((byte)(72)))));
			this.expandableSplitter6.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(197)))), ((int)(((byte)(108)))));
			this.expandableSplitter6.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
			this.expandableSplitter6.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
			this.expandableSplitter6.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter6.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter6.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter6.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter6.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter6.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter6.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter6.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter6.Location = new System.Drawing.Point(283, 23);
			this.expandableSplitter6.Name = "expandableSplitter6";
			this.expandableSplitter6.Size = new System.Drawing.Size(6, 214);
			this.expandableSplitter6.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
			this.expandableSplitter6.TabIndex = 16;
			this.expandableSplitter6.TabStop = false;
			// 
			// syntaxEditorFirebird
			// 
			this.syntaxEditorFirebird.Dock = System.Windows.Forms.DockStyle.Fill;
			this.syntaxEditorFirebird.Document = document5;
			this.syntaxEditorFirebird.LineNumberMarginVisible = true;
			this.syntaxEditorFirebird.Location = new System.Drawing.Point(283, 23);
			this.syntaxEditorFirebird.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorFirebird.Name = "syntaxEditorFirebird";
			this.syntaxEditorFirebird.Size = new System.Drawing.Size(254, 214);
			this.syntaxEditorFirebird.TabIndex = 17;
			// 
			// labelX5
			// 
			// 
			// 
			// 
			this.labelX5.BackgroundStyle.Class = "";
			this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX5.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelX5.ForeColor = System.Drawing.Color.White;
			this.labelX5.Location = new System.Drawing.Point(283, 0);
			this.labelX5.Name = "labelX5";
			this.labelX5.Size = new System.Drawing.Size(254, 23);
			this.labelX5.TabIndex = 15;
			this.labelX5.Text = "Firebird -> C#";
			this.labelX5.TextAlignment = System.Drawing.StringAlignment.Center;
			// 
			// dataGridViewFirebird
			// 
			this.dataGridViewFirebird.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dataGridViewFirebird.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn6,
            this.dataGridViewComboBoxExColumn2});
			dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
			dataGridViewCellStyle6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
			this.dataGridViewFirebird.DefaultCellStyle = dataGridViewCellStyle6;
			this.dataGridViewFirebird.Dock = System.Windows.Forms.DockStyle.Left;
			this.dataGridViewFirebird.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
			this.dataGridViewFirebird.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
			this.dataGridViewFirebird.Location = new System.Drawing.Point(0, 0);
			this.dataGridViewFirebird.Name = "dataGridViewFirebird";
			this.dataGridViewFirebird.Size = new System.Drawing.Size(283, 237);
			this.dataGridViewFirebird.TabIndex = 0;
			// 
			// dataGridViewTextBoxColumn6
			// 
			this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.dataGridViewTextBoxColumn6.HeaderText = "Firebird Types";
			this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
			// 
			// dataGridViewComboBoxExColumn2
			// 
			this.dataGridViewComboBoxExColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.dataGridViewComboBoxExColumn2.DisplayMember = "Text";
			this.dataGridViewComboBoxExColumn2.DropDownHeight = 106;
			this.dataGridViewComboBoxExColumn2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.dataGridViewComboBoxExColumn2.DropDownWidth = 121;
			this.dataGridViewComboBoxExColumn2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.dataGridViewComboBoxExColumn2.HeaderText = "C# Types";
			this.dataGridViewComboBoxExColumn2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.dataGridViewComboBoxExColumn2.IntegralHeight = false;
			this.dataGridViewComboBoxExColumn2.ItemHeight = 13;
			this.dataGridViewComboBoxExColumn2.Name = "dataGridViewComboBoxExColumn2";
			this.dataGridViewComboBoxExColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.dataGridViewComboBoxExColumn2.RightToLeft = System.Windows.Forms.RightToLeft.No;
			// 
			// superTabItemTypeMappingFirebird
			// 
			this.superTabItemTypeMappingFirebird.AttachedControl = this.superTabControlPanel6;
			this.superTabItemTypeMappingFirebird.GlobalItem = false;
			this.superTabItemTypeMappingFirebird.Name = "superTabItemTypeMappingFirebird";
			this.superTabItemTypeMappingFirebird.TabStripItem = null;
			this.superTabItemTypeMappingFirebird.Text = "Firebird";
			// 
			// superTabControlPanel7
			// 
			this.superTabControlPanel7.Controls.Add(this.panel6);
			this.superTabControlPanel7.Dock = System.Windows.Forms.DockStyle.Fill;
			this.superTabControlPanel7.Location = new System.Drawing.Point(0, 23);
			this.superTabControlPanel7.Name = "superTabControlPanel7";
			this.superTabControlPanel7.Size = new System.Drawing.Size(537, 237);
			this.superTabControlPanel7.TabIndex = 0;
			this.superTabControlPanel7.TabItem = this.superTabItemTypeMappingSQLite;
			// 
			// panel6
			// 
			this.panel6.Controls.Add(this.expandableSplitter7);
			this.panel6.Controls.Add(this.syntaxEditorSQLite);
			this.panel6.Controls.Add(this.labelX6);
			this.panel6.Controls.Add(this.dataGridViewSQLite);
			this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel6.Location = new System.Drawing.Point(0, 0);
			this.panel6.Name = "panel6";
			this.panel6.Size = new System.Drawing.Size(537, 237);
			this.panel6.TabIndex = 16;
			// 
			// expandableSplitter7
			// 
			this.expandableSplitter7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter7.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter7.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.expandableSplitter7.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter7.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter7.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter7.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter7.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter7.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter7.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter7.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter7.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(166)))), ((int)(((byte)(72)))));
			this.expandableSplitter7.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(197)))), ((int)(((byte)(108)))));
			this.expandableSplitter7.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
			this.expandableSplitter7.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
			this.expandableSplitter7.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter7.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter7.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter7.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter7.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter7.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter7.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter7.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter7.Location = new System.Drawing.Point(283, 23);
			this.expandableSplitter7.Name = "expandableSplitter7";
			this.expandableSplitter7.Size = new System.Drawing.Size(6, 214);
			this.expandableSplitter7.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
			this.expandableSplitter7.TabIndex = 16;
			this.expandableSplitter7.TabStop = false;
			// 
			// syntaxEditorSQLite
			// 
			this.syntaxEditorSQLite.Dock = System.Windows.Forms.DockStyle.Fill;
			this.syntaxEditorSQLite.Document = document6;
			this.syntaxEditorSQLite.LineNumberMarginVisible = true;
			this.syntaxEditorSQLite.Location = new System.Drawing.Point(283, 23);
			this.syntaxEditorSQLite.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorSQLite.Name = "syntaxEditorSQLite";
			this.syntaxEditorSQLite.Size = new System.Drawing.Size(254, 214);
			this.syntaxEditorSQLite.TabIndex = 17;
			// 
			// labelX6
			// 
			// 
			// 
			// 
			this.labelX6.BackgroundStyle.Class = "";
			this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelX6.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelX6.ForeColor = System.Drawing.Color.White;
			this.labelX6.Location = new System.Drawing.Point(283, 0);
			this.labelX6.Name = "labelX6";
			this.labelX6.Size = new System.Drawing.Size(254, 23);
			this.labelX6.TabIndex = 15;
			this.labelX6.Text = "SQLite -> C#";
			this.labelX6.TextAlignment = System.Drawing.StringAlignment.Center;
			// 
			// dataGridViewSQLite
			// 
			this.dataGridViewSQLite.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dataGridViewSQLite.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn7,
            this.dataGridViewComboBoxExColumn5});
			dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
			dataGridViewCellStyle7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
			this.dataGridViewSQLite.DefaultCellStyle = dataGridViewCellStyle7;
			this.dataGridViewSQLite.Dock = System.Windows.Forms.DockStyle.Left;
			this.dataGridViewSQLite.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
			this.dataGridViewSQLite.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
			this.dataGridViewSQLite.Location = new System.Drawing.Point(0, 0);
			this.dataGridViewSQLite.Name = "dataGridViewSQLite";
			this.dataGridViewSQLite.Size = new System.Drawing.Size(283, 237);
			this.dataGridViewSQLite.TabIndex = 0;
			// 
			// dataGridViewTextBoxColumn7
			// 
			this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.dataGridViewTextBoxColumn7.HeaderText = "SQLite Types";
			this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
			// 
			// dataGridViewComboBoxExColumn5
			// 
			this.dataGridViewComboBoxExColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.dataGridViewComboBoxExColumn5.DisplayMember = "Text";
			this.dataGridViewComboBoxExColumn5.DropDownHeight = 106;
			this.dataGridViewComboBoxExColumn5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.dataGridViewComboBoxExColumn5.DropDownWidth = 121;
			this.dataGridViewComboBoxExColumn5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.dataGridViewComboBoxExColumn5.HeaderText = "C# Types";
			this.dataGridViewComboBoxExColumn5.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.dataGridViewComboBoxExColumn5.IntegralHeight = false;
			this.dataGridViewComboBoxExColumn5.ItemHeight = 13;
			this.dataGridViewComboBoxExColumn5.Name = "dataGridViewComboBoxExColumn5";
			this.dataGridViewComboBoxExColumn5.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.dataGridViewComboBoxExColumn5.RightToLeft = System.Windows.Forms.RightToLeft.No;
			// 
			// superTabItemTypeMappingSQLite
			// 
			this.superTabItemTypeMappingSQLite.GlobalItem = false;
			this.superTabItemTypeMappingSQLite.Name = "superTabItemTypeMappingSQLite";
			this.superTabItemTypeMappingSQLite.TabStripItem = null;
			// 
			// ProjectSettings
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.panelContent);
			this.Controls.Add(this.panel8);
			this.Controls.Add(this.treeSettings);
			this.Name = "ProjectSettings";
			this.Size = new System.Drawing.Size(1073, 477);
			this.superTabControlPanel5.ResumeLayout(false);
			this.panel4.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewPostgreSQL)).EndInit();
			this.panel8.ResumeLayout(false);
			this.panelContent.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.treeSettings)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewCSharp)).EndInit();
			this.superTabControlPanel1.ResumeLayout(false);
			this.panel2.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewSqlServer)).EndInit();
			this.superTabControlPanel2.ResumeLayout(false);
			this.panel1.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewOracle)).EndInit();
			this.superTabControlPanel3.ResumeLayout(false);
			this.panel3.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewMySQL)).EndInit();
			this.superTabControlPanel6.ResumeLayout(false);
			this.panel5.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewFirebird)).EndInit();
			this.superTabControlPanel7.ResumeLayout(false);
			this.panel6.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewSQLite)).EndInit();
			this.ResumeLayout(false);

		}
Пример #31
0
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
 /// 修改這個方法的內容。
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
     this.jsEditor1         = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.panel1            = new System.Windows.Forms.Panel();
     this.btnExtEditor      = new System.Windows.Forms.Button();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // jsEditor1
     //
     this.jsEditor1.Dock     = System.Windows.Forms.DockStyle.Fill;
     document2.Text          = "JavaScript";
     this.jsEditor1.Document = document2;
     this.jsEditor1.Font     = new System.Drawing.Font("微軟正黑體", 11F);
     this.jsEditor1.LineNumberMarginVisible = true;
     this.jsEditor1.Location     = new System.Drawing.Point(3, 46);
     this.jsEditor1.Name         = "jsEditor1";
     this.jsEditor1.Size         = new System.Drawing.Size(731, 493);
     this.jsEditor1.TabIndex     = 2;
     this.jsEditor1.KeyTyped    += new ActiproSoftware.SyntaxEditor.KeyTypedEventHandler(this.jsEditor1_KeyTyped);
     this.jsEditor1.TextChanged += new System.EventHandler(this.jsEditor1_TextChanged);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.jsEditor1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(737, 542);
     this.tableLayoutPanel1.TabIndex = 3;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnExtEditor);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(731, 37);
     this.panel1.TabIndex = 3;
     //
     // btnExtEditor
     //
     this.btnExtEditor.Location = new System.Drawing.Point(7, 7);
     this.btnExtEditor.Name     = "btnExtEditor";
     this.btnExtEditor.Size     = new System.Drawing.Size(88, 23);
     this.btnExtEditor.TabIndex = 0;
     this.btnExtEditor.Text     = "Sublime";
     this.btnExtEditor.UseVisualStyleBackColor = true;
     this.btnExtEditor.Click += new System.EventHandler(this.btnExtEditor_Click);
     //
     // JSEditor
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Controls.Add(this.tableLayoutPanel1);
     this.Font  = new System.Drawing.Font("微軟正黑體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.Name  = "JSEditor";
     this.Size  = new System.Drawing.Size(737, 542);
     this.Load += new System.EventHandler(this.XmlEditor_Load);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #32
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
            this.syntaxEditor1 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
            this.buttonCancel = new DevComponents.DotNetBar.ButtonX();
            this.buttonOk = new DevComponents.DotNetBar.ButtonX();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.checkBoxAutoAddToEntities = new System.Windows.Forms.CheckBox();
            this.panelEx1.SuspendLayout();
            this.SuspendLayout();
            // 
            // syntaxEditor1
            // 
            this.syntaxEditor1.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.syntaxEditor1.Document = document1;
            this.syntaxEditor1.Location = new System.Drawing.Point(16, 45);
            this.syntaxEditor1.Name = "syntaxEditor1";
            this.syntaxEditor1.Size = new System.Drawing.Size(540, 177);
            this.syntaxEditor1.TabIndex = 0;
            this.syntaxEditor1.TriggerActivated += new ActiproSoftware.SyntaxEditor.TriggerEventHandler(this.syntaxEditor1_TriggerActivated);
            // 
            // panelEx1
            // 
            this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.panelEx1.Controls.Add(this.buttonCancel);
            this.panelEx1.Controls.Add(this.buttonOk);
            this.panelEx1.Controls.Add(this.label2);
            this.panelEx1.Controls.Add(this.label1);
            this.panelEx1.Controls.Add(this.checkBoxAutoAddToEntities);
            this.panelEx1.Controls.Add(this.syntaxEditor1);
            this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelEx1.Location = new System.Drawing.Point(0, 0);
            this.panelEx1.Name = "panelEx1";
            this.panelEx1.Size = new System.Drawing.Size(573, 279);
            this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(100)))), ((int)(((byte)(100)))));
            this.panelEx1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(10)))), ((int)(((byte)(10)))));
            this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx1.Style.GradientAngle = 90;
            this.panelEx1.TabIndex = 1;
            // 
            // buttonCancel
            // 
            this.buttonCancel.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.buttonCancel.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.buttonCancel.Location = new System.Drawing.Point(301, 246);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.Size = new System.Drawing.Size(75, 23);
            this.buttonCancel.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonCancel.TabIndex = 19;
            this.buttonCancel.Text = "Cancel";
            this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
            // 
            // buttonOk
            // 
            this.buttonOk.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonOk.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.buttonOk.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonOk.Location = new System.Drawing.Point(197, 246);
            this.buttonOk.Name = "buttonOk";
            this.buttonOk.Size = new System.Drawing.Size(75, 23);
            this.buttonOk.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonOk.TabIndex = 18;
            this.buttonOk.Text = "Ok";
            this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
            // 
            // label2
            // 
            this.label2.ForeColor = System.Drawing.Color.White;
            this.label2.Location = new System.Drawing.Point(335, 10);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(135, 13);
            this.label2.TabIndex = 17;
            this.label2.Text = "Variables: #entity.Name#";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label1
            // 
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Location = new System.Drawing.Point(12, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(114, 13);
            this.label1.TabIndex = 16;
            this.label1.Text = "Auto-add to entities:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // checkBoxAutoAddToEntities
            // 
            this.checkBoxAutoAddToEntities.AutoSize = true;
            this.checkBoxAutoAddToEntities.Location = new System.Drawing.Point(132, 9);
            this.checkBoxAutoAddToEntities.Name = "checkBoxAutoAddToEntities";
            this.checkBoxAutoAddToEntities.Size = new System.Drawing.Size(15, 14);
            this.checkBoxAutoAddToEntities.TabIndex = 15;
            this.checkBoxAutoAddToEntities.UseVisualStyleBackColor = true;
            // 
            // FormCodeInput
            // 
            this.AcceptButton = this.buttonOk;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.buttonCancel;
            this.ClientSize = new System.Drawing.Size(573, 279);
            this.Controls.Add(this.panelEx1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.Name = "FormCodeInput";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Custom Property";
            this.panelEx1.ResumeLayout(false);
            this.panelEx1.PerformLayout();
            this.ResumeLayout(false);

        }
Пример #33
0
		/// <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(ucMerger));
            ActiproSoftware.SyntaxEditor.Document document3 = new ActiproSoftware.SyntaxEditor.Document();
            ActiproSoftware.Drawing.MultiColorLinearGradient multiColorLinearGradient3 = new ActiproSoftware.Drawing.MultiColorLinearGradient();
            System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("Node0");
            System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("Node1");
            System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("Node3");
            System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("Node4");
            System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("Node2", new System.Windows.Forms.TreeNode[] {
            treeNode8,
            treeNode9});
            ActiproSoftware.SyntaxEditor.Document document4 = new ActiproSoftware.SyntaxEditor.Document();
            ActiproSoftware.Drawing.MultiColorLinearGradient multiColorLinearGradient4 = new ActiproSoftware.Drawing.MultiColorLinearGradient();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.btnPopulateTree = new System.Windows.Forms.Button();
            this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
            this.tabStrip1 = new ActiproSoftware.UIStudio.TabStrip.TabStrip();
            this.tabStripPage1 = new ActiproSoftware.UIStudio.TabStrip.TabStripPage();
            this.syntaxEditor1 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.tabStripPage5 = new ActiproSoftware.UIStudio.TabStrip.TabStripPage();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.button2 = new System.Windows.Forms.Button();
            this.listBox2 = new System.Windows.Forms.ListBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.mnuAccept = new System.Windows.Forms.ToolStripMenuItem();
            this.mnuDelete = new System.Windows.Forms.ToolStripMenuItem();
            this.btnPersist = new System.Windows.Forms.Button();
            this.ddlLanguages = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.tvOne = new System.Windows.Forms.TreeView();
            this.lstFunctions = new System.Windows.Forms.ListBox();
            this.treeGridView1 = new AdvancedDataGridView.TreeGridView();
            this.Column1 = new AdvancedDataGridView.TreeGridColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewImageColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewImageColumn();
            this.imageListNodes = new System.Windows.Forms.ImageList(this.components);
            this.btnDisplayNodeFile = new System.Windows.Forms.Button();
            this.ucStatus1 = new Slyce.IntelliMerge.ucStatus();
            this.ucBinaryFileViewer1 = new Slyce.IntelliMerge.ucBinaryFileViewer();
            this.btnSwitchEditorView = new System.Windows.Forms.Button();
            this.splitContainer2 = new System.Windows.Forms.SplitContainer();
            this.syntaxEditor2 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            ((System.ComponentModel.ISupportInitialize)(this.tabStrip1)).BeginInit();
            this.tabStrip1.SuspendLayout();
            this.tabStripPage1.SuspendLayout();
            this.tabStripPage5.SuspendLayout();
            this.contextMenuStrip1.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeGridView1)).BeginInit();
            this.splitContainer2.Panel1.SuspendLayout();
            this.splitContainer2.Panel2.SuspendLayout();
            this.splitContainer2.SuspendLayout();
            this.SuspendLayout();
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
            this.imageList1.Images.SetKeyName(0, "");
            this.imageList1.Images.SetKeyName(1, "");
            this.imageList1.Images.SetKeyName(2, "");
            this.imageList1.Images.SetKeyName(3, "");
            this.imageList1.Images.SetKeyName(4, "");
            this.imageList1.Images.SetKeyName(5, "");
            this.imageList1.Images.SetKeyName(6, "VSObject_Class.bmp");
            this.imageList1.Images.SetKeyName(7, "VSObject_Field.bmp");
            this.imageList1.Images.SetKeyName(8, "VSObject_Method.bmp");
            this.imageList1.Images.SetKeyName(9, "VSObject_Properties.bmp");
            // 
            // btnPopulateTree
            // 
            this.btnPopulateTree.Image = ((System.Drawing.Image)(resources.GetObject("btnPopulateTree.Image")));
            this.btnPopulateTree.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnPopulateTree.Location = new System.Drawing.Point(378, 3);
            this.btnPopulateTree.Name = "btnPopulateTree";
            this.btnPopulateTree.Size = new System.Drawing.Size(94, 32);
            this.btnPopulateTree.TabIndex = 10;
            this.btnPopulateTree.Text = "     Undo All";
            this.btnPopulateTree.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnPopulateTree.UseVisualStyleBackColor = true;
            this.btnPopulateTree.Click += new System.EventHandler(this.btnPopulateTree_Click);
            // 
            // tabStrip1
            // 
            this.tabStrip1.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.tabStrip1.AutoSetFocusOnClick = true;
            this.tabStrip1.Controls.Add(this.tabStripPage1);
            this.tabStrip1.Controls.Add(this.tabStripPage5);
            this.tabStrip1.ImageList = this.imageList1;
            this.tabStrip1.Location = new System.Drawing.Point(3, 3);
            this.tabStrip1.Name = "tabStrip1";
            this.tabStrip1.Size = new System.Drawing.Size(695, 431);
            this.tabStrip1.TabIndex = 14;
            this.tabStrip1.Text = "tabMerge";
            // 
            // tabStripPage1
            // 
            this.tabStripPage1.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.tabStripPage1.Controls.Add(this.splitContainer2);
            this.tabStripPage1.Key = "TabStripPage";
            this.tabStripPage1.Location = new System.Drawing.Point(0, 22);
            this.tabStripPage1.Name = "tabStripPage1";
            this.tabStripPage1.Size = new System.Drawing.Size(695, 409);
            this.tabStripPage1.TabIndex = 0;
            this.tabStripPage1.Text = "Merge View";
            // 
            // syntaxEditor1
            // 
            this.syntaxEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.syntaxEditor1.Document = document3;
            this.syntaxEditor1.LineNumberMarginVisible = true;
            this.syntaxEditor1.Location = new System.Drawing.Point(0, 0);
            this.syntaxEditor1.Name = "syntaxEditor1";
            this.syntaxEditor1.Size = new System.Drawing.Size(349, 409);
            this.syntaxEditor1.TabIndex = 35;
            multiColorLinearGradient3.EndColor = System.Drawing.Color.Silver;
            multiColorLinearGradient3.IntermediateColors = new ActiproSoftware.Drawing.LinearGradientColorPosition[] {
        new ActiproSoftware.Drawing.LinearGradientColorPosition(System.Drawing.Color.White, 0.5F)};
            multiColorLinearGradient3.StartColor = System.Drawing.Color.Silver;
            this.syntaxEditor1.UserMarginBackgroundFill = multiColorLinearGradient3;
            this.syntaxEditor1.UserMarginVisible = true;
            this.syntaxEditor1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.syntaxEditor1_MouseClick);
            this.syntaxEditor1.DocumentTextChanged += new ActiproSoftware.SyntaxEditor.DocumentModificationEventHandler(this.syntaxEditor1_DocumentTextChanged);
            this.syntaxEditor1.UserMarginPaint += new ActiproSoftware.SyntaxEditor.UserMarginPaintEventHandler(this.syntaxEditor1_UserMarginPaint);
            this.syntaxEditor1.ContextMenuRequested += new ActiproSoftware.SyntaxEditor.ContextMenuRequestEventHandler(this.syntaxEditor1_ContextMenuRequested);
            // 
            // tabStripPage5
            // 
            this.tabStripPage5.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.tabStripPage5.BackgroundFill = new ActiproSoftware.Drawing.TwoColorLinearGradient(System.Drawing.SystemColors.ControlLight, System.Drawing.SystemColors.ControlDark, 90F, ActiproSoftware.Drawing.TwoColorLinearGradientStyle.Normal, ActiproSoftware.Drawing.BackgroundFillRotationType.None);
            this.tabStripPage5.Controls.Add(this.label3);
            this.tabStripPage5.Controls.Add(this.label2);
            this.tabStripPage5.Controls.Add(this.button2);
            this.tabStripPage5.Controls.Add(this.listBox2);
            this.tabStripPage5.Controls.Add(this.textBox2);
            this.tabStripPage5.Controls.Add(this.button1);
            this.tabStripPage5.Controls.Add(this.listBox1);
            this.tabStripPage5.Controls.Add(this.textBox1);
            this.tabStripPage5.Key = "TabStripPage";
            this.tabStripPage5.Location = new System.Drawing.Point(0, 22);
            this.tabStripPage5.Name = "tabStripPage5";
            this.tabStripPage5.Size = new System.Drawing.Size(695, 409);
            this.tabStripPage5.TabIndex = 4;
            this.tabStripPage5.Text = "File Matching";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.BackColor = System.Drawing.Color.Transparent;
            this.label3.Location = new System.Drawing.Point(47, 14);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(171, 17);
            this.label3.TabIndex = 17;
            this.label3.Text = "Previously Generated File";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.BackColor = System.Drawing.Color.Transparent;
            this.label2.Location = new System.Drawing.Point(340, 14);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(64, 17);
            this.label2.TabIndex = 16;
            this.label2.Text = "User File";
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(516, 33);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(36, 24);
            this.button2.TabIndex = 15;
            this.button2.Text = "...";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // listBox2
            // 
            this.listBox2.FormattingEnabled = true;
            this.listBox2.ItemHeight = 16;
            this.listBox2.Location = new System.Drawing.Point(343, 62);
            this.listBox2.Name = "listBox2";
            this.listBox2.Size = new System.Drawing.Size(209, 100);
            this.listBox2.TabIndex = 14;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(343, 34);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(166, 22);
            this.textBox2.TabIndex = 13;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(244, 32);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(36, 24);
            this.button1.TabIndex = 12;
            this.button1.Text = "...";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // listBox1
            // 
            this.listBox1.FormattingEnabled = true;
            this.listBox1.ItemHeight = 16;
            this.listBox1.Location = new System.Drawing.Point(50, 62);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(230, 100);
            this.listBox1.TabIndex = 11;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(50, 34);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(188, 22);
            this.textBox1.TabIndex = 10;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.mnuAccept,
            this.mnuDelete});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(136, 48);
            // 
            // mnuAccept
            // 
            this.mnuAccept.Image = ((System.Drawing.Image)(resources.GetObject("mnuAccept.Image")));
            this.mnuAccept.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.mnuAccept.Name = "mnuAccept";
            this.mnuAccept.Size = new System.Drawing.Size(135, 22);
            this.mnuAccept.Text = "&Accept";
            this.mnuAccept.Click += new System.EventHandler(this.mnuAccept_Click);
            // 
            // mnuDelete
            // 
            this.mnuDelete.Image = ((System.Drawing.Image)(resources.GetObject("mnuDelete.Image")));
            this.mnuDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.mnuDelete.Name = "mnuDelete";
            this.mnuDelete.Size = new System.Drawing.Size(135, 22);
            this.mnuDelete.Text = "&Delete";
            this.mnuDelete.Click += new System.EventHandler(this.mnuDelete_Click);
            // 
            // btnPersist
            // 
            this.btnPersist.Image = ((System.Drawing.Image)(resources.GetObject("btnPersist.Image")));
            this.btnPersist.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnPersist.Location = new System.Drawing.Point(478, 3);
            this.btnPersist.Name = "btnPersist";
            this.btnPersist.Size = new System.Drawing.Size(76, 32);
            this.btnPersist.TabIndex = 19;
            this.btnPersist.Text = "     Finish";
            this.btnPersist.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnPersist.UseVisualStyleBackColor = true;
            this.btnPersist.Click += new System.EventHandler(this.btnPersist_Click);
            // 
            // ddlLanguages
            // 
            this.ddlLanguages.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.ddlLanguages.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.ddlLanguages.FormattingEnabled = true;
            this.ddlLanguages.Items.AddRange(new object[] {
            "Batch file",
            "C#",
            "CSS",
            "HTML",
            "INI file",
            "Java",
            "JScript",
            "Perl",
            "PHP",
            "Python",
            "T-SQL",
            "VB.net",
            "VBScript",
            "XML"});
            this.ddlLanguages.Location = new System.Drawing.Point(946, 11);
            this.ddlLanguages.Name = "ddlLanguages";
            this.ddlLanguages.Size = new System.Drawing.Size(121, 24);
            this.ddlLanguages.TabIndex = 22;
            this.ddlLanguages.SelectedIndexChanged += new System.EventHandler(this.ddlLanguages_SelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(879, 14);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(61, 17);
            this.label4.TabIndex = 23;
            this.label4.Text = "File type";
            // 
            // backgroundWorker1
            // 
            this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
            this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
            this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
            // 
            // splitContainer1
            // 
            this.splitContainer1.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.splitContainer1.Location = new System.Drawing.Point(3, 52);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.tvOne);
            this.splitContainer1.Panel1.Controls.Add(this.lstFunctions);
            this.splitContainer1.Panel1.Controls.Add(this.treeGridView1);
            this.splitContainer1.Panel1.Controls.Add(this.btnDisplayNodeFile);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tabStrip1);
            this.splitContainer1.Size = new System.Drawing.Size(1064, 492);
            this.splitContainer1.SplitterDistance = 354;
            this.splitContainer1.TabIndex = 25;
            // 
            // tvOne
            // 
            this.tvOne.Location = new System.Drawing.Point(208, 3);
            this.tvOne.Name = "tvOne";
            treeNode6.Name = "Node0";
            treeNode6.Text = "Node0";
            treeNode7.Name = "Node1";
            treeNode7.Text = "Node1";
            treeNode8.Name = "Node3";
            treeNode8.Text = "Node3";
            treeNode9.Name = "Node4";
            treeNode9.Text = "Node4";
            treeNode10.Name = "Node2";
            treeNode10.Text = "Node2";
            this.tvOne.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
            treeNode6,
            treeNode7,
            treeNode10});
            this.tvOne.Size = new System.Drawing.Size(143, 27);
            this.tvOne.TabIndex = 5;
            this.tvOne.Visible = false;
            this.tvOne.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvOne_AfterSelect);
            // 
            // lstFunctions
            // 
            this.lstFunctions.FormattingEnabled = true;
            this.lstFunctions.ItemHeight = 16;
            this.lstFunctions.Items.AddRange(new object[] {
            "aaa",
            "bbb",
            "ccc"});
            this.lstFunctions.Location = new System.Drawing.Point(3, 3);
            this.lstFunctions.Name = "lstFunctions";
            this.lstFunctions.Size = new System.Drawing.Size(101, 20);
            this.lstFunctions.TabIndex = 4;
            this.lstFunctions.Visible = false;
            this.lstFunctions.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lstFunctions_MouseDoubleClick);
            this.lstFunctions.KeyDown += new System.Windows.Forms.KeyEventHandler(this.lstFunctions_KeyDown);
            // 
            // treeGridView1
            // 
            this.treeGridView1.AllowUserToAddRows = false;
            this.treeGridView1.AllowUserToDeleteRows = false;
            this.treeGridView1.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.treeGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
            this.treeGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4,
            this.Column5});
            this.treeGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
            this.treeGridView1.ImageList = this.imageListNodes;
            this.treeGridView1.Location = new System.Drawing.Point(3, 47);
            this.treeGridView1.MultiSelect = false;
            this.treeGridView1.Name = "treeGridView1";
            this.treeGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
            this.treeGridView1.ShowLines = false;
            this.treeGridView1.Size = new System.Drawing.Size(347, 442);
            this.treeGridView1.TabIndex = 0;
            this.treeGridView1.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.treeGridView1_CellMouseLeave);
            this.treeGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.treeGridView1_CellClick_1);
            this.treeGridView1.RowEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.treeGridView1_RowEnter);
            this.treeGridView1.RowLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.treeGridView1_RowLeave);
            this.treeGridView1.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.treeGridView1_CellMouseEnter);
            // 
            // Column1
            // 
            this.Column1.DefaultNodeImage = null;
            this.Column1.HeaderText = "Files";
            this.Column1.Name = "Column1";
            this.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            this.Column1.Width = 400;
            // 
            // Column2
            // 
            this.Column2.HeaderText = "Prev Gen File";
            this.Column2.Name = "Column2";
            this.Column2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // Column3
            // 
            this.Column3.HeaderText = "";
            this.Column3.Image = ((System.Drawing.Image)(resources.GetObject("Column3.Image")));
            this.Column3.Name = "Column3";
            this.Column3.Width = 40;
            // 
            // Column4
            // 
            this.Column4.HeaderText = "User File";
            this.Column4.Name = "Column4";
            this.Column4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // Column5
            // 
            this.Column5.HeaderText = "";
            this.Column5.Image = ((System.Drawing.Image)(resources.GetObject("Column5.Image")));
            this.Column5.Name = "Column5";
            this.Column5.Width = 40;
            // 
            // imageListNodes
            // 
            this.imageListNodes.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListNodes.ImageStream")));
            this.imageListNodes.TransparentColor = System.Drawing.Color.Magenta;
            this.imageListNodes.Images.SetKeyName(0, "VSObject_Class.bmp");
            this.imageListNodes.Images.SetKeyName(1, "VSObject_Field.bmp");
            this.imageListNodes.Images.SetKeyName(2, "VSObject_Method.bmp");
            this.imageListNodes.Images.SetKeyName(3, "VSObject_Properties.bmp");
            this.imageListNodes.Images.SetKeyName(4, "VSProject_CSCodefile.bmp");
            this.imageListNodes.Images.SetKeyName(5, "document.bmp");
            this.imageListNodes.Images.SetKeyName(6, "otheroptions.ico");
            this.imageListNodes.Images.SetKeyName(7, "blank.ico");
            // 
            // btnDisplayNodeFile
            // 
            this.btnDisplayNodeFile.Location = new System.Drawing.Point(18, 18);
            this.btnDisplayNodeFile.Name = "btnDisplayNodeFile";
            this.btnDisplayNodeFile.Size = new System.Drawing.Size(200, 23);
            this.btnDisplayNodeFile.TabIndex = 1;
            this.btnDisplayNodeFile.Text = "Display Selected Node";
            this.btnDisplayNodeFile.UseVisualStyleBackColor = true;
            this.btnDisplayNodeFile.Click += new System.EventHandler(this.btnDisplayNodeFile_Click);
            // 
            // ucStatus1
            // 
            this.ucStatus1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.ucStatus1.Location = new System.Drawing.Point(559, 3);
            this.ucStatus1.Name = "ucStatus1";
            this.ucStatus1.Size = new System.Drawing.Size(314, 32);
            this.ucStatus1.TabIndex = 24;
            // 
            // ucBinaryFileViewer1
            // 
            this.ucBinaryFileViewer1.Location = new System.Drawing.Point(0, 0);
            this.ucBinaryFileViewer1.Name = "ucBinaryFileViewer1";
            this.ucBinaryFileViewer1.Size = new System.Drawing.Size(221, 35);
            this.ucBinaryFileViewer1.TabIndex = 21;
            this.ucBinaryFileViewer1.Visible = false;
            // 
            // btnSwitchEditorView
            // 
            this.btnSwitchEditorView.Image = ((System.Drawing.Image)(resources.GetObject("btnSwitchEditorView.Image")));
            this.btnSwitchEditorView.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnSwitchEditorView.Location = new System.Drawing.Point(257, 3);
            this.btnSwitchEditorView.Name = "btnSwitchEditorView";
            this.btnSwitchEditorView.Size = new System.Drawing.Size(115, 32);
            this.btnSwitchEditorView.TabIndex = 26;
            this.btnSwitchEditorView.Text = "     Switch View";
            this.btnSwitchEditorView.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnSwitchEditorView.UseVisualStyleBackColor = true;
            this.btnSwitchEditorView.Click += new System.EventHandler(this.btnSwitchEditorView_Click);
            // 
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.syntaxEditor1);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.syntaxEditor2);
            this.splitContainer2.Size = new System.Drawing.Size(695, 409);
            this.splitContainer2.SplitterDistance = 349;
            this.splitContainer2.TabIndex = 36;
            // 
            // syntaxEditor2
            // 
            this.syntaxEditor2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.syntaxEditor2.Document = document4;
            this.syntaxEditor2.LineNumberMarginVisible = true;
            this.syntaxEditor2.Location = new System.Drawing.Point(0, 0);
            this.syntaxEditor2.Name = "syntaxEditor2";
            this.syntaxEditor2.Size = new System.Drawing.Size(342, 409);
            this.syntaxEditor2.TabIndex = 36;
            multiColorLinearGradient4.EndColor = System.Drawing.Color.Silver;
            multiColorLinearGradient4.IntermediateColors = new ActiproSoftware.Drawing.LinearGradientColorPosition[] {
        new ActiproSoftware.Drawing.LinearGradientColorPosition(System.Drawing.Color.White, 0.5F)};
            multiColorLinearGradient4.StartColor = System.Drawing.Color.Silver;
            this.syntaxEditor2.UserMarginBackgroundFill = multiColorLinearGradient4;
            this.syntaxEditor2.UserMarginVisible = true;
            // 
            // ucMerger
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(219)))), ((int)(((byte)(250)))));
            this.Controls.Add(this.btnSwitchEditorView);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.ucStatus1);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.ddlLanguages);
            this.Controls.Add(this.btnPersist);
            this.Controls.Add(this.btnPopulateTree);
            this.Controls.Add(this.ucBinaryFileViewer1);
            this.Name = "ucMerger";
            this.Size = new System.Drawing.Size(1070, 547);
            this.Load += new System.EventHandler(this.ucMerger_Load);
            ((System.ComponentModel.ISupportInitialize)(this.tabStrip1)).EndInit();
            this.tabStrip1.ResumeLayout(false);
            this.tabStripPage1.ResumeLayout(false);
            this.tabStripPage5.ResumeLayout(false);
            this.tabStripPage5.PerformLayout();
            this.contextMenuStrip1.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeGridView1)).EndInit();
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

		}
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
 /// 修改這個方法的內容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XmlEditor));
     ActiproSoftware.SyntaxEditor.Document          document1 = new ActiproSoftware.SyntaxEditor.Document();
     this.xmlSyntaxLanguage1 = new ActiproSoftware.SyntaxEditor.Addons.Xml.XmlSyntaxLanguage(this.components);
     this.txtFormat          = new System.Windows.Forms.Button();
     this.btnUndo            = new System.Windows.Forms.Button();
     this.err    = new System.Windows.Forms.ErrorProvider(this.components);
     this.txtXML = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     ((System.ComponentModel.ISupportInitialize)(this.err)).BeginInit();
     this.SuspendLayout();
     //
     // txtFormat
     //
     this.txtFormat.Image      = ((System.Drawing.Image)(resources.GetObject("txtFormat.Image")));
     this.txtFormat.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.txtFormat.Location   = new System.Drawing.Point(6, 13);
     this.txtFormat.Name       = "txtFormat";
     this.txtFormat.Size       = new System.Drawing.Size(75, 30);
     this.txtFormat.TabIndex   = 0;
     this.txtFormat.Text       = "格式化";
     this.txtFormat.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.txtFormat.UseVisualStyleBackColor = true;
     this.txtFormat.Click += new System.EventHandler(this.txtFormat_Click);
     //
     // btnUndo
     //
     this.btnUndo.Image      = ((System.Drawing.Image)(resources.GetObject("btnUndo.Image")));
     this.btnUndo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnUndo.Location   = new System.Drawing.Point(87, 13);
     this.btnUndo.Name       = "btnUndo";
     this.btnUndo.Size       = new System.Drawing.Size(75, 30);
     this.btnUndo.TabIndex   = 1;
     this.btnUndo.Text       = "復原";
     this.btnUndo.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnUndo.UseVisualStyleBackColor = true;
     this.btnUndo.Click += new System.EventHandler(this.btnUndo_Click);
     //
     // err
     //
     this.err.ContainerControl = this;
     //
     // txtXML
     //
     this.txtXML.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)));
     document1.Language   = this.xmlSyntaxLanguage1;
     document1.Text       = "<XmlDocument/>";
     this.txtXML.Document = document1;
     this.txtXML.Font     = new System.Drawing.Font("微軟正黑體", 11F);
     this.txtXML.LineNumberMarginVisible = true;
     this.txtXML.Location = new System.Drawing.Point(6, 49);
     this.txtXML.Name     = "txtXML";
     this.txtXML.Size     = new System.Drawing.Size(639, 405);
     this.txtXML.TabIndex = 2;
     //
     // XmlEditor
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Controls.Add(this.btnUndo);
     this.Controls.Add(this.txtFormat);
     this.Controls.Add(this.txtXML);
     this.Font  = new System.Drawing.Font("微軟正黑體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.Name  = "XmlEditor";
     this.Size  = new System.Drawing.Size(645, 457);
     this.Load += new System.EventHandler(this.XmlEditor_Load);
     ((System.ComponentModel.ISupportInitialize)(this.err)).EndInit();
     this.ResumeLayout(false);
 }
Пример #35
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
            this.syntaxEditor1 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.panel1 = new System.Windows.Forms.Panel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.button1 = new System.Windows.Forms.Button();
            this.btn_ok = new System.Windows.Forms.Button();
            this.toolStripContainer1.ContentPanel.SuspendLayout();
            this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
            this.toolStripContainer1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // syntaxEditor1
            // 
            this.syntaxEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.syntaxEditor1.Document = document1;
            this.syntaxEditor1.LineNumberMarginVisible = true;
            this.syntaxEditor1.Location = new System.Drawing.Point(0, 0);
            this.syntaxEditor1.Name = "syntaxEditor1";
            this.syntaxEditor1.Size = new System.Drawing.Size(1183, 562);
            this.syntaxEditor1.TabIndex = 0;
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.ContentPanel
            // 
            this.toolStripContainer1.ContentPanel.Controls.Add(this.syntaxEditor1);
            this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(1183, 562);
            this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
            this.toolStripContainer1.Name = "toolStripContainer1";
            this.toolStripContainer1.Size = new System.Drawing.Size(1183, 587);
            this.toolStripContainer1.TabIndex = 1;
            this.toolStripContainer1.Text = "toolStripContainer1";
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
            this.toolStrip1.Location = new System.Drawing.Point(3, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(111, 25);
            this.toolStrip1.TabIndex = 0;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.panel2);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 587);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1183, 35);
            this.panel1.TabIndex = 1;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.button1);
            this.panel2.Controls.Add(this.btn_ok);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel2.Location = new System.Drawing.Point(983, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(200, 35);
            this.panel2.TabIndex = 1;
            // 
            // button1
            // 
            this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.button1.Location = new System.Drawing.Point(103, 6);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "Cancel";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // btn_ok
            // 
            this.btn_ok.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btn_ok.Location = new System.Drawing.Point(22, 6);
            this.btn_ok.Name = "btn_ok";
            this.btn_ok.Size = new System.Drawing.Size(75, 23);
            this.btn_ok.TabIndex = 2;
            this.btn_ok.Text = "OK";
            this.btn_ok.UseVisualStyleBackColor = true;
            // 
            // SQLEditorForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1183, 622);
            this.Controls.Add(this.toolStripContainer1);
            this.Controls.Add(this.panel1);
            this.Name = "SQLEditorForm";
            this.Text = "SQL Editor";
            this.toolStripContainer1.ContentPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.TopToolStripPanel.PerformLayout();
            this.toolStripContainer1.ResumeLayout(false);
            this.toolStripContainer1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
			System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
			this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
			this.syntaxEditorSqlServer = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.labelScriptHeader = new DevComponents.DotNetBar.LabelX();
			this.dataGridViewSqlServer = new DevComponents.DotNetBar.Controls.DataGridViewX();
			this.ColumnSQLServer = new System.Windows.Forms.DataGridViewTextBoxColumn();
			this.ColumnUniType = new DevComponents.DotNetBar.Controls.DataGridViewComboBoxExColumn();
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewSqlServer)).BeginInit();
			this.SuspendLayout();
			// 
			// expandableSplitter1
			// 
			this.expandableSplitter1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter1.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.expandableSplitter1.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter1.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter1.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter1.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(166)))), ((int)(((byte)(72)))));
			this.expandableSplitter1.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(197)))), ((int)(((byte)(108)))));
			this.expandableSplitter1.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
			this.expandableSplitter1.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
			this.expandableSplitter1.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter1.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter1.Location = new System.Drawing.Point(306, 23);
			this.expandableSplitter1.Name = "expandableSplitter1";
			this.expandableSplitter1.Size = new System.Drawing.Size(6, 424);
			this.expandableSplitter1.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
			this.expandableSplitter1.TabIndex = 20;
			this.expandableSplitter1.TabStop = false;
			// 
			// syntaxEditorSqlServer
			// 
			this.syntaxEditorSqlServer.Dock = System.Windows.Forms.DockStyle.Fill;
			this.syntaxEditorSqlServer.Document = document1;
			this.syntaxEditorSqlServer.LineNumberMarginVisible = true;
			this.syntaxEditorSqlServer.Location = new System.Drawing.Point(306, 23);
			this.syntaxEditorSqlServer.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorSqlServer.Name = "syntaxEditorSqlServer";
			this.syntaxEditorSqlServer.Size = new System.Drawing.Size(423, 424);
			this.syntaxEditorSqlServer.TabIndex = 21;
			// 
			// labelScriptHeader
			// 
			// 
			// 
			// 
			this.labelScriptHeader.BackgroundStyle.Class = "";
			this.labelScriptHeader.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelScriptHeader.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelScriptHeader.ForeColor = System.Drawing.Color.White;
			this.labelScriptHeader.Location = new System.Drawing.Point(306, 0);
			this.labelScriptHeader.Name = "labelScriptHeader";
			this.labelScriptHeader.Size = new System.Drawing.Size(423, 23);
			this.labelScriptHeader.TabIndex = 19;
			this.labelScriptHeader.Text = "SQL Server -> C#";
			this.labelScriptHeader.TextAlignment = System.Drawing.StringAlignment.Center;
			// 
			// dataGridViewSqlServer
			// 
			this.dataGridViewSqlServer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
			this.dataGridViewSqlServer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.ColumnSQLServer,
            this.ColumnUniType});
			dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
			dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
			dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
			dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
			dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
			this.dataGridViewSqlServer.DefaultCellStyle = dataGridViewCellStyle1;
			this.dataGridViewSqlServer.Dock = System.Windows.Forms.DockStyle.Left;
			this.dataGridViewSqlServer.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
			this.dataGridViewSqlServer.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(184)))));
			this.dataGridViewSqlServer.Location = new System.Drawing.Point(0, 0);
			this.dataGridViewSqlServer.Name = "dataGridViewSqlServer";
			this.dataGridViewSqlServer.Size = new System.Drawing.Size(306, 447);
			this.dataGridViewSqlServer.TabIndex = 18;
			this.dataGridViewSqlServer.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewSqlServer_CellValueChanged);
			this.dataGridViewSqlServer.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dataGridViewSqlServer_RowsAdded);
			// 
			// ColumnSQLServer
			// 
			this.ColumnSQLServer.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.ColumnSQLServer.HeaderText = "SQL Server Types";
			this.ColumnSQLServer.Name = "ColumnSQLServer";
			this.ColumnSQLServer.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.ColumnSQLServer.Width = 109;
			// 
			// ColumnUniType
			// 
			this.ColumnUniType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
			this.ColumnUniType.DisplayMember = "Text";
			this.ColumnUniType.DropDownHeight = 106;
			this.ColumnUniType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.ColumnUniType.DropDownWidth = 121;
			this.ColumnUniType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
			this.ColumnUniType.HeaderText = "C# Types";
			this.ColumnUniType.ImeMode = System.Windows.Forms.ImeMode.NoControl;
			this.ColumnUniType.IntegralHeight = false;
			this.ColumnUniType.ItemHeight = 13;
			this.ColumnUniType.Name = "ColumnUniType";
			this.ColumnUniType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
			this.ColumnUniType.RightToLeft = System.Windows.Forms.RightToLeft.No;
			this.ColumnUniType.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2010;
			this.ColumnUniType.Width = 121;
			// 
			// DbTypeMapEditor
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.expandableSplitter1);
			this.Controls.Add(this.syntaxEditorSqlServer);
			this.Controls.Add(this.labelScriptHeader);
			this.Controls.Add(this.dataGridViewSqlServer);
			this.Name = "DbTypeMapEditor";
			this.Size = new System.Drawing.Size(729, 447);
			((System.ComponentModel.ISupportInitialize)(this.dataGridViewSqlServer)).EndInit();
			this.ResumeLayout(false);

		}
        /// <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(UDTTestForm));
            ActiproSoftware.SyntaxEditor.Document document5 = new ActiproSoftware.SyntaxEditor.Document();
            ActiproSoftware.SyntaxEditor.Document document6 = new ActiproSoftware.SyntaxEditor.Document();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.tsbtnExecute = new System.Windows.Forms.ToolStripButton();
            this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
            this.rsbtnOpen = new System.Windows.Forms.ToolStripButton();
            this.txtSQL = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tpResult = new System.Windows.Forms.TabPage();
            this.dgResult = new System.Windows.Forms.DataGridView();
            this.tpInfo = new System.Windows.Forms.TabPage();
            this.txtInfo = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.tsLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.cmRight = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.cmTextMode = new System.Windows.Forms.ToolStripMenuItem();
            this.cmXmlMode = new System.Windows.Forms.ToolStripMenuItem();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tpResult.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgResult)).BeginInit();
            this.tpInfo.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.cmRight.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.toolStrip1);
            this.splitContainer1.Panel1.Controls.Add(this.txtSQL);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
            this.splitContainer1.Panel2.Controls.Add(this.statusStrip1);
            this.splitContainer1.Size = new System.Drawing.Size(698, 504);
            this.splitContainer1.SplitterDistance = 232;
            this.splitContainer1.TabIndex = 0;
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbtnExecute,
            this.tsbtnSave,
            this.rsbtnOpen});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(698, 25);
            this.toolStrip1.TabIndex = 1;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // tsbtnExecute
            // 
            this.tsbtnExecute.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbtnExecute.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExecute.Image")));
            this.tsbtnExecute.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnExecute.Name = "tsbtnExecute";
            this.tsbtnExecute.Size = new System.Drawing.Size(23, 22);
            this.tsbtnExecute.Text = "執行(F5)";
            this.tsbtnExecute.Click += new System.EventHandler(this.tsbtnExecute_Click);
            // 
            // tsbtnSave
            // 
            this.tsbtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
            this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnSave.Name = "tsbtnSave";
            this.tsbtnSave.Size = new System.Drawing.Size(23, 22);
            this.tsbtnSave.Text = "儲存";
            this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
            // 
            // rsbtnOpen
            // 
            this.rsbtnOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.rsbtnOpen.Image = ((System.Drawing.Image)(resources.GetObject("rsbtnOpen.Image")));
            this.rsbtnOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.rsbtnOpen.Name = "rsbtnOpen";
            this.rsbtnOpen.Size = new System.Drawing.Size(23, 22);
            this.rsbtnOpen.Text = "開啟檔案";
            this.rsbtnOpen.Click += new System.EventHandler(this.rsbtnOpen_Click);
            // 
            // txtSQL
            // 
            this.txtSQL.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)));
            document5.Text = "SELECT * FROM";
            this.txtSQL.Document = document5;
            this.txtSQL.Location = new System.Drawing.Point(3, 28);
            this.txtSQL.Name = "txtSQL";
            this.txtSQL.Size = new System.Drawing.Size(692, 204);
            this.txtSQL.TabIndex = 0;
            this.txtSQL.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtSQL_KeyUp);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tpResult);
            this.tabControl1.Controls.Add(this.tpInfo);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(698, 246);
            this.tabControl1.TabIndex = 1;
            // 
            // tpResult
            // 
            this.tpResult.Controls.Add(this.dgResult);
            this.tpResult.Location = new System.Drawing.Point(4, 25);
            this.tpResult.Name = "tpResult";
            this.tpResult.Padding = new System.Windows.Forms.Padding(3);
            this.tpResult.Size = new System.Drawing.Size(690, 217);
            this.tpResult.TabIndex = 0;
            this.tpResult.Text = "資料輸出";
            this.tpResult.UseVisualStyleBackColor = true;
            // 
            // dgResult
            // 
            this.dgResult.AllowUserToAddRows = false;
            this.dgResult.AllowUserToDeleteRows = false;
            this.dgResult.BackgroundColor = System.Drawing.Color.White;
            this.dgResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgResult.ContextMenuStrip = this.cmRight;
            this.dgResult.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgResult.Location = new System.Drawing.Point(3, 3);
            this.dgResult.Name = "dgResult";
            this.dgResult.ReadOnly = true;
            this.dgResult.RowTemplate.Height = 24;
            this.dgResult.Size = new System.Drawing.Size(684, 211);
            this.dgResult.TabIndex = 0;
            // 
            // tpInfo
            // 
            this.tpInfo.Controls.Add(this.txtInfo);
            this.tpInfo.Location = new System.Drawing.Point(4, 22);
            this.tpInfo.Name = "tpInfo";
            this.tpInfo.Padding = new System.Windows.Forms.Padding(3);
            this.tpInfo.Size = new System.Drawing.Size(690, 220);
            this.tpInfo.TabIndex = 1;
            this.tpInfo.Text = "訊息";
            this.tpInfo.UseVisualStyleBackColor = true;
            // 
            // txtInfo
            // 
            this.txtInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtInfo.Document = document6;
            this.txtInfo.Location = new System.Drawing.Point(3, 3);
            this.txtInfo.Name = "txtInfo";
            this.txtInfo.Size = new System.Drawing.Size(684, 214);
            this.txtInfo.TabIndex = 0;
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsLabel});
            this.statusStrip1.Location = new System.Drawing.Point(0, 246);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(698, 22);
            this.statusStrip1.TabIndex = 0;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // tsLabel
            // 
            this.tsLabel.Name = "tsLabel";
            this.tsLabel.Size = new System.Drawing.Size(56, 17);
            this.tsLabel.Text = "執行時間";
            // 
            // cmRight
            // 
            this.cmRight.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.cmTextMode,
            this.cmXmlMode});
            this.cmRight.Name = "cmRight";
            this.cmRight.Size = new System.Drawing.Size(170, 70);
            this.cmRight.Opening += new System.ComponentModel.CancelEventHandler(this.cmRight_Opening);
            // 
            // cmTextMode
            // 
            this.cmTextMode.Name = "cmTextMode";
            this.cmTextMode.Size = new System.Drawing.Size(169, 22);
            this.cmTextMode.Text = "Text 檢視模式(&T)";
            this.cmTextMode.Click += new System.EventHandler(this.cmTextMode_Click);
            // 
            // cmXmlMode
            // 
            this.cmXmlMode.Name = "cmXmlMode";
            this.cmXmlMode.Size = new System.Drawing.Size(169, 22);
            this.cmXmlMode.Text = "XML 模視模式(&X)";
            this.cmXmlMode.Click += new System.EventHandler(this.cmXmlMode_Click);
            // 
            // UDTTestForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(698, 504);
            this.Controls.Add(this.splitContainer1);
            this.Font = new System.Drawing.Font("微軟正黑體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.Name = "UDTTestForm";
            this.Text = "UDT 測試工具";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.UDTTestForm_FormClosing);
            this.Load += new System.EventHandler(this.UDTTestForm_Load);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
            this.splitContainer1.ResumeLayout(false);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tpResult.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgResult)).EndInit();
            this.tpInfo.ResumeLayout(false);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.cmRight.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Пример #38
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
			ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
			this.syntaxEditor1 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
			this.syntaxEditor2 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.button1 = new System.Windows.Forms.Button();
			this.splitContainer1.Panel1.SuspendLayout();
			this.splitContainer1.Panel2.SuspendLayout();
			this.splitContainer1.SuspendLayout();
			this.SuspendLayout();
			// 
			// syntaxEditor1
			// 
			this.syntaxEditor1.CurrentLineHighlightingVisible = true;
			this.syntaxEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.syntaxEditor1.Document = document1;
			this.syntaxEditor1.Location = new System.Drawing.Point(0, 0);
			this.syntaxEditor1.Name = "syntaxEditor1";
			this.syntaxEditor1.Size = new System.Drawing.Size(392, 500);
			this.syntaxEditor1.TabIndex = 0;
			// 
			// splitContainer1
			// 
			this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer1.Location = new System.Drawing.Point(0, 23);
			this.splitContainer1.Name = "splitContainer1";
			// 
			// splitContainer1.Panel1
			// 
			this.splitContainer1.Panel1.Controls.Add(this.syntaxEditor1);
			// 
			// splitContainer1.Panel2
			// 
			this.splitContainer1.Panel2.Controls.Add(this.syntaxEditor2);
			this.splitContainer1.Size = new System.Drawing.Size(766, 500);
			this.splitContainer1.SplitterDistance = 392;
			this.splitContainer1.TabIndex = 1;
			// 
			// syntaxEditor2
			// 
			this.syntaxEditor2.Dock = System.Windows.Forms.DockStyle.Fill;
			document2.ReadOnly = true;
			this.syntaxEditor2.Document = document2;
			this.syntaxEditor2.Location = new System.Drawing.Point(0, 0);
			this.syntaxEditor2.Name = "syntaxEditor2";
			this.syntaxEditor2.Size = new System.Drawing.Size(370, 500);
			this.syntaxEditor2.TabIndex = 0;
			// 
			// button1
			// 
			this.button1.Dock = System.Windows.Forms.DockStyle.Top;
			this.button1.Location = new System.Drawing.Point(0, 0);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(766, 23);
			this.button1.TabIndex = 1;
			this.button1.Text = "Format";
			this.button1.UseVisualStyleBackColor = true;
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// Form1
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.ClientSize = new System.Drawing.Size(766, 523);
			this.Controls.Add(this.splitContainer1);
			this.Controls.Add(this.button1);
			this.Name = "Form1";
			this.Text = "Form1";
			this.splitContainer1.Panel1.ResumeLayout(false);
			this.splitContainer1.Panel2.ResumeLayout(false);
			this.splitContainer1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Пример #39
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
     ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
     this.syntaxEditor1   = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.syntaxEditor2   = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.button1         = new System.Windows.Forms.Button();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // syntaxEditor1
     //
     this.syntaxEditor1.CurrentLineHighlightingVisible = true;
     this.syntaxEditor1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.syntaxEditor1.Document = document1;
     this.syntaxEditor1.Location = new System.Drawing.Point(0, 0);
     this.syntaxEditor1.Name     = "syntaxEditor1";
     this.syntaxEditor1.Size     = new System.Drawing.Size(392, 500);
     this.syntaxEditor1.TabIndex = 0;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 23);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.syntaxEditor1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.syntaxEditor2);
     this.splitContainer1.Size             = new System.Drawing.Size(766, 500);
     this.splitContainer1.SplitterDistance = 392;
     this.splitContainer1.TabIndex         = 1;
     //
     // syntaxEditor2
     //
     this.syntaxEditor2.Dock     = System.Windows.Forms.DockStyle.Fill;
     document2.ReadOnly          = true;
     this.syntaxEditor2.Document = document2;
     this.syntaxEditor2.Location = new System.Drawing.Point(0, 0);
     this.syntaxEditor2.Name     = "syntaxEditor2";
     this.syntaxEditor2.Size     = new System.Drawing.Size(370, 500);
     this.syntaxEditor2.TabIndex = 0;
     //
     // button1
     //
     this.button1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.button1.Location = new System.Drawing.Point(0, 0);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(766, 23);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Format";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(766, 523);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.button1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
            ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTestFunction));
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.panel1 = new System.Windows.Forms.Panel();
            this.ucHeading1 = new Slyce.Common.Controls.ucHeading();
            this.tabStrip1 = new ActiproSoftware.UIStudio.TabStrip.TabStrip();
            this.tabOutput = new ActiproSoftware.UIStudio.TabStrip.TabStripPage();
            this.syntaxEditor1 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.tabFormatted = new ActiproSoftware.UIStudio.TabStrip.TabStripPage();
            this.syntaxEditorFormatted = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.ucHeading2 = new Slyce.Common.Controls.ucHeading();
            this.btnRun = new System.Windows.Forms.Button();
            this.btnClose = new System.Windows.Forms.Button();
            this.pnlTop = new System.Windows.Forms.Panel();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.lblPageDescription = new System.Windows.Forms.Label();
            this.lblPageHeader = new System.Windows.Forms.Label();
            this.ucHeading3 = new Slyce.Common.Controls.ucHeading();
            this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tabStrip1)).BeginInit();
            this.tabStrip1.SuspendLayout();
            this.tabOutput.SuspendLayout();
            this.tabFormatted.SuspendLayout();
            this.pnlTop.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            this.splitContainer1.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.splitContainer1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(59)))), ((int)(((byte)(150)))));
            this.splitContainer1.Location = new System.Drawing.Point(-1, 45);
            this.splitContainer1.Margin = new System.Windows.Forms.Padding(2);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.panel1);
            this.splitContainer1.Panel1.Controls.Add(this.ucHeading1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tabStrip1);
            this.splitContainer1.Panel2.Controls.Add(this.ucHeading2);
            this.splitContainer1.Size = new System.Drawing.Size(872, 382);
            this.splitContainer1.SplitterDistance = 209;
            this.splitContainer1.SplitterWidth = 3;
            this.splitContainer1.TabIndex = 13;
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(219)))), ((int)(((byte)(250)))));
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 20);
            this.panel1.Margin = new System.Windows.Forms.Padding(2);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(209, 362);
            this.panel1.TabIndex = 1;
            // 
            // ucHeading1
            // 
            this.ucHeading1.Dock = System.Windows.Forms.DockStyle.Top;
            this.ucHeading1.Location = new System.Drawing.Point(0, 0);
            this.ucHeading1.Margin = new System.Windows.Forms.Padding(2);
            this.ucHeading1.Name = "ucHeading1";
            this.ucHeading1.Size = new System.Drawing.Size(209, 20);
            this.ucHeading1.TabIndex = 0;
            // 
            // tabStrip1
            // 
            this.tabStrip1.AutoSetFocusOnClick = true;
            this.tabStrip1.Controls.Add(this.tabOutput);
            this.tabStrip1.Controls.Add(this.tabFormatted);
            this.tabStrip1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabStrip1.Location = new System.Drawing.Point(0, 20);
            this.tabStrip1.Name = "tabStrip1";
            this.tabStrip1.Size = new System.Drawing.Size(660, 362);
            this.tabStrip1.TabIndex = 15;
            this.tabStrip1.Text = "tabStrip1";
            // 
            // tabOutput
            // 
            this.tabOutput.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.tabOutput.Controls.Add(this.syntaxEditor1);
            this.tabOutput.Key = "TabStripPage";
            this.tabOutput.Location = new System.Drawing.Point(0, 21);
            this.tabOutput.Name = "tabOutput";
            this.tabOutput.Size = new System.Drawing.Size(660, 341);
            this.tabOutput.TabIndex = 0;
            this.tabOutput.Text = "Raw Output";
            // 
            // syntaxEditor1
            // 
            this.syntaxEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.syntaxEditor1.Document = document1;
            this.syntaxEditor1.LineNumberMarginVisible = true;
            this.syntaxEditor1.Location = new System.Drawing.Point(0, 0);
            this.syntaxEditor1.Margin = new System.Windows.Forms.Padding(2);
            this.syntaxEditor1.Name = "syntaxEditor1";
            this.syntaxEditor1.Size = new System.Drawing.Size(660, 341);
            this.syntaxEditor1.TabIndex = 14;
            // 
            // tabFormatted
            // 
            this.tabFormatted.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.tabFormatted.Controls.Add(this.syntaxEditorFormatted);
            this.tabFormatted.Key = "TabStripPage";
            this.tabFormatted.Location = new System.Drawing.Point(0, 21);
            this.tabFormatted.Name = "tabFormatted";
            this.tabFormatted.Size = new System.Drawing.Size(660, 341);
            this.tabFormatted.TabIndex = 1;
            this.tabFormatted.Text = "Formatted Output";
            // 
            // syntaxEditorFormatted
            // 
            this.syntaxEditorFormatted.Dock = System.Windows.Forms.DockStyle.Fill;
            this.syntaxEditorFormatted.Document = document2;
            this.syntaxEditorFormatted.LineNumberMarginVisible = true;
            this.syntaxEditorFormatted.Location = new System.Drawing.Point(0, 0);
            this.syntaxEditorFormatted.Margin = new System.Windows.Forms.Padding(2);
            this.syntaxEditorFormatted.Name = "syntaxEditorFormatted";
            this.syntaxEditorFormatted.Size = new System.Drawing.Size(660, 341);
            this.syntaxEditorFormatted.TabIndex = 15;
            // 
            // ucHeading2
            // 
            this.ucHeading2.Dock = System.Windows.Forms.DockStyle.Top;
            this.ucHeading2.Location = new System.Drawing.Point(0, 0);
            this.ucHeading2.Margin = new System.Windows.Forms.Padding(2);
            this.ucHeading2.Name = "ucHeading2";
            this.ucHeading2.Size = new System.Drawing.Size(660, 20);
            this.ucHeading2.TabIndex = 14;
            // 
            // btnRun
            // 
            this.btnRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRun.Image = ((System.Drawing.Image)(resources.GetObject("btnRun.Image")));
            this.btnRun.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnRun.Location = new System.Drawing.Point(742, 432);
            this.btnRun.Margin = new System.Windows.Forms.Padding(2);
            this.btnRun.Name = "btnRun";
            this.btnRun.Size = new System.Drawing.Size(48, 24);
            this.btnRun.TabIndex = 14;
            this.btnRun.Text = "    &Run";
            this.btnRun.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnRun.UseVisualStyleBackColor = true;
            this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
            // 
            // btnClose
            // 
            this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnClose.Location = new System.Drawing.Point(804, 432);
            this.btnClose.Margin = new System.Windows.Forms.Padding(2);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(56, 24);
            this.btnClose.TabIndex = 15;
            this.btnClose.Text = "Close";
            this.btnClose.UseVisualStyleBackColor = true;
            // 
            // pnlTop
            // 
            this.pnlTop.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.pnlTop.BackColor = System.Drawing.Color.White;
            this.pnlTop.Controls.Add(this.pictureBox1);
            this.pnlTop.Controls.Add(this.lblPageDescription);
            this.pnlTop.Controls.Add(this.lblPageHeader);
            this.pnlTop.Location = new System.Drawing.Point(0, 0);
            this.pnlTop.Margin = new System.Windows.Forms.Padding(2);
            this.pnlTop.Name = "pnlTop";
            this.pnlTop.Size = new System.Drawing.Size(871, 46);
            this.pnlTop.TabIndex = 16;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(0, 0);
            this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(150, 57);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex = 2;
            this.pictureBox1.TabStop = false;
            // 
            // lblPageDescription
            // 
            this.lblPageDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblPageDescription.ForeColor = System.Drawing.Color.MidnightBlue;
            this.lblPageDescription.Location = new System.Drawing.Point(173, 22);
            this.lblPageDescription.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblPageDescription.Name = "lblPageDescription";
            this.lblPageDescription.Size = new System.Drawing.Size(698, 24);
            this.lblPageDescription.TabIndex = 1;
            this.lblPageDescription.Text = "lblPageDescription";
            // 
            // lblPageHeader
            // 
            this.lblPageHeader.AutoSize = true;
            this.lblPageHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblPageHeader.ForeColor = System.Drawing.Color.MidnightBlue;
            this.lblPageHeader.Location = new System.Drawing.Point(154, 7);
            this.lblPageHeader.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblPageHeader.Name = "lblPageHeader";
            this.lblPageHeader.Size = new System.Drawing.Size(103, 15);
            this.lblPageHeader.TabIndex = 0;
            this.lblPageHeader.Text = "lblPageHeader";
            // 
            // ucHeading3
            // 
            this.ucHeading3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.ucHeading3.Location = new System.Drawing.Point(0, 426);
            this.ucHeading3.Margin = new System.Windows.Forms.Padding(2);
            this.ucHeading3.Name = "ucHeading3";
            this.ucHeading3.Size = new System.Drawing.Size(871, 34);
            this.ucHeading3.TabIndex = 17;
            // 
            // backgroundWorker1
            // 
            this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
            this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
            // 
            // frmTestFunction
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btnClose;
            this.ClientSize = new System.Drawing.Size(871, 460);
            this.Controls.Add(this.pnlTop);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.btnRun);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.ucHeading3);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Margin = new System.Windows.Forms.Padding(2);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(671, 404);
            this.Name = "frmTestFunction";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Test Function";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmTestFunction_FormClosed);
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.frmTestFunction_Paint);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmTestFunction_FormClosing);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tabStrip1)).EndInit();
            this.tabStrip1.ResumeLayout(false);
            this.tabOutput.ResumeLayout(false);
            this.tabFormatted.ResumeLayout(false);
            this.pnlTop.ResumeLayout(false);
            this.pnlTop.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);

        }
Пример #41
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormDatabaseUpdateScripts));
     ActiproSoftware.SyntaxEditor.Document          document3 = new ActiproSoftware.SyntaxEditor.Document();
     this.panel1             = new System.Windows.Forms.Panel();
     this.buttonClose        = new DevComponents.DotNetBar.ButtonX();
     this.buttonX1           = new DevComponents.DotNetBar.ButtonX();
     this.buttonMultiSave    = new DevComponents.DotNetBar.ButtonItem();
     this.buttonRunScript    = new DevComponents.DotNetBar.ButtonX();
     this.buttonCopy         = new DevComponents.DotNetBar.ButtonX();
     this.superTabItem1      = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabItem7      = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabItem8      = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabItem9      = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabItem10     = new DevComponents.DotNetBar.SuperTabItem();
     this.superTabItem11     = new DevComponents.DotNetBar.SuperTabItem();
     this.syntaxEditorScript = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.comboBoxDatabases  = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem1         = new DevComponents.Editors.ComboItem();
     this.comboItem2         = new DevComponents.Editors.ComboItem();
     this.comboItem3         = new DevComponents.Editors.ComboItem();
     this.comboItem4         = new DevComponents.Editors.ComboItem();
     this.comboItem5         = new DevComponents.Editors.ComboItem();
     this.labelX1            = new DevComponents.DotNetBar.LabelX();
     this.comboBoxTables     = new DevComponents.DotNetBar.Controls.ComboBoxEx();
     this.comboItem6         = new DevComponents.Editors.ComboItem();
     this.comboItem7         = new DevComponents.Editors.ComboItem();
     this.comboItem8         = new DevComponents.Editors.ComboItem();
     this.comboItem9         = new DevComponents.Editors.ComboItem();
     this.comboItem10        = new DevComponents.Editors.ComboItem();
     this.labelX2            = new DevComponents.DotNetBar.LabelX();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.buttonClose);
     this.panel1.Controls.Add(this.buttonX1);
     this.panel1.Controls.Add(this.buttonRunScript);
     this.panel1.Controls.Add(this.buttonCopy);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 479);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(801, 57);
     this.panel1.TabIndex = 3;
     //
     // buttonClose
     //
     this.buttonClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonClose.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonClose.HoverImage     = ((System.Drawing.Image)(resources.GetObject("buttonClose.HoverImage")));
     this.buttonClose.Image          = ((System.Drawing.Image)(resources.GetObject("buttonClose.Image")));
     this.buttonClose.Location       = new System.Drawing.Point(687, 11);
     this.buttonClose.Name           = "buttonClose";
     this.buttonClose.Size           = new System.Drawing.Size(100, 34);
     this.buttonClose.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonClose.TabIndex       = 3;
     this.buttonClose.Text           = "  Close";
     this.buttonClose.TextAlignment  = DevComponents.DotNetBar.eButtonTextAlignment.Left;
     this.buttonClose.Click         += new System.EventHandler(this.buttonClose_Click);
     //
     // buttonX1
     //
     this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonX1.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonX1.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonX1.HoverImage     = ((System.Drawing.Image)(resources.GetObject("buttonX1.HoverImage")));
     this.buttonX1.Image          = ((System.Drawing.Image)(resources.GetObject("buttonX1.Image")));
     this.buttonX1.Location       = new System.Drawing.Point(461, 11);
     this.buttonX1.Name           = "buttonX1";
     this.buttonX1.Size           = new System.Drawing.Size(100, 34);
     this.buttonX1.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonX1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.buttonMultiSave
     });
     this.buttonX1.TabIndex      = 2;
     this.buttonX1.Text          = "  Save";
     this.buttonX1.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
     this.buttonX1.Click        += new System.EventHandler(this.buttonX1_Click);
     //
     // buttonMultiSave
     //
     this.buttonMultiSave.GlobalItem = false;
     this.buttonMultiSave.Image      = ((System.Drawing.Image)(resources.GetObject("buttonMultiSave.Image")));
     this.buttonMultiSave.Name       = "buttonMultiSave";
     this.buttonMultiSave.Text       = "Save a file per table...";
     //
     // buttonRunScript
     //
     this.buttonRunScript.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonRunScript.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonRunScript.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonRunScript.Enabled        = false;
     this.buttonRunScript.HoverImage     = ((System.Drawing.Image)(resources.GetObject("buttonRunScript.HoverImage")));
     this.buttonRunScript.Image          = ((System.Drawing.Image)(resources.GetObject("buttonRunScript.Image")));
     this.buttonRunScript.Location       = new System.Drawing.Point(574, 11);
     this.buttonRunScript.Name           = "buttonRunScript";
     this.buttonRunScript.Size           = new System.Drawing.Size(100, 34);
     this.buttonRunScript.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonRunScript.TabIndex       = 1;
     this.buttonRunScript.Text           = "  Run script";
     this.buttonRunScript.TextAlignment  = DevComponents.DotNetBar.eButtonTextAlignment.Left;
     this.buttonRunScript.Click         += new System.EventHandler(this.buttonRunScript_Click);
     //
     // buttonCopy
     //
     this.buttonCopy.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
     this.buttonCopy.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCopy.ColorTable     = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.buttonCopy.HoverImage     = ((System.Drawing.Image)(resources.GetObject("buttonCopy.HoverImage")));
     this.buttonCopy.Image          = ((System.Drawing.Image)(resources.GetObject("buttonCopy.Image")));
     this.buttonCopy.Location       = new System.Drawing.Point(348, 11);
     this.buttonCopy.Name           = "buttonCopy";
     this.buttonCopy.Size           = new System.Drawing.Size(100, 34);
     this.buttonCopy.Style          = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.buttonCopy.TabIndex       = 0;
     this.buttonCopy.Text           = "  Copy";
     this.buttonCopy.TextAlignment  = DevComponents.DotNetBar.eButtonTextAlignment.Left;
     this.buttonCopy.Click         += new System.EventHandler(this.buttonCopy_Click);
     //
     // superTabItem1
     //
     this.superTabItem1.GlobalItem   = false;
     this.superTabItem1.Name         = "superTabItem1";
     this.superTabItem1.TabStripItem = null;
     this.superTabItem1.Text         = "Database";
     //
     // superTabItem7
     //
     this.superTabItem7.GlobalItem   = false;
     this.superTabItem7.Name         = "superTabItem7";
     this.superTabItem7.TabStripItem = null;
     this.superTabItem7.Text         = "Table";
     //
     // superTabItem8
     //
     this.superTabItem8.GlobalItem   = false;
     this.superTabItem8.Name         = "superTabItem8";
     this.superTabItem8.TabStripItem = null;
     this.superTabItem8.Text         = "Column";
     //
     // superTabItem9
     //
     this.superTabItem9.GlobalItem   = false;
     this.superTabItem9.Name         = "superTabItem9";
     this.superTabItem9.TabStripItem = null;
     this.superTabItem9.Text         = "Key";
     //
     // superTabItem10
     //
     this.superTabItem10.GlobalItem   = false;
     this.superTabItem10.Name         = "superTabItem10";
     this.superTabItem10.TabStripItem = null;
     this.superTabItem10.Text         = "Index";
     //
     // superTabItem11
     //
     this.superTabItem11.GlobalItem   = false;
     this.superTabItem11.Name         = "superTabItem11";
     this.superTabItem11.TabStripItem = null;
     this.superTabItem11.Text         = "Relationship";
     //
     // syntaxEditorScript
     //
     this.syntaxEditorScript.Document = document3;
     this.syntaxEditorScript.LineNumberMarginVisible = true;
     this.syntaxEditorScript.Location = new System.Drawing.Point(0, 81);
     this.syntaxEditorScript.Margin   = new System.Windows.Forms.Padding(2);
     this.syntaxEditorScript.Name     = "syntaxEditorScript";
     this.syntaxEditorScript.Size     = new System.Drawing.Size(801, 394);
     this.syntaxEditorScript.TabIndex = 19;
     //
     // comboBoxDatabases
     //
     this.comboBoxDatabases.DisplayMember     = "Text";
     this.comboBoxDatabases.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxDatabases.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxDatabases.FormattingEnabled = true;
     this.comboBoxDatabases.ItemHeight        = 14;
     this.comboBoxDatabases.Items.AddRange(new object[] {
         this.comboItem1,
         this.comboItem2,
         this.comboItem3,
         this.comboItem4,
         this.comboItem5
     });
     this.comboBoxDatabases.Location              = new System.Drawing.Point(12, 41);
     this.comboBoxDatabases.Name                  = "comboBoxDatabases";
     this.comboBoxDatabases.Size                  = new System.Drawing.Size(121, 20);
     this.comboBoxDatabases.Style                 = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxDatabases.TabIndex              = 20;
     this.comboBoxDatabases.SelectedIndexChanged += new System.EventHandler(this.comboBoxDatabases_SelectedIndexChanged);
     //
     // comboItem1
     //
     this.comboItem1.Text = "SQL Server 2005/2008/Azure";
     //
     // comboItem2
     //
     this.comboItem2.Text = "Oracle";
     //
     // comboItem3
     //
     this.comboItem3.Text = "MySQL";
     //
     // comboItem4
     //
     this.comboItem4.Text = "PostgreSQL";
     //
     // comboItem5
     //
     this.comboItem5.Text = "Firebird";
     //
     // labelX1
     //
     //
     //
     //
     this.labelX1.BackgroundStyle.Class      = "";
     this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX1.ForeColor = System.Drawing.Color.White;
     this.labelX1.Location  = new System.Drawing.Point(12, 20);
     this.labelX1.Name      = "labelX1";
     this.labelX1.Size      = new System.Drawing.Size(75, 23);
     this.labelX1.TabIndex  = 21;
     this.labelX1.Text      = "Database";
     //
     // comboBoxTables
     //
     this.comboBoxTables.DisplayMember     = "Text";
     this.comboBoxTables.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxTables.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxTables.FormattingEnabled = true;
     this.comboBoxTables.ItemHeight        = 14;
     this.comboBoxTables.Items.AddRange(new object[] {
         this.comboItem6,
         this.comboItem7,
         this.comboItem8,
         this.comboItem9,
         this.comboItem10
     });
     this.comboBoxTables.Location              = new System.Drawing.Point(152, 41);
     this.comboBoxTables.Name                  = "comboBoxTables";
     this.comboBoxTables.Size                  = new System.Drawing.Size(121, 20);
     this.comboBoxTables.Style                 = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBoxTables.TabIndex              = 22;
     this.comboBoxTables.SelectedIndexChanged += new System.EventHandler(this.comboBoxTables_SelectedIndexChanged);
     //
     // comboItem6
     //
     this.comboItem6.Text = "SQL Server 2005/2008/Azure";
     //
     // comboItem7
     //
     this.comboItem7.Text = "Oracle";
     //
     // comboItem8
     //
     this.comboItem8.Text = "MySQL";
     //
     // comboItem9
     //
     this.comboItem9.Text = "PostgreSQL";
     //
     // comboItem10
     //
     this.comboItem10.Text = "Firebird";
     //
     // labelX2
     //
     //
     //
     //
     this.labelX2.BackgroundStyle.Class      = "";
     this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX2.ForeColor = System.Drawing.Color.White;
     this.labelX2.Location  = new System.Drawing.Point(152, 20);
     this.labelX2.Name      = "labelX2";
     this.labelX2.Size      = new System.Drawing.Size(75, 23);
     this.labelX2.TabIndex  = 23;
     this.labelX2.Text      = "Table";
     //
     // FormDatabaseUpdateScripts
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
     this.ClientSize          = new System.Drawing.Size(801, 536);
     this.Controls.Add(this.comboBoxTables);
     this.Controls.Add(this.labelX2);
     this.Controls.Add(this.comboBoxDatabases);
     this.Controls.Add(this.syntaxEditorScript);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.labelX1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Name            = "FormDatabaseUpdateScripts";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Database Update Scripts";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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();
     ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
     ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
     ActiproSoftware.SyntaxEditor.Document document3 = new ActiproSoftware.SyntaxEditor.Document();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.FormSelectMatchHeading = new Slyce.Common.Controls.ucHeading();
     this.userComboBox           = new System.Windows.Forms.ComboBox();
     this.templateComboBox       = new System.Windows.Forms.ComboBox();
     this.prevgenComboBox        = new System.Windows.Forms.ComboBox();
     this.userSyntaxEditor       = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.templateSyntaxEditor   = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.prevgenSyntaxEditor    = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.tableLayoutPanel       = new System.Windows.Forms.TableLayoutPanel();
     this.label6       = new System.Windows.Forms.Label();
     this.label5       = new System.Windows.Forms.Label();
     this.label4       = new System.Windows.Forms.Label();
     this.cancelButton = new System.Windows.Forms.Button();
     this.acceptButton = new System.Windows.Forms.Button();
     this.tableLayoutPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // FormSelectMatchHeading
     //
     this.FormSelectMatchHeading.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.FormSelectMatchHeading.Location  = new System.Drawing.Point(0, 477);
     this.FormSelectMatchHeading.Margin    = new System.Windows.Forms.Padding(2);
     this.FormSelectMatchHeading.Name      = "FormSelectMatchHeading";
     this.FormSelectMatchHeading.Size      = new System.Drawing.Size(1342, 34);
     this.FormSelectMatchHeading.TabIndex  = 29;
     this.FormSelectMatchHeading.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // userComboBox
     //
     this.userComboBox.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.userComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.userComboBox.FormattingEnabled     = true;
     this.userComboBox.Location              = new System.Drawing.Point(895, 25);
     this.userComboBox.Name                  = "userComboBox";
     this.userComboBox.Size                  = new System.Drawing.Size(442, 21);
     this.userComboBox.TabIndex              = 28;
     this.userComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
     //
     // templateComboBox
     //
     this.templateComboBox.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.templateComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.templateComboBox.FormattingEnabled     = true;
     this.templateComboBox.Location              = new System.Drawing.Point(450, 25);
     this.templateComboBox.Name                  = "templateComboBox";
     this.templateComboBox.Size                  = new System.Drawing.Size(439, 21);
     this.templateComboBox.TabIndex              = 27;
     this.templateComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
     //
     // prevgenComboBox
     //
     this.prevgenComboBox.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.prevgenComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.prevgenComboBox.FormattingEnabled     = true;
     this.prevgenComboBox.Location              = new System.Drawing.Point(5, 25);
     this.prevgenComboBox.Name                  = "prevgenComboBox";
     this.prevgenComboBox.Size                  = new System.Drawing.Size(439, 21);
     this.prevgenComboBox.TabIndex              = 26;
     this.prevgenComboBox.SelectedIndexChanged += new System.EventHandler(this.ComboBox_SelectedIndexChanged);
     //
     // userSyntaxEditor
     //
     this.userSyntaxEditor.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.userSyntaxEditor.Document = document1;
     this.userSyntaxEditor.LineNumberMarginVisible = true;
     this.userSyntaxEditor.Location = new System.Drawing.Point(895, 51);
     this.userSyntaxEditor.Name     = "userSyntaxEditor";
     this.userSyntaxEditor.Size     = new System.Drawing.Size(442, 421);
     this.userSyntaxEditor.TabIndex = 25;
     //
     // templateSyntaxEditor
     //
     this.templateSyntaxEditor.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.templateSyntaxEditor.Document = document2;
     this.templateSyntaxEditor.LineNumberMarginVisible = true;
     this.templateSyntaxEditor.Location = new System.Drawing.Point(5, 51);
     this.templateSyntaxEditor.Name     = "templateSyntaxEditor";
     this.templateSyntaxEditor.Size     = new System.Drawing.Size(439, 421);
     this.templateSyntaxEditor.TabIndex = 24;
     //
     // prevgenSyntaxEditor
     //
     this.prevgenSyntaxEditor.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.prevgenSyntaxEditor.Document = document3;
     this.prevgenSyntaxEditor.LineNumberMarginVisible = true;
     this.prevgenSyntaxEditor.Location = new System.Drawing.Point(450, 51);
     this.prevgenSyntaxEditor.Name     = "prevgenSyntaxEditor";
     this.prevgenSyntaxEditor.Size     = new System.Drawing.Size(439, 421);
     this.prevgenSyntaxEditor.TabIndex = 23;
     //
     // tableLayoutPanel
     //
     this.tableLayoutPanel.AutoSize     = true;
     this.tableLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tableLayoutPanel.ColumnCount  = 3;
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33F));
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33F));
     this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.34F));
     this.tableLayoutPanel.Controls.Add(this.label6, 2, 0);
     this.tableLayoutPanel.Controls.Add(this.label5, 1, 0);
     this.tableLayoutPanel.Controls.Add(this.templateSyntaxEditor, 0, 2);
     this.tableLayoutPanel.Controls.Add(this.prevgenSyntaxEditor, 0, 2);
     this.tableLayoutPanel.Controls.Add(this.userSyntaxEditor, 2, 2);
     this.tableLayoutPanel.Controls.Add(this.userComboBox, 2, 1);
     this.tableLayoutPanel.Controls.Add(this.prevgenComboBox, 0, 1);
     this.tableLayoutPanel.Controls.Add(this.templateComboBox, 1, 1);
     this.tableLayoutPanel.Controls.Add(this.label4, 0, 0);
     this.tableLayoutPanel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
     this.tableLayoutPanel.Location  = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel.Name      = "tableLayoutPanel";
     this.tableLayoutPanel.Padding   = new System.Windows.Forms.Padding(2);
     this.tableLayoutPanel.RowCount  = 3;
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
     this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel.Size     = new System.Drawing.Size(1342, 477);
     this.tableLayoutPanel.TabIndex = 36;
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label6.Location  = new System.Drawing.Point(895, 2);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(442, 20);
     this.label6.TabIndex  = 31;
     this.label6.Text      = "User";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label5.Location  = new System.Drawing.Point(450, 2);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(439, 20);
     this.label5.TabIndex  = 30;
     this.label5.Text      = "Newly Generated";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label4.Location  = new System.Drawing.Point(5, 2);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(439, 20);
     this.label4.TabIndex  = 29;
     this.label4.Text      = "Previously Generated";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cancelButton
     //
     this.cancelButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.Location                = new System.Drawing.Point(1267, 482);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex                = 1;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     //
     // acceptButton
     //
     this.acceptButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.acceptButton.Location = new System.Drawing.Point(1186, 482);
     this.acceptButton.Name     = "acceptButton";
     this.acceptButton.Size     = new System.Drawing.Size(75, 23);
     this.acceptButton.TabIndex = 0;
     this.acceptButton.Text     = "OK";
     this.acceptButton.UseVisualStyleBackColor = true;
     this.acceptButton.Click += new System.EventHandler(this.acceptButton_Click);
     //
     // FormSelectMatch
     //
     this.AcceptButton        = this.acceptButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.cancelButton;
     this.ClientSize          = new System.Drawing.Size(1342, 511);
     this.Controls.Add(this.acceptButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.tableLayoutPanel);
     this.Controls.Add(this.FormSelectMatchHeading);
     this.Name          = "FormSelectMatch";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Select Matching Constructs";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.FormSelectMatch_FormClosing);
     this.tableLayoutPanel.ResumeLayout(false);
     this.tableLayoutPanel.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #43
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document          document1 = new ActiproSoftware.SyntaxEditor.Document();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSetup));
     this.cbxLanguage      = new System.Windows.Forms.ComboBox();
     this.lblLanguage      = new System.Windows.Forms.Label();
     this.btnOk            = new System.Windows.Forms.Button();
     this.btnCancel        = new System.Windows.Forms.Button();
     this.chbxErrorOnly    = new System.Windows.Forms.CheckBox();
     this.lblTimeout       = new System.Windows.Forms.Label();
     this.udTimeOut        = new System.Windows.Forms.NumericUpDown();
     this.lblHours         = new System.Windows.Forms.Label();
     this.lblDomainFilter  = new System.Windows.Forms.Label();
     this.gbViewSettings   = new System.Windows.Forms.GroupBox();
     this.sedtDomainFilter = new VI.Controls.SyntaxEdit.SyntaxEdit();
     this.gbLanguage       = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.udTimeOut)).BeginInit();
     this.gbViewSettings.SuspendLayout();
     this.gbLanguage.SuspendLayout();
     this.SuspendLayout();
     //
     // cbxLanguage
     //
     this.cbxLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbxLanguage.Items.AddRange(new object[]
     {
         "Deutsch",
         "English"
     });
     this.cbxLanguage.Location = new System.Drawing.Point(192, 24);
     this.cbxLanguage.Name     = "cbxLanguage";
     this.cbxLanguage.Size     = new System.Drawing.Size(192, 21);
     this.cbxLanguage.TabIndex = 0;
     //
     // lblLanguage
     //
     this.lblLanguage.Location  = new System.Drawing.Point(8, 24);
     this.lblLanguage.Name      = "lblLanguage";
     this.lblLanguage.Size      = new System.Drawing.Size(176, 16);
     this.lblLanguage.TabIndex  = 1;
     this.lblLanguage.Text      = "~Language";
     this.lblLanguage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // btnOk
     //
     this.btnOk.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.btnOk.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnOk.Location     = new System.Drawing.Point(222, 294);
     this.btnOk.Name         = "btnOk";
     this.btnOk.Size         = new System.Drawing.Size(88, 24);
     this.btnOk.TabIndex     = 5;
     this.btnOk.Text         = "~Ok";
     this.btnOk.Click       += new System.EventHandler(this.btnOk_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location     = new System.Drawing.Point(318, 294);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(88, 24);
     this.btnCancel.TabIndex     = 6;
     this.btnCancel.Text         = "~Cancel";
     //
     // chbxErrorOnly
     //
     this.chbxErrorOnly.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.chbxErrorOnly.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.chbxErrorOnly.Location  = new System.Drawing.Point(192, 16);
     this.chbxErrorOnly.Name      = "chbxErrorOnly";
     this.chbxErrorOnly.Size      = new System.Drawing.Size(192, 32);
     this.chbxErrorOnly.TabIndex  = 10;
     this.chbxErrorOnly.Text      = "~Error only";
     //
     // lblTimeout
     //
     this.lblTimeout.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblTimeout.Location  = new System.Drawing.Point(8, 64);
     this.lblTimeout.Name      = "lblTimeout";
     this.lblTimeout.Size      = new System.Drawing.Size(176, 27);
     this.lblTimeout.TabIndex  = 11;
     this.lblTimeout.Text      = "~TimeOut:";
     this.lblTimeout.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // udTimeOut
     //
     this.udTimeOut.Location = new System.Drawing.Point(192, 64);
     this.udTimeOut.Maximum  = new decimal(new int[]
     {
         100000,
         0,
         0,
         0
     });
     this.udTimeOut.Minimum = new decimal(new int[]
     {
         1,
         0,
         0,
         0
     });
     this.udTimeOut.Name      = "udTimeOut";
     this.udTimeOut.Size      = new System.Drawing.Size(56, 20);
     this.udTimeOut.TabIndex  = 12;
     this.udTimeOut.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.udTimeOut.Value     = new decimal(new int[]
     {
         24,
         0,
         0,
         0
     });
     //
     // lblHours
     //
     this.lblHours.Location = new System.Drawing.Point(256, 68);
     this.lblHours.Name     = "lblHours";
     this.lblHours.Size     = new System.Drawing.Size(128, 16);
     this.lblHours.TabIndex = 13;
     this.lblHours.Text     = "~Hours";
     //
     // lblDomainFilter
     //
     this.lblDomainFilter.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblDomainFilter.Location  = new System.Drawing.Point(8, 104);
     this.lblDomainFilter.Name      = "lblDomainFilter";
     this.lblDomainFilter.Size      = new System.Drawing.Size(176, 32);
     this.lblDomainFilter.TabIndex  = 15;
     this.lblDomainFilter.Text      = "~WhereClause for Domains";
     this.lblDomainFilter.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // gbViewSettings
     //
     this.gbViewSettings.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.gbViewSettings.Controls.Add(this.sedtDomainFilter);
     this.gbViewSettings.Controls.Add(this.lblDomainFilter);
     this.gbViewSettings.Controls.Add(this.chbxErrorOnly);
     this.gbViewSettings.Controls.Add(this.lblTimeout);
     this.gbViewSettings.Controls.Add(this.udTimeOut);
     this.gbViewSettings.Controls.Add(this.lblHours);
     this.gbViewSettings.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.gbViewSettings.Location  = new System.Drawing.Point(8, 72);
     this.gbViewSettings.Name      = "gbViewSettings";
     this.gbViewSettings.Size      = new System.Drawing.Size(398, 214);
     this.gbViewSettings.TabIndex  = 16;
     this.gbViewSettings.TabStop   = false;
     this.gbViewSettings.Text      = "~ViewSettings";
     //
     // sedtDomainFilter
     //
     this.sedtDomainFilter.AcceptsTab = false;
     this.sedtDomainFilter.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.sedtDomainFilter.Document = document1;
     this.sedtDomainFilter.IndicatorMarginVisible = false;
     this.sedtDomainFilter.Language             = VI.Controls.SyntaxEdit.SyntaxEditLanguages.SQL;
     this.sedtDomainFilter.Location             = new System.Drawing.Point(192, 104);
     this.sedtDomainFilter.Name                 = "sedtDomainFilter";
     this.sedtDomainFilter.SelectionMarginWidth = 1;
     this.sedtDomainFilter.Size                 = new System.Drawing.Size(192, 96);
     this.sedtDomainFilter.SplitType            = ActiproSoftware.SyntaxEditor.SyntaxEditorSplitType.None;
     this.sedtDomainFilter.TabIndex             = 16;
     this.sedtDomainFilter.UseDisabledRenderingForReadOnlyMode = true;
     //
     // gbLanguage
     //
     this.gbLanguage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.gbLanguage.Controls.Add(this.lblLanguage);
     this.gbLanguage.Controls.Add(this.cbxLanguage);
     this.gbLanguage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.gbLanguage.Location  = new System.Drawing.Point(8, 8);
     this.gbLanguage.Name      = "gbLanguage";
     this.gbLanguage.Size      = new System.Drawing.Size(398, 56);
     this.gbLanguage.TabIndex  = 17;
     this.gbLanguage.TabStop   = false;
     this.gbLanguage.Text      = "~Language";
     //
     // frmSetup
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.ClientSize        = new System.Drawing.Size(416, 326);
     this.Controls.Add(this.gbLanguage);
     this.Controls.Add(this.gbViewSettings);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnOk);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(424, 360);
     this.Name          = "frmSetup";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "~Configure ReplicationInfo";
     this.Load         += new System.EventHandler(this.frmSetup_Load);
     ((System.ComponentModel.ISupportInitialize)(this.udTimeOut)).EndInit();
     this.gbViewSettings.ResumeLayout(false);
     this.gbLanguage.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document          document2 = new ActiproSoftware.SyntaxEditor.Document();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DBCommandPreview));
     this.syntaxEditor1           = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.toolStripContainer1     = new System.Windows.Forms.ToolStripContainer();
     this.toolStrip1              = new System.Windows.Forms.ToolStrip();
     this.toolStripButton_execute = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton_reset   = new System.Windows.Forms.ToolStripButton();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.TopToolStripPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // syntaxEditor1
     //
     this.syntaxEditor1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.syntaxEditor1.Document = document2;
     this.syntaxEditor1.Location = new System.Drawing.Point(0, 0);
     this.syntaxEditor1.Name     = "syntaxEditor1";
     this.syntaxEditor1.Size     = new System.Drawing.Size(561, 463);
     this.syntaxEditor1.TabIndex = 0;
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.syntaxEditor1);
     this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(561, 463);
     this.toolStripContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Name     = "toolStripContainer1";
     this.toolStripContainer1.Size     = new System.Drawing.Size(561, 488);
     this.toolStripContainer1.TabIndex = 1;
     this.toolStripContainer1.Text     = "toolStripContainer1";
     //
     // toolStripContainer1.TopToolStripPanel
     //
     this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // toolStrip1
     //
     this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton_execute,
         this.toolStripButton_reset
     });
     this.toolStrip1.Location = new System.Drawing.Point(3, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(165, 25);
     this.toolStrip1.TabIndex = 0;
     //
     // toolStripButton_execute
     //
     this.toolStripButton_execute.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_execute.Image")));
     this.toolStripButton_execute.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton_execute.Name   = "toolStripButton_execute";
     this.toolStripButton_execute.Size   = new System.Drawing.Size(67, 22);
     this.toolStripButton_execute.Text   = "Execute";
     this.toolStripButton_execute.Click += new System.EventHandler(this.toolStripButton_execute_Click);
     //
     // toolStripButton_reset
     //
     this.toolStripButton_reset.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_reset.Image")));
     this.toolStripButton_reset.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton_reset.Name   = "toolStripButton_reset";
     this.toolStripButton_reset.Size   = new System.Drawing.Size(55, 22);
     this.toolStripButton_reset.Text   = "Reset";
     this.toolStripButton_reset.Click += new System.EventHandler(this.toolStripButton_reset_Click);
     //
     // DBCommandPreview
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(561, 488);
     this.Controls.Add(this.toolStripContainer1);
     this.Name = "DBCommandPreview";
     this.Text = "DBCommandPreview";
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.TopToolStripPanel.PerformLayout();
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
        /// <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();
            ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(QueryWindowForm));
            this.cSharpSyntaxLanguage1 = new ActiproSoftware.SyntaxEditor.Addons.CSharp.CSharpSyntaxLanguage(this.components);
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
            this.syntaxEditor = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.txtSQL = new System.Windows.Forms.RichTextBox();
            this.grid = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.txtConnectionString = new DevExpress.XtraEditors.TextEdit();
            this.btnExecute = new DevExpress.XtraEditors.SimpleButton();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.bnLoad_40_EsAssemblies = new DevExpress.XtraEditors.SimpleButton();
            this.bnLoad_35_EsAssemblies = new DevExpress.XtraEditors.SimpleButton();
            this.btnReferences = new DevExpress.XtraEditors.SimpleButton();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.cbxProviders = new DevExpress.XtraEditors.ComboBoxEdit();
            this.txtProviderMetadataKey = new DevExpress.XtraEditors.TextEdit();
            this.cbxEsVersion = new DevExpress.XtraEditors.ComboBoxEdit();
            this.txtNamespaces = new DevExpress.XtraEditors.MemoEdit();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.cbxNorthwindSamples = new DevExpress.XtraEditors.ComboBoxEdit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
            this.splitContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.grid)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.txtConnectionString.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.tableLayoutPanel2.SuspendLayout();
            this.tableLayoutPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cbxProviders.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtProviderMetadataKey.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxEsVersion.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNamespaces.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxNorthwindSamples.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Location = new System.Drawing.Point(3, 43);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.splitContainerControl2);
            this.splitContainerControl1.Panel1.Text = "Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.grid);
            this.splitContainerControl1.Panel2.Text = "Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(845, 432);
            this.splitContainerControl1.SplitterPosition = 531;
            this.splitContainerControl1.TabIndex = 0;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // splitContainerControl2
            // 
            this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl2.Horizontal = false;
            this.splitContainerControl2.Location = new System.Drawing.Point(0, 0);
            this.splitContainerControl2.Name = "splitContainerControl2";
            this.splitContainerControl2.Panel1.Controls.Add(this.syntaxEditor);
            this.splitContainerControl2.Panel1.Text = "Panel1";
            this.splitContainerControl2.Panel2.Controls.Add(this.txtSQL);
            this.splitContainerControl2.Panel2.Text = "Panel2";
            this.splitContainerControl2.Size = new System.Drawing.Size(531, 432);
            this.splitContainerControl2.SplitterPosition = 196;
            this.splitContainerControl2.TabIndex = 0;
            this.splitContainerControl2.Text = "splitContainerControl2";
            // 
            // syntaxEditor
            // 
            this.syntaxEditor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.syntaxEditor.Document = document1;
            this.syntaxEditor.Location = new System.Drawing.Point(0, 0);
            this.syntaxEditor.Name = "syntaxEditor";
            this.syntaxEditor.Size = new System.Drawing.Size(531, 196);
            this.syntaxEditor.TabIndex = 0;
            // 
            // txtSQL
            // 
            this.txtSQL.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtSQL.Location = new System.Drawing.Point(0, 0);
            this.txtSQL.Name = "txtSQL";
            this.txtSQL.Size = new System.Drawing.Size(531, 231);
            this.txtSQL.TabIndex = 0;
            this.txtSQL.Text = "";
            // 
            // grid
            // 
            this.grid.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grid.Location = new System.Drawing.Point(0, 0);
            this.grid.MainView = this.gridView1;
            this.grid.Name = "grid";
            this.grid.Size = new System.Drawing.Size(309, 432);
            this.grid.TabIndex = 0;
            this.grid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.GridControl = this.grid;
            this.gridView1.Name = "gridView1";
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.splitContainerControl1, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.panelControl1, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.panelControl2, 0, 2);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 3;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(851, 518);
            this.tableLayoutPanel1.TabIndex = 2;
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.txtConnectionString);
            this.panelControl1.Controls.Add(this.btnExecute);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl1.Location = new System.Drawing.Point(3, 3);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(845, 34);
            this.panelControl1.TabIndex = 1;
            // 
            // txtConnectionString
            // 
            this.txtConnectionString.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtConnectionString.EditValue = "Data Source=localhost;Initial Catalog=Northwind;Integrated Security=SSPI;";
            this.txtConnectionString.Location = new System.Drawing.Point(90, 7);
            this.txtConnectionString.Name = "txtConnectionString";
            this.txtConnectionString.Properties.PasswordChar = '*';
            this.txtConnectionString.Size = new System.Drawing.Size(750, 20);
            this.txtConnectionString.TabIndex = 1;
            this.txtConnectionString.ToolTip = "Enter your connection string here";
            this.txtConnectionString.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
            this.txtConnectionString.ToolTipTitle = "Connection String";
            this.txtConnectionString.Enter += new System.EventHandler(this.textEdit1_Enter);
            this.txtConnectionString.Leave += new System.EventHandler(this.textEdit1_Leave);
            // 
            // btnExecute
            // 
            this.btnExecute.Image = ((System.Drawing.Image)(resources.GetObject("btnExecute.Image")));
            this.btnExecute.Location = new System.Drawing.Point(9, 5);
            this.btnExecute.Name = "btnExecute";
            this.btnExecute.Size = new System.Drawing.Size(75, 23);
            this.btnExecute.TabIndex = 0;
            this.btnExecute.Text = "&Execute";
            this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click);
            // 
            // panelControl2
            // 
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl2.Location = new System.Drawing.Point(3, 481);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(845, 34);
            this.panelControl2.TabIndex = 2;
            // 
            // bnLoad_40_EsAssemblies
            // 
            this.bnLoad_40_EsAssemblies.Dock = System.Windows.Forms.DockStyle.Fill;
            this.bnLoad_40_EsAssemblies.Location = new System.Drawing.Point(3, 29);
            this.bnLoad_40_EsAssemblies.Name = "bnLoad_40_EsAssemblies";
            this.bnLoad_40_EsAssemblies.Size = new System.Drawing.Size(164, 23);
            this.bnLoad_40_EsAssemblies.TabIndex = 2;
            this.bnLoad_40_EsAssemblies.Text = "Load .NET 4.0 Assemblies";
            this.bnLoad_40_EsAssemblies.Click += new System.EventHandler(this.bnLoad_40_EsAssemblies_Click);
            // 
            // bnLoad_35_EsAssemblies
            // 
            this.bnLoad_35_EsAssemblies.Dock = System.Windows.Forms.DockStyle.Fill;
            this.bnLoad_35_EsAssemblies.Location = new System.Drawing.Point(3, 58);
            this.bnLoad_35_EsAssemblies.Name = "bnLoad_35_EsAssemblies";
            this.bnLoad_35_EsAssemblies.Size = new System.Drawing.Size(164, 23);
            this.bnLoad_35_EsAssemblies.TabIndex = 2;
            this.bnLoad_35_EsAssemblies.Text = "Load .NET 3.5 Assemblies";
            this.bnLoad_35_EsAssemblies.Click += new System.EventHandler(this.bnLoad_35_EsAssemblies_Click);
            // 
            // btnReferences
            // 
            this.btnReferences.Dock = System.Windows.Forms.DockStyle.Fill;
            this.btnReferences.Location = new System.Drawing.Point(3, 87);
            this.btnReferences.Name = "btnReferences";
            this.btnReferences.Size = new System.Drawing.Size(164, 23);
            this.btnReferences.TabIndex = 1;
            this.btnReferences.Text = "References";
            this.btnReferences.Click += new System.EventHandler(this.btnReferences_Click);
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 2;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 1, 0);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 1;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(1033, 524);
            this.tableLayoutPanel2.TabIndex = 3;
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 1;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel3.Controls.Add(this.bnLoad_35_EsAssemblies, 0, 2);
            this.tableLayoutPanel3.Controls.Add(this.bnLoad_40_EsAssemblies, 0, 1);
            this.tableLayoutPanel3.Controls.Add(this.btnReferences, 0, 3);
            this.tableLayoutPanel3.Controls.Add(this.cbxProviders, 0, 5);
            this.tableLayoutPanel3.Controls.Add(this.txtProviderMetadataKey, 0, 6);
            this.tableLayoutPanel3.Controls.Add(this.cbxEsVersion, 0, 0);
            this.tableLayoutPanel3.Controls.Add(this.txtNamespaces, 0, 7);
            this.tableLayoutPanel3.Controls.Add(this.labelControl1, 0, 9);
            this.tableLayoutPanel3.Controls.Add(this.cbxNorthwindSamples, 0, 10);
            this.tableLayoutPanel3.Location = new System.Drawing.Point(860, 3);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 13;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 26F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 120F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
            this.tableLayoutPanel3.Size = new System.Drawing.Size(170, 430);
            this.tableLayoutPanel3.TabIndex = 3;
            // 
            // cbxProviders
            // 
            this.cbxProviders.Dock = System.Windows.Forms.DockStyle.Fill;
            this.cbxProviders.Location = new System.Drawing.Point(3, 142);
            this.cbxProviders.Name = "cbxProviders";
            this.cbxProviders.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbxProviders.Size = new System.Drawing.Size(164, 20);
            this.cbxProviders.TabIndex = 4;
            this.cbxProviders.ToolTip = "The EntitySpaces DataProvider, you can choose any one you desire and hit \"Parse\" " +
    "and it doesn\'t require a valid connection string";
            this.cbxProviders.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
            this.cbxProviders.ToolTipTitle = "EntitySpaces DataProvider";
            // 
            // txtProviderMetadataKey
            // 
            this.txtProviderMetadataKey.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtProviderMetadataKey.EditValue = "esDefault";
            this.txtProviderMetadataKey.Location = new System.Drawing.Point(3, 168);
            this.txtProviderMetadataKey.Name = "txtProviderMetadataKey";
            this.txtProviderMetadataKey.Size = new System.Drawing.Size(164, 20);
            this.txtProviderMetadataKey.TabIndex = 5;
            this.txtProviderMetadataKey.ToolTip = "The Metadata Provider Map - don\'t change unless you know what this means";
            this.txtProviderMetadataKey.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
            this.txtProviderMetadataKey.ToolTipTitle = "Metadata Provider Map";
            // 
            // cbxEsVersion
            // 
            this.cbxEsVersion.Dock = System.Windows.Forms.DockStyle.Fill;
            this.cbxEsVersion.EditValue = "EntitySpaces 2012";
            this.cbxEsVersion.Location = new System.Drawing.Point(3, 3);
            this.cbxEsVersion.Name = "cbxEsVersion";
            this.cbxEsVersion.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbxEsVersion.Properties.Items.AddRange(new object[] {
            "EntitySpaces 2011",
            "EntitySpaces 2012"});
            this.cbxEsVersion.Size = new System.Drawing.Size(164, 20);
            this.cbxEsVersion.TabIndex = 7;
            // 
            // txtNamespaces
            // 
            this.txtNamespaces.Dock = System.Windows.Forms.DockStyle.Fill;
            this.txtNamespaces.EditValue = "BusinessObjects";
            this.txtNamespaces.Location = new System.Drawing.Point(3, 194);
            this.txtNamespaces.Name = "txtNamespaces";
            this.txtNamespaces.Size = new System.Drawing.Size(164, 114);
            this.txtNamespaces.TabIndex = 8;
            this.txtNamespaces.ToolTip = "Add one or more namespaces to enable intellisense for those assemblies";
            this.txtNamespaces.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
            this.txtNamespaces.ToolTipTitle = "Namespaces";
            this.txtNamespaces.Leave += new System.EventHandler(this.txtNamespaces_Leave);
            // 
            // labelControl1
            // 
            this.labelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.labelControl1.Location = new System.Drawing.Point(3, 334);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(91, 13);
            this.labelControl1.TabIndex = 9;
            this.labelControl1.Text = "Northwind Samples";
            // 
            // cbxNorthwindSamples
            // 
            this.cbxNorthwindSamples.Dock = System.Windows.Forms.DockStyle.Fill;
            this.cbxNorthwindSamples.Location = new System.Drawing.Point(3, 353);
            this.cbxNorthwindSamples.Name = "cbxNorthwindSamples";
            this.cbxNorthwindSamples.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cbxNorthwindSamples.Properties.Items.AddRange(new object[] {
            "SelectAllExcept",
            "SelectSubQuery",
            "SelectSubQueryAllOrderColumns",
            "FromSubQuery",
            "WhereExists",
            "JoinOnSubquery",
            "CorrelatedSubQuery",
            "TypicalJoin",
            "PagingSample",
            "NativeLanguageSyntax",
            "TraditionalSqlStyle",
            "ArithmeticExpression",
            "CaseThenWhen1",
            "CaseThenWhen2",
            "SubQueryWithAnyOperator",
            "SubQueryWithAllOperator"});
            this.cbxNorthwindSamples.Size = new System.Drawing.Size(164, 20);
            this.cbxNorthwindSamples.TabIndex = 10;
            this.cbxNorthwindSamples.SelectedIndexChanged += new System.EventHandler(this.cbxNorthwindSamples_SelectedIndexChanged);
            // 
            // QueryWindowForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1033, 524);
            this.Controls.Add(this.tableLayoutPanel2);
            this.Name = "QueryWindowForm";
            this.Text = "EntitySpaces Query Sandbox";
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
            this.splitContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.grid)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            this.tableLayoutPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.txtConnectionString.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tableLayoutPanel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cbxProviders.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtProviderMetadataKey.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxEsVersion.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNamespaces.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cbxNorthwindSamples.Properties)).EndInit();
            this.ResumeLayout(false);

        }
Пример #46
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
     System.Resources.ResourceManager      resources = new System.Resources.ResourceManager(typeof(frmSnippetNew));
     this.label1      = new System.Windows.Forms.Label();
     this.txtTitle    = new System.Windows.Forms.TextBox();
     this.txtDescr    = new System.Windows.Forms.TextBox();
     this.label2      = new System.Windows.Forms.Label();
     this.txtKeywords = new System.Windows.Forms.TextBox();
     this.label3      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.txtCode     = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.txtCategory = new System.Windows.Forms.TextBox();
     this.label5      = new System.Windows.Forms.Label();
     this.cmdCancel   = new System.Windows.Forms.Button();
     this.cmdCreate   = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(104, 16);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Snippet Title:";
     //
     // txtTitle
     //
     this.txtTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.txtTitle.Location = new System.Drawing.Point(128, 8);
     this.txtTitle.Name     = "txtTitle";
     this.txtTitle.Size     = new System.Drawing.Size(536, 20);
     this.txtTitle.TabIndex = 0;
     this.txtTitle.Text     = "";
     //
     // txtDescr
     //
     this.txtDescr.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDescr.Location = new System.Drawing.Point(128, 40);
     this.txtDescr.Name     = "txtDescr";
     this.txtDescr.Size     = new System.Drawing.Size(536, 20);
     this.txtDescr.TabIndex = 1;
     this.txtDescr.Text     = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 40);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(112, 16);
     this.label2.TabIndex = 0;
     this.label2.Text     = "Snippet Description:";
     //
     // txtKeywords
     //
     this.txtKeywords.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtKeywords.Location = new System.Drawing.Point(128, 104);
     this.txtKeywords.Name     = "txtKeywords";
     this.txtKeywords.Size     = new System.Drawing.Size(536, 20);
     this.txtKeywords.TabIndex = 3;
     this.txtKeywords.Text     = "";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 104);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(112, 16);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Snippet Keywords:";
     //
     // label4
     //
     this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.Location  = new System.Drawing.Point(320, 128);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(344, 16);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "(Separate keywords using spaces only)";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // txtCode
     //
     this.txtCode.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.txtCode.Document  = document1;
     this.txtCode.Location  = new System.Drawing.Point(8, 152);
     this.txtCode.Name      = "txtCode";
     this.txtCode.Size      = new System.Drawing.Size(656, 392);
     this.txtCode.SplitType = ActiproSoftware.SyntaxEditor.SyntaxEditorSplitType.None;
     this.txtCode.TabIndex  = 4;
     //
     // txtCategory
     //
     this.txtCategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtCategory.Location = new System.Drawing.Point(128, 72);
     this.txtCategory.Name     = "txtCategory";
     this.txtCategory.Size     = new System.Drawing.Size(536, 20);
     this.txtCategory.TabIndex = 2;
     this.txtCategory.Text     = "";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 72);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(112, 16);
     this.label5.TabIndex = 0;
     this.label5.Text     = "Snippet Category:";
     //
     // cmdCancel
     //
     this.cmdCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cmdCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.cmdCancel.Location     = new System.Drawing.Point(568, 552);
     this.cmdCancel.Name         = "cmdCancel";
     this.cmdCancel.Size         = new System.Drawing.Size(96, 24);
     this.cmdCancel.TabIndex     = 6;
     this.cmdCancel.Text         = "Cancel";
     this.cmdCancel.Click       += new System.EventHandler(this.cmdCancel_Click);
     //
     // cmdCreate
     //
     this.cmdCreate.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdCreate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdCreate.Location  = new System.Drawing.Point(456, 552);
     this.cmdCreate.Name      = "cmdCreate";
     this.cmdCreate.Size      = new System.Drawing.Size(96, 24);
     this.cmdCreate.TabIndex  = 5;
     this.cmdCreate.Text      = "Create";
     //
     // frmSnippetNew
     //
     this.AcceptButton      = this.cmdCreate;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.cmdCancel;
     this.ClientSize        = new System.Drawing.Size(672, 589);
     this.Controls.Add(this.cmdCancel);
     this.Controls.Add(this.txtCode);
     this.Controls.Add(this.txtTitle);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtDescr);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtKeywords);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtCategory);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.cmdCreate);
     this.Font          = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "frmSnippetNew";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "New Code Snippet";
     this.Load         += new System.EventHandler(this.frmSnippetNew_Load);
     this.ResumeLayout(false);
 }
Пример #47
0
		/// <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(QueryDocument));
			ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
			this.tabControl = new System.Windows.Forms.TabControl();
			this.errorListTabPage = new System.Windows.Forms.TabPage();
			this.errorsListView = new System.Windows.Forms.ListView();
			this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
			this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
			this.errorImages = new System.Windows.Forms.ImageList(this.components);
			this.resultsTabPage = new System.Windows.Forms.TabPage();
			this.resultsDataGridView = new System.Windows.Forms.DataGridView();
			this.gridContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.copyDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.saveDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.explainPlanTabPage = new System.Windows.Forms.TabPage();
			this.showPlanControl = new NQuery.UI.ShowPlanControl();
			this.planContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.loadFromFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.saveToFileToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
			this.copyPlanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.tabImageList = new System.Windows.Forms.ImageList(this.components);
			this.saveToFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.syntaxEditor = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.editorContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
			this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
			this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
			this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
			this.saveGridDataFileDialog = new System.Windows.Forms.SaveFileDialog();
			this.saveTestDefinitionFileDialog = new System.Windows.Forms.SaveFileDialog();
			this.statusBarImages = new System.Windows.Forms.ImageList(this.components);
			this.statusStrip = new System.Windows.Forms.StatusStrip();
			this.queryResultStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
			this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
			this.editLocationToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
			this.queryTimeStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
			this.queryRowsStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
			this.savePlanFileDialog = new System.Windows.Forms.SaveFileDialog();
			this.openPlanFileDialog = new System.Windows.Forms.OpenFileDialog();
			this.openTestDefinitionFileDialog = new System.Windows.Forms.OpenFileDialog();
			this.tabControl.SuspendLayout();
			this.errorListTabPage.SuspendLayout();
			this.resultsTabPage.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.resultsDataGridView)).BeginInit();
			this.gridContextMenuStrip.SuspendLayout();
			this.explainPlanTabPage.SuspendLayout();
			this.planContextMenuStrip.SuspendLayout();
			this.editorContextMenuStrip.SuspendLayout();
			this.statusStrip.SuspendLayout();
			this.splitContainer1.Panel1.SuspendLayout();
			this.splitContainer1.Panel2.SuspendLayout();
			this.splitContainer1.SuspendLayout();
			this.SuspendLayout();
			// 
			// tabControl
			// 
			this.tabControl.Controls.Add(this.errorListTabPage);
			this.tabControl.Controls.Add(this.resultsTabPage);
			this.tabControl.Controls.Add(this.explainPlanTabPage);
			this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.tabControl.ImageList = this.tabImageList;
			this.tabControl.Location = new System.Drawing.Point(0, 0);
			this.tabControl.Name = "tabControl";
			this.tabControl.SelectedIndex = 0;
			this.tabControl.Size = new System.Drawing.Size(790, 300);
			this.tabControl.TabIndex = 4;
			this.tabControl.TabStop = false;
			// 
			// errorListTabPage
			// 
			this.errorListTabPage.Controls.Add(this.errorsListView);
			this.errorListTabPage.ImageIndex = 0;
			this.errorListTabPage.Location = new System.Drawing.Point(4, 23);
			this.errorListTabPage.Name = "errorListTabPage";
			this.errorListTabPage.Padding = new System.Windows.Forms.Padding(3);
			this.errorListTabPage.Size = new System.Drawing.Size(782, 273);
			this.errorListTabPage.TabIndex = 2;
			this.errorListTabPage.Text = "Error List";
			this.errorListTabPage.UseVisualStyleBackColor = true;
			// 
			// errorsListView
			// 
			this.errorsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3});
			this.errorsListView.Dock = System.Windows.Forms.DockStyle.Fill;
			this.errorsListView.FullRowSelect = true;
			this.errorsListView.GridLines = true;
			this.errorsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
			this.errorsListView.Location = new System.Drawing.Point(3, 3);
			this.errorsListView.Name = "errorsListView";
			this.errorsListView.Size = new System.Drawing.Size(776, 267);
			this.errorsListView.SmallImageList = this.errorImages;
			this.errorsListView.TabIndex = 0;
			this.errorsListView.UseCompatibleStateImageBehavior = false;
			this.errorsListView.View = System.Windows.Forms.View.Details;
			this.errorsListView.DoubleClick += new System.EventHandler(this.errorListView_DoubleClick);
			this.errorsListView.Resize += new System.EventHandler(this.errorListView_Resize);
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "Error";
			this.columnHeader1.Width = 650;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "Line";
			// 
			// columnHeader3
			// 
			this.columnHeader3.Text = "Column";
			// 
			// errorImages
			// 
			this.errorImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("errorImages.ImageStream")));
			this.errorImages.TransparentColor = System.Drawing.Color.Transparent;
			this.errorImages.Images.SetKeyName(0, "Error");
			// 
			// resultsTabPage
			// 
			this.resultsTabPage.Controls.Add(this.resultsDataGridView);
			this.resultsTabPage.ImageIndex = 1;
			this.resultsTabPage.Location = new System.Drawing.Point(4, 23);
			this.resultsTabPage.Name = "resultsTabPage";
			this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
			this.resultsTabPage.Size = new System.Drawing.Size(782, 274);
			this.resultsTabPage.TabIndex = 0;
			this.resultsTabPage.Text = "Results";
			this.resultsTabPage.UseVisualStyleBackColor = true;
			// 
			// resultsDataGridView
			// 
			this.resultsDataGridView.AllowUserToAddRows = false;
			this.resultsDataGridView.AllowUserToDeleteRows = false;
			this.resultsDataGridView.ColumnHeadersHeight = 40;
			this.resultsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
			this.resultsDataGridView.ContextMenuStrip = this.gridContextMenuStrip;
			this.resultsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
			this.resultsDataGridView.Location = new System.Drawing.Point(3, 3);
			this.resultsDataGridView.Name = "resultsDataGridView";
			this.resultsDataGridView.ReadOnly = true;
			this.resultsDataGridView.RowHeadersWidth = 20;
			this.resultsDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
			this.resultsDataGridView.Size = new System.Drawing.Size(776, 268);
			this.resultsDataGridView.TabIndex = 0;
			// 
			// gridContextMenuStrip
			// 
			this.gridContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.copyDataToolStripMenuItem,
            this.saveDataToolStripMenuItem});
			this.gridContextMenuStrip.Name = "contextMenuStrip1";
			this.gridContextMenuStrip.Size = new System.Drawing.Size(135, 48);
			// 
			// copyDataToolStripMenuItem
			// 
			this.copyDataToolStripMenuItem.Image = global::NQuery.Demo.Properties.Resources.Copy;
			this.copyDataToolStripMenuItem.Name = "copyDataToolStripMenuItem";
			this.copyDataToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
			this.copyDataToolStripMenuItem.Text = "Copy";
			this.copyDataToolStripMenuItem.Click += new System.EventHandler(this.copyDataToolStripMenuItem_Click);
			// 
			// saveDataToolStripMenuItem
			// 
			this.saveDataToolStripMenuItem.Image = global::NQuery.Demo.Properties.Resources.SaveGrid;
			this.saveDataToolStripMenuItem.Name = "saveDataToolStripMenuItem";
			this.saveDataToolStripMenuItem.Size = new System.Drawing.Size(134, 22);
			this.saveDataToolStripMenuItem.Text = "Save Data...";
			this.saveDataToolStripMenuItem.Click += new System.EventHandler(this.saveToFileToolStripMenuItem_Click);
			// 
			// explainPlanTabPage
			// 
			this.explainPlanTabPage.Controls.Add(this.showPlanControl);
			this.explainPlanTabPage.ImageIndex = 2;
			this.explainPlanTabPage.Location = new System.Drawing.Point(4, 23);
			this.explainPlanTabPage.Name = "explainPlanTabPage";
			this.explainPlanTabPage.Padding = new System.Windows.Forms.Padding(3);
			this.explainPlanTabPage.Size = new System.Drawing.Size(782, 274);
			this.explainPlanTabPage.TabIndex = 1;
			this.explainPlanTabPage.Text = "Execution Plan";
			this.explainPlanTabPage.UseVisualStyleBackColor = true;
			// 
			// showPlanControl
			// 
			this.showPlanControl.ContextMenuStrip = this.planContextMenuStrip;
			this.showPlanControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.showPlanControl.Location = new System.Drawing.Point(3, 3);
			this.showPlanControl.Name = "showPlanControl";
			this.showPlanControl.ShowPlan = null;
			this.showPlanControl.Size = new System.Drawing.Size(776, 268);
			this.showPlanControl.TabIndex = 7;
			this.showPlanControl.SelectedElementChanged += new System.EventHandler<System.EventArgs>(this.showPlanControl_SelectedElementChanged);
			// 
			// planContextMenuStrip
			// 
			this.planContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.loadFromFileToolStripMenuItem,
            this.saveToFileToolStripMenuItem1,
            this.copyPlanToolStripMenuItem});
			this.planContextMenuStrip.Name = "planContextMenuStrip";
			this.planContextMenuStrip.Size = new System.Drawing.Size(160, 70);
			// 
			// loadFromFileToolStripMenuItem
			// 
			this.loadFromFileToolStripMenuItem.Name = "loadFromFileToolStripMenuItem";
			this.loadFromFileToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
			this.loadFromFileToolStripMenuItem.Text = "Load from File...";
			this.loadFromFileToolStripMenuItem.Click += new System.EventHandler(this.loadFromFileToolStripMenuItem_Click);
			// 
			// saveToFileToolStripMenuItem1
			// 
			this.saveToFileToolStripMenuItem1.Name = "saveToFileToolStripMenuItem1";
			this.saveToFileToolStripMenuItem1.Size = new System.Drawing.Size(159, 22);
			this.saveToFileToolStripMenuItem1.Text = "Save to File...";
			this.saveToFileToolStripMenuItem1.Click += new System.EventHandler(this.saveToFileToolStripMenuItem1_Click);
			// 
			// copyPlanToolStripMenuItem
			// 
			this.copyPlanToolStripMenuItem.Image = global::NQuery.Demo.Properties.Resources.Copy;
			this.copyPlanToolStripMenuItem.Name = "copyPlanToolStripMenuItem";
			this.copyPlanToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
			this.copyPlanToolStripMenuItem.Text = "Copy";
			this.copyPlanToolStripMenuItem.Click += new System.EventHandler(this.copyPlanToolStripMenuItem_Click);
			// 
			// tabImageList
			// 
			this.tabImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("tabImageList.ImageStream")));
			this.tabImageList.TransparentColor = System.Drawing.Color.Transparent;
			this.tabImageList.Images.SetKeyName(0, "ErrorList");
			this.tabImageList.Images.SetKeyName(1, "Results");
			this.tabImageList.Images.SetKeyName(2, "ExecutionPlan");
			// 
			// saveToFileToolStripMenuItem
			// 
			this.saveToFileToolStripMenuItem.Name = "saveToFileToolStripMenuItem";
			this.saveToFileToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
			this.saveToFileToolStripMenuItem.Text = "Save to File...";
			this.saveToFileToolStripMenuItem.Click += new System.EventHandler(this.saveToFileToolStripMenuItem_Click);
			// 
			// syntaxEditor
			// 
			this.syntaxEditor.AllowDrop = true;
			this.syntaxEditor.ContextMenuStrip = this.editorContextMenuStrip;
			this.syntaxEditor.DefaultContextMenuEnabled = false;
			this.syntaxEditor.Dock = System.Windows.Forms.DockStyle.Fill;
			document1.Outlining.Mode = ActiproSoftware.SyntaxEditor.OutliningMode.Automatic;
			this.syntaxEditor.Document = document1;
			this.syntaxEditor.Location = new System.Drawing.Point(0, 0);
			this.syntaxEditor.Name = "syntaxEditor";
			this.syntaxEditor.Size = new System.Drawing.Size(790, 235);
			this.syntaxEditor.TabIndex = 0;
			this.syntaxEditor.SelectionChanged += new ActiproSoftware.SyntaxEditor.SelectionEventHandler(this.syntaxEditor_SelectionChanged);
			// 
			// editorContextMenuStrip
			// 
			this.editorContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.undoToolStripMenuItem,
            this.redoToolStripMenuItem,
            this.toolStripMenuItem1,
            this.cutToolStripMenuItem,
            this.copyToolStripMenuItem,
            this.pasteToolStripMenuItem,
            this.deleteToolStripMenuItem,
            this.toolStripMenuItem2,
            this.selectAllToolStripMenuItem});
			this.editorContextMenuStrip.Name = "editorContextMenuStrip";
			this.editorContextMenuStrip.Size = new System.Drawing.Size(123, 170);
			this.editorContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.editorContextMenuStrip_Opening);
			// 
			// undoToolStripMenuItem
			// 
			this.undoToolStripMenuItem.Image = global::NQuery.Demo.Properties.Resources.Undo;
			this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
			this.undoToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
			this.undoToolStripMenuItem.Text = "Undo";
			this.undoToolStripMenuItem.Click += new System.EventHandler(this.undoToolStripMenuItem_Click);
			// 
			// redoToolStripMenuItem
			// 
			this.redoToolStripMenuItem.Image = global::NQuery.Demo.Properties.Resources.Redo;
			this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
			this.redoToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
			this.redoToolStripMenuItem.Text = "Redo";
			this.redoToolStripMenuItem.Click += new System.EventHandler(this.redoToolStripMenuItem_Click);
			// 
			// toolStripMenuItem1
			// 
			this.toolStripMenuItem1.Name = "toolStripMenuItem1";
			this.toolStripMenuItem1.Size = new System.Drawing.Size(119, 6);
			// 
			// cutToolStripMenuItem
			// 
			this.cutToolStripMenuItem.Image = global::NQuery.Demo.Properties.Resources.Cut;
			this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
			this.cutToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
			this.cutToolStripMenuItem.Text = "Cut";
			this.cutToolStripMenuItem.Click += new System.EventHandler(this.cutToolStripMenuItem_Click);
			// 
			// copyToolStripMenuItem
			// 
			this.copyToolStripMenuItem.Image = global::NQuery.Demo.Properties.Resources.Copy;
			this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
			this.copyToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
			this.copyToolStripMenuItem.Text = "Copy";
			this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
			// 
			// pasteToolStripMenuItem
			// 
			this.pasteToolStripMenuItem.Image = global::NQuery.Demo.Properties.Resources.Paste;
			this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
			this.pasteToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
			this.pasteToolStripMenuItem.Text = "Paste";
			this.pasteToolStripMenuItem.Click += new System.EventHandler(this.pasteToolStripMenuItem_Click);
			// 
			// deleteToolStripMenuItem
			// 
			this.deleteToolStripMenuItem.Image = global::NQuery.Demo.Properties.Resources.Delete;
			this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
			this.deleteToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
			this.deleteToolStripMenuItem.Text = "Delete";
			this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
			// 
			// toolStripMenuItem2
			// 
			this.toolStripMenuItem2.Name = "toolStripMenuItem2";
			this.toolStripMenuItem2.Size = new System.Drawing.Size(119, 6);
			// 
			// selectAllToolStripMenuItem
			// 
			this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
			this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
			this.selectAllToolStripMenuItem.Text = "Select All";
			this.selectAllToolStripMenuItem.Click += new System.EventHandler(this.selectAllToolStripMenuItem_Click);
			// 
			// saveGridDataFileDialog
			// 
			this.saveGridDataFileDialog.Filter = "CSV Files (*.csv)|*.csv|DataSet File (*.xml)|*.xml";
			// 
			// saveTestDefinitionFileDialog
			// 
			this.saveTestDefinitionFileDialog.DefaultExt = "xml";
			this.saveTestDefinitionFileDialog.Filter = "XML Files (*.xml)|*.xml";
			this.saveTestDefinitionFileDialog.Title = "Export Test Definition";
			// 
			// statusBarImages
			// 
			this.statusBarImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("statusBarImages.ImageStream")));
			this.statusBarImages.TransparentColor = System.Drawing.Color.Transparent;
			this.statusBarImages.Images.SetKeyName(0, "");
			this.statusBarImages.Images.SetKeyName(1, "");
			// 
			// statusStrip
			// 
			this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.queryResultStatusLabel,
            this.toolStripStatusLabel1,
            this.editLocationToolStripStatusLabel,
            this.queryTimeStatusLabel,
            this.queryRowsStatusLabel});
			this.statusStrip.Location = new System.Drawing.Point(1, 541);
			this.statusStrip.Name = "statusStrip";
			this.statusStrip.Size = new System.Drawing.Size(790, 24);
			this.statusStrip.SizingGrip = false;
			this.statusStrip.TabIndex = 23;
			this.statusStrip.Text = "statusStrip";
			// 
			// queryResultStatusLabel
			// 
			this.queryResultStatusLabel.Image = global::NQuery.Demo.Properties.Resources.StatusBarSuccess;
			this.queryResultStatusLabel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
			this.queryResultStatusLabel.Name = "queryResultStatusLabel";
			this.queryResultStatusLabel.Size = new System.Drawing.Size(98, 19);
			this.queryResultStatusLabel.Text = "[Query Status]";
			this.queryResultStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// toolStripStatusLabel1
			// 
			this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
			this.toolStripStatusLabel1.Size = new System.Drawing.Size(430, 19);
			this.toolStripStatusLabel1.Spring = true;
			// 
			// editLocationToolStripStatusLabel
			// 
			this.editLocationToolStripStatusLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
			this.editLocationToolStripStatusLabel.Name = "editLocationToolStripStatusLabel";
			this.editLocationToolStripStatusLabel.Size = new System.Drawing.Size(88, 19);
			this.editLocationToolStripStatusLabel.Text = "[Edit Location]";
			// 
			// queryTimeStatusLabel
			// 
			this.queryTimeStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)));
			this.queryTimeStatusLabel.Name = "queryTimeStatusLabel";
			this.queryTimeStatusLabel.Size = new System.Drawing.Size(81, 19);
			this.queryTimeStatusLabel.Text = "[Query Time]";
			// 
			// queryRowsStatusLabel
			// 
			this.queryRowsStatusLabel.Name = "queryRowsStatusLabel";
			this.queryRowsStatusLabel.Size = new System.Drawing.Size(78, 19);
			this.queryRowsStatusLabel.Text = "[Query Rows]";
			this.queryRowsStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// splitContainer1
			// 
			this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.splitContainer1.Location = new System.Drawing.Point(1, 2);
			this.splitContainer1.Name = "splitContainer1";
			this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
			// 
			// splitContainer1.Panel1
			// 
			this.splitContainer1.Panel1.Controls.Add(this.syntaxEditor);
			this.splitContainer1.Panel1MinSize = 0;
			// 
			// splitContainer1.Panel2
			// 
			this.splitContainer1.Panel2.Controls.Add(this.tabControl);
			this.splitContainer1.Panel2MinSize = 0;
			this.splitContainer1.Size = new System.Drawing.Size(790, 539);
			this.splitContainer1.SplitterDistance = 235;
			this.splitContainer1.TabIndex = 24;
			// 
			// savePlanFileDialog
			// 
			this.savePlanFileDialog.DefaultExt = "xml";
			this.savePlanFileDialog.Filter = "XML Files (*.xml)|*.xml|Text Files (*.txt)|*.txt|All Files (*.*)|*.*";
			this.savePlanFileDialog.Title = "Save Execution Plan";
			// 
			// openPlanFileDialog
			// 
			this.openPlanFileDialog.Filter = "XML Files (*.xml)|*.xml|All Files (*.*)|*.*";
			this.openPlanFileDialog.Title = "Load Execution Plan";
			// 
			// openTestDefinitionFileDialog
			// 
			this.openTestDefinitionFileDialog.Filter = "XML Files (*.xml)|*.xml";
			this.openTestDefinitionFileDialog.Title = "Import Test Definition";
			// 
			// QueryDocument
			// 
			this.Controls.Add(this.splitContainer1);
			this.Controls.Add(this.statusStrip);
			this.Name = "QueryDocument";
			this.Padding = new System.Windows.Forms.Padding(1, 2, 1, 1);
			this.Size = new System.Drawing.Size(792, 566);
			this.Text = "NQuery Editor";
			this.tabControl.ResumeLayout(false);
			this.errorListTabPage.ResumeLayout(false);
			this.resultsTabPage.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.resultsDataGridView)).EndInit();
			this.gridContextMenuStrip.ResumeLayout(false);
			this.explainPlanTabPage.ResumeLayout(false);
			this.planContextMenuStrip.ResumeLayout(false);
			this.editorContextMenuStrip.ResumeLayout(false);
			this.statusStrip.ResumeLayout(false);
			this.statusStrip.PerformLayout();
			this.splitContainer1.Panel1.ResumeLayout(false);
			this.splitContainer1.Panel2.ResumeLayout(false);
			this.splitContainer1.ResumeLayout(false);
			this.ResumeLayout(false);
			this.PerformLayout();

		}
 /// <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();
     ActiproSoftware.SyntaxEditor.Document          document1 = new ActiproSoftware.SyntaxEditor.Document();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucFunction));
     ActiproSoftware.SyntaxEditor.Document          document2 = new ActiproSoftware.SyntaxEditor.Document();
     this.syntaxEditor1 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.lblName       = new System.Windows.Forms.Label();
     this.imageList1    = new System.Windows.Forms.ImageList(this.components);
     this.btnEdit       = new System.Windows.Forms.Button();
     this.toolTip1      = new System.Windows.Forms.ToolTip(this.components);
     this.chkOverrideDefaultValueFunction = new System.Windows.Forms.CheckBox();
     this.btnResetDefaultCode             = new System.Windows.Forms.Button();
     this.dockManager1                 = new ActiproSoftware.UIStudio.Dock.DockManager(this.components);
     this.toolWindow1                  = new ActiproSoftware.UIStudio.Dock.ToolWindow();
     this.panel2                       = new System.Windows.Forms.Panel();
     this.groupPanel1                  = new DevComponents.DotNetBar.Controls.GroupPanel();
     this.treeDebugParams              = new DevComponents.AdvTree.AdvTree();
     this.columnHeader1                = new DevComponents.AdvTree.ColumnHeader();
     this.columnHeader2                = new DevComponents.AdvTree.ColumnHeader();
     this.node1                        = new DevComponents.AdvTree.Node();
     this.nodeConnector1               = new DevComponents.AdvTree.NodeConnector();
     this.elementStyle1                = new DevComponents.DotNetBar.ElementStyle();
     this.elementStyleMissing          = new DevComponents.DotNetBar.ElementStyle();
     this.cbHighlightTemplateWrites    = new System.Windows.Forms.CheckBox();
     this.syntaxEditorPreviewText      = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.contextMenuStrip1            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItemBOO         = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1                       = new System.Windows.Forms.Panel();
     this.panel3                       = new System.Windows.Forms.Panel();
     this.functionStatusStrip          = new System.Windows.Forms.StatusStrip();
     this.functionToolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.functionToolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar();
     this.toolWindowContainer1         = new ActiproSoftware.UIStudio.Dock.ToolWindowContainer();
     this.pageSetupDialog1             = new System.Windows.Forms.PageSetupDialog();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.toolWindow1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.groupPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeDebugParams)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.functionStatusStrip.SuspendLayout();
     this.toolWindowContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // syntaxEditor1
     //
     this.syntaxEditor1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.syntaxEditor1.Document = document1;
     this.syntaxEditor1.LineNumberMarginVisible = true;
     this.syntaxEditor1.Location             = new System.Drawing.Point(0, 62);
     this.syntaxEditor1.Margin               = new System.Windows.Forms.Padding(2);
     this.syntaxEditor1.Name                 = "syntaxEditor1";
     this.syntaxEditor1.Size                 = new System.Drawing.Size(656, 616);
     this.syntaxEditor1.TabIndex             = 11;
     this.syntaxEditor1.ViewMouseHover      += new ActiproSoftware.SyntaxEditor.EditorViewMouseEventHandler(this.syntaxEditor1_ViewMouseHover);
     this.syntaxEditor1.IncrementalSearch   += new ActiproSoftware.SyntaxEditor.IncrementalSearchEventHandler(this.syntaxEditor1_IncrementalSearch);
     this.syntaxEditor1.DocumentTextChanged += new ActiproSoftware.SyntaxEditor.DocumentModificationEventHandler(this.syntaxEditor1_DocumentTextChanged);
     this.syntaxEditor1.KeyDown             += new System.Windows.Forms.KeyEventHandler(this.syntaxEditor1_KeyDown);
     this.syntaxEditor1.KeyPress            += new System.Windows.Forms.KeyPressEventHandler(this.syntaxEditor1_KeyPress);
     this.syntaxEditor1.TriggerActivated    += new ActiproSoftware.SyntaxEditor.TriggerEventHandler(this.syntaxEditor1_TriggerActivated);
     this.syntaxEditor1.ViewMouseDown       += new ActiproSoftware.SyntaxEditor.EditorViewMouseEventHandler(this.syntaxEditor1_ViewMouseDown);
     //
     // lblName
     //
     this.lblName.AutoSize  = true;
     this.lblName.BackColor = System.Drawing.Color.Transparent;
     this.lblName.Font      = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblName.Location  = new System.Drawing.Point(13, 9);
     this.lblName.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lblName.Name      = "lblName";
     this.lblName.Size      = new System.Drawing.Size(39, 13);
     this.lblName.TabIndex  = 14;
     this.lblName.Text      = "Name";
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList1.Images.SetKeyName(0, "searchFiles.bmp");
     this.imageList1.Images.SetKeyName(1, "Error.bmp");
     //
     // btnEdit
     //
     this.btnEdit.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEdit.Image      = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
     this.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnEdit.Location   = new System.Drawing.Point(597, 32);
     this.btnEdit.Name       = "btnEdit";
     this.btnEdit.Size       = new System.Drawing.Size(57, 24);
     this.btnEdit.TabIndex   = 28;
     this.btnEdit.Text       = "      &Edit";
     this.btnEdit.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolTip1.SetToolTip(this.btnEdit, "Edit the function definition: name, paramters etc.");
     this.btnEdit.UseVisualStyleBackColor = true;
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
     //
     // chkOverrideDefaultValueFunction
     //
     this.chkOverrideDefaultValueFunction.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.chkOverrideDefaultValueFunction.AutoSize = true;
     this.chkOverrideDefaultValueFunction.Location = new System.Drawing.Point(16, 32);
     this.chkOverrideDefaultValueFunction.Name     = "chkOverrideDefaultValueFunction";
     this.chkOverrideDefaultValueFunction.Size     = new System.Drawing.Size(243, 17);
     this.chkOverrideDefaultValueFunction.TabIndex = 29;
     this.chkOverrideDefaultValueFunction.Text     = "Override the default method with custom code";
     this.chkOverrideDefaultValueFunction.UseVisualStyleBackColor = true;
     this.chkOverrideDefaultValueFunction.CheckedChanged         += new System.EventHandler(this.chkOverrideDefaultValueFunction_CheckedChanged);
     //
     // btnResetDefaultCode
     //
     this.btnResetDefaultCode.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnResetDefaultCode.Image      = ((System.Drawing.Image)(resources.GetObject("btnResetDefaultCode.Image")));
     this.btnResetDefaultCode.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnResetDefaultCode.Location   = new System.Drawing.Point(513, 3);
     this.btnResetDefaultCode.Name       = "btnResetDefaultCode";
     this.btnResetDefaultCode.Size       = new System.Drawing.Size(140, 24);
     this.btnResetDefaultCode.TabIndex   = 31;
     this.btnResetDefaultCode.Text       = "     Reset Default Code";
     this.btnResetDefaultCode.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnResetDefaultCode.UseVisualStyleBackColor = true;
     this.btnResetDefaultCode.Click += new System.EventHandler(this.btnResetDefaultCode_Click);
     //
     // dockManager1
     //
     this.dockManager1.HostContainerControl = this;
     //
     // toolWindow1
     //
     this.toolWindow1.AutoHideSize = new System.Drawing.Size(342, 200);
     this.toolWindow1.Controls.Add(this.panel2);
     this.toolWindow1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.toolWindow1.DockedSize  = new System.Drawing.Size(253, 200);
     this.toolWindow1.DockManager = this.dockManager1;
     this.toolWindow1.Location    = new System.Drawing.Point(4, 20);
     this.toolWindow1.Name        = "toolWindow1";
     this.toolWindow1.Size        = new System.Drawing.Size(253, 680);
     this.toolWindow1.TabIndex    = 0;
     this.toolWindow1.Text        = "Preview Output";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.groupPanel1);
     this.panel2.Controls.Add(this.cbHighlightTemplateWrites);
     this.panel2.Controls.Add(this.syntaxEditorPreviewText);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(253, 680);
     this.panel2.TabIndex = 34;
     //
     // groupPanel1
     //
     this.groupPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupPanel1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.groupPanel1.Controls.Add(this.treeDebugParams);
     this.groupPanel1.Location = new System.Drawing.Point(3, 3);
     this.groupPanel1.Name     = "groupPanel1";
     this.groupPanel1.Size     = new System.Drawing.Size(247, 113);
     //
     //
     //
     this.groupPanel1.Style.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.groupPanel1.Style.BackColorGradientAngle = 90;
     this.groupPanel1.Style.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.groupPanel1.Style.BorderBottom           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderBottomWidth      = 1;
     this.groupPanel1.Style.BorderColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.groupPanel1.Style.BorderLeft             = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderLeftWidth        = 1;
     this.groupPanel1.Style.BorderRight            = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderRightWidth       = 1;
     this.groupPanel1.Style.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.groupPanel1.Style.BorderTopWidth      = 1;
     this.groupPanel1.Style.Class               = "";
     this.groupPanel1.Style.CornerDiameter      = 4;
     this.groupPanel1.Style.CornerType          = DevComponents.DotNetBar.eCornerType.Rounded;
     this.groupPanel1.Style.TextAlignment       = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.groupPanel1.Style.TextLineAlignment   = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     //
     //
     this.groupPanel1.StyleMouseDown.Class      = "";
     this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.groupPanel1.StyleMouseOver.Class      = "";
     this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.groupPanel1.TabIndex = 39;
     this.groupPanel1.Text     = "Debug Parameters";
     //
     // treeDebugParams
     //
     this.treeDebugParams.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
     this.treeDebugParams.AllowDrop      = true;
     this.treeDebugParams.BackColor      = System.Drawing.SystemColors.Window;
     //
     //
     //
     this.treeDebugParams.BackgroundStyle.Class      = "TreeBorderKey";
     this.treeDebugParams.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.treeDebugParams.CellEdit = true;
     this.treeDebugParams.Columns.Add(this.columnHeader1);
     this.treeDebugParams.Columns.Add(this.columnHeader2);
     this.treeDebugParams.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.treeDebugParams.ExpandWidth    = 0;
     this.treeDebugParams.FullRowSelect  = false;
     this.treeDebugParams.GridLinesColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.treeDebugParams.GridRowLines   = true;
     this.treeDebugParams.HotTracking    = true;
     this.treeDebugParams.ImageList      = this.imageList1;
     this.treeDebugParams.LicenseKey     = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     this.treeDebugParams.Location       = new System.Drawing.Point(0, 0);
     this.treeDebugParams.Name           = "treeDebugParams";
     this.treeDebugParams.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
         this.node1
     });
     this.treeDebugParams.NodesConnector = this.nodeConnector1;
     this.treeDebugParams.NodeStyle      = this.elementStyle1;
     this.treeDebugParams.PathSeparator  = ";";
     this.treeDebugParams.Size           = new System.Drawing.Size(241, 92);
     this.treeDebugParams.Styles.Add(this.elementStyle1);
     this.treeDebugParams.Styles.Add(this.elementStyleMissing);
     this.treeDebugParams.TabIndex = 38;
     this.treeDebugParams.Text     = "advTree1";
     //
     // columnHeader1
     //
     this.columnHeader1.Name           = "columnHeader1";
     this.columnHeader1.Text           = "Parameter";
     this.columnHeader1.Width.Relative = 50;
     //
     // columnHeader2
     //
     this.columnHeader2.Name           = "columnHeader2";
     this.columnHeader2.Text           = "Value";
     this.columnHeader2.Width.Relative = 50;
     //
     // node1
     //
     this.node1.Expanded = true;
     this.node1.Name     = "node1";
     this.node1.Text     = "node1";
     //
     // nodeConnector1
     //
     this.nodeConnector1.LineColor = System.Drawing.SystemColors.ControlText;
     //
     // elementStyle1
     //
     this.elementStyle1.Class      = "";
     this.elementStyle1.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.elementStyle1.Name       = "elementStyle1";
     this.elementStyle1.TextColor  = System.Drawing.SystemColors.ControlText;
     //
     // elementStyleMissing
     //
     this.elementStyleMissing.BackColor  = System.Drawing.Color.Red;
     this.elementStyleMissing.BackColor2 = System.Drawing.Color.White;
     this.elementStyleMissing.Class      = "";
     this.elementStyleMissing.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.elementStyleMissing.Name       = "elementStyleMissing";
     //
     // cbHighlightTemplateWrites
     //
     this.cbHighlightTemplateWrites.AutoSize   = true;
     this.cbHighlightTemplateWrites.Checked    = true;
     this.cbHighlightTemplateWrites.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbHighlightTemplateWrites.Location   = new System.Drawing.Point(18, 122);
     this.cbHighlightTemplateWrites.Name       = "cbHighlightTemplateWrites";
     this.cbHighlightTemplateWrites.Size       = new System.Drawing.Size(122, 17);
     this.cbHighlightTemplateWrites.TabIndex   = 37;
     this.cbHighlightTemplateWrites.Text       = "Track Live Changes";
     this.cbHighlightTemplateWrites.UseVisualStyleBackColor = true;
     this.cbHighlightTemplateWrites.CheckedChanged         += new System.EventHandler(this.cbHighlightTemplateWrites_CheckedChanged);
     //
     // syntaxEditorPreviewText
     //
     this.syntaxEditorPreviewText.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.syntaxEditorPreviewText.ContextMenuStrip        = this.contextMenuStrip1;
     this.syntaxEditorPreviewText.Document                = document2;
     this.syntaxEditorPreviewText.LineNumberMarginVisible = true;
     this.syntaxEditorPreviewText.Location                = new System.Drawing.Point(0, 145);
     this.syntaxEditorPreviewText.Name     = "syntaxEditorPreviewText";
     this.syntaxEditorPreviewText.Size     = new System.Drawing.Size(253, 535);
     this.syntaxEditorPreviewText.TabIndex = 33;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItemBOO
     });
     this.contextMenuStrip1.Name     = "contextMenuStrip1";
     this.contextMenuStrip1.Size     = new System.Drawing.Size(164, 26);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // toolStripMenuItemBOO
     //
     this.toolStripMenuItemBOO.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.toolStripMenuItemBOO.Name         = "toolStripMenuItemBOO";
     this.toolStripMenuItemBOO.Size         = new System.Drawing.Size(163, 22);
     this.toolStripMenuItemBOO.Text         = "Break On Output";
     this.toolStripMenuItemBOO.Click       += new System.EventHandler(this.toolStripMenuItemBOO_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.syntaxEditor1);
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.functionStatusStrip);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(656, 700);
     this.panel1.TabIndex = 35;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.btnEdit);
     this.panel3.Controls.Add(this.chkOverrideDefaultValueFunction);
     this.panel3.Controls.Add(this.btnResetDefaultCode);
     this.panel3.Controls.Add(this.lblName);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(656, 62);
     this.panel3.TabIndex = 33;
     //
     // functionStatusStrip
     //
     this.functionStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.functionToolStripStatusLabel,
         this.functionToolStripProgressBar
     });
     this.functionStatusStrip.Location = new System.Drawing.Point(0, 678);
     this.functionStatusStrip.Name     = "functionStatusStrip";
     this.functionStatusStrip.Size     = new System.Drawing.Size(656, 22);
     this.functionStatusStrip.TabIndex = 32;
     this.functionStatusStrip.Text     = "statusStrip1";
     //
     // functionToolStripStatusLabel
     //
     this.functionToolStripStatusLabel.Name   = "functionToolStripStatusLabel";
     this.functionToolStripStatusLabel.Size   = new System.Drawing.Size(641, 17);
     this.functionToolStripStatusLabel.Spring = true;
     //
     // functionToolStripProgressBar
     //
     this.functionToolStripProgressBar.Name    = "functionToolStripProgressBar";
     this.functionToolStripProgressBar.Size    = new System.Drawing.Size(100, 16);
     this.functionToolStripProgressBar.Style   = System.Windows.Forms.ProgressBarStyle.Marquee;
     this.functionToolStripProgressBar.Visible = false;
     //
     // toolWindowContainer1
     //
     this.toolWindowContainer1.Controls.Add(this.toolWindow1);
     this.toolWindowContainer1.Dock        = System.Windows.Forms.DockStyle.Right;
     this.toolWindowContainer1.DockManager = this.dockManager1;
     this.toolWindowContainer1.Location    = new System.Drawing.Point(656, 0);
     this.toolWindowContainer1.Name        = "toolWindowContainer1";
     this.toolWindowContainer1.Size        = new System.Drawing.Size(257, 700);
     this.toolWindowContainer1.TabIndex    = 36;
     //
     // ucFunction
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(199)))), ((int)(((byte)(219)))), ((int)(((byte)(250)))));
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.toolWindowContainer1);
     this.Margin = new System.Windows.Forms.Padding(2);
     this.Name   = "ucFunction";
     this.Size   = new System.Drawing.Size(913, 700);
     this.Tag    = "ucFunction";
     this.Load  += new System.EventHandler(this.ucFunction_Load);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.ucFunction_Paint);
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.toolWindow1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.groupPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeDebugParams)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.functionStatusStrip.ResumeLayout(false);
     this.functionStatusStrip.PerformLayout();
     this.toolWindowContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
            ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucSimpleDiffEditor));
            this.editorOriginal = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.editorNew = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.scrollBar1 = new ActiproSoftware.WinUICore.ScrollBar();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.labelX1 = new DevComponents.DotNetBar.LabelX();
            this.labelX2 = new DevComponents.DotNetBar.LabelX();
            this.panel1 = new System.Windows.Forms.Panel();
            this.labelHeading = new DevComponents.DotNetBar.LabelX();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonSingleEditor = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonDoubleEditor = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButtonPrevChange = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonNextChange = new System.Windows.Forms.ToolStripButton();
            this.labelFilePath = new DevComponents.DotNetBar.LabelX();
            this.panelHeader = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.scrollBar1)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.panelHeader.SuspendLayout();
            this.SuspendLayout();
            // 
            // editorOriginal
            // 
            this.editorOriginal.Dock = System.Windows.Forms.DockStyle.Fill;
            document1.ReadOnly = true;
            this.editorOriginal.Document = document1;
            this.editorOriginal.IndicatorMarginVisible = false;
            this.editorOriginal.LineNumberMarginVisible = true;
            this.editorOriginal.Location = new System.Drawing.Point(0, 23);
            this.editorOriginal.Margin = new System.Windows.Forms.Padding(2);
            this.editorOriginal.Name = "editorOriginal";
            this.editorOriginal.ScrollBarType = ActiproSoftware.SyntaxEditor.ScrollBarType.ForcedHorizontal;
            this.editorOriginal.Size = new System.Drawing.Size(327, 384);
            this.editorOriginal.TabIndex = 3;
            this.editorOriginal.ViewVerticalScroll += new ActiproSoftware.SyntaxEditor.EditorViewEventHandler(this.editorOriginal_ViewVerticalScroll);
            this.editorOriginal.ViewHorizontalScroll += new ActiproSoftware.SyntaxEditor.EditorViewEventHandler(this.editorOriginal_ViewHorizontalScroll);
            // 
            // editorNew
            // 
            this.editorNew.Dock = System.Windows.Forms.DockStyle.Fill;
            document2.ReadOnly = true;
            this.editorNew.Document = document2;
            this.editorNew.IndicatorMarginVisible = false;
            this.editorNew.LineNumberMarginVisible = true;
            this.editorNew.Location = new System.Drawing.Point(0, 23);
            this.editorNew.Margin = new System.Windows.Forms.Padding(2);
            this.editorNew.Name = "editorNew";
            this.editorNew.ScrollBarType = ActiproSoftware.SyntaxEditor.ScrollBarType.ForcedHorizontal;
            this.editorNew.Size = new System.Drawing.Size(315, 384);
            this.editorNew.TabIndex = 3;
            this.editorNew.ViewVerticalScroll += new ActiproSoftware.SyntaxEditor.EditorViewEventHandler(this.editorNew_ViewVerticalScroll);
            this.editorNew.ViewHorizontalScroll += new ActiproSoftware.SyntaxEditor.EditorViewEventHandler(this.editorNew_ViewHorizontalScroll);
            // 
            // scrollBar1
            // 
            this.scrollBar1.Dock = System.Windows.Forms.DockStyle.Right;
            this.scrollBar1.Location = new System.Drawing.Point(646, 0);
            this.scrollBar1.Name = "scrollBar1";
            this.scrollBar1.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.scrollBar1.Size = new System.Drawing.Size(17, 407);
            this.scrollBar1.TabIndex = 4;
            this.scrollBar1.Text = "scrollBar1";
            this.scrollBar1.ValueChanged += new System.EventHandler(this.scrollBar1_ValueChanged);
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.editorOriginal);
            this.splitContainer1.Panel1.Controls.Add(this.labelX1);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.editorNew);
            this.splitContainer1.Panel2.Controls.Add(this.labelX2);
            this.splitContainer1.Size = new System.Drawing.Size(646, 407);
            this.splitContainer1.SplitterDistance = 327;
            this.splitContainer1.TabIndex = 5;
            this.splitContainer1.SizeChanged += new System.EventHandler(this.splitContainer1_SizeChanged);
            // 
            // labelX1
            // 
            this.labelX1.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX1.BackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarCaptionBackground;
            this.labelX1.BackgroundStyle.BackColorGradientAngle = 90;
            this.labelX1.BackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarCaptionBackground2;
            this.labelX1.BackgroundStyle.Class = "";
            this.labelX1.Dock = System.Windows.Forms.DockStyle.Top;
            this.labelX1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelX1.ForeColor = System.Drawing.Color.White;
            this.labelX1.Location = new System.Drawing.Point(0, 0);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(327, 23);
            this.labelX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.labelX1.TabIndex = 10;
            this.labelX1.Text = "Existing file";
            this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // labelX2
            // 
            this.labelX2.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelX2.BackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarCaptionBackground;
            this.labelX2.BackgroundStyle.BackColorGradientAngle = 90;
            this.labelX2.BackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarCaptionBackground2;
            this.labelX2.BackgroundStyle.Class = "";
            this.labelX2.Dock = System.Windows.Forms.DockStyle.Top;
            this.labelX2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelX2.ForeColor = System.Drawing.Color.White;
            this.labelX2.Location = new System.Drawing.Point(0, 0);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(315, 23);
            this.labelX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.labelX2.TabIndex = 11;
            this.labelX2.Text = "New file";
            this.labelX2.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.splitContainer1);
            this.panel1.Controls.Add(this.scrollBar1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 54);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(663, 407);
            this.panel1.TabIndex = 6;
            // 
            // labelHeading
            // 
            this.labelHeading.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelHeading.BackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarCaptionBackground;
            this.labelHeading.BackgroundStyle.BackColorGradientAngle = 90;
            this.labelHeading.BackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarCaptionBackground2;
            this.labelHeading.BackgroundStyle.Class = "";
            this.labelHeading.Dock = System.Windows.Forms.DockStyle.Top;
            this.labelHeading.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelHeading.ForeColor = System.Drawing.Color.White;
            this.labelHeading.Location = new System.Drawing.Point(0, 0);
            this.labelHeading.Name = "labelHeading";
            this.labelHeading.Size = new System.Drawing.Size(663, 23);
            this.labelHeading.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.labelHeading.TabIndex = 9;
            this.labelHeading.Text = "labelHeading";
            this.labelHeading.TextAlignment = System.Drawing.StringAlignment.Center;
            // 
            // toolStrip1
            // 
            this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonSingleEditor,
            this.toolStripButtonDoubleEditor,
            this.toolStripSeparator1,
            this.toolStripButtonPrevChange,
            this.toolStripButtonNextChange});
            this.toolStrip1.Location = new System.Drawing.Point(0, 23);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(663, 31);
            this.toolStrip1.TabIndex = 10;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripButtonSingleEditor
            // 
            this.toolStripButtonSingleEditor.BackColor = System.Drawing.SystemColors.ControlDark;
            this.toolStripButtonSingleEditor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonSingleEditor.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSingleEditor.Image")));
            this.toolStripButtonSingleEditor.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonSingleEditor.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonSingleEditor.Name = "toolStripButtonSingleEditor";
            this.toolStripButtonSingleEditor.Size = new System.Drawing.Size(28, 28);
            this.toolStripButtonSingleEditor.Text = "toolStripButton1";
            this.toolStripButtonSingleEditor.ToolTipText = "View text in a single editor";
            this.toolStripButtonSingleEditor.Click += new System.EventHandler(this.toolStripButtonSingleEditor_Click);
            // 
            // toolStripButtonDoubleEditor
            // 
            this.toolStripButtonDoubleEditor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonDoubleEditor.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDoubleEditor.Image")));
            this.toolStripButtonDoubleEditor.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonDoubleEditor.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonDoubleEditor.Name = "toolStripButtonDoubleEditor";
            this.toolStripButtonDoubleEditor.Size = new System.Drawing.Size(28, 28);
            this.toolStripButtonDoubleEditor.Text = "toolStripButton1";
            this.toolStripButtonDoubleEditor.ToolTipText = "View text in two side-by-side editors";
            this.toolStripButtonDoubleEditor.Click += new System.EventHandler(this.toolStripButtonDoubleEditor_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
            // 
            // toolStripButtonPrevChange
            // 
            this.toolStripButtonPrevChange.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonPrevChange.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPrevChange.Image")));
            this.toolStripButtonPrevChange.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonPrevChange.Name = "toolStripButtonPrevChange";
            this.toolStripButtonPrevChange.Size = new System.Drawing.Size(28, 28);
            this.toolStripButtonPrevChange.Text = "Move to previous change";
            this.toolStripButtonPrevChange.Click += new System.EventHandler(this.toolStripButtonPrevChange_Click);
            // 
            // toolStripButtonNextChange
            // 
            this.toolStripButtonNextChange.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonNextChange.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNextChange.Image")));
            this.toolStripButtonNextChange.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButtonNextChange.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonNextChange.Name = "toolStripButtonNextChange";
            this.toolStripButtonNextChange.Size = new System.Drawing.Size(28, 28);
            this.toolStripButtonNextChange.Text = "toolStripButton2";
            this.toolStripButtonNextChange.ToolTipText = "Move to next change";
            this.toolStripButtonNextChange.Click += new System.EventHandler(this.toolStripButtonNextChange_Click);
            // 
            // labelFilePath
            // 
            this.labelFilePath.BackColor = System.Drawing.Color.Transparent;
            // 
            // 
            // 
            this.labelFilePath.BackgroundStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarCaptionBackground;
            this.labelFilePath.BackgroundStyle.BackColorGradientAngle = 90;
            this.labelFilePath.BackgroundStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarCaptionBackground2;
            this.labelFilePath.BackgroundStyle.Class = "";
            this.labelFilePath.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelFilePath.ForeColor = System.Drawing.Color.White;
            this.labelFilePath.Location = new System.Drawing.Point(0, 0);
            this.labelFilePath.Name = "labelFilePath";
            this.labelFilePath.Size = new System.Drawing.Size(104, 23);
            this.labelFilePath.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.labelFilePath.TabIndex = 11;
            this.labelFilePath.Text = "labelFilePath";
            // 
            // panelHeader
            // 
            this.panelHeader.Controls.Add(this.labelFilePath);
            this.panelHeader.Controls.Add(this.labelHeading);
            this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelHeader.Location = new System.Drawing.Point(0, 0);
            this.panelHeader.Name = "panelHeader";
            this.panelHeader.Size = new System.Drawing.Size(663, 23);
            this.panelHeader.TabIndex = 12;
            // 
            // ucSimpleDiffEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.panelHeader);
            this.Name = "ucSimpleDiffEditor";
            this.Size = new System.Drawing.Size(663, 461);
            this.Resize += new System.EventHandler(this.ucSimpleDiffEditor_Resize);
            ((System.ComponentModel.ISupportInitialize)(this.scrollBar1)).EndInit();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.panelHeader.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Пример #50
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document          document1 = new ActiproSoftware.SyntaxEditor.Document();
     ActiproSoftware.SyntaxEditor.Document          document2 = new ActiproSoftware.SyntaxEditor.Document();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucSimpleDiffEditor));
     this.editorOriginal              = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.editorNew                   = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.scrollBar1                  = new ActiproSoftware.WinUICore.ScrollBar();
     this.splitContainer1             = new System.Windows.Forms.SplitContainer();
     this.labelX1                     = new DevComponents.DotNetBar.LabelX();
     this.labelX2                     = new DevComponents.DotNetBar.LabelX();
     this.panel1                      = new System.Windows.Forms.Panel();
     this.labelHeading                = new DevComponents.DotNetBar.LabelX();
     this.toolStrip1                  = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonSingleEditor = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDoubleEditor = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1         = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButtonPrevChange   = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonNextChange   = new System.Windows.Forms.ToolStripButton();
     this.labelFilePath               = new DevComponents.DotNetBar.LabelX();
     this.panelHeader                 = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.scrollBar1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.panelHeader.SuspendLayout();
     this.SuspendLayout();
     //
     // editorOriginal
     //
     this.editorOriginal.Dock     = System.Windows.Forms.DockStyle.Fill;
     document1.ReadOnly           = true;
     this.editorOriginal.Document = document1;
     this.editorOriginal.IndicatorMarginVisible  = false;
     this.editorOriginal.LineNumberMarginVisible = true;
     this.editorOriginal.Location              = new System.Drawing.Point(0, 23);
     this.editorOriginal.Margin                = new System.Windows.Forms.Padding(2);
     this.editorOriginal.Name                  = "editorOriginal";
     this.editorOriginal.ScrollBarType         = ActiproSoftware.SyntaxEditor.ScrollBarType.ForcedHorizontal;
     this.editorOriginal.Size                  = new System.Drawing.Size(327, 384);
     this.editorOriginal.TabIndex              = 3;
     this.editorOriginal.ViewVerticalScroll   += new ActiproSoftware.SyntaxEditor.EditorViewEventHandler(this.editorOriginal_ViewVerticalScroll);
     this.editorOriginal.ViewHorizontalScroll += new ActiproSoftware.SyntaxEditor.EditorViewEventHandler(this.editorOriginal_ViewHorizontalScroll);
     //
     // editorNew
     //
     this.editorNew.Dock     = System.Windows.Forms.DockStyle.Fill;
     document2.ReadOnly      = true;
     this.editorNew.Document = document2;
     this.editorNew.IndicatorMarginVisible  = false;
     this.editorNew.LineNumberMarginVisible = true;
     this.editorNew.Location              = new System.Drawing.Point(0, 23);
     this.editorNew.Margin                = new System.Windows.Forms.Padding(2);
     this.editorNew.Name                  = "editorNew";
     this.editorNew.ScrollBarType         = ActiproSoftware.SyntaxEditor.ScrollBarType.ForcedHorizontal;
     this.editorNew.Size                  = new System.Drawing.Size(315, 384);
     this.editorNew.TabIndex              = 3;
     this.editorNew.ViewVerticalScroll   += new ActiproSoftware.SyntaxEditor.EditorViewEventHandler(this.editorNew_ViewVerticalScroll);
     this.editorNew.ViewHorizontalScroll += new ActiproSoftware.SyntaxEditor.EditorViewEventHandler(this.editorNew_ViewHorizontalScroll);
     //
     // scrollBar1
     //
     this.scrollBar1.Dock          = System.Windows.Forms.DockStyle.Right;
     this.scrollBar1.Location      = new System.Drawing.Point(646, 0);
     this.scrollBar1.Name          = "scrollBar1";
     this.scrollBar1.Orientation   = System.Windows.Forms.Orientation.Vertical;
     this.scrollBar1.Size          = new System.Drawing.Size(17, 407);
     this.scrollBar1.TabIndex      = 4;
     this.scrollBar1.Text          = "scrollBar1";
     this.scrollBar1.ValueChanged += new System.EventHandler(this.scrollBar1_ValueChanged);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.editorOriginal);
     this.splitContainer1.Panel1.Controls.Add(this.labelX1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.editorNew);
     this.splitContainer1.Panel2.Controls.Add(this.labelX2);
     this.splitContainer1.Size             = new System.Drawing.Size(646, 407);
     this.splitContainer1.SplitterDistance = 327;
     this.splitContainer1.TabIndex         = 5;
     this.splitContainer1.SizeChanged     += new System.EventHandler(this.splitContainer1_SizeChanged);
     //
     // labelX1
     //
     this.labelX1.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX1.BackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.BarCaptionBackground;
     this.labelX1.BackgroundStyle.BackColorGradientAngle = 90;
     this.labelX1.BackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.BarCaptionBackground2;
     this.labelX1.BackgroundStyle.Class = "";
     this.labelX1.Dock          = System.Windows.Forms.DockStyle.Top;
     this.labelX1.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX1.ForeColor     = System.Drawing.Color.White;
     this.labelX1.Location      = new System.Drawing.Point(0, 0);
     this.labelX1.Name          = "labelX1";
     this.labelX1.Size          = new System.Drawing.Size(327, 23);
     this.labelX1.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.labelX1.TabIndex      = 10;
     this.labelX1.Text          = "Existing file";
     this.labelX1.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // labelX2
     //
     this.labelX2.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelX2.BackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.BarCaptionBackground;
     this.labelX2.BackgroundStyle.BackColorGradientAngle = 90;
     this.labelX2.BackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.BarCaptionBackground2;
     this.labelX2.BackgroundStyle.Class = "";
     this.labelX2.Dock          = System.Windows.Forms.DockStyle.Top;
     this.labelX2.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelX2.ForeColor     = System.Drawing.Color.White;
     this.labelX2.Location      = new System.Drawing.Point(0, 0);
     this.labelX2.Name          = "labelX2";
     this.labelX2.Size          = new System.Drawing.Size(315, 23);
     this.labelX2.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.labelX2.TabIndex      = 11;
     this.labelX2.Text          = "New file";
     this.labelX2.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.splitContainer1);
     this.panel1.Controls.Add(this.scrollBar1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 54);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(663, 407);
     this.panel1.TabIndex = 6;
     //
     // labelHeading
     //
     this.labelHeading.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelHeading.BackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.BarCaptionBackground;
     this.labelHeading.BackgroundStyle.BackColorGradientAngle = 90;
     this.labelHeading.BackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.BarCaptionBackground2;
     this.labelHeading.BackgroundStyle.Class = "";
     this.labelHeading.Dock          = System.Windows.Forms.DockStyle.Top;
     this.labelHeading.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelHeading.ForeColor     = System.Drawing.Color.White;
     this.labelHeading.Location      = new System.Drawing.Point(0, 0);
     this.labelHeading.Name          = "labelHeading";
     this.labelHeading.Size          = new System.Drawing.Size(663, 23);
     this.labelHeading.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.labelHeading.TabIndex      = 9;
     this.labelHeading.Text          = "labelHeading";
     this.labelHeading.TextAlignment = System.Drawing.StringAlignment.Center;
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButtonSingleEditor,
         this.toolStripButtonDoubleEditor,
         this.toolStripSeparator1,
         this.toolStripButtonPrevChange,
         this.toolStripButtonNextChange
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 23);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(663, 31);
     this.toolStrip1.TabIndex = 10;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButtonSingleEditor
     //
     this.toolStripButtonSingleEditor.BackColor             = System.Drawing.SystemColors.ControlDark;
     this.toolStripButtonSingleEditor.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonSingleEditor.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonSingleEditor.Image")));
     this.toolStripButtonSingleEditor.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonSingleEditor.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSingleEditor.Name        = "toolStripButtonSingleEditor";
     this.toolStripButtonSingleEditor.Size        = new System.Drawing.Size(28, 28);
     this.toolStripButtonSingleEditor.Text        = "toolStripButton1";
     this.toolStripButtonSingleEditor.ToolTipText = "View text in a single editor";
     this.toolStripButtonSingleEditor.Click      += new System.EventHandler(this.toolStripButtonSingleEditor_Click);
     //
     // toolStripButtonDoubleEditor
     //
     this.toolStripButtonDoubleEditor.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonDoubleEditor.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonDoubleEditor.Image")));
     this.toolStripButtonDoubleEditor.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonDoubleEditor.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDoubleEditor.Name        = "toolStripButtonDoubleEditor";
     this.toolStripButtonDoubleEditor.Size        = new System.Drawing.Size(28, 28);
     this.toolStripButtonDoubleEditor.Text        = "toolStripButton1";
     this.toolStripButtonDoubleEditor.ToolTipText = "View text in two side-by-side editors";
     this.toolStripButtonDoubleEditor.Click      += new System.EventHandler(this.toolStripButtonDoubleEditor_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
     //
     // toolStripButtonPrevChange
     //
     this.toolStripButtonPrevChange.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonPrevChange.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPrevChange.Image")));
     this.toolStripButtonPrevChange.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonPrevChange.Name   = "toolStripButtonPrevChange";
     this.toolStripButtonPrevChange.Size   = new System.Drawing.Size(28, 28);
     this.toolStripButtonPrevChange.Text   = "Move to previous change";
     this.toolStripButtonPrevChange.Click += new System.EventHandler(this.toolStripButtonPrevChange_Click);
     //
     // toolStripButtonNextChange
     //
     this.toolStripButtonNextChange.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonNextChange.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNextChange.Image")));
     this.toolStripButtonNextChange.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButtonNextChange.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonNextChange.Name        = "toolStripButtonNextChange";
     this.toolStripButtonNextChange.Size        = new System.Drawing.Size(28, 28);
     this.toolStripButtonNextChange.Text        = "toolStripButton2";
     this.toolStripButtonNextChange.ToolTipText = "Move to next change";
     this.toolStripButtonNextChange.Click      += new System.EventHandler(this.toolStripButtonNextChange_Click);
     //
     // labelFilePath
     //
     this.labelFilePath.BackColor = System.Drawing.Color.Transparent;
     //
     //
     //
     this.labelFilePath.BackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.BarCaptionBackground;
     this.labelFilePath.BackgroundStyle.BackColorGradientAngle = 90;
     this.labelFilePath.BackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.BarCaptionBackground2;
     this.labelFilePath.BackgroundStyle.Class = "";
     this.labelFilePath.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelFilePath.ForeColor = System.Drawing.Color.White;
     this.labelFilePath.Location  = new System.Drawing.Point(0, 0);
     this.labelFilePath.Name      = "labelFilePath";
     this.labelFilePath.Size      = new System.Drawing.Size(104, 23);
     this.labelFilePath.Style     = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.labelFilePath.TabIndex  = 11;
     this.labelFilePath.Text      = "labelFilePath";
     //
     // panelHeader
     //
     this.panelHeader.Controls.Add(this.labelFilePath);
     this.panelHeader.Controls.Add(this.labelHeading);
     this.panelHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelHeader.Location = new System.Drawing.Point(0, 0);
     this.panelHeader.Name     = "panelHeader";
     this.panelHeader.Size     = new System.Drawing.Size(663, 23);
     this.panelHeader.TabIndex = 12;
     //
     // ucSimpleDiffEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.panelHeader);
     this.Name    = "ucSimpleDiffEditor";
     this.Size    = new System.Drawing.Size(663, 461);
     this.Resize += new System.EventHandler(this.ucSimpleDiffEditor_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.scrollBar1)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.panelHeader.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary> 
        /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
        /// 修改這個方法的內容。
        /// </summary>
        private void InitializeComponent()
        {
            ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
            this.chkRequired = new System.Windows.Forms.CheckBox();
            this.tab = new System.Windows.Forms.TabControl();
            this.tpBasic = new System.Windows.Forms.TabPage();
            this.txtSQLTemplate = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.txtRequestElement = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.tpField = new System.Windows.Forms.TabPage();
            this.txtFieldListSource = new System.Windows.Forms.TextBox();
            this.txtFieldListName = new System.Windows.Forms.TextBox();
            this.btnAddField = new System.Windows.Forms.Button();
            this.btnEditField = new System.Windows.Forms.Button();
            this.btnDeleteField = new System.Windows.Forms.Button();
            this.dgFieldList = new System.Windows.Forms.DataGridView();
            this.colSource = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colAlias = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colTarget = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colRequired = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.colQuote = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.colAutoNumber = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.colInputConverter = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colOutputConverter = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colSourceType = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colInputType = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.tpCondition = new System.Windows.Forms.TabPage();
            this.txtConditionSource = new System.Windows.Forms.TextBox();
            this.txtConditionName = new System.Windows.Forms.TextBox();
            this.btnAddCondition = new System.Windows.Forms.Button();
            this.btnEditCondition = new System.Windows.Forms.Button();
            this.btnDeleteCondition = new System.Windows.Forms.Button();
            this.dgConditions = new System.Windows.Forms.DataGridView();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.tpConverter = new System.Windows.Forms.TabPage();
            this.btnDeleteConverter = new System.Windows.Forms.Button();
            this.btnEditConverter = new System.Windows.Forms.Button();
            this.btnAddConverter = new System.Windows.Forms.Button();
            this.dgConverters = new System.Windows.Forms.DataGridView();
            this.colConverterName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colConverterType = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tpOther = new System.Windows.Forms.TabPage();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.dgVariables = new System.Windows.Forms.DataGridView();
            this.colVarName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colVarSource = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colOthers = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.btnRemoveVariable = new System.Windows.Forms.Button();
            this.label13 = new System.Windows.Forms.Label();
            this.btnAddVariable = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.dgProcessor = new System.Windows.Forms.DataGridView();
            this.colProcessorType = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colProcessorName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colProcessorSQL = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colProcessorInvalidMessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.btnRemoveProcessor = new System.Windows.Forms.Button();
            this.label15 = new System.Windows.Forms.Label();
            this.btnEditPreprocess = new System.Windows.Forms.Button();
            this.btnAddProcessor = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.txtServiceName = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.btnPreview = new System.Windows.Forms.Button();
            this.tab.SuspendLayout();
            this.tpBasic.SuspendLayout();
            this.tpField.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgFieldList)).BeginInit();
            this.tpCondition.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgConditions)).BeginInit();
            this.tpConverter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgConverters)).BeginInit();
            this.tpOther.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgVariables)).BeginInit();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgProcessor)).BeginInit();
            this.SuspendLayout();
            // 
            // chkRequired
            // 
            this.chkRequired.AutoSize = true;
            this.chkRequired.Location = new System.Drawing.Point(392, 30);
            this.chkRequired.Name = "chkRequired";
            this.chkRequired.Size = new System.Drawing.Size(120, 16);
            this.chkRequired.TabIndex = 2;
            this.chkRequired.Text = "至少需要一個條件";
            this.chkRequired.UseVisualStyleBackColor = true;
            this.chkRequired.CheckedChanged += new System.EventHandler(this.OnDataChanged);
            // 
            // tab
            // 
            this.tab.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.tab.Controls.Add(this.tpBasic);
            this.tab.Controls.Add(this.tpField);
            this.tab.Controls.Add(this.tpCondition);
            this.tab.Controls.Add(this.tpConverter);
            this.tab.Controls.Add(this.tpOther);
            this.tab.Location = new System.Drawing.Point(28, 74);
            this.tab.Name = "tab";
            this.tab.SelectedIndex = 0;
            this.tab.Size = new System.Drawing.Size(598, 463);
            this.tab.TabIndex = 5;
            // 
            // tpBasic
            // 
            this.tpBasic.Controls.Add(this.txtSQLTemplate);
            this.tpBasic.Controls.Add(this.txtRequestElement);
            this.tpBasic.Controls.Add(this.label4);
            this.tpBasic.Controls.Add(this.label2);
            this.tpBasic.Location = new System.Drawing.Point(4, 25);
            this.tpBasic.Name = "tpBasic";
            this.tpBasic.Padding = new System.Windows.Forms.Padding(3);
            this.tpBasic.Size = new System.Drawing.Size(590, 434);
            this.tpBasic.TabIndex = 0;
            this.tpBasic.Text = "基礎設定";
            this.tpBasic.UseVisualStyleBackColor = true;
            // 
            // txtSQLTemplate
            // 
            this.txtSQLTemplate.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.txtSQLTemplate.Document = document2;
            this.txtSQLTemplate.Location = new System.Drawing.Point(103, 44);
            this.txtSQLTemplate.Name = "txtSQLTemplate";
            this.txtSQLTemplate.Size = new System.Drawing.Size(438, 269);
            this.txtSQLTemplate.TabIndex = 2;
            this.txtSQLTemplate.TextChanged += new System.EventHandler(this.OnDataChanged);
            // 
            // txtRequestElement
            // 
            this.txtRequestElement.Location = new System.Drawing.Point(103, 10);
            this.txtRequestElement.Name = "txtRequestElement";
            this.txtRequestElement.Size = new System.Drawing.Size(438, 23);
            this.txtRequestElement.TabIndex = 0;
            this.txtRequestElement.TextChanged += new System.EventHandler(this.OnDataChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(39, 44);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(58, 16);
            this.label4.TabIndex = 1;
            this.label4.Text = "SQL 範本";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(17, 13);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(80, 16);
            this.label2.TabIndex = 1;
            this.label2.Text = "資料節點名稱";
            // 
            // tpField
            // 
            this.tpField.Controls.Add(this.txtFieldListSource);
            this.tpField.Controls.Add(this.txtFieldListName);
            this.tpField.Controls.Add(this.btnAddField);
            this.tpField.Controls.Add(this.btnEditField);
            this.tpField.Controls.Add(this.btnDeleteField);
            this.tpField.Controls.Add(this.dgFieldList);
            this.tpField.Controls.Add(this.label6);
            this.tpField.Controls.Add(this.label5);
            this.tpField.Location = new System.Drawing.Point(4, 22);
            this.tpField.Name = "tpField";
            this.tpField.Padding = new System.Windows.Forms.Padding(3);
            this.tpField.Size = new System.Drawing.Size(590, 437);
            this.tpField.TabIndex = 1;
            this.tpField.Text = "欄位設定";
            this.tpField.UseVisualStyleBackColor = true;
            // 
            // txtFieldListSource
            // 
            this.txtFieldListSource.Location = new System.Drawing.Point(187, 21);
            this.txtFieldListSource.Name = "txtFieldListSource";
            this.txtFieldListSource.Size = new System.Drawing.Size(74, 23);
            this.txtFieldListSource.TabIndex = 1;
            this.txtFieldListSource.Text = "Field";
            this.txtFieldListSource.TextChanged += new System.EventHandler(this.OnDataChanged);
            // 
            // txtFieldListName
            // 
            this.txtFieldListName.Location = new System.Drawing.Point(62, 21);
            this.txtFieldListName.Name = "txtFieldListName";
            this.txtFieldListName.Size = new System.Drawing.Size(74, 23);
            this.txtFieldListName.TabIndex = 0;
            this.txtFieldListName.Text = "FieldList";
            this.txtFieldListName.TextChanged += new System.EventHandler(this.OnDataChanged);
            // 
            // btnAddField
            // 
            this.btnAddField.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAddField.Location = new System.Drawing.Point(397, 388);
            this.btnAddField.Name = "btnAddField";
            this.btnAddField.Size = new System.Drawing.Size(45, 23);
            this.btnAddField.TabIndex = 3;
            this.btnAddField.Text = "新增";
            this.btnAddField.UseVisualStyleBackColor = true;
            this.btnAddField.Click += new System.EventHandler(this.btnAddField_Click);
            // 
            // btnEditField
            // 
            this.btnEditField.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnEditField.Location = new System.Drawing.Point(448, 388);
            this.btnEditField.Name = "btnEditField";
            this.btnEditField.Size = new System.Drawing.Size(45, 23);
            this.btnEditField.TabIndex = 4;
            this.btnEditField.Text = "編輯";
            this.btnEditField.UseVisualStyleBackColor = true;
            this.btnEditField.Click += new System.EventHandler(this.btnEditField_Click);
            // 
            // btnDeleteField
            // 
            this.btnDeleteField.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnDeleteField.Location = new System.Drawing.Point(499, 388);
            this.btnDeleteField.Name = "btnDeleteField";
            this.btnDeleteField.Size = new System.Drawing.Size(45, 23);
            this.btnDeleteField.TabIndex = 5;
            this.btnDeleteField.Text = "刪除";
            this.btnDeleteField.UseVisualStyleBackColor = true;
            this.btnDeleteField.Click += new System.EventHandler(this.btnDeleteField_Click);
            // 
            // dgFieldList
            // 
            this.dgFieldList.AllowUserToAddRows = false;
            this.dgFieldList.AllowUserToDeleteRows = false;
            this.dgFieldList.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.dgFieldList.BackgroundColor = System.Drawing.Color.White;
            this.dgFieldList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgFieldList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colSource,
            this.colAlias,
            this.colTarget,
            this.colRequired,
            this.colQuote,
            this.colAutoNumber,
            this.colInputConverter,
            this.colOutputConverter,
            this.colSourceType,
            this.colInputType});
            this.dgFieldList.Location = new System.Drawing.Point(27, 50);
            this.dgFieldList.Name = "dgFieldList";
            this.dgFieldList.ReadOnly = true;
            this.dgFieldList.RowTemplate.Height = 24;
            this.dgFieldList.Size = new System.Drawing.Size(514, 332);
            this.dgFieldList.TabIndex = 2;
            this.dgFieldList.RowHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgFieldList_RowHeaderMouseDoubleClick);
            this.dgFieldList.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.OnDataChanged);
            this.dgFieldList.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.OnDataChanged);
            this.dgFieldList.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgFieldList_KeyUp);
            // 
            // colSource
            // 
            this.colSource.HeaderText = "Source";
            this.colSource.Name = "colSource";
            this.colSource.ReadOnly = true;
            // 
            // colAlias
            // 
            this.colAlias.HeaderText = "Alias";
            this.colAlias.Name = "colAlias";
            this.colAlias.ReadOnly = true;
            // 
            // colTarget
            // 
            this.colTarget.HeaderText = "Target";
            this.colTarget.Name = "colTarget";
            this.colTarget.ReadOnly = true;
            // 
            // colRequired
            // 
            this.colRequired.HeaderText = "Required";
            this.colRequired.Name = "colRequired";
            this.colRequired.ReadOnly = true;
            // 
            // colQuote
            // 
            this.colQuote.HeaderText = "Quote";
            this.colQuote.Name = "colQuote";
            this.colQuote.ReadOnly = true;
            // 
            // colAutoNumber
            // 
            this.colAutoNumber.HeaderText = "AutoNumber";
            this.colAutoNumber.Name = "colAutoNumber";
            this.colAutoNumber.ReadOnly = true;
            // 
            // colInputConverter
            // 
            this.colInputConverter.HeaderText = "InputConverter";
            this.colInputConverter.Name = "colInputConverter";
            this.colInputConverter.ReadOnly = true;
            // 
            // colOutputConverter
            // 
            this.colOutputConverter.HeaderText = "OutputConverter";
            this.colOutputConverter.Name = "colOutputConverter";
            this.colOutputConverter.ReadOnly = true;
            // 
            // colSourceType
            // 
            this.colSourceType.HeaderText = "SourceType";
            this.colSourceType.Name = "colSourceType";
            this.colSourceType.ReadOnly = true;
            // 
            // colInputType
            // 
            this.colInputType.HeaderText = "InputType";
            this.colInputType.Name = "colInputType";
            this.colInputType.ReadOnly = true;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(149, 24);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(32, 16);
            this.label6.TabIndex = 1;
            this.label6.Text = "來源";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(24, 24);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(32, 16);
            this.label5.TabIndex = 1;
            this.label5.Text = "名稱";
            // 
            // tpCondition
            // 
            this.tpCondition.Controls.Add(this.chkRequired);
            this.tpCondition.Controls.Add(this.txtConditionSource);
            this.tpCondition.Controls.Add(this.txtConditionName);
            this.tpCondition.Controls.Add(this.btnAddCondition);
            this.tpCondition.Controls.Add(this.btnEditCondition);
            this.tpCondition.Controls.Add(this.btnDeleteCondition);
            this.tpCondition.Controls.Add(this.dgConditions);
            this.tpCondition.Controls.Add(this.label7);
            this.tpCondition.Controls.Add(this.label8);
            this.tpCondition.Location = new System.Drawing.Point(4, 22);
            this.tpCondition.Name = "tpCondition";
            this.tpCondition.Padding = new System.Windows.Forms.Padding(3);
            this.tpCondition.Size = new System.Drawing.Size(590, 437);
            this.tpCondition.TabIndex = 2;
            this.tpCondition.Text = "條件設定";
            this.tpCondition.UseVisualStyleBackColor = true;
            // 
            // txtConditionSource
            // 
            this.txtConditionSource.Location = new System.Drawing.Point(187, 28);
            this.txtConditionSource.Name = "txtConditionSource";
            this.txtConditionSource.Size = new System.Drawing.Size(74, 23);
            this.txtConditionSource.TabIndex = 1;
            this.txtConditionSource.Text = "Condition";
            this.txtConditionSource.TextChanged += new System.EventHandler(this.OnDataChanged);
            // 
            // txtConditionName
            // 
            this.txtConditionName.Location = new System.Drawing.Point(62, 28);
            this.txtConditionName.Name = "txtConditionName";
            this.txtConditionName.Size = new System.Drawing.Size(74, 23);
            this.txtConditionName.TabIndex = 0;
            this.txtConditionName.Text = "Condition";
            this.txtConditionName.TextChanged += new System.EventHandler(this.OnDataChanged);
            // 
            // btnAddCondition
            // 
            this.btnAddCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAddCondition.Location = new System.Drawing.Point(392, 384);
            this.btnAddCondition.Name = "btnAddCondition";
            this.btnAddCondition.Size = new System.Drawing.Size(45, 23);
            this.btnAddCondition.TabIndex = 4;
            this.btnAddCondition.Text = "新增";
            this.btnAddCondition.UseVisualStyleBackColor = true;
            this.btnAddCondition.Click += new System.EventHandler(this.btnAddCondition_Click);
            // 
            // btnEditCondition
            // 
            this.btnEditCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnEditCondition.Location = new System.Drawing.Point(443, 384);
            this.btnEditCondition.Name = "btnEditCondition";
            this.btnEditCondition.Size = new System.Drawing.Size(45, 23);
            this.btnEditCondition.TabIndex = 5;
            this.btnEditCondition.Text = "編輯";
            this.btnEditCondition.UseVisualStyleBackColor = true;
            this.btnEditCondition.Click += new System.EventHandler(this.btnEditCondition_Click);
            // 
            // btnDeleteCondition
            // 
            this.btnDeleteCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnDeleteCondition.Location = new System.Drawing.Point(494, 384);
            this.btnDeleteCondition.Name = "btnDeleteCondition";
            this.btnDeleteCondition.Size = new System.Drawing.Size(45, 23);
            this.btnDeleteCondition.TabIndex = 6;
            this.btnDeleteCondition.Text = "刪除";
            this.btnDeleteCondition.UseVisualStyleBackColor = true;
            this.btnDeleteCondition.Click += new System.EventHandler(this.btnDeleteCondition_Click);
            // 
            // dgConditions
            // 
            this.dgConditions.AllowUserToAddRows = false;
            this.dgConditions.AllowUserToDeleteRows = false;
            this.dgConditions.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.dgConditions.BackgroundColor = System.Drawing.Color.White;
            this.dgConditions.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgConditions.Location = new System.Drawing.Point(27, 57);
            this.dgConditions.Name = "dgConditions";
            this.dgConditions.ReadOnly = true;
            this.dgConditions.RowTemplate.Height = 24;
            this.dgConditions.Size = new System.Drawing.Size(514, 321);
            this.dgConditions.TabIndex = 3;
            this.dgConditions.RowHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgConditions_RowHeaderMouseDoubleClick);
            this.dgConditions.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.OnDataChanged);
            this.dgConditions.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.OnDataChanged);
            this.dgConditions.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgConditions_KeyUp);
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(149, 31);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(32, 16);
            this.label7.TabIndex = 5;
            this.label7.Text = "來源";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(24, 31);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(32, 16);
            this.label8.TabIndex = 6;
            this.label8.Text = "名稱";
            // 
            // tpConverter
            // 
            this.tpConverter.Controls.Add(this.btnDeleteConverter);
            this.tpConverter.Controls.Add(this.btnEditConverter);
            this.tpConverter.Controls.Add(this.btnAddConverter);
            this.tpConverter.Controls.Add(this.dgConverters);
            this.tpConverter.Location = new System.Drawing.Point(4, 22);
            this.tpConverter.Name = "tpConverter";
            this.tpConverter.Padding = new System.Windows.Forms.Padding(3);
            this.tpConverter.Size = new System.Drawing.Size(590, 437);
            this.tpConverter.TabIndex = 5;
            this.tpConverter.Text = "Converter";
            this.tpConverter.UseVisualStyleBackColor = true;
            // 
            // btnDeleteConverter
            // 
            this.btnDeleteConverter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnDeleteConverter.Location = new System.Drawing.Point(506, 30);
            this.btnDeleteConverter.Name = "btnDeleteConverter";
            this.btnDeleteConverter.Size = new System.Drawing.Size(57, 23);
            this.btnDeleteConverter.TabIndex = 14;
            this.btnDeleteConverter.Text = "刪除";
            this.btnDeleteConverter.UseVisualStyleBackColor = true;
            this.btnDeleteConverter.Click += new System.EventHandler(this.btnDeleteConverter_Click);
            // 
            // btnEditConverter
            // 
            this.btnEditConverter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnEditConverter.Location = new System.Drawing.Point(443, 30);
            this.btnEditConverter.Name = "btnEditConverter";
            this.btnEditConverter.Size = new System.Drawing.Size(57, 23);
            this.btnEditConverter.TabIndex = 13;
            this.btnEditConverter.Text = "編輯";
            this.btnEditConverter.UseVisualStyleBackColor = true;
            this.btnEditConverter.Click += new System.EventHandler(this.btnEditConverter_Click);
            // 
            // btnAddConverter
            // 
            this.btnAddConverter.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAddConverter.Location = new System.Drawing.Point(380, 30);
            this.btnAddConverter.Name = "btnAddConverter";
            this.btnAddConverter.Size = new System.Drawing.Size(57, 23);
            this.btnAddConverter.TabIndex = 12;
            this.btnAddConverter.Text = "新增";
            this.btnAddConverter.UseVisualStyleBackColor = true;
            this.btnAddConverter.Click += new System.EventHandler(this.btnAddConverter_Click);
            // 
            // dgConverters
            // 
            this.dgConverters.AllowUserToAddRows = false;
            this.dgConverters.AllowUserToDeleteRows = false;
            this.dgConverters.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.dgConverters.BackgroundColor = System.Drawing.Color.White;
            this.dgConverters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgConverters.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colConverterName,
            this.colConverterType});
            this.dgConverters.Location = new System.Drawing.Point(29, 59);
            this.dgConverters.Name = "dgConverters";
            this.dgConverters.ReadOnly = true;
            this.dgConverters.RowTemplate.Height = 24;
            this.dgConverters.Size = new System.Drawing.Size(534, 313);
            this.dgConverters.TabIndex = 15;
            // 
            // colConverterName
            // 
            this.colConverterName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.colConverterName.HeaderText = "Converter Name";
            this.colConverterName.Name = "colConverterName";
            this.colConverterName.ReadOnly = true;
            // 
            // colConverterType
            // 
            this.colConverterType.HeaderText = "Type";
            this.colConverterType.Name = "colConverterType";
            this.colConverterType.ReadOnly = true;
            // 
            // tpOther
            // 
            this.tpOther.Controls.Add(this.tableLayoutPanel1);
            this.tpOther.Location = new System.Drawing.Point(4, 22);
            this.tpOther.Name = "tpOther";
            this.tpOther.Padding = new System.Windows.Forms.Padding(3);
            this.tpOther.Size = new System.Drawing.Size(590, 437);
            this.tpOther.TabIndex = 4;
            this.tpOther.Text = "進階設定";
            this.tpOther.UseVisualStyleBackColor = true;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(584, 431);
            this.tableLayoutPanel1.TabIndex = 15;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.dgVariables);
            this.panel1.Controls.Add(this.btnRemoveVariable);
            this.panel1.Controls.Add(this.label13);
            this.panel1.Controls.Add(this.btnAddVariable);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(3, 3);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(578, 209);
            this.panel1.TabIndex = 3;
            // 
            // dgVariables
            // 
            this.dgVariables.AllowUserToAddRows = false;
            this.dgVariables.AllowUserToDeleteRows = false;
            this.dgVariables.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.dgVariables.BackgroundColor = System.Drawing.Color.White;
            this.dgVariables.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgVariables.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colVarName,
            this.colVarSource,
            this.colOthers});
            this.dgVariables.Location = new System.Drawing.Point(21, 39);
            this.dgVariables.Name = "dgVariables";
            this.dgVariables.RowTemplate.Height = 24;
            this.dgVariables.Size = new System.Drawing.Size(543, 155);
            this.dgVariables.TabIndex = 2;
            this.dgVariables.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.OnDataChanged);
            this.dgVariables.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.OnDataChanged);
            // 
            // colVarName
            // 
            this.colVarName.HeaderText = "Name";
            this.colVarName.Name = "colVarName";
            // 
            // colVarSource
            // 
            this.colVarSource.HeaderText = "Source";
            this.colVarSource.Name = "colVarSource";
            // 
            // colOthers
            // 
            this.colOthers.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.colOthers.HeaderText = "Others";
            this.colOthers.Name = "colOthers";
            // 
            // btnRemoveVariable
            // 
            this.btnRemoveVariable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRemoveVariable.Location = new System.Drawing.Point(520, 10);
            this.btnRemoveVariable.Name = "btnRemoveVariable";
            this.btnRemoveVariable.Size = new System.Drawing.Size(45, 23);
            this.btnRemoveVariable.TabIndex = 1;
            this.btnRemoveVariable.Text = "刪除";
            this.btnRemoveVariable.UseVisualStyleBackColor = true;
            this.btnRemoveVariable.Click += new System.EventHandler(this.btnRemoveVariable_Click);
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(18, 17);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(124, 16);
            this.label13.TabIndex = 14;
            this.label13.Text = "InternalVariable 設定";
            // 
            // btnAddVariable
            // 
            this.btnAddVariable.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAddVariable.Location = new System.Drawing.Point(469, 10);
            this.btnAddVariable.Name = "btnAddVariable";
            this.btnAddVariable.Size = new System.Drawing.Size(45, 23);
            this.btnAddVariable.TabIndex = 0;
            this.btnAddVariable.Text = "新增";
            this.btnAddVariable.UseVisualStyleBackColor = true;
            this.btnAddVariable.Click += new System.EventHandler(this.btnAddVariable_Click);
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.dgProcessor);
            this.panel2.Controls.Add(this.btnRemoveProcessor);
            this.panel2.Controls.Add(this.label15);
            this.panel2.Controls.Add(this.btnEditPreprocess);
            this.panel2.Controls.Add(this.btnAddProcessor);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(3, 218);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(578, 210);
            this.panel2.TabIndex = 4;
            // 
            // dgProcessor
            // 
            this.dgProcessor.AllowUserToAddRows = false;
            this.dgProcessor.AllowUserToDeleteRows = false;
            this.dgProcessor.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.dgProcessor.BackgroundColor = System.Drawing.Color.White;
            this.dgProcessor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgProcessor.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colProcessorType,
            this.colProcessorName,
            this.colProcessorSQL,
            this.colProcessorInvalidMessage});
            this.dgProcessor.Location = new System.Drawing.Point(19, 42);
            this.dgProcessor.Name = "dgProcessor";
            this.dgProcessor.RowTemplate.Height = 24;
            this.dgProcessor.Size = new System.Drawing.Size(543, 156);
            this.dgProcessor.TabIndex = 17;
            this.dgProcessor.RowHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgProcessor_RowHeaderMouseDoubleClick);
            this.dgProcessor.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.OnDataChanged);
            this.dgProcessor.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.OnDataChanged);
            this.dgProcessor.KeyUp += new System.Windows.Forms.KeyEventHandler(this.dgProcessor_KeyUp);
            // 
            // colProcessorType
            // 
            this.colProcessorType.HeaderText = "Type";
            this.colProcessorType.Name = "colProcessorType";
            // 
            // colProcessorName
            // 
            this.colProcessorName.HeaderText = "Name";
            this.colProcessorName.Name = "colProcessorName";
            // 
            // colProcessorSQL
            // 
            this.colProcessorSQL.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            this.colProcessorSQL.HeaderText = "SQL";
            this.colProcessorSQL.Name = "colProcessorSQL";
            // 
            // colProcessorInvalidMessage
            // 
            this.colProcessorInvalidMessage.HeaderText = "InvalidMessage";
            this.colProcessorInvalidMessage.Name = "colProcessorInvalidMessage";
            // 
            // btnRemoveProcessor
            // 
            this.btnRemoveProcessor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRemoveProcessor.Location = new System.Drawing.Point(518, 13);
            this.btnRemoveProcessor.Name = "btnRemoveProcessor";
            this.btnRemoveProcessor.Size = new System.Drawing.Size(45, 23);
            this.btnRemoveProcessor.TabIndex = 16;
            this.btnRemoveProcessor.Text = "刪除";
            this.btnRemoveProcessor.UseVisualStyleBackColor = true;
            this.btnRemoveProcessor.Click += new System.EventHandler(this.btnRemoveProcessor_Click);
            // 
            // label15
            // 
            this.label15.AutoSize = true;
            this.label15.Location = new System.Drawing.Point(18, 20);
            this.label15.Name = "label15";
            this.label15.Size = new System.Drawing.Size(96, 16);
            this.label15.TabIndex = 18;
            this.label15.Text = "Preprocess 設定";
            // 
            // btnEditPreprocess
            // 
            this.btnEditPreprocess.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnEditPreprocess.Location = new System.Drawing.Point(467, 13);
            this.btnEditPreprocess.Name = "btnEditPreprocess";
            this.btnEditPreprocess.Size = new System.Drawing.Size(45, 23);
            this.btnEditPreprocess.TabIndex = 15;
            this.btnEditPreprocess.Text = "編輯";
            this.btnEditPreprocess.UseVisualStyleBackColor = true;
            this.btnEditPreprocess.Click += new System.EventHandler(this.btnEditPreprocess_Click);
            // 
            // btnAddProcessor
            // 
            this.btnAddProcessor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAddProcessor.Location = new System.Drawing.Point(416, 13);
            this.btnAddProcessor.Name = "btnAddProcessor";
            this.btnAddProcessor.Size = new System.Drawing.Size(45, 23);
            this.btnAddProcessor.TabIndex = 15;
            this.btnAddProcessor.Text = "新增";
            this.btnAddProcessor.UseVisualStyleBackColor = true;
            this.btnAddProcessor.Click += new System.EventHandler(this.btnAddProcessor_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(36, 48);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(75, 16);
            this.label1.TabIndex = 6;
            this.label1.Text = "Service 名稱";
            // 
            // txtServiceName
            // 
            this.txtServiceName.Location = new System.Drawing.Point(118, 45);
            this.txtServiceName.Name = "txtServiceName";
            this.txtServiceName.ReadOnly = true;
            this.txtServiceName.Size = new System.Drawing.Size(484, 23);
            this.txtServiceName.TabIndex = 4;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(36, 17);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(149, 16);
            this.label3.TabIndex = 6;
            this.label3.Text = "服務類別 : 更新 ( Update )";
            // 
            // btnPreview
            // 
            this.btnPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnPreview.Location = new System.Drawing.Point(509, 543);
            this.btnPreview.Name = "btnPreview";
            this.btnPreview.Size = new System.Drawing.Size(113, 23);
            this.btnPreview.TabIndex = 1;
            this.btnPreview.Text = "Service XML 預覽";
            this.btnPreview.UseVisualStyleBackColor = true;
            this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
            // 
            // UpdateServiceEditor
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.tab);
            this.Controls.Add(this.btnPreview);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.txtServiceName);
            this.Font = new System.Drawing.Font("微軟正黑體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.Name = "UpdateServiceEditor";
            this.Size = new System.Drawing.Size(645, 577);
            this.tab.ResumeLayout(false);
            this.tpBasic.ResumeLayout(false);
            this.tpBasic.PerformLayout();
            this.tpField.ResumeLayout(false);
            this.tpField.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgFieldList)).EndInit();
            this.tpCondition.ResumeLayout(false);
            this.tpCondition.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgConditions)).EndInit();
            this.tpConverter.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgConverters)).EndInit();
            this.tpOther.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgVariables)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgProcessor)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary> 
        /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
        /// 修改這個方法的內容。
        /// </summary>
        private void InitializeComponent()
        {
            ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
            this.jsEditor1 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnExtEditor = new System.Windows.Forms.Button();
            this.tableLayoutPanel1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // jsEditor1
            // 
            this.jsEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
            document2.Text = "JavaScript";
            this.jsEditor1.Document = document2;
            this.jsEditor1.Font = new System.Drawing.Font("微軟正黑體", 11F);
            this.jsEditor1.LineNumberMarginVisible = true;
            this.jsEditor1.Location = new System.Drawing.Point(3, 46);
            this.jsEditor1.Name = "jsEditor1";
            this.jsEditor1.Size = new System.Drawing.Size(731, 493);
            this.jsEditor1.TabIndex = 2;
            this.jsEditor1.KeyTyped += new ActiproSoftware.SyntaxEditor.KeyTypedEventHandler(this.jsEditor1_KeyTyped);
            this.jsEditor1.TextChanged += new System.EventHandler(this.jsEditor1_TextChanged);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.jsEditor1, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(737, 542);
            this.tableLayoutPanel1.TabIndex = 3;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.btnExtEditor);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(3, 3);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(731, 37);
            this.panel1.TabIndex = 3;
            // 
            // btnExtEditor
            // 
            this.btnExtEditor.Location = new System.Drawing.Point(7, 7);
            this.btnExtEditor.Name = "btnExtEditor";
            this.btnExtEditor.Size = new System.Drawing.Size(88, 23);
            this.btnExtEditor.TabIndex = 0;
            this.btnExtEditor.Text = "Sublime";
            this.btnExtEditor.UseVisualStyleBackColor = true;
            this.btnExtEditor.Click += new System.EventHandler(this.btnExtEditor_Click);
            // 
            // JSEditor
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.tableLayoutPanel1);
            this.Font = new System.Drawing.Font("微軟正黑體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            this.Name = "JSEditor";
            this.Size = new System.Drawing.Size(737, 542);
            this.Load += new System.EventHandler(this.XmlEditor_Load);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Пример #53
0
		/// <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();
			ActiproSoftware.SyntaxEditor.Document document11 = new ActiproSoftware.SyntaxEditor.Document();
			ActiproSoftware.SyntaxEditor.Document document12 = new ActiproSoftware.SyntaxEditor.Document();
			this.timer1 = new System.Windows.Forms.Timer(this.components);
			this.syntaxEditorOffscreen = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.syntaxEditorScriptHeader = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.backgroundWorkerAddReferences = new System.ComponentModel.BackgroundWorker();
			this.labelHeader = new DevComponents.DotNetBar.LabelX();
			this.labelDescription = new DevComponents.DotNetBar.LabelX();
			this.SuspendLayout();
			// 
			// timer1
			// 
			this.timer1.Interval = 600;
			this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
			// 
			// syntaxEditorOffscreen
			// 
			this.syntaxEditorOffscreen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.syntaxEditorOffscreen.CausesValidation = false;
			this.syntaxEditorOffscreen.Document = document11;
			this.syntaxEditorOffscreen.IndicatorMarginVisible = false;
			this.syntaxEditorOffscreen.Location = new System.Drawing.Point(48, 61);
			this.syntaxEditorOffscreen.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorOffscreen.Name = "syntaxEditorOffscreen";
			this.syntaxEditorOffscreen.ScrollBarType = ActiproSoftware.SyntaxEditor.ScrollBarType.None;
			this.syntaxEditorOffscreen.Size = new System.Drawing.Size(172, 51);
			this.syntaxEditorOffscreen.TabIndex = 22;
			this.syntaxEditorOffscreen.Visible = false;
			// 
			// syntaxEditorScriptHeader
			// 
			this.syntaxEditorScriptHeader.Dock = System.Windows.Forms.DockStyle.Fill;
			this.syntaxEditorScriptHeader.Document = document12;
			this.syntaxEditorScriptHeader.LineNumberMarginVisible = true;
			this.syntaxEditorScriptHeader.Location = new System.Drawing.Point(0, 46);
			this.syntaxEditorScriptHeader.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorScriptHeader.Name = "syntaxEditorScriptHeader";
			this.syntaxEditorScriptHeader.Size = new System.Drawing.Size(269, 104);
			this.syntaxEditorScriptHeader.TabIndex = 21;
			this.syntaxEditorScriptHeader.TriggerActivated += new ActiproSoftware.SyntaxEditor.TriggerEventHandler(this.syntaxEditorScriptHeader_TriggerActivated);
			this.syntaxEditorScriptHeader.TextChanged += new System.EventHandler(this.syntaxEditorScriptHeader_TextChanged);
			this.syntaxEditorScriptHeader.KeyDown += new System.Windows.Forms.KeyEventHandler(this.syntaxEditorScriptHeader_KeyDown);
			// 
			// backgroundWorkerAddReferences
			// 
			this.backgroundWorkerAddReferences.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorkerAddReferences_DoWork);
			// 
			// labelHeader
			// 
			this.labelHeader.BackColor = System.Drawing.Color.Transparent;
			// 
			// 
			// 
			this.labelHeader.BackgroundStyle.BackColor = System.Drawing.Color.YellowGreen;
			this.labelHeader.BackgroundStyle.BackColor2 = System.Drawing.Color.Green;
			this.labelHeader.BackgroundStyle.BackColorGradientAngle = 90;
			this.labelHeader.BackgroundStyle.Class = "";
			this.labelHeader.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelHeader.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelHeader.ForeColor = System.Drawing.Color.White;
			this.labelHeader.Location = new System.Drawing.Point(0, 0);
			this.labelHeader.Name = "labelHeader";
			this.labelHeader.Size = new System.Drawing.Size(269, 23);
			this.labelHeader.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.labelHeader.TabIndex = 23;
			this.labelHeader.Text = "labelX1";
			this.labelHeader.TextAlignment = System.Drawing.StringAlignment.Center;
			// 
			// labelDescription
			// 
			// 
			// 
			// 
			this.labelDescription.BackgroundStyle.Class = "";
			this.labelDescription.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.labelDescription.Dock = System.Windows.Forms.DockStyle.Top;
			this.labelDescription.ForeColor = System.Drawing.Color.White;
			this.labelDescription.Location = new System.Drawing.Point(0, 23);
			this.labelDescription.Name = "labelDescription";
			this.labelDescription.Size = new System.Drawing.Size(269, 23);
			this.labelDescription.TabIndex = 24;
			this.labelDescription.Text = "labelX1";
			// 
			// NamingEditor
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.syntaxEditorOffscreen);
			this.Controls.Add(this.syntaxEditorScriptHeader);
			this.Controls.Add(this.labelDescription);
			this.Controls.Add(this.labelHeader);
			this.Name = "NamingEditor";
			this.Size = new System.Drawing.Size(269, 150);
			this.ResumeLayout(false);

		}
Пример #54
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document          document1 = new ActiproSoftware.SyntaxEditor.Document();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucNoChangeEditor));
     this.titleLabel   = new System.Windows.Forms.Label();
     this.syntaxEditor = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.panel1       = new System.Windows.Forms.Panel();
     this.warningLabel = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // titleLabel
     //
     this.titleLabel.Dock      = System.Windows.Forms.DockStyle.Top;
     this.titleLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.titleLabel.Location  = new System.Drawing.Point(0, 0);
     this.titleLabel.Name      = "titleLabel";
     this.titleLabel.Size      = new System.Drawing.Size(748, 20);
     this.titleLabel.TabIndex  = 0;
     this.titleLabel.Text      = "This File Has No Changes";
     this.titleLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // syntaxEditor
     //
     this.syntaxEditor.Dock     = System.Windows.Forms.DockStyle.Fill;
     document1.ReadOnly         = true;
     this.syntaxEditor.Document = document1;
     this.syntaxEditor.Location = new System.Drawing.Point(0, 68);
     this.syntaxEditor.Name     = "syntaxEditor";
     this.syntaxEditor.Size     = new System.Drawing.Size(748, 431);
     this.syntaxEditor.TabIndex = 1;
     //
     // panel1
     //
     this.panel1.AutoSize     = true;
     this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panel1.Controls.Add(this.warningLabel);
     this.panel1.Controls.Add(this.titleLabel);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(748, 68);
     this.panel1.TabIndex = 2;
     //
     // warningLabel
     //
     this.warningLabel.AutoSize    = true;
     this.warningLabel.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.warningLabel.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.warningLabel.ForeColor   = System.Drawing.Color.Red;
     this.warningLabel.Location    = new System.Drawing.Point(0, 20);
     this.warningLabel.MaximumSize = new System.Drawing.Size(600, 0);
     this.warningLabel.Name        = "warningLabel";
     this.warningLabel.Size        = new System.Drawing.Size(589, 48);
     this.warningLabel.TabIndex    = 1;
     this.warningLabel.Text        = resources.GetString("warningLabel.Text");
     this.warningLabel.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // ucNoChangeEditor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.syntaxEditor);
     this.Controls.Add(this.panel1);
     this.Name = "ucNoChangeEditor";
     this.Size = new System.Drawing.Size(748, 499);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            ActiproSoftware.SyntaxEditor.Document document4 = new ActiproSoftware.SyntaxEditor.Document();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.syntaxEditor1 = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.label1 = new System.Windows.Forms.Label();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.SuspendLayout();
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(3, 12);
            this.textBox1.Multiline = true;
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(364, 206);
            this.textBox1.TabIndex = 0;
            this.textBox1.Text = "aa\r\nbb\r\ncc\r\ndd\r\nee\r\nff";
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(394, 12);
            this.textBox2.Multiline = true;
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(262, 206);
            this.textBox2.TabIndex = 1;
            this.textBox2.Text = "aa\r\nrr\r\ntt\r\nyy\r\nuu\r\nff";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(292, 253);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(96, 34);
            this.button1.TabIndex = 3;
            this.button1.Text = "Merge";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // syntaxEditor1
            // 
            this.syntaxEditor1.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.syntaxEditor1.Document = document4;
            this.syntaxEditor1.Location = new System.Drawing.Point(676, 12);
            this.syntaxEditor1.Name = "syntaxEditor1";
            this.syntaxEditor1.Size = new System.Drawing.Size(492, 409);
            this.syntaxEditor1.TabIndex = 4;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(321, 305);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(46, 17);
            this.label1.TabIndex = 5;
            this.label1.Text = "label1";
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(324, 339);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(160, 21);
            this.checkBox1.TabIndex = 6;
            this.checkBox1.Text = "Identify conflicts only";
            this.checkBox1.UseVisualStyleBackColor = true;
            // 
            // frmIntelliMergeTest
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1180, 433);
            this.Controls.Add(this.checkBox1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.syntaxEditor1);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.textBox2);
            this.Controls.Add(this.textBox1);
            this.Name = "frmIntelliMergeTest";
            this.Text = "frmIntelliMergeTest";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
		/// <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(ucTextMergeEditor));
            ActiproSoftware.SyntaxEditor.Document document1 = new ActiproSoftware.SyntaxEditor.Document();
            ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
            this.imageListStatuses = new System.Windows.Forms.ImageList(this.components);
            this.imageListNodes = new System.Windows.Forms.ImageList(this.components);
            this.toolTipForButtons = new System.Windows.Forms.ToolTip(this.components);
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.editorOriginal = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.originalButtonPanel = new System.Windows.Forms.Panel();
            this.toolStrip2 = new System.Windows.Forms.ToolStrip();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.editorResolved = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
            this.resolvedButtonPanel = new System.Windows.Forms.Panel();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonEnableEditing = new System.Windows.Forms.ToolStripButton();
            this.imageListArrows = new System.Windows.Forms.ImageList(this.components);
            this.panelWarning = new System.Windows.Forms.Panel();
            this.lbWarningText = new System.Windows.Forms.Label();
            this.toolStripButtonPrevConflict = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonNextConflict = new System.Windows.Forms.ToolStripButton();
            this.btnAccept = new System.Windows.Forms.ToolStripButton();
            this.fontDialog1 = new System.Windows.Forms.FontDialog();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.toolStrip2.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.panelWarning.SuspendLayout();
            this.SuspendLayout();
            // 
            // imageListStatuses
            // 
            this.imageListStatuses.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListStatuses.ImageStream")));
            this.imageListStatuses.TransparentColor = System.Drawing.Color.Magenta;
            this.imageListStatuses.Images.SetKeyName(0, "");
            this.imageListStatuses.Images.SetKeyName(1, "");
            this.imageListStatuses.Images.SetKeyName(2, "");
            this.imageListStatuses.Images.SetKeyName(3, "");
            this.imageListStatuses.Images.SetKeyName(4, "");
            this.imageListStatuses.Images.SetKeyName(5, "");
            // 
            // imageListNodes
            // 
            this.imageListNodes.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListNodes.ImageStream")));
            this.imageListNodes.TransparentColor = System.Drawing.Color.Magenta;
            this.imageListNodes.Images.SetKeyName(0, "");
            this.imageListNodes.Images.SetKeyName(1, "");
            this.imageListNodes.Images.SetKeyName(2, "");
            this.imageListNodes.Images.SetKeyName(3, "");
            this.imageListNodes.Images.SetKeyName(4, "");
            this.imageListNodes.Images.SetKeyName(5, "");
            this.imageListNodes.Images.SetKeyName(6, "");
            this.imageListNodes.Images.SetKeyName(7, "");
            this.imageListNodes.Images.SetKeyName(8, "");
            this.imageListNodes.Images.SetKeyName(9, "");
            this.imageListNodes.Images.SetKeyName(10, "");
            this.imageListNodes.Images.SetKeyName(11, "");
            this.imageListNodes.Images.SetKeyName(12, "");
            this.imageListNodes.Images.SetKeyName(13, "");
            this.imageListNodes.Images.SetKeyName(14, "");
            this.imageListNodes.Images.SetKeyName(15, "VSObject_Event.bmp");
            this.imageListNodes.Images.SetKeyName(16, "VSObject_Constant.bmp");
            this.imageListNodes.Images.SetKeyName(17, "VSObject_Operator.bmp");
            this.imageListNodes.Images.SetKeyName(18, "VSObject_Structure.bmp");
            this.imageListNodes.Images.SetKeyName(19, "VSObject_Interface.bmp");
            this.imageListNodes.Images.SetKeyName(20, "VSObject_Enum.bmp");
            this.imageListNodes.Images.SetKeyName(21, "VSObject_Delegate.bmp");
            // 
            // splitContainer1
            // 
            this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 69);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.BackColor = System.Drawing.SystemColors.Control;
            this.splitContainer1.Panel1.Controls.Add(this.editorOriginal);
            this.splitContainer1.Panel1.Controls.Add(this.originalButtonPanel);
            this.splitContainer1.Panel1.Controls.Add(this.toolStrip2);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.editorResolved);
            this.splitContainer1.Panel2.Controls.Add(this.resolvedButtonPanel);
            this.splitContainer1.Panel2.Controls.Add(this.toolStrip1);
            this.splitContainer1.Size = new System.Drawing.Size(833, 643);
            this.splitContainer1.SplitterDistance = 408;
            this.splitContainer1.SplitterWidth = 5;
            this.splitContainer1.TabIndex = 1;
            // 
            // editorOriginal
            // 
            this.editorOriginal.Dock = System.Windows.Forms.DockStyle.Fill;
            document1.ReadOnly = true;
            this.editorOriginal.Document = document1;
            this.editorOriginal.LineNumberMarginVisible = true;
            this.editorOriginal.Location = new System.Drawing.Point(0, 25);
            this.editorOriginal.Margin = new System.Windows.Forms.Padding(2);
            this.editorOriginal.Name = "editorOriginal";
            this.editorOriginal.Size = new System.Drawing.Size(354, 614);
            this.editorOriginal.TabIndex = 2;
            this.editorOriginal.UserMarginVisible = true;
            this.editorOriginal.ViewVerticalScroll += new ActiproSoftware.SyntaxEditor.EditorViewEventHandler(this.editorOriginal_ViewVerticalScroll);
            this.editorOriginal.Resize += new System.EventHandler(this.editorOriginal_Resize);
            this.editorOriginal.UserMarginPaint += new ActiproSoftware.SyntaxEditor.UserMarginPaintEventHandler(this.editorOriginal_UserMarginPaint);
            // 
            // originalButtonPanel
            // 
            this.originalButtonPanel.Dock = System.Windows.Forms.DockStyle.Right;
            this.originalButtonPanel.Location = new System.Drawing.Point(354, 25);
            this.originalButtonPanel.MaximumSize = new System.Drawing.Size(50, 0);
            this.originalButtonPanel.MinimumSize = new System.Drawing.Size(50, 0);
            this.originalButtonPanel.Name = "originalButtonPanel";
            this.originalButtonPanel.Padding = new System.Windows.Forms.Padding(33, 0, 0, 0);
            this.originalButtonPanel.Size = new System.Drawing.Size(50, 0);
            this.originalButtonPanel.TabIndex = 5;
            // 
            // toolStrip2
            // 
            this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonPrevConflict,
            this.toolStripSeparator1,
            this.toolStripButtonNextConflict});
            this.toolStrip2.Location = new System.Drawing.Point(0, 0);
            this.toolStrip2.Name = "toolStrip2";
            this.toolStrip2.Size = new System.Drawing.Size(404, 25);
            this.toolStrip2.TabIndex = 5;
            this.toolStrip2.Text = "toolStrip2";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // editorResolved
            // 
            this.editorResolved.Dock = System.Windows.Forms.DockStyle.Fill;
            this.editorResolved.Document = document2;
            this.editorResolved.LineNumberMarginVisible = true;
            this.editorResolved.Location = new System.Drawing.Point(0, 25);
            this.editorResolved.Margin = new System.Windows.Forms.Padding(2);
            this.editorResolved.Name = "editorResolved";
            this.editorResolved.Size = new System.Drawing.Size(366, 614);
            this.editorResolved.TabIndex = 3;
            this.editorResolved.UserMarginVisible = true;
            this.editorResolved.ViewVerticalScroll += new ActiproSoftware.SyntaxEditor.EditorViewEventHandler(this.editorResolved_ViewVerticalScroll);
            this.editorResolved.Resize += new System.EventHandler(this.editorResolved_Resize);
            this.editorResolved.UserMarginPaint += new ActiproSoftware.SyntaxEditor.UserMarginPaintEventHandler(this.editorResolved_UserMarginPaint);
            // 
            // resolvedButtonPanel
            // 
            this.resolvedButtonPanel.Dock = System.Windows.Forms.DockStyle.Right;
            this.resolvedButtonPanel.Location = new System.Drawing.Point(366, 25);
            this.resolvedButtonPanel.MaximumSize = new System.Drawing.Size(50, 0);
            this.resolvedButtonPanel.MinimumSize = new System.Drawing.Size(50, 0);
            this.resolvedButtonPanel.Name = "resolvedButtonPanel";
            this.resolvedButtonPanel.Size = new System.Drawing.Size(50, 0);
            this.resolvedButtonPanel.TabIndex = 4;
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonEnableEditing,
            this.btnAccept});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(416, 25);
            this.toolStrip1.TabIndex = 3;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripButtonEnableEditing
            // 
            this.toolStripButtonEnableEditing.CheckOnClick = true;
            this.toolStripButtonEnableEditing.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonEnableEditing.Name = "toolStripButtonEnableEditing";
            this.toolStripButtonEnableEditing.Size = new System.Drawing.Size(89, 22);
            this.toolStripButtonEnableEditing.Text = " Enable Editing";
            this.toolStripButtonEnableEditing.ToolTipText = "Enable/Disable Editing";
            this.toolStripButtonEnableEditing.CheckedChanged += new System.EventHandler(this.toolStripButtonEnableEditing_CheckedChanged);
            // 
            // imageListArrows
            // 
            this.imageListArrows.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListArrows.ImageStream")));
            this.imageListArrows.TransparentColor = System.Drawing.Color.Transparent;
            this.imageListArrows.Images.SetKeyName(0, "green_arrow.png");
            this.imageListArrows.Images.SetKeyName(1, "blue_arrow.png");
            this.imageListArrows.Images.SetKeyName(2, "error_16.png");
            // 
            // panelWarning
            // 
            this.panelWarning.Controls.Add(this.lbWarningText);
            this.panelWarning.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelWarning.Location = new System.Drawing.Point(0, 0);
            this.panelWarning.Name = "panelWarning";
            this.panelWarning.Size = new System.Drawing.Size(833, 69);
            this.panelWarning.TabIndex = 0;
            this.panelWarning.Visible = false;
            // 
            // lbWarningText
            // 
            this.lbWarningText.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lbWarningText.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbWarningText.ForeColor = System.Drawing.Color.Red;
            this.lbWarningText.Location = new System.Drawing.Point(0, 0);
            this.lbWarningText.Name = "lbWarningText";
            this.lbWarningText.Size = new System.Drawing.Size(833, 69);
            this.lbWarningText.TabIndex = 0;
            this.lbWarningText.Text = "Warning Text";
            // 
            // toolStripButtonPrevConflict
            // 
            this.toolStripButtonPrevConflict.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPrevConflict.Image")));
            this.toolStripButtonPrevConflict.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonPrevConflict.Name = "toolStripButtonPrevConflict";
            this.toolStripButtonPrevConflict.Size = new System.Drawing.Size(95, 22);
            this.toolStripButtonPrevConflict.Text = "Prev Conflict";
            this.toolStripButtonPrevConflict.ToolTipText = "Goto previous conflict";
            this.toolStripButtonPrevConflict.Click += new System.EventHandler(this.toolStripButtonPrevConflict_Click);
            // 
            // toolStripButtonNextConflict
            // 
            this.toolStripButtonNextConflict.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNextConflict.Image")));
            this.toolStripButtonNextConflict.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonNextConflict.Name = "toolStripButtonNextConflict";
            this.toolStripButtonNextConflict.Size = new System.Drawing.Size(96, 22);
            this.toolStripButtonNextConflict.Text = "Next Conflict";
            this.toolStripButtonNextConflict.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.toolStripButtonNextConflict.ToolTipText = "Goto next conflict";
            this.toolStripButtonNextConflict.Click += new System.EventHandler(this.toolStripButtonNextConflict_Click);
            // 
            // btnAccept
            // 
            this.btnAccept.Enabled = false;
            this.btnAccept.Image = ((System.Drawing.Image)(resources.GetObject("btnAccept.Image")));
            this.btnAccept.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.btnAccept.Name = "btnAccept";
            this.btnAccept.Size = new System.Drawing.Size(124, 22);
            this.btnAccept.Text = "Accept Text Below";
            this.btnAccept.Click += new System.EventHandler(this.btnAccept_Click);
            // 
            // ucTextMergeEditor
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.panelWarning);
            this.Name = "ucTextMergeEditor";
            this.Size = new System.Drawing.Size(833, 712);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            this.splitContainer1.ResumeLayout(false);
            this.toolStrip2.ResumeLayout(false);
            this.toolStrip2.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.panelWarning.ResumeLayout(false);
            this.ResumeLayout(false);

		}
Пример #57
0
 /// <summary>
 /// 此為設計工具支援所需的方法 - 請勿使用程式碼編輯器
 /// 修改這個方法的內容。
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document document2 = new ActiproSoftware.SyntaxEditor.Document();
     this.tab                        = new System.Windows.Forms.TabControl();
     this.tpBasic                    = new System.Windows.Forms.TabPage();
     this.txtSQLTemplate             = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.txtRequestElement          = new System.Windows.Forms.TextBox();
     this.label4                     = new System.Windows.Forms.Label();
     this.label2                     = new System.Windows.Forms.Label();
     this.tpField                    = new System.Windows.Forms.TabPage();
     this.txtFieldListSource         = new System.Windows.Forms.TextBox();
     this.txtFieldListName           = new System.Windows.Forms.TextBox();
     this.btnAddField                = new System.Windows.Forms.Button();
     this.btnEditField               = new System.Windows.Forms.Button();
     this.btnDeleteField             = new System.Windows.Forms.Button();
     this.dgFieldList                = new System.Windows.Forms.DataGridView();
     this.colSource                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colAlias                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colTarget                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colRequired                = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colQuote                   = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colAutoNumber              = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.colInputConverter          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colOutputConverter         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSourceType              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colInputType               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label6                     = new System.Windows.Forms.Label();
     this.label5                     = new System.Windows.Forms.Label();
     this.tpConverter                = new System.Windows.Forms.TabPage();
     this.btnDeleteConverter         = new System.Windows.Forms.Button();
     this.btnEditConverter           = new System.Windows.Forms.Button();
     this.btnAddConverter            = new System.Windows.Forms.Button();
     this.dgConverters               = new System.Windows.Forms.DataGridView();
     this.colConverterName           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colConverterType           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.tpOther                    = new System.Windows.Forms.TabPage();
     this.tableLayoutPanel1          = new System.Windows.Forms.TableLayoutPanel();
     this.panel1                     = new System.Windows.Forms.Panel();
     this.dgVariables                = new System.Windows.Forms.DataGridView();
     this.colVarName                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colVarSource               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colOthers                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnRemoveVariable          = new System.Windows.Forms.Button();
     this.label13                    = new System.Windows.Forms.Label();
     this.btnAddVariable             = new System.Windows.Forms.Button();
     this.panel2                     = new System.Windows.Forms.Panel();
     this.dgProcessor                = new System.Windows.Forms.DataGridView();
     this.colProcessorType           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colProcessorName           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colProcessorSQL            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colProcessorInvalidMessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.btnRemoveProcessor         = new System.Windows.Forms.Button();
     this.label15                    = new System.Windows.Forms.Label();
     this.btnEditPreprocess          = new System.Windows.Forms.Button();
     this.btnAddProcessor            = new System.Windows.Forms.Button();
     this.label1                     = new System.Windows.Forms.Label();
     this.txtServiceName             = new System.Windows.Forms.TextBox();
     this.label3                     = new System.Windows.Forms.Label();
     this.btnPreview                 = new System.Windows.Forms.Button();
     this.tab.SuspendLayout();
     this.tpBasic.SuspendLayout();
     this.tpField.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgFieldList)).BeginInit();
     this.tpConverter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgConverters)).BeginInit();
     this.tpOther.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgVariables)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgProcessor)).BeginInit();
     this.SuspendLayout();
     //
     // tab
     //
     this.tab.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.tab.Controls.Add(this.tpBasic);
     this.tab.Controls.Add(this.tpField);
     this.tab.Controls.Add(this.tpConverter);
     this.tab.Controls.Add(this.tpOther);
     this.tab.Location      = new System.Drawing.Point(28, 74);
     this.tab.Name          = "tab";
     this.tab.SelectedIndex = 0;
     this.tab.Size          = new System.Drawing.Size(598, 463);
     this.tab.TabIndex      = 5;
     //
     // tpBasic
     //
     this.tpBasic.Controls.Add(this.txtSQLTemplate);
     this.tpBasic.Controls.Add(this.txtRequestElement);
     this.tpBasic.Controls.Add(this.label4);
     this.tpBasic.Controls.Add(this.label2);
     this.tpBasic.Location = new System.Drawing.Point(4, 25);
     this.tpBasic.Name     = "tpBasic";
     this.tpBasic.Padding  = new System.Windows.Forms.Padding(3);
     this.tpBasic.Size     = new System.Drawing.Size(590, 434);
     this.tpBasic.TabIndex = 0;
     this.tpBasic.Text     = "基礎設定";
     this.tpBasic.UseVisualStyleBackColor = true;
     //
     // txtSQLTemplate
     //
     this.txtSQLTemplate.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.txtSQLTemplate.Document     = document2;
     this.txtSQLTemplate.Location     = new System.Drawing.Point(103, 44);
     this.txtSQLTemplate.Name         = "txtSQLTemplate";
     this.txtSQLTemplate.Size         = new System.Drawing.Size(438, 269);
     this.txtSQLTemplate.TabIndex     = 2;
     this.txtSQLTemplate.TextChanged += new System.EventHandler(this.OnDataChanged);
     //
     // txtRequestElement
     //
     this.txtRequestElement.Location     = new System.Drawing.Point(103, 10);
     this.txtRequestElement.Name         = "txtRequestElement";
     this.txtRequestElement.Size         = new System.Drawing.Size(438, 23);
     this.txtRequestElement.TabIndex     = 0;
     this.txtRequestElement.TextChanged += new System.EventHandler(this.OnDataChanged);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(39, 44);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(58, 16);
     this.label4.TabIndex = 1;
     this.label4.Text     = "SQL 範本";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(17, 13);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(80, 16);
     this.label2.TabIndex = 1;
     this.label2.Text     = "資料節點名稱";
     //
     // tpField
     //
     this.tpField.Controls.Add(this.txtFieldListSource);
     this.tpField.Controls.Add(this.txtFieldListName);
     this.tpField.Controls.Add(this.btnAddField);
     this.tpField.Controls.Add(this.btnEditField);
     this.tpField.Controls.Add(this.btnDeleteField);
     this.tpField.Controls.Add(this.dgFieldList);
     this.tpField.Controls.Add(this.label6);
     this.tpField.Controls.Add(this.label5);
     this.tpField.Location = new System.Drawing.Point(4, 22);
     this.tpField.Name     = "tpField";
     this.tpField.Padding  = new System.Windows.Forms.Padding(3);
     this.tpField.Size     = new System.Drawing.Size(590, 437);
     this.tpField.TabIndex = 1;
     this.tpField.Text     = "欄位設定";
     this.tpField.UseVisualStyleBackColor = true;
     //
     // txtFieldListSource
     //
     this.txtFieldListSource.Location     = new System.Drawing.Point(187, 21);
     this.txtFieldListSource.Name         = "txtFieldListSource";
     this.txtFieldListSource.Size         = new System.Drawing.Size(74, 23);
     this.txtFieldListSource.TabIndex     = 1;
     this.txtFieldListSource.Text         = "Field";
     this.txtFieldListSource.TextChanged += new System.EventHandler(this.OnDataChanged);
     //
     // txtFieldListName
     //
     this.txtFieldListName.Location     = new System.Drawing.Point(62, 21);
     this.txtFieldListName.Name         = "txtFieldListName";
     this.txtFieldListName.Size         = new System.Drawing.Size(74, 23);
     this.txtFieldListName.TabIndex     = 0;
     this.txtFieldListName.Text         = "FieldList";
     this.txtFieldListName.TextChanged += new System.EventHandler(this.OnDataChanged);
     //
     // btnAddField
     //
     this.btnAddField.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAddField.Location = new System.Drawing.Point(404, 379);
     this.btnAddField.Name     = "btnAddField";
     this.btnAddField.Size     = new System.Drawing.Size(45, 23);
     this.btnAddField.TabIndex = 3;
     this.btnAddField.Text     = "新增";
     this.btnAddField.UseVisualStyleBackColor = true;
     this.btnAddField.Click += new System.EventHandler(this.btnAddField_Click);
     //
     // btnEditField
     //
     this.btnEditField.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEditField.Location = new System.Drawing.Point(455, 379);
     this.btnEditField.Name     = "btnEditField";
     this.btnEditField.Size     = new System.Drawing.Size(45, 23);
     this.btnEditField.TabIndex = 4;
     this.btnEditField.Text     = "編輯";
     this.btnEditField.UseVisualStyleBackColor = true;
     this.btnEditField.Click += new System.EventHandler(this.btnEditField_Click);
     //
     // btnDeleteField
     //
     this.btnDeleteField.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDeleteField.Location = new System.Drawing.Point(506, 379);
     this.btnDeleteField.Name     = "btnDeleteField";
     this.btnDeleteField.Size     = new System.Drawing.Size(45, 23);
     this.btnDeleteField.TabIndex = 5;
     this.btnDeleteField.Text     = "刪除";
     this.btnDeleteField.UseVisualStyleBackColor = true;
     this.btnDeleteField.Click += new System.EventHandler(this.btnDeleteField_Click);
     //
     // dgFieldList
     //
     this.dgFieldList.AllowUserToAddRows    = false;
     this.dgFieldList.AllowUserToDeleteRows = false;
     this.dgFieldList.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.dgFieldList.BackgroundColor             = System.Drawing.Color.White;
     this.dgFieldList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgFieldList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colSource,
         this.colAlias,
         this.colTarget,
         this.colRequired,
         this.colQuote,
         this.colAutoNumber,
         this.colInputConverter,
         this.colOutputConverter,
         this.colSourceType,
         this.colInputType
     });
     this.dgFieldList.Location                   = new System.Drawing.Point(27, 50);
     this.dgFieldList.Name                       = "dgFieldList";
     this.dgFieldList.ReadOnly                   = true;
     this.dgFieldList.RowTemplate.Height         = 24;
     this.dgFieldList.Size                       = new System.Drawing.Size(534, 323);
     this.dgFieldList.TabIndex                   = 2;
     this.dgFieldList.RowHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgFieldList_RowHeaderMouseDoubleClick);
     this.dgFieldList.RowsAdded                 += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.OnDataChanged);
     this.dgFieldList.RowsRemoved               += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.OnDataChanged);
     this.dgFieldList.KeyUp                     += new System.Windows.Forms.KeyEventHandler(this.dgFieldList_KeyUp);
     //
     // colSource
     //
     this.colSource.HeaderText = "Source";
     this.colSource.Name       = "colSource";
     this.colSource.ReadOnly   = true;
     //
     // colAlias
     //
     this.colAlias.HeaderText = "Alias";
     this.colAlias.Name       = "colAlias";
     this.colAlias.ReadOnly   = true;
     //
     // colTarget
     //
     this.colTarget.HeaderText = "Target";
     this.colTarget.Name       = "colTarget";
     this.colTarget.ReadOnly   = true;
     //
     // colRequired
     //
     this.colRequired.HeaderText = "Required";
     this.colRequired.Name       = "colRequired";
     this.colRequired.ReadOnly   = true;
     //
     // colQuote
     //
     this.colQuote.HeaderText = "Quote";
     this.colQuote.Name       = "colQuote";
     this.colQuote.ReadOnly   = true;
     //
     // colAutoNumber
     //
     this.colAutoNumber.HeaderText = "AutoNumber";
     this.colAutoNumber.Name       = "colAutoNumber";
     this.colAutoNumber.ReadOnly   = true;
     //
     // colInputConverter
     //
     this.colInputConverter.HeaderText = "InputConverter";
     this.colInputConverter.Name       = "colInputConverter";
     this.colInputConverter.ReadOnly   = true;
     //
     // colOutputConverter
     //
     this.colOutputConverter.HeaderText = "OutputConverter";
     this.colOutputConverter.Name       = "colOutputConverter";
     this.colOutputConverter.ReadOnly   = true;
     //
     // colSourceType
     //
     this.colSourceType.HeaderText = "SourceType";
     this.colSourceType.Name       = "colSourceType";
     this.colSourceType.ReadOnly   = true;
     //
     // colInputType
     //
     this.colInputType.HeaderText = "InputType";
     this.colInputType.Name       = "colInputType";
     this.colInputType.ReadOnly   = true;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(149, 24);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(32, 16);
     this.label6.TabIndex = 1;
     this.label6.Text     = "來源";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(24, 24);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(32, 16);
     this.label5.TabIndex = 1;
     this.label5.Text     = "名稱";
     //
     // tpConverter
     //
     this.tpConverter.Controls.Add(this.btnDeleteConverter);
     this.tpConverter.Controls.Add(this.btnEditConverter);
     this.tpConverter.Controls.Add(this.btnAddConverter);
     this.tpConverter.Controls.Add(this.dgConverters);
     this.tpConverter.Location = new System.Drawing.Point(4, 22);
     this.tpConverter.Name     = "tpConverter";
     this.tpConverter.Padding  = new System.Windows.Forms.Padding(3);
     this.tpConverter.Size     = new System.Drawing.Size(590, 437);
     this.tpConverter.TabIndex = 5;
     this.tpConverter.Text     = "Converter";
     this.tpConverter.UseVisualStyleBackColor = true;
     //
     // btnDeleteConverter
     //
     this.btnDeleteConverter.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDeleteConverter.Location = new System.Drawing.Point(503, 23);
     this.btnDeleteConverter.Name     = "btnDeleteConverter";
     this.btnDeleteConverter.Size     = new System.Drawing.Size(57, 23);
     this.btnDeleteConverter.TabIndex = 6;
     this.btnDeleteConverter.Text     = "刪除";
     this.btnDeleteConverter.UseVisualStyleBackColor = true;
     this.btnDeleteConverter.Click += new System.EventHandler(this.btnDeleteConverter_Click);
     //
     // btnEditConverter
     //
     this.btnEditConverter.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEditConverter.Location = new System.Drawing.Point(440, 23);
     this.btnEditConverter.Name     = "btnEditConverter";
     this.btnEditConverter.Size     = new System.Drawing.Size(57, 23);
     this.btnEditConverter.TabIndex = 5;
     this.btnEditConverter.Text     = "編輯";
     this.btnEditConverter.UseVisualStyleBackColor = true;
     this.btnEditConverter.Click += new System.EventHandler(this.btnEditConverter_Click);
     //
     // btnAddConverter
     //
     this.btnAddConverter.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAddConverter.Location = new System.Drawing.Point(377, 23);
     this.btnAddConverter.Name     = "btnAddConverter";
     this.btnAddConverter.Size     = new System.Drawing.Size(57, 23);
     this.btnAddConverter.TabIndex = 4;
     this.btnAddConverter.Text     = "新增";
     this.btnAddConverter.UseVisualStyleBackColor = true;
     this.btnAddConverter.Click += new System.EventHandler(this.btnAddConverter_Click);
     //
     // dgConverters
     //
     this.dgConverters.AllowUserToAddRows    = false;
     this.dgConverters.AllowUserToDeleteRows = false;
     this.dgConverters.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.dgConverters.BackgroundColor             = System.Drawing.Color.White;
     this.dgConverters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgConverters.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colConverterName,
         this.colConverterType
     });
     this.dgConverters.Location           = new System.Drawing.Point(26, 52);
     this.dgConverters.Name               = "dgConverters";
     this.dgConverters.ReadOnly           = true;
     this.dgConverters.RowTemplate.Height = 24;
     this.dgConverters.Size               = new System.Drawing.Size(534, 313);
     this.dgConverters.TabIndex           = 7;
     //
     // colConverterName
     //
     this.colConverterName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colConverterName.HeaderText   = "Converter Name";
     this.colConverterName.Name         = "colConverterName";
     this.colConverterName.ReadOnly     = true;
     //
     // colConverterType
     //
     this.colConverterType.HeaderText = "Type";
     this.colConverterType.Name       = "colConverterType";
     this.colConverterType.ReadOnly   = true;
     //
     // tpOther
     //
     this.tpOther.Controls.Add(this.tableLayoutPanel1);
     this.tpOther.Location = new System.Drawing.Point(4, 22);
     this.tpOther.Name     = "tpOther";
     this.tpOther.Padding  = new System.Windows.Forms.Padding(3);
     this.tpOther.Size     = new System.Drawing.Size(590, 437);
     this.tpOther.TabIndex = 4;
     this.tpOther.Text     = "進階設定";
     this.tpOther.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 1;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(584, 431);
     this.tableLayoutPanel1.TabIndex = 15;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.dgVariables);
     this.panel1.Controls.Add(this.btnRemoveVariable);
     this.panel1.Controls.Add(this.label13);
     this.panel1.Controls.Add(this.btnAddVariable);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(578, 209);
     this.panel1.TabIndex = 3;
     //
     // dgVariables
     //
     this.dgVariables.AllowUserToAddRows    = false;
     this.dgVariables.AllowUserToDeleteRows = false;
     this.dgVariables.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.dgVariables.BackgroundColor             = System.Drawing.Color.White;
     this.dgVariables.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgVariables.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colVarName,
         this.colVarSource,
         this.colOthers
     });
     this.dgVariables.Location           = new System.Drawing.Point(21, 39);
     this.dgVariables.Name               = "dgVariables";
     this.dgVariables.RowTemplate.Height = 24;
     this.dgVariables.Size               = new System.Drawing.Size(543, 155);
     this.dgVariables.TabIndex           = 2;
     this.dgVariables.RowsAdded         += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.OnDataChanged);
     this.dgVariables.RowsRemoved       += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.OnDataChanged);
     //
     // colVarName
     //
     this.colVarName.HeaderText = "Name";
     this.colVarName.Name       = "colVarName";
     //
     // colVarSource
     //
     this.colVarSource.HeaderText = "Source";
     this.colVarSource.Name       = "colVarSource";
     //
     // colOthers
     //
     this.colOthers.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colOthers.HeaderText   = "Others";
     this.colOthers.Name         = "colOthers";
     //
     // btnRemoveVariable
     //
     this.btnRemoveVariable.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRemoveVariable.Location = new System.Drawing.Point(520, 10);
     this.btnRemoveVariable.Name     = "btnRemoveVariable";
     this.btnRemoveVariable.Size     = new System.Drawing.Size(45, 23);
     this.btnRemoveVariable.TabIndex = 1;
     this.btnRemoveVariable.Text     = "刪除";
     this.btnRemoveVariable.UseVisualStyleBackColor = true;
     this.btnRemoveVariable.Click += new System.EventHandler(this.btnRemoveVariable_Click);
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(18, 17);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(124, 16);
     this.label13.TabIndex = 14;
     this.label13.Text     = "InternalVariable 設定";
     //
     // btnAddVariable
     //
     this.btnAddVariable.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAddVariable.Location = new System.Drawing.Point(469, 10);
     this.btnAddVariable.Name     = "btnAddVariable";
     this.btnAddVariable.Size     = new System.Drawing.Size(45, 23);
     this.btnAddVariable.TabIndex = 0;
     this.btnAddVariable.Text     = "新增";
     this.btnAddVariable.UseVisualStyleBackColor = true;
     this.btnAddVariable.Click += new System.EventHandler(this.btnAddVariable_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.dgProcessor);
     this.panel2.Controls.Add(this.btnRemoveProcessor);
     this.panel2.Controls.Add(this.label15);
     this.panel2.Controls.Add(this.btnEditPreprocess);
     this.panel2.Controls.Add(this.btnAddProcessor);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(3, 218);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(578, 210);
     this.panel2.TabIndex = 4;
     //
     // dgProcessor
     //
     this.dgProcessor.AllowUserToAddRows    = false;
     this.dgProcessor.AllowUserToDeleteRows = false;
     this.dgProcessor.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.dgProcessor.BackgroundColor             = System.Drawing.Color.White;
     this.dgProcessor.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgProcessor.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colProcessorType,
         this.colProcessorName,
         this.colProcessorSQL,
         this.colProcessorInvalidMessage
     });
     this.dgProcessor.Location                   = new System.Drawing.Point(19, 42);
     this.dgProcessor.Name                       = "dgProcessor";
     this.dgProcessor.RowTemplate.Height         = 24;
     this.dgProcessor.Size                       = new System.Drawing.Size(543, 156);
     this.dgProcessor.TabIndex                   = 17;
     this.dgProcessor.RowHeaderMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgProcessor_RowHeaderMouseDoubleClick);
     this.dgProcessor.RowsAdded                 += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.OnDataChanged);
     this.dgProcessor.RowsRemoved               += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.OnDataChanged);
     this.dgProcessor.KeyUp                     += new System.Windows.Forms.KeyEventHandler(this.dgProcessor_KeyUp);
     //
     // colProcessorType
     //
     this.colProcessorType.HeaderText = "Type";
     this.colProcessorType.Name       = "colProcessorType";
     //
     // colProcessorName
     //
     this.colProcessorName.HeaderText = "Name";
     this.colProcessorName.Name       = "colProcessorName";
     //
     // colProcessorSQL
     //
     this.colProcessorSQL.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colProcessorSQL.HeaderText   = "SQL";
     this.colProcessorSQL.Name         = "colProcessorSQL";
     //
     // colProcessorInvalidMessage
     //
     this.colProcessorInvalidMessage.HeaderText = "InvalidMessage";
     this.colProcessorInvalidMessage.Name       = "colProcessorInvalidMessage";
     //
     // btnRemoveProcessor
     //
     this.btnRemoveProcessor.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRemoveProcessor.Location = new System.Drawing.Point(518, 13);
     this.btnRemoveProcessor.Name     = "btnRemoveProcessor";
     this.btnRemoveProcessor.Size     = new System.Drawing.Size(45, 23);
     this.btnRemoveProcessor.TabIndex = 16;
     this.btnRemoveProcessor.Text     = "刪除";
     this.btnRemoveProcessor.UseVisualStyleBackColor = true;
     this.btnRemoveProcessor.Click += new System.EventHandler(this.btnRemoveProcessor_Click);
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(18, 20);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(96, 16);
     this.label15.TabIndex = 18;
     this.label15.Text     = "Preprocess 設定";
     //
     // btnEditPreprocess
     //
     this.btnEditPreprocess.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEditPreprocess.Location = new System.Drawing.Point(467, 13);
     this.btnEditPreprocess.Name     = "btnEditPreprocess";
     this.btnEditPreprocess.Size     = new System.Drawing.Size(45, 23);
     this.btnEditPreprocess.TabIndex = 15;
     this.btnEditPreprocess.Text     = "編輯";
     this.btnEditPreprocess.UseVisualStyleBackColor = true;
     this.btnEditPreprocess.Click += new System.EventHandler(this.btnEditPreprocess_Click);
     //
     // btnAddProcessor
     //
     this.btnAddProcessor.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAddProcessor.Location = new System.Drawing.Point(416, 13);
     this.btnAddProcessor.Name     = "btnAddProcessor";
     this.btnAddProcessor.Size     = new System.Drawing.Size(45, 23);
     this.btnAddProcessor.TabIndex = 15;
     this.btnAddProcessor.Text     = "新增";
     this.btnAddProcessor.UseVisualStyleBackColor = true;
     this.btnAddProcessor.Click += new System.EventHandler(this.btnAddProcessor_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(36, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(75, 16);
     this.label1.TabIndex = 6;
     this.label1.Text     = "Service 名稱";
     //
     // txtServiceName
     //
     this.txtServiceName.Location = new System.Drawing.Point(118, 45);
     this.txtServiceName.Name     = "txtServiceName";
     this.txtServiceName.ReadOnly = true;
     this.txtServiceName.Size     = new System.Drawing.Size(484, 23);
     this.txtServiceName.TabIndex = 4;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(36, 17);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(136, 16);
     this.label3.TabIndex = 6;
     this.label3.Text     = "服務類別 : 新增 ( Insert )";
     //
     // btnPreview
     //
     this.btnPreview.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPreview.Location = new System.Drawing.Point(509, 543);
     this.btnPreview.Name     = "btnPreview";
     this.btnPreview.Size     = new System.Drawing.Size(113, 23);
     this.btnPreview.TabIndex = 1;
     this.btnPreview.Text     = "Service XML 預覽";
     this.btnPreview.UseVisualStyleBackColor = true;
     this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
     //
     // InsertServiceEditor
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Controls.Add(this.tab);
     this.Controls.Add(this.btnPreview);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtServiceName);
     this.Font   = new System.Drawing.Font("微軟正黑體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name   = "InsertServiceEditor";
     this.Size   = new System.Drawing.Size(645, 577);
     this.tab.ResumeLayout(false);
     this.tpBasic.ResumeLayout(false);
     this.tpBasic.PerformLayout();
     this.tpField.ResumeLayout(false);
     this.tpField.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgFieldList)).EndInit();
     this.tpConverter.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgConverters)).EndInit();
     this.tpOther.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgVariables)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgProcessor)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #58
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     ActiproSoftware.SyntaxEditor.Document          document1 = new ActiproSoftware.SyntaxEditor.Document();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FilterConditionForm));
     this.btnSubmit     = new System.Windows.Forms.Button();
     this.tabControl1   = new System.Windows.Forms.TabControl();
     this.tabPage1      = new System.Windows.Forms.TabPage();
     this.btnRemove     = new System.Windows.Forms.Button();
     this.btnDesc       = new System.Windows.Forms.Button();
     this.btnASC        = new System.Windows.Forms.Button();
     this.cboFields     = new System.Windows.Forms.ComboBox();
     this.dgOrder       = new System.Windows.Forms.DataGridView();
     this.colColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.colSort       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label3        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.tabPage2      = new System.Windows.Forms.TabPage();
     this.label1        = new System.Windows.Forms.Label();
     this.txtCondition  = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgOrder)).BeginInit();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // btnSubmit
     //
     this.btnSubmit.Location = new System.Drawing.Point(319, 314);
     this.btnSubmit.Name     = "btnSubmit";
     this.btnSubmit.Size     = new System.Drawing.Size(75, 23);
     this.btnSubmit.TabIndex = 0;
     this.btnSubmit.Text     = "確定(&S)";
     this.btnSubmit.UseVisualStyleBackColor = true;
     this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Location      = new System.Drawing.Point(12, 12);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(382, 296);
     this.tabControl1.TabIndex      = 1;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.btnRemove);
     this.tabPage1.Controls.Add(this.btnDesc);
     this.tabPage1.Controls.Add(this.btnASC);
     this.tabPage1.Controls.Add(this.cboFields);
     this.tabPage1.Controls.Add(this.dgOrder);
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.label2);
     this.tabPage1.Location = new System.Drawing.Point(4, 25);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(374, 267);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "資料排序";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // btnRemove
     //
     this.btnRemove.Location = new System.Drawing.Point(214, 226);
     this.btnRemove.Name     = "btnRemove";
     this.btnRemove.Size     = new System.Drawing.Size(57, 23);
     this.btnRemove.TabIndex = 4;
     this.btnRemove.Text     = "刪除(&D)";
     this.btnRemove.UseVisualStyleBackColor = true;
     this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
     //
     // btnDesc
     //
     this.btnDesc.Location = new System.Drawing.Point(151, 226);
     this.btnDesc.Name     = "btnDesc";
     this.btnDesc.Size     = new System.Drawing.Size(57, 23);
     this.btnDesc.TabIndex = 3;
     this.btnDesc.Text     = "DESC";
     this.btnDesc.UseVisualStyleBackColor = true;
     this.btnDesc.Click += new System.EventHandler(this.btnDesc_Click);
     //
     // btnASC
     //
     this.btnASC.Location = new System.Drawing.Point(88, 226);
     this.btnASC.Name     = "btnASC";
     this.btnASC.Size     = new System.Drawing.Size(57, 23);
     this.btnASC.TabIndex = 2;
     this.btnASC.Text     = "ASC";
     this.btnASC.UseVisualStyleBackColor = true;
     this.btnASC.Click += new System.EventHandler(this.btnASC_Click);
     //
     // cboFields
     //
     this.cboFields.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboFields.FormattingEnabled = true;
     this.cboFields.Location          = new System.Drawing.Point(88, 196);
     this.cboFields.Name     = "cboFields";
     this.cboFields.Size     = new System.Drawing.Size(271, 24);
     this.cboFields.TabIndex = 1;
     //
     // dgOrder
     //
     this.dgOrder.AllowUserToAddRows    = false;
     this.dgOrder.AllowUserToDeleteRows = false;
     this.dgOrder.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.dgOrder.BackgroundColor             = System.Drawing.Color.White;
     this.dgOrder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dgOrder.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.colColumnName,
         this.colSort
     });
     this.dgOrder.Location           = new System.Drawing.Point(16, 31);
     this.dgOrder.Name               = "dgOrder";
     this.dgOrder.ReadOnly           = true;
     this.dgOrder.RowTemplate.Height = 24;
     this.dgOrder.SelectionMode      = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dgOrder.Size               = new System.Drawing.Size(343, 158);
     this.dgOrder.TabIndex           = 0;
     //
     // colColumnName
     //
     this.colColumnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.colColumnName.HeaderText   = "欄位名稱";
     this.colColumnName.Name         = "colColumnName";
     this.colColumnName.ReadOnly     = true;
     //
     // colSort
     //
     this.colSort.HeaderText = "排序";
     this.colSort.Name       = "colSort";
     this.colSort.ReadOnly   = true;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(14, 199);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(68, 16);
     this.label3.TabIndex = 2;
     this.label3.Text     = "已選取欄位";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(13, 12);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(68, 16);
     this.label2.TabIndex = 2;
     this.label2.Text     = "已選取欄位";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.label1);
     this.tabPage2.Controls.Add(this.txtCondition);
     this.tabPage2.Location = new System.Drawing.Point(4, 25);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(374, 267);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "篩選";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(7, 13);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(222, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "篩選字串 (範例 : uid> 10 and uid<=50)";
     //
     // txtCondition
     //
     this.txtCondition.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.txtCondition.Document = document1;
     this.txtCondition.Location = new System.Drawing.Point(6, 39);
     this.txtCondition.Name     = "txtCondition";
     this.txtCondition.Size     = new System.Drawing.Size(362, 219);
     this.txtCondition.TabIndex = 0;
     //
     // FilterConditionForm
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(406, 349);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.btnSubmit);
     this.Font         = new System.Drawing.Font("微軟正黑體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
     this.Icon         = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin       = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name         = "FilterConditionForm";
     this.Text         = "檢視資料選項";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FilterConditionForm_FormClosing);
     this.Load        += new System.EventHandler(this.FilterConditionForm_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgOrder)).EndInit();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #59
0
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ModelChanges));
			ActiproSoftware.SyntaxEditor.Document document3 = new ActiproSoftware.SyntaxEditor.Document();
			this.advTreeTables = new DevComponents.AdvTree.AdvTree();
			this.nodeNewEntities = new DevComponents.AdvTree.Node();
			this.node3 = new DevComponents.AdvTree.Node();
			this.node4 = new DevComponents.AdvTree.Node();
			this.elementStyle2 = new DevComponents.DotNetBar.ElementStyle();
			this.nodeModifiedEntities = new DevComponents.AdvTree.Node();
			this.node5 = new DevComponents.AdvTree.Node();
			this.node6 = new DevComponents.AdvTree.Node();
			this.nodeRemovedEntities = new DevComponents.AdvTree.Node();
			this.node7 = new DevComponents.AdvTree.Node();
			this.elementStyle5 = new DevComponents.DotNetBar.ElementStyle();
			this.nodeEmpty = new DevComponents.AdvTree.Node();
			this.nodeConnector1 = new DevComponents.AdvTree.NodeConnector();
			this.elementStyle1 = new DevComponents.DotNetBar.ElementStyle();
			this.elementStyle3 = new DevComponents.DotNetBar.ElementStyle();
			this.elementStyle4 = new DevComponents.DotNetBar.ElementStyle();
			this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
			this.panel1 = new System.Windows.Forms.Panel();
			this.syntaxEditorScript = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
			this.panel3 = new System.Windows.Forms.Panel();
			this.comboBoxDatabaseTypes = new System.Windows.Forms.ComboBox();
			this.buttonRunScript = new DevComponents.DotNetBar.ButtonX();
			this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
			this.buttonCopy = new DevComponents.DotNetBar.ButtonX();
			this.buttonCreateChangeScript = new DevComponents.DotNetBar.ButtonX();
			((System.ComponentModel.ISupportInitialize)(this.advTreeTables)).BeginInit();
			this.panel1.SuspendLayout();
			this.panel3.SuspendLayout();
			this.SuspendLayout();
			// 
			// advTreeTables
			// 
			this.advTreeTables.AccessibleRole = System.Windows.Forms.AccessibleRole.Outline;
			this.advTreeTables.AllowDrop = true;
			this.advTreeTables.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
			// 
			// 
			// 
			this.advTreeTables.BackgroundStyle.Class = "TreeBorderKey";
			this.advTreeTables.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.advTreeTables.ColumnsVisible = false;
			this.advTreeTables.Dock = System.Windows.Forms.DockStyle.Left;
			this.advTreeTables.ForeColor = System.Drawing.Color.White;
			this.advTreeTables.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
			this.advTreeTables.Location = new System.Drawing.Point(0, 0);
			this.advTreeTables.Name = "advTreeTables";
			this.advTreeTables.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.nodeNewEntities,
            this.nodeModifiedEntities,
            this.nodeRemovedEntities,
            this.nodeEmpty});
			this.advTreeTables.NodesConnector = this.nodeConnector1;
			this.advTreeTables.NodeStyle = this.elementStyle1;
			this.advTreeTables.PathSeparator = ";";
			this.advTreeTables.Size = new System.Drawing.Size(233, 373);
			this.advTreeTables.Styles.Add(this.elementStyle1);
			this.advTreeTables.Styles.Add(this.elementStyle2);
			this.advTreeTables.Styles.Add(this.elementStyle3);
			this.advTreeTables.Styles.Add(this.elementStyle4);
			this.advTreeTables.Styles.Add(this.elementStyle5);
			this.advTreeTables.TabIndex = 1;
			this.advTreeTables.Text = "Click \'Refresh\' to see changes in the database";
			// 
			// nodeNewEntities
			// 
			this.nodeNewEntities.CheckBoxThreeState = true;
			this.nodeNewEntities.CheckBoxVisible = true;
			this.nodeNewEntities.Expanded = true;
			this.nodeNewEntities.FullRowBackground = true;
			this.nodeNewEntities.Name = "nodeNewEntities";
			this.nodeNewEntities.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.node3,
            this.node4});
			this.nodeNewEntities.Style = this.elementStyle2;
			this.nodeNewEntities.Text = "Add these tables to database";
			// 
			// node3
			// 
			this.node3.CheckBoxVisible = true;
			this.node3.Name = "node3";
			this.node3.Text = "Table1";
			// 
			// node4
			// 
			this.node4.CheckBoxVisible = true;
			this.node4.Expanded = true;
			this.node4.Name = "node4";
			this.node4.Text = "Table2";
			// 
			// elementStyle2
			// 
			this.elementStyle2.BackColor = System.Drawing.Color.GreenYellow;
			this.elementStyle2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
			this.elementStyle2.BorderBottomWidth = 1;
			this.elementStyle2.BorderColor = System.Drawing.Color.DarkGray;
			this.elementStyle2.BorderLeftWidth = 1;
			this.elementStyle2.BorderRightWidth = 1;
			this.elementStyle2.BorderTopWidth = 1;
			this.elementStyle2.Class = "";
			this.elementStyle2.CornerDiameter = 4;
			this.elementStyle2.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.elementStyle2.Description = "Blue";
			this.elementStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.elementStyle2.Name = "elementStyle2";
			this.elementStyle2.PaddingBottom = 1;
			this.elementStyle2.PaddingLeft = 1;
			this.elementStyle2.PaddingRight = 1;
			this.elementStyle2.PaddingTop = 1;
			this.elementStyle2.TextColor = System.Drawing.Color.Black;
			// 
			// nodeModifiedEntities
			// 
			this.nodeModifiedEntities.CheckBoxThreeState = true;
			this.nodeModifiedEntities.CheckBoxVisible = true;
			this.nodeModifiedEntities.Expanded = true;
			this.nodeModifiedEntities.FullRowBackground = true;
			this.nodeModifiedEntities.Name = "nodeModifiedEntities";
			this.nodeModifiedEntities.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.node5});
			this.nodeModifiedEntities.Style = this.elementStyle2;
			this.nodeModifiedEntities.Text = "Tables with changes";
			// 
			// node5
			// 
			this.node5.CheckBoxVisible = true;
			this.node5.Expanded = true;
			this.node5.Name = "node5";
			this.node5.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.node6});
			this.node5.Text = "Table3";
			// 
			// node6
			// 
			this.node6.CheckBoxVisible = true;
			this.node6.Expanded = true;
			this.node6.Name = "node6";
			this.node6.Text = "Change 1";
			// 
			// nodeRemovedEntities
			// 
			this.nodeRemovedEntities.CheckBoxThreeState = true;
			this.nodeRemovedEntities.CheckBoxVisible = true;
			this.nodeRemovedEntities.Expanded = true;
			this.nodeRemovedEntities.FullRowBackground = true;
			this.nodeRemovedEntities.Name = "nodeRemovedEntities";
			this.nodeRemovedEntities.Nodes.AddRange(new DevComponents.AdvTree.Node[] {
            this.node7});
			this.nodeRemovedEntities.Style = this.elementStyle5;
			this.nodeRemovedEntities.Text = "Remove these tables from database";
			// 
			// node7
			// 
			this.node7.CheckBoxVisible = true;
			this.node7.Expanded = true;
			this.node7.Name = "node7";
			this.node7.Style = this.elementStyle5;
			this.node7.Text = "Table3";
			// 
			// elementStyle5
			// 
			this.elementStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(224)))), ((int)(((byte)(123)))));
			this.elementStyle5.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(25)))), ((int)(((byte)(25)))));
			this.elementStyle5.BorderBottomWidth = 1;
			this.elementStyle5.BorderColor = System.Drawing.Color.DarkGray;
			this.elementStyle5.BorderLeftWidth = 1;
			this.elementStyle5.BorderRightWidth = 1;
			this.elementStyle5.BorderTopWidth = 1;
			this.elementStyle5.Class = "";
			this.elementStyle5.CornerDiameter = 4;
			this.elementStyle5.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.elementStyle5.Description = "Orange";
			this.elementStyle5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
			this.elementStyle5.Name = "elementStyle5";
			this.elementStyle5.PaddingBottom = 1;
			this.elementStyle5.PaddingLeft = 1;
			this.elementStyle5.PaddingRight = 1;
			this.elementStyle5.PaddingTop = 1;
			this.elementStyle5.TextColor = System.Drawing.Color.Black;
			// 
			// nodeEmpty
			// 
			this.nodeEmpty.Expanded = true;
			this.nodeEmpty.Image = ((System.Drawing.Image)(resources.GetObject("nodeEmpty.Image")));
			this.nodeEmpty.Name = "nodeEmpty";
			this.nodeEmpty.Text = "Click \'Refresh\' to see changes in the model";
			// 
			// nodeConnector1
			// 
			this.nodeConnector1.LineColor = System.Drawing.SystemColors.ControlText;
			this.nodeConnector1.LineWidth = 0;
			// 
			// elementStyle1
			// 
			this.elementStyle1.Class = "";
			this.elementStyle1.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.elementStyle1.Name = "elementStyle1";
			this.elementStyle1.TextColor = System.Drawing.Color.White;
			// 
			// elementStyle3
			// 
			this.elementStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(253)))), ((int)(((byte)(215)))));
			this.elementStyle3.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(249)))), ((int)(((byte)(111)))));
			this.elementStyle3.BackColorGradientAngle = 90;
			this.elementStyle3.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle3.BorderBottomWidth = 1;
			this.elementStyle3.BorderColor = System.Drawing.Color.DarkGray;
			this.elementStyle3.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle3.BorderLeftWidth = 1;
			this.elementStyle3.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle3.BorderRightWidth = 1;
			this.elementStyle3.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle3.BorderTopWidth = 1;
			this.elementStyle3.Class = "";
			this.elementStyle3.CornerDiameter = 4;
			this.elementStyle3.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.elementStyle3.Description = "Lemon";
			this.elementStyle3.Name = "elementStyle3";
			this.elementStyle3.PaddingBottom = 1;
			this.elementStyle3.PaddingLeft = 1;
			this.elementStyle3.PaddingRight = 1;
			this.elementStyle3.PaddingTop = 1;
			this.elementStyle3.TextColor = System.Drawing.Color.Black;
			// 
			// elementStyle4
			// 
			this.elementStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(239)))), ((int)(((byte)(201)))));
			this.elementStyle4.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(210)))), ((int)(((byte)(132)))));
			this.elementStyle4.BackColorGradientAngle = 90;
			this.elementStyle4.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle4.BorderBottomWidth = 1;
			this.elementStyle4.BorderColor = System.Drawing.Color.DarkGray;
			this.elementStyle4.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle4.BorderLeftWidth = 1;
			this.elementStyle4.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle4.BorderRightWidth = 1;
			this.elementStyle4.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
			this.elementStyle4.BorderTopWidth = 1;
			this.elementStyle4.Class = "";
			this.elementStyle4.CornerDiameter = 4;
			this.elementStyle4.CornerType = DevComponents.DotNetBar.eCornerType.Square;
			this.elementStyle4.Description = "OrangeLight";
			this.elementStyle4.Name = "elementStyle4";
			this.elementStyle4.PaddingBottom = 1;
			this.elementStyle4.PaddingLeft = 1;
			this.elementStyle4.PaddingRight = 1;
			this.elementStyle4.PaddingTop = 1;
			this.elementStyle4.TextColor = System.Drawing.Color.FromArgb(((int)(((byte)(117)))), ((int)(((byte)(83)))), ((int)(((byte)(2)))));
			// 
			// expandableSplitter1
			// 
			this.expandableSplitter1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter1.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
			this.expandableSplitter1.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter1.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter1.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter1.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(166)))), ((int)(((byte)(72)))));
			this.expandableSplitter1.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(197)))), ((int)(((byte)(108)))));
			this.expandableSplitter1.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
			this.expandableSplitter1.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
			this.expandableSplitter1.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
			this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
			this.expandableSplitter1.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(58)))), ((int)(((byte)(58)))));
			this.expandableSplitter1.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
			this.expandableSplitter1.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(211)))), ((int)(((byte)(211)))));
			this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
			this.expandableSplitter1.Location = new System.Drawing.Point(233, 0);
			this.expandableSplitter1.Name = "expandableSplitter1";
			this.expandableSplitter1.Size = new System.Drawing.Size(6, 373);
			this.expandableSplitter1.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
			this.expandableSplitter1.TabIndex = 2;
			this.expandableSplitter1.TabStop = false;
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.syntaxEditorScript);
			this.panel1.Controls.Add(this.panel3);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel1.Location = new System.Drawing.Point(239, 0);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(431, 373);
			this.panel1.TabIndex = 3;
			// 
			// syntaxEditorScript
			// 
			this.syntaxEditorScript.Dock = System.Windows.Forms.DockStyle.Fill;
			this.syntaxEditorScript.Document = document3;
			this.syntaxEditorScript.LineNumberMarginVisible = true;
			this.syntaxEditorScript.Location = new System.Drawing.Point(0, 84);
			this.syntaxEditorScript.Margin = new System.Windows.Forms.Padding(2);
			this.syntaxEditorScript.Name = "syntaxEditorScript";
			this.syntaxEditorScript.Size = new System.Drawing.Size(431, 289);
			this.syntaxEditorScript.TabIndex = 20;
			// 
			// panel3
			// 
			this.panel3.Controls.Add(this.buttonCopy);
			this.panel3.Controls.Add(this.buttonX1);
			this.panel3.Controls.Add(this.buttonCreateChangeScript);
			this.panel3.Controls.Add(this.comboBoxDatabaseTypes);
			this.panel3.Controls.Add(this.buttonRunScript);
			this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel3.Location = new System.Drawing.Point(0, 0);
			this.panel3.Name = "panel3";
			this.panel3.Size = new System.Drawing.Size(431, 84);
			this.panel3.TabIndex = 5;
			// 
			// comboBoxDatabaseTypes
			// 
			this.comboBoxDatabaseTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxDatabaseTypes.FormattingEnabled = true;
			this.comboBoxDatabaseTypes.Location = new System.Drawing.Point(9, 10);
			this.comboBoxDatabaseTypes.Margin = new System.Windows.Forms.Padding(4);
			this.comboBoxDatabaseTypes.Name = "comboBoxDatabaseTypes";
			this.comboBoxDatabaseTypes.Size = new System.Drawing.Size(173, 21);
			this.comboBoxDatabaseTypes.TabIndex = 56;
			// 
			// buttonRunScript
			// 
			this.buttonRunScript.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonRunScript.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonRunScript.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonRunScript.HoverImage")));
			this.buttonRunScript.Image = ((System.Drawing.Image)(resources.GetObject("buttonRunScript.Image")));
			this.buttonRunScript.Location = new System.Drawing.Point(189, 10);
			this.buttonRunScript.Name = "buttonRunScript";
			this.buttonRunScript.Size = new System.Drawing.Size(139, 30);
			this.buttonRunScript.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonRunScript.TabIndex = 1;
			this.buttonRunScript.Text = "  Full creation script";
			this.buttonRunScript.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonRunScript.Click += new System.EventHandler(this.buttonRunScript_Click);
			// 
			// buttonX1
			// 
			this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonX1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonX1.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonX1.HoverImage")));
			this.buttonX1.Image = ((System.Drawing.Image)(resources.GetObject("buttonX1.Image")));
			this.buttonX1.Location = new System.Drawing.Point(319, 46);
			this.buttonX1.Name = "buttonX1";
			this.buttonX1.Size = new System.Drawing.Size(100, 30);
			this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonX1.TabIndex = 2;
			this.buttonX1.Text = "  Save";
			this.buttonX1.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click);
			// 
			// buttonCopy
			// 
			this.buttonCopy.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
			this.buttonCopy.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonCopy.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonCopy.HoverImage")));
			this.buttonCopy.Image = ((System.Drawing.Image)(resources.GetObject("buttonCopy.Image")));
			this.buttonCopy.Location = new System.Drawing.Point(319, 10);
			this.buttonCopy.Name = "buttonCopy";
			this.buttonCopy.Size = new System.Drawing.Size(100, 30);
			this.buttonCopy.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonCopy.TabIndex = 0;
			this.buttonCopy.Text = "  Copy";
			this.buttonCopy.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonCopy.Click += new System.EventHandler(this.buttonCopy_Click);
			// 
			// buttonCreateChangeScript
			// 
			this.buttonCreateChangeScript.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
			this.buttonCreateChangeScript.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
			this.buttonCreateChangeScript.HoverImage = ((System.Drawing.Image)(resources.GetObject("buttonCreateChangeScript.HoverImage")));
			this.buttonCreateChangeScript.Image = ((System.Drawing.Image)(resources.GetObject("buttonCreateChangeScript.Image")));
			this.buttonCreateChangeScript.Location = new System.Drawing.Point(189, 46);
			this.buttonCreateChangeScript.Name = "buttonCreateChangeScript";
			this.buttonCreateChangeScript.Size = new System.Drawing.Size(139, 30);
			this.buttonCreateChangeScript.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
			this.buttonCreateChangeScript.TabIndex = 57;
			this.buttonCreateChangeScript.Text = "  Changes only";
			this.buttonCreateChangeScript.TextAlignment = DevComponents.DotNetBar.eButtonTextAlignment.Left;
			this.buttonCreateChangeScript.Click += new System.EventHandler(this.buttonCreateChangeScript_Click);
			// 
			// ModelChanges
			// 
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
			this.Controls.Add(this.panel1);
			this.Controls.Add(this.expandableSplitter1);
			this.Controls.Add(this.advTreeTables);
			this.Name = "ModelChanges";
			this.Size = new System.Drawing.Size(670, 373);
			((System.ComponentModel.ISupportInitialize)(this.advTreeTables)).EndInit();
			this.panel1.ResumeLayout(false);
			this.panel3.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Пример #60
0
 /// <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();
     ActiproSoftware.SyntaxEditor.Document          document1 = new ActiproSoftware.SyntaxEditor.Document();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormParseError));
     this.textBoxSetupModelTemplateFileName = new System.Windows.Forms.TextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.buttonSetupModelTemplateFileName = new System.Windows.Forms.Button();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.buttonClose    = new System.Windows.Forms.Button();
     this.toolTip1       = new System.Windows.Forms.ToolTip(this.components);
     this.ucHeading1     = new Slyce.Common.Controls.ucHeading();
     this.eventLog1      = new System.Diagnostics.EventLog();
     this.syntaxEditor1  = new ActiproSoftware.SyntaxEditor.SyntaxEditor();
     this.ucHeading2     = new Slyce.Common.Controls.ucHeading();
     this.buttonClose2   = new System.Windows.Forms.Button();
     this.label1         = new System.Windows.Forms.Label();
     this.listBoxFiles   = new System.Windows.Forms.ListBox();
     this.label2         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.eventLog1)).BeginInit();
     this.SuspendLayout();
     //
     // textBoxSetupModelTemplateFileName
     //
     this.textBoxSetupModelTemplateFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.textBoxSetupModelTemplateFileName.Location = new System.Drawing.Point(10, 45);
     this.textBoxSetupModelTemplateFileName.Name     = "textBoxSetupModelTemplateFileName";
     this.textBoxSetupModelTemplateFileName.ReadOnly = true;
     this.textBoxSetupModelTemplateFileName.Size     = new System.Drawing.Size(330, 20);
     this.textBoxSetupModelTemplateFileName.TabIndex = 10;
     this.toolTip1.SetToolTip(this.textBoxSetupModelTemplateFileName, "The template used for determining how databases will be interpreted. You should u" +
                              "se the default if you are unsure about this option.");
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.BackColor = System.Drawing.Color.Transparent;
     this.label13.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location  = new System.Drawing.Point(10, 29);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(178, 13);
     this.label13.TabIndex  = 9;
     this.label13.Text      = "Database Schema Update Template";
     //
     // buttonSetupModelTemplateFileName
     //
     this.buttonSetupModelTemplateFileName.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonSetupModelTemplateFileName.Location = new System.Drawing.Point(346, 43);
     this.buttonSetupModelTemplateFileName.Name     = "buttonSetupModelTemplateFileName";
     this.buttonSetupModelTemplateFileName.Size     = new System.Drawing.Size(27, 23);
     this.buttonSetupModelTemplateFileName.TabIndex = 11;
     this.buttonSetupModelTemplateFileName.UseVisualStyleBackColor = true;
     //
     // openFileDialog
     //
     this.openFileDialog.FileName = "openFileDialog1";
     //
     // buttonClose
     //
     this.buttonClose.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonClose.Location                = new System.Drawing.Point(529, 303);
     this.buttonClose.Margin                  = new System.Windows.Forms.Padding(2);
     this.buttonClose.Name                    = "buttonClose";
     this.buttonClose.Size                    = new System.Drawing.Size(66, 26);
     this.buttonClose.TabIndex                = 12;
     this.buttonClose.Text                    = "Close";
     this.buttonClose.UseVisualStyleBackColor = true;
     //
     // ucHeading1
     //
     this.ucHeading1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ucHeading1.Location = new System.Drawing.Point(0, 298);
     this.ucHeading1.Margin   = new System.Windows.Forms.Padding(2);
     this.ucHeading1.Name     = "ucHeading1";
     this.ucHeading1.Size     = new System.Drawing.Size(601, 35);
     this.ucHeading1.TabIndex = 13;
     //
     // eventLog1
     //
     this.eventLog1.SynchronizingObject = this;
     //
     // syntaxEditor1
     //
     this.syntaxEditor1.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.syntaxEditor1.Document = document1;
     this.syntaxEditor1.LineNumberMarginVisible = true;
     this.syntaxEditor1.Location = new System.Drawing.Point(229, 62);
     this.syntaxEditor1.Name     = "syntaxEditor1";
     this.syntaxEditor1.Size     = new System.Drawing.Size(753, 346);
     this.syntaxEditor1.TabIndex = 0;
     //
     // ucHeading2
     //
     this.ucHeading2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.ucHeading2.Location = new System.Drawing.Point(0, 413);
     this.ucHeading2.Margin   = new System.Windows.Forms.Padding(2);
     this.ucHeading2.Name     = "ucHeading2";
     this.ucHeading2.Size     = new System.Drawing.Size(988, 31);
     this.ucHeading2.TabIndex = 1;
     //
     // buttonClose2
     //
     this.buttonClose2.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonClose2.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.buttonClose2.Location                = new System.Drawing.Point(907, 417);
     this.buttonClose2.Name                    = "buttonClose2";
     this.buttonClose2.Size                    = new System.Drawing.Size(75, 23);
     this.buttonClose2.TabIndex                = 3;
     this.buttonClose2.Text                    = "Close";
     this.buttonClose2.UseVisualStyleBackColor = true;
     this.buttonClose2.Click                  += new System.EventHandler(this.buttonClose2_Click);
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.BackColor = System.Drawing.SystemColors.ButtonShadow;
     this.label1.Location  = new System.Drawing.Point(226, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(756, 50);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "label1";
     //
     // listBoxFiles
     //
     this.listBoxFiles.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)));
     this.listBoxFiles.FormattingEnabled = true;
     this.listBoxFiles.Location          = new System.Drawing.Point(5, 31);
     this.listBoxFiles.Name                  = "listBoxFiles";
     this.listBoxFiles.Size                  = new System.Drawing.Size(215, 368);
     this.listBoxFiles.TabIndex              = 5;
     this.listBoxFiles.SelectedIndexChanged += new System.EventHandler(this.listBoxFiles_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 9);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(107, 13);
     this.label2.TabIndex = 6;
     this.label2.Text     = "Click file to view error";
     //
     // FormParseError
     //
     this.CancelButton = this.buttonClose2;
     this.ClientSize   = new System.Drawing.Size(988, 444);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.listBoxFiles);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.buttonClose2);
     this.Controls.Add(this.ucHeading2);
     this.Controls.Add(this.syntaxEditor1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "FormParseError";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Parse Error";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.FormParseError_FormClosed);
     ((System.ComponentModel.ISupportInitialize)(this.eventLog1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }