/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { xrmtb.XrmToolBox.Controls.XMLViewerSettings xmlViewerSettings1 = new xrmtb.XrmToolBox.Controls.XMLViewerSettings(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Settings)); Cinteros.Xrm.FetchXmlBuilder.AppCode.XmlColors xmlColors1 = new Cinteros.Xrm.FetchXmlBuilder.AppCode.XmlColors(); this.gbEntities = new System.Windows.Forms.GroupBox(); this.chkEntOnlyAF = new System.Windows.Forms.CheckBox(); this.chkEntIntersect = new System.Windows.Forms.CheckBox(); this.chkEntStandard = new System.Windows.Forms.CheckBox(); this.chkEntCustom = new System.Windows.Forms.CheckBox(); this.chkEntUncustomizable = new System.Windows.Forms.CheckBox(); this.chkEntCustomizable = new System.Windows.Forms.CheckBox(); this.chkEntUnmanaged = new System.Windows.Forms.CheckBox(); this.chkEntManaged = new System.Windows.Forms.CheckBox(); this.chkEntAll = new System.Windows.Forms.CheckBox(); this.gbAttributes = new System.Windows.Forms.GroupBox(); this.chkAttOnlyRead = new System.Windows.Forms.CheckBox(); this.chkAttOnlyAF = new System.Windows.Forms.CheckBox(); this.chkAttStandard = new System.Windows.Forms.CheckBox(); this.chkAttCustom = new System.Windows.Forms.CheckBox(); this.chkAttUncustomizable = new System.Windows.Forms.CheckBox(); this.chkAttCustomizable = new System.Windows.Forms.CheckBox(); this.chkAttUnmanaged = new System.Windows.Forms.CheckBox(); this.chkAttManaged = new System.Windows.Forms.CheckBox(); this.chkAttAll = new System.Windows.Forms.CheckBox(); this.gbResult = new System.Windows.Forms.GroupBox(); this.rbResSerializedJSON = new System.Windows.Forms.RadioButton(); this.rbResRaw = new System.Windows.Forms.RadioButton(); this.rbResSerializedXML = new System.Windows.Forms.RadioButton(); this.rbResGrid = new System.Windows.Forms.RadioButton(); this.chkAppResultsNewWindow = new System.Windows.Forms.CheckBox(); this.chkResAllPages = new System.Windows.Forms.CheckBox(); this.gbAppearance = new System.Windows.Forms.GroupBox(); this.chkShowHelp = new System.Windows.Forms.CheckBox(); this.chkUseLookup = new System.Windows.Forms.CheckBox(); this.chkAppAllowUncustViews = new System.Windows.Forms.CheckBox(); this.chkAppSingle = new System.Windows.Forms.CheckBox(); this.chkAppFriendly = new System.Windows.Forms.CheckBox(); this.chkUseSQL4CDS = new System.Windows.Forms.CheckBox(); this.chkAppNoSavePrompt = new System.Windows.Forms.CheckBox(); this.panel1 = new System.Windows.Forms.Panel(); this.llShowWelcome = new System.Windows.Forms.LinkLabel(); this.btnCancel = new System.Windows.Forms.Button(); this.btnOK = new System.Windows.Forms.Button(); this.gbDefaultQuery = new System.Windows.Forms.GroupBox(); this.txtFetch = new xrmtb.XrmToolBox.Controls.XMLViewer(); this.panel2 = new System.Windows.Forms.Panel(); this.btnDefaultQuery = new System.Windows.Forms.Button(); this.btnFormatQuery = new System.Windows.Forms.Button(); this.gbXml = new System.Windows.Forms.GroupBox(); this.btnResetXmlColors = new System.Windows.Forms.Button(); this.propXmlColors = new System.Windows.Forms.PropertyGrid(); this.gbBehavior = new System.Windows.Forms.GroupBox(); this.chkAddConditionToFilter = new System.Windows.Forms.CheckBox(); this.chkShowButtonTexts = new System.Windows.Forms.CheckBox(); this.gbEntities.SuspendLayout(); this.gbAttributes.SuspendLayout(); this.gbResult.SuspendLayout(); this.gbAppearance.SuspendLayout(); this.panel1.SuspendLayout(); this.gbDefaultQuery.SuspendLayout(); this.panel2.SuspendLayout(); this.gbXml.SuspendLayout(); this.gbBehavior.SuspendLayout(); this.SuspendLayout(); // // gbEntities // this.gbEntities.Controls.Add(this.chkEntOnlyAF); this.gbEntities.Controls.Add(this.chkEntIntersect); this.gbEntities.Controls.Add(this.chkEntStandard); this.gbEntities.Controls.Add(this.chkEntCustom); this.gbEntities.Controls.Add(this.chkEntUncustomizable); this.gbEntities.Controls.Add(this.chkEntCustomizable); this.gbEntities.Controls.Add(this.chkEntUnmanaged); this.gbEntities.Controls.Add(this.chkEntManaged); this.gbEntities.Controls.Add(this.chkEntAll); this.gbEntities.Location = new System.Drawing.Point(12, 294); this.gbEntities.Name = "gbEntities"; this.gbEntities.Size = new System.Drawing.Size(222, 209); this.gbEntities.TabIndex = 5; this.gbEntities.TabStop = false; this.gbEntities.Text = "Show Entities"; // // chkEntOnlyAF // this.chkEntOnlyAF.AutoSize = true; this.chkEntOnlyAF.Enabled = false; this.chkEntOnlyAF.Location = new System.Drawing.Point(22, 180); this.chkEntOnlyAF.Name = "chkEntOnlyAF"; this.chkEntOnlyAF.Size = new System.Drawing.Size(132, 17); this.chkEntOnlyAF.TabIndex = 8; this.chkEntOnlyAF.Text = "Only valid for Adv.Find"; this.chkEntOnlyAF.UseVisualStyleBackColor = true; // // chkEntIntersect // this.chkEntIntersect.AutoSize = true; this.chkEntIntersect.Checked = true; this.chkEntIntersect.CheckState = System.Windows.Forms.CheckState.Checked; this.chkEntIntersect.Enabled = false; this.chkEntIntersect.Location = new System.Drawing.Point(22, 160); this.chkEntIntersect.Name = "chkEntIntersect"; this.chkEntIntersect.Size = new System.Drawing.Size(67, 17); this.chkEntIntersect.TabIndex = 7; this.chkEntIntersect.Text = "Intersect"; this.chkEntIntersect.UseVisualStyleBackColor = true; // // chkEntStandard // this.chkEntStandard.AutoSize = true; this.chkEntStandard.Checked = true; this.chkEntStandard.CheckState = System.Windows.Forms.CheckState.Checked; this.chkEntStandard.Enabled = false; this.chkEntStandard.Location = new System.Drawing.Point(22, 140); this.chkEntStandard.Name = "chkEntStandard"; this.chkEntStandard.Size = new System.Drawing.Size(69, 17); this.chkEntStandard.TabIndex = 6; this.chkEntStandard.Text = "Standard"; this.chkEntStandard.UseVisualStyleBackColor = true; this.chkEntStandard.CheckedChanged += new System.EventHandler(this.chkEntCustom_CheckedChanged); // // chkEntCustom // this.chkEntCustom.AutoSize = true; this.chkEntCustom.Checked = true; this.chkEntCustom.CheckState = System.Windows.Forms.CheckState.Checked; this.chkEntCustom.Enabled = false; this.chkEntCustom.Location = new System.Drawing.Point(22, 120); this.chkEntCustom.Name = "chkEntCustom"; this.chkEntCustom.Size = new System.Drawing.Size(61, 17); this.chkEntCustom.TabIndex = 5; this.chkEntCustom.Text = "Custom"; this.chkEntCustom.UseVisualStyleBackColor = true; this.chkEntCustom.CheckedChanged += new System.EventHandler(this.chkEntCustom_CheckedChanged); // // chkEntUncustomizable // this.chkEntUncustomizable.AutoSize = true; this.chkEntUncustomizable.Checked = true; this.chkEntUncustomizable.CheckState = System.Windows.Forms.CheckState.Checked; this.chkEntUncustomizable.Enabled = false; this.chkEntUncustomizable.Location = new System.Drawing.Point(22, 100); this.chkEntUncustomizable.Name = "chkEntUncustomizable"; this.chkEntUncustomizable.Size = new System.Drawing.Size(101, 17); this.chkEntUncustomizable.TabIndex = 4; this.chkEntUncustomizable.Text = "Uncustomizable"; this.chkEntUncustomizable.UseVisualStyleBackColor = true; this.chkEntUncustomizable.CheckedChanged += new System.EventHandler(this.chkEntCust_CheckedChanged); // // chkEntCustomizable // this.chkEntCustomizable.AutoSize = true; this.chkEntCustomizable.Checked = true; this.chkEntCustomizable.CheckState = System.Windows.Forms.CheckState.Checked; this.chkEntCustomizable.Enabled = false; this.chkEntCustomizable.Location = new System.Drawing.Point(22, 80); this.chkEntCustomizable.Name = "chkEntCustomizable"; this.chkEntCustomizable.Size = new System.Drawing.Size(88, 17); this.chkEntCustomizable.TabIndex = 3; this.chkEntCustomizable.Text = "Customizable"; this.chkEntCustomizable.UseVisualStyleBackColor = true; this.chkEntCustomizable.CheckedChanged += new System.EventHandler(this.chkEntCust_CheckedChanged); // // chkEntUnmanaged // this.chkEntUnmanaged.AutoSize = true; this.chkEntUnmanaged.Checked = true; this.chkEntUnmanaged.CheckState = System.Windows.Forms.CheckState.Checked; this.chkEntUnmanaged.Enabled = false; this.chkEntUnmanaged.Location = new System.Drawing.Point(22, 60); this.chkEntUnmanaged.Name = "chkEntUnmanaged"; this.chkEntUnmanaged.Size = new System.Drawing.Size(84, 17); this.chkEntUnmanaged.TabIndex = 2; this.chkEntUnmanaged.Text = "Unmanaged"; this.chkEntUnmanaged.UseVisualStyleBackColor = true; this.chkEntUnmanaged.CheckedChanged += new System.EventHandler(this.chkEntMgd_CheckedChanged); // // chkEntManaged // this.chkEntManaged.AutoSize = true; this.chkEntManaged.Checked = true; this.chkEntManaged.CheckState = System.Windows.Forms.CheckState.Checked; this.chkEntManaged.Enabled = false; this.chkEntManaged.Location = new System.Drawing.Point(22, 40); this.chkEntManaged.Name = "chkEntManaged"; this.chkEntManaged.Size = new System.Drawing.Size(71, 17); this.chkEntManaged.TabIndex = 1; this.chkEntManaged.Text = "Managed"; this.chkEntManaged.UseVisualStyleBackColor = true; this.chkEntManaged.CheckedChanged += new System.EventHandler(this.chkEntMgd_CheckedChanged); // // chkEntAll // this.chkEntAll.AutoSize = true; this.chkEntAll.Checked = true; this.chkEntAll.CheckState = System.Windows.Forms.CheckState.Checked; this.chkEntAll.Location = new System.Drawing.Point(16, 20); this.chkEntAll.Name = "chkEntAll"; this.chkEntAll.Size = new System.Drawing.Size(37, 17); this.chkEntAll.TabIndex = 0; this.chkEntAll.Text = "All"; this.chkEntAll.UseVisualStyleBackColor = true; this.chkEntAll.CheckedChanged += new System.EventHandler(this.chkEntAll_CheckedChanged); // // gbAttributes // this.gbAttributes.Controls.Add(this.chkAttOnlyRead); this.gbAttributes.Controls.Add(this.chkAttOnlyAF); this.gbAttributes.Controls.Add(this.chkAttStandard); this.gbAttributes.Controls.Add(this.chkAttCustom); this.gbAttributes.Controls.Add(this.chkAttUncustomizable); this.gbAttributes.Controls.Add(this.chkAttCustomizable); this.gbAttributes.Controls.Add(this.chkAttUnmanaged); this.gbAttributes.Controls.Add(this.chkAttManaged); this.gbAttributes.Controls.Add(this.chkAttAll); this.gbAttributes.Location = new System.Drawing.Point(239, 294); this.gbAttributes.Name = "gbAttributes"; this.gbAttributes.Size = new System.Drawing.Size(222, 209); this.gbAttributes.TabIndex = 6; this.gbAttributes.TabStop = false; this.gbAttributes.Text = "Show Attributes"; // // chkAttOnlyRead // this.chkAttOnlyRead.AutoSize = true; this.chkAttOnlyRead.Enabled = false; this.chkAttOnlyRead.Location = new System.Drawing.Point(22, 180); this.chkAttOnlyRead.Name = "chkAttOnlyRead"; this.chkAttOnlyRead.Size = new System.Drawing.Size(116, 17); this.chkAttOnlyRead.TabIndex = 9; this.chkAttOnlyRead.Text = "Only valid for Read"; this.chkAttOnlyRead.UseVisualStyleBackColor = true; // // chkAttOnlyAF // this.chkAttOnlyAF.AutoSize = true; this.chkAttOnlyAF.Enabled = false; this.chkAttOnlyAF.Location = new System.Drawing.Point(22, 160); this.chkAttOnlyAF.Name = "chkAttOnlyAF"; this.chkAttOnlyAF.Size = new System.Drawing.Size(132, 17); this.chkAttOnlyAF.TabIndex = 8; this.chkAttOnlyAF.Text = "Only valid for Adv.Find"; this.chkAttOnlyAF.UseVisualStyleBackColor = true; // // chkAttStandard // this.chkAttStandard.AutoSize = true; this.chkAttStandard.Checked = true; this.chkAttStandard.CheckState = System.Windows.Forms.CheckState.Checked; this.chkAttStandard.Enabled = false; this.chkAttStandard.Location = new System.Drawing.Point(22, 140); this.chkAttStandard.Name = "chkAttStandard"; this.chkAttStandard.Size = new System.Drawing.Size(69, 17); this.chkAttStandard.TabIndex = 6; this.chkAttStandard.Text = "Standard"; this.chkAttStandard.UseVisualStyleBackColor = true; this.chkAttStandard.CheckedChanged += new System.EventHandler(this.chkAttCustom_CheckedChanged); // // chkAttCustom // this.chkAttCustom.AutoSize = true; this.chkAttCustom.Checked = true; this.chkAttCustom.CheckState = System.Windows.Forms.CheckState.Checked; this.chkAttCustom.Enabled = false; this.chkAttCustom.Location = new System.Drawing.Point(22, 120); this.chkAttCustom.Name = "chkAttCustom"; this.chkAttCustom.Size = new System.Drawing.Size(61, 17); this.chkAttCustom.TabIndex = 5; this.chkAttCustom.Text = "Custom"; this.chkAttCustom.UseVisualStyleBackColor = true; this.chkAttCustom.CheckedChanged += new System.EventHandler(this.chkAttCustom_CheckedChanged); // // chkAttUncustomizable // this.chkAttUncustomizable.AutoSize = true; this.chkAttUncustomizable.Checked = true; this.chkAttUncustomizable.CheckState = System.Windows.Forms.CheckState.Checked; this.chkAttUncustomizable.Enabled = false; this.chkAttUncustomizable.Location = new System.Drawing.Point(22, 100); this.chkAttUncustomizable.Name = "chkAttUncustomizable"; this.chkAttUncustomizable.Size = new System.Drawing.Size(101, 17); this.chkAttUncustomizable.TabIndex = 4; this.chkAttUncustomizable.Text = "Uncustomizable"; this.chkAttUncustomizable.UseVisualStyleBackColor = true; this.chkAttUncustomizable.CheckedChanged += new System.EventHandler(this.chkAttCust_CheckedChanged); // // chkAttCustomizable // this.chkAttCustomizable.AutoSize = true; this.chkAttCustomizable.Checked = true; this.chkAttCustomizable.CheckState = System.Windows.Forms.CheckState.Checked; this.chkAttCustomizable.Enabled = false; this.chkAttCustomizable.Location = new System.Drawing.Point(22, 80); this.chkAttCustomizable.Name = "chkAttCustomizable"; this.chkAttCustomizable.Size = new System.Drawing.Size(88, 17); this.chkAttCustomizable.TabIndex = 3; this.chkAttCustomizable.Text = "Customizable"; this.chkAttCustomizable.UseVisualStyleBackColor = true; this.chkAttCustomizable.CheckedChanged += new System.EventHandler(this.chkAttCust_CheckedChanged); // // chkAttUnmanaged // this.chkAttUnmanaged.AutoSize = true; this.chkAttUnmanaged.Checked = true; this.chkAttUnmanaged.CheckState = System.Windows.Forms.CheckState.Checked; this.chkAttUnmanaged.Enabled = false; this.chkAttUnmanaged.Location = new System.Drawing.Point(22, 60); this.chkAttUnmanaged.Name = "chkAttUnmanaged"; this.chkAttUnmanaged.Size = new System.Drawing.Size(84, 17); this.chkAttUnmanaged.TabIndex = 2; this.chkAttUnmanaged.Text = "Unmanaged"; this.chkAttUnmanaged.UseVisualStyleBackColor = true; this.chkAttUnmanaged.CheckedChanged += new System.EventHandler(this.chkAttMgd_CheckedChanged); // // chkAttManaged // this.chkAttManaged.AutoSize = true; this.chkAttManaged.Checked = true; this.chkAttManaged.CheckState = System.Windows.Forms.CheckState.Checked; this.chkAttManaged.Enabled = false; this.chkAttManaged.Location = new System.Drawing.Point(22, 40); this.chkAttManaged.Name = "chkAttManaged"; this.chkAttManaged.Size = new System.Drawing.Size(71, 17); this.chkAttManaged.TabIndex = 1; this.chkAttManaged.Text = "Managed"; this.chkAttManaged.UseVisualStyleBackColor = true; this.chkAttManaged.CheckedChanged += new System.EventHandler(this.chkAttMgd_CheckedChanged); // // chkAttAll // this.chkAttAll.AutoSize = true; this.chkAttAll.Checked = true; this.chkAttAll.CheckState = System.Windows.Forms.CheckState.Checked; this.chkAttAll.Location = new System.Drawing.Point(12, 20); this.chkAttAll.Name = "chkAttAll"; this.chkAttAll.Size = new System.Drawing.Size(37, 17); this.chkAttAll.TabIndex = 0; this.chkAttAll.Text = "All"; this.chkAttAll.UseVisualStyleBackColor = true; this.chkAttAll.CheckedChanged += new System.EventHandler(this.chkAttAll_CheckedChanged); // // gbResult // this.gbResult.Controls.Add(this.rbResSerializedJSON); this.gbResult.Controls.Add(this.rbResRaw); this.gbResult.Controls.Add(this.rbResSerializedXML); this.gbResult.Controls.Add(this.rbResGrid); this.gbResult.Location = new System.Drawing.Point(239, 12); this.gbResult.Name = "gbResult"; this.gbResult.Size = new System.Drawing.Size(222, 105); this.gbResult.TabIndex = 3; this.gbResult.TabStop = false; this.gbResult.Text = "Result view"; // // rbResSerializedJSON // this.rbResSerializedJSON.AutoSize = true; this.rbResSerializedJSON.Location = new System.Drawing.Point(15, 60); this.rbResSerializedJSON.Name = "rbResSerializedJSON"; this.rbResSerializedJSON.Size = new System.Drawing.Size(101, 17); this.rbResSerializedJSON.TabIndex = 3; this.rbResSerializedJSON.Text = "Serialized JSON"; this.rbResSerializedJSON.UseVisualStyleBackColor = true; // // rbResRaw // this.rbResRaw.AutoSize = true; this.rbResRaw.Location = new System.Drawing.Point(16, 80); this.rbResRaw.Name = "rbResRaw"; this.rbResRaw.Size = new System.Drawing.Size(102, 17); this.rbResRaw.TabIndex = 4; this.rbResRaw.Text = "Raw fetch result"; this.rbResRaw.UseVisualStyleBackColor = true; // // rbResSerializedXML // this.rbResSerializedXML.AutoSize = true; this.rbResSerializedXML.Location = new System.Drawing.Point(16, 40); this.rbResSerializedXML.Name = "rbResSerializedXML"; this.rbResSerializedXML.Size = new System.Drawing.Size(95, 17); this.rbResSerializedXML.TabIndex = 2; this.rbResSerializedXML.Text = "Serialized XML"; this.rbResSerializedXML.UseVisualStyleBackColor = true; // // rbResGrid // this.rbResGrid.AutoSize = true; this.rbResGrid.Checked = true; this.rbResGrid.Location = new System.Drawing.Point(16, 20); this.rbResGrid.Name = "rbResGrid"; this.rbResGrid.Size = new System.Drawing.Size(48, 17); this.rbResGrid.TabIndex = 1; this.rbResGrid.TabStop = true; this.rbResGrid.Text = "View"; this.rbResGrid.UseVisualStyleBackColor = true; // // chkAppResultsNewWindow // this.chkAppResultsNewWindow.AutoSize = true; this.chkAppResultsNewWindow.Location = new System.Drawing.Point(16, 60); this.chkAppResultsNewWindow.Name = "chkAppResultsNewWindow"; this.chkAppResultsNewWindow.Size = new System.Drawing.Size(192, 17); this.chkAppResultsNewWindow.TabIndex = 3; this.chkAppResultsNewWindow.Text = "Always open results in new window"; this.chkAppResultsNewWindow.UseVisualStyleBackColor = true; // // chkResAllPages // this.chkResAllPages.AutoSize = true; this.chkResAllPages.Location = new System.Drawing.Point(16, 20); this.chkResAllPages.Name = "chkResAllPages"; this.chkResAllPages.Size = new System.Drawing.Size(111, 17); this.chkResAllPages.TabIndex = 1; this.chkResAllPages.Text = "Retrieve all pages"; this.chkResAllPages.UseVisualStyleBackColor = true; // // gbAppearance // this.gbAppearance.Controls.Add(this.chkShowButtonTexts); this.gbAppearance.Controls.Add(this.chkShowHelp); this.gbAppearance.Controls.Add(this.chkUseLookup); this.gbAppearance.Controls.Add(this.chkAppAllowUncustViews); this.gbAppearance.Controls.Add(this.chkAppSingle); this.gbAppearance.Controls.Add(this.chkAppFriendly); this.gbAppearance.Location = new System.Drawing.Point(12, 12); this.gbAppearance.Name = "gbAppearance"; this.gbAppearance.Size = new System.Drawing.Size(222, 145); this.gbAppearance.TabIndex = 1; this.gbAppearance.TabStop = false; this.gbAppearance.Text = "Appearance"; // // chkShowHelp // this.chkShowHelp.AutoSize = true; this.chkShowHelp.Location = new System.Drawing.Point(16, 100); this.chkShowHelp.Name = "chkShowHelp"; this.chkShowHelp.Size = new System.Drawing.Size(100, 17); this.chkShowHelp.TabIndex = 9; this.chkShowHelp.Text = "Show help links"; this.chkShowHelp.UseVisualStyleBackColor = true; // // chkUseLookup // this.chkUseLookup.AutoSize = true; this.chkUseLookup.Location = new System.Drawing.Point(16, 80); this.chkUseLookup.Name = "chkUseLookup"; this.chkUseLookup.Size = new System.Drawing.Size(193, 17); this.chkUseLookup.TabIndex = 8; this.chkUseLookup.Text = "Use Lookup control instead of Guid"; this.chkUseLookup.UseVisualStyleBackColor = true; // // chkAppAllowUncustViews // this.chkAppAllowUncustViews.AutoSize = true; this.chkAppAllowUncustViews.Location = new System.Drawing.Point(16, 60); this.chkAppAllowUncustViews.Name = "chkAppAllowUncustViews"; this.chkAppAllowUncustViews.Size = new System.Drawing.Size(198, 17); this.chkAppAllowUncustViews.TabIndex = 6; this.chkAppAllowUncustViews.Text = "Allow opening uncustomizable views"; this.chkAppAllowUncustViews.UseVisualStyleBackColor = true; // // chkAppSingle // this.chkAppSingle.AutoSize = true; this.chkAppSingle.Location = new System.Drawing.Point(16, 40); this.chkAppSingle.Name = "chkAppSingle"; this.chkAppSingle.Size = new System.Drawing.Size(203, 17); this.chkAppSingle.TabIndex = 3; this.chkAppSingle.Text = "Use single quotation in rendered XML"; this.chkAppSingle.UseVisualStyleBackColor = true; // // chkAppFriendly // this.chkAppFriendly.AutoSize = true; this.chkAppFriendly.Location = new System.Drawing.Point(16, 20); this.chkAppFriendly.Name = "chkAppFriendly"; this.chkAppFriendly.Size = new System.Drawing.Size(145, 17); this.chkAppFriendly.TabIndex = 1; this.chkAppFriendly.Text = "Friendly names (CTRL+F)"; this.chkAppFriendly.UseVisualStyleBackColor = true; // // chkUseSQL4CDS // this.chkUseSQL4CDS.AutoSize = true; this.chkUseSQL4CDS.Location = new System.Drawing.Point(16, 100); this.chkUseSQL4CDS.Name = "chkUseSQL4CDS"; this.chkUseSQL4CDS.Size = new System.Drawing.Size(197, 17); this.chkUseSQL4CDS.TabIndex = 5; this.chkUseSQL4CDS.Text = "Use SQL 4 CDS for SQL conversion"; this.chkUseSQL4CDS.UseVisualStyleBackColor = true; // // chkAppNoSavePrompt // this.chkAppNoSavePrompt.AutoSize = true; this.chkAppNoSavePrompt.Location = new System.Drawing.Point(16, 40); this.chkAppNoSavePrompt.Name = "chkAppNoSavePrompt"; this.chkAppNoSavePrompt.Size = new System.Drawing.Size(159, 17); this.chkAppNoSavePrompt.TabIndex = 2; this.chkAppNoSavePrompt.Text = "Do not prompt to save to file"; this.chkAppNoSavePrompt.UseVisualStyleBackColor = true; // // panel1 // this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.panel1.Controls.Add(this.llShowWelcome); this.panel1.Controls.Add(this.btnCancel); this.panel1.Controls.Add(this.btnOK); this.panel1.Location = new System.Drawing.Point(12, 633); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(449, 53); this.panel1.TabIndex = 8; // // llShowWelcome // this.llShowWelcome.AutoSize = true; this.llShowWelcome.Location = new System.Drawing.Point(7, 24); this.llShowWelcome.Name = "llShowWelcome"; this.llShowWelcome.Size = new System.Drawing.Size(114, 13); this.llShowWelcome.TabIndex = 2; this.llShowWelcome.TabStop = true; this.llShowWelcome.Text = "Show welcome screen"; this.llShowWelcome.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llShowWelcome_LinkClicked); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(370, 19); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOK.Location = new System.Drawing.Point(289, 19); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 0; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // gbDefaultQuery // this.gbDefaultQuery.Controls.Add(this.txtFetch); this.gbDefaultQuery.Controls.Add(this.panel2); this.gbDefaultQuery.Location = new System.Drawing.Point(12, 509); this.gbDefaultQuery.Name = "gbDefaultQuery"; this.gbDefaultQuery.Size = new System.Drawing.Size(451, 109); this.gbDefaultQuery.TabIndex = 7; this.gbDefaultQuery.TabStop = false; this.gbDefaultQuery.Text = "Default New Query"; // // txtFetch // this.txtFetch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtFetch.CurrentParseError = null; this.txtFetch.Dock = System.Windows.Forms.DockStyle.Fill; this.txtFetch.FormatAsYouType = true; this.txtFetch.Location = new System.Drawing.Point(3, 16); this.txtFetch.Name = "txtFetch"; xmlViewerSettings1.AttributeKey = System.Drawing.Color.Red; xmlViewerSettings1.AttributeValue = System.Drawing.Color.Blue; xmlViewerSettings1.Comment = System.Drawing.Color.Empty; xmlViewerSettings1.Element = System.Drawing.Color.DarkRed; xmlViewerSettings1.FontName = "Consolas"; xmlViewerSettings1.FontSize = 9F; xmlViewerSettings1.QuoteCharacter = '\"'; xmlViewerSettings1.Tag = System.Drawing.Color.Blue; xmlViewerSettings1.Value = System.Drawing.Color.Black; this.txtFetch.Settings = xmlViewerSettings1; this.txtFetch.Size = new System.Drawing.Size(364, 90); this.txtFetch.TabIndex = 4; this.txtFetch.Text = ""; this.txtFetch.Leave += new System.EventHandler(this.txtFetch_Leave); // // panel2 // this.panel2.Controls.Add(this.btnDefaultQuery); this.panel2.Controls.Add(this.btnFormatQuery); this.panel2.Dock = System.Windows.Forms.DockStyle.Right; this.panel2.Location = new System.Drawing.Point(367, 16); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(81, 90); this.panel2.TabIndex = 5; // // btnDefaultQuery // this.btnDefaultQuery.Location = new System.Drawing.Point(3, 3); this.btnDefaultQuery.Name = "btnDefaultQuery"; this.btnDefaultQuery.Size = new System.Drawing.Size(75, 23); this.btnDefaultQuery.TabIndex = 1; this.btnDefaultQuery.Text = "Default"; this.btnDefaultQuery.UseVisualStyleBackColor = true; this.btnDefaultQuery.Click += new System.EventHandler(this.btnDefaultQuery_Click); // // btnFormatQuery // this.btnFormatQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnFormatQuery.Location = new System.Drawing.Point(3, 64); this.btnFormatQuery.Name = "btnFormatQuery"; this.btnFormatQuery.Size = new System.Drawing.Size(75, 23); this.btnFormatQuery.TabIndex = 0; this.btnFormatQuery.Text = "Format"; this.btnFormatQuery.UseVisualStyleBackColor = true; this.btnFormatQuery.Click += new System.EventHandler(this.btnFormatQuery_Click); // // gbXml // this.gbXml.Controls.Add(this.btnResetXmlColors); this.gbXml.Controls.Add(this.propXmlColors); this.gbXml.Location = new System.Drawing.Point(239, 123); this.gbXml.Name = "gbXml"; this.gbXml.Size = new System.Drawing.Size(222, 145); this.gbXml.TabIndex = 4; this.gbXml.TabStop = false; this.gbXml.Text = "XML color scheme"; // // btnResetXmlColors // this.btnResetXmlColors.Image = ((System.Drawing.Image)(resources.GetObject("btnResetXmlColors.Image"))); this.btnResetXmlColors.Location = new System.Drawing.Point(177, 114); this.btnResetXmlColors.Name = "btnResetXmlColors"; this.btnResetXmlColors.Size = new System.Drawing.Size(30, 23); this.btnResetXmlColors.TabIndex = 8; this.btnResetXmlColors.UseVisualStyleBackColor = true; this.btnResetXmlColors.Click += new System.EventHandler(this.btnResetXmlColors_Click); // // propXmlColors // this.propXmlColors.CanShowVisualStyleGlyphs = false; this.propXmlColors.HelpVisible = false; this.propXmlColors.LineColor = System.Drawing.SystemColors.Window; this.propXmlColors.Location = new System.Drawing.Point(1, 19); this.propXmlColors.Name = "propXmlColors"; this.propXmlColors.PropertySort = System.Windows.Forms.PropertySort.NoSort; xmlColors1.AttributeKey = System.Drawing.Color.Red; xmlColors1.AttributeKeyColor = "Red"; xmlColors1.AttributeValue = System.Drawing.Color.Blue; xmlColors1.AttributeValueColor = "Blue"; xmlColors1.Comment = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); xmlColors1.CommentColor = "0"; xmlColors1.Element = System.Drawing.Color.DarkRed; xmlColors1.ElementColor = "DarkRed"; xmlColors1.Tag = System.Drawing.Color.Blue; xmlColors1.TagColor = "Blue"; xmlColors1.Value = System.Drawing.Color.Black; xmlColors1.ValueColor = "Black"; this.propXmlColors.SelectedObject = xmlColors1; this.propXmlColors.Size = new System.Drawing.Size(218, 104); this.propXmlColors.TabIndex = 7; this.propXmlColors.ToolbarVisible = false; this.propXmlColors.ViewBorderColor = System.Drawing.SystemColors.Window; this.propXmlColors.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propXmlColors_PropertyValueChanged); // // gbBehavior // this.gbBehavior.Controls.Add(this.chkAddConditionToFilter); this.gbBehavior.Controls.Add(this.chkResAllPages); this.gbBehavior.Controls.Add(this.chkUseSQL4CDS); this.gbBehavior.Controls.Add(this.chkAppNoSavePrompt); this.gbBehavior.Controls.Add(this.chkAppResultsNewWindow); this.gbBehavior.Location = new System.Drawing.Point(12, 163); this.gbBehavior.Name = "gbBehavior"; this.gbBehavior.Size = new System.Drawing.Size(222, 125); this.gbBehavior.TabIndex = 2; this.gbBehavior.TabStop = false; this.gbBehavior.Text = "Behavior"; // // chkAddConditionToFilter // this.chkAddConditionToFilter.AutoSize = true; this.chkAddConditionToFilter.Location = new System.Drawing.Point(16, 80); this.chkAddConditionToFilter.Name = "chkAddConditionToFilter"; this.chkAddConditionToFilter.Size = new System.Drawing.Size(193, 17); this.chkAddConditionToFilter.TabIndex = 4; this.chkAddConditionToFilter.Text = "Add Condition to Filter automatically"; this.chkAddConditionToFilter.UseVisualStyleBackColor = true; // // chkShowButtonTexts // this.chkShowButtonTexts.AutoSize = true; this.chkShowButtonTexts.Location = new System.Drawing.Point(16, 120); this.chkShowButtonTexts.Name = "chkShowButtonTexts"; this.chkShowButtonTexts.Size = new System.Drawing.Size(111, 17); this.chkShowButtonTexts.TabIndex = 10; this.chkShowButtonTexts.Text = "Show button texts"; this.chkShowButtonTexts.UseVisualStyleBackColor = true; // // Settings // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(475, 696); this.Controls.Add(this.gbBehavior); this.Controls.Add(this.gbXml); this.Controls.Add(this.gbDefaultQuery); this.Controls.Add(this.panel1); this.Controls.Add(this.gbAppearance); this.Controls.Add(this.gbResult); this.Controls.Add(this.gbAttributes); this.Controls.Add(this.gbEntities); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "Settings"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Settings"; this.gbEntities.ResumeLayout(false); this.gbEntities.PerformLayout(); this.gbAttributes.ResumeLayout(false); this.gbAttributes.PerformLayout(); this.gbResult.ResumeLayout(false); this.gbResult.PerformLayout(); this.gbAppearance.ResumeLayout(false); this.gbAppearance.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.gbDefaultQuery.ResumeLayout(false); this.panel2.ResumeLayout(false); this.gbXml.ResumeLayout(false); this.gbBehavior.ResumeLayout(false); this.gbBehavior.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() { xrmtb.XrmToolBox.Controls.XMLViewerSettings xmlViewerSettings1 = new xrmtb.XrmToolBox.Controls.XMLViewerSettings(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectViewDialog)); this.panel1 = new System.Windows.Forms.Panel(); this.cmbView = new System.Windows.Forms.ComboBox(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.cmbEntity = new System.Windows.Forms.ComboBox(); this.panel2 = new System.Windows.Forms.Panel(); this.lblNotCusomizable = new System.Windows.Forms.Label(); this.btnRefresh = new System.Windows.Forms.Button(); this.panOk = new System.Windows.Forms.Panel(); this.btnOk = new System.Windows.Forms.Button(); this.panCancel = new System.Windows.Forms.Panel(); this.button2 = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.txtFetch = new xrmtb.XrmToolBox.Controls.XMLViewer(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panOk.SuspendLayout(); this.panCancel.SuspendLayout(); this.panel3.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.cmbView); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.cmbEntity); 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(566, 71); this.panel1.TabIndex = 5; // // cmbView // this.cmbView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbView.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbView.FormattingEnabled = true; this.cmbView.Location = new System.Drawing.Point(112, 39); this.cmbView.Name = "cmbView"; this.cmbView.Size = new System.Drawing.Size(442, 21); this.cmbView.TabIndex = 2; this.cmbView.SelectedIndexChanged += new System.EventHandler(this.cmbView_SelectedIndexChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(12, 42); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(30, 13); this.label3.TabIndex = 10; this.label3.Text = "View"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(33, 13); this.label1.TabIndex = 6; this.label1.Text = "Entity"; // // cmbEntity // this.cmbEntity.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbEntity.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend; this.cmbEntity.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.cmbEntity.FormattingEnabled = true; this.cmbEntity.Location = new System.Drawing.Point(112, 12); this.cmbEntity.Name = "cmbEntity"; this.cmbEntity.Size = new System.Drawing.Size(442, 21); this.cmbEntity.Sorted = true; this.cmbEntity.TabIndex = 1; this.cmbEntity.SelectedIndexChanged += new System.EventHandler(this.cmbEntity_SelectedIndexChanged); this.cmbEntity.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cmbEntity_KeyDown); // // panel2 // this.panel2.Controls.Add(this.lblNotCusomizable); this.panel2.Controls.Add(this.btnRefresh); this.panel2.Controls.Add(this.panOk); this.panel2.Controls.Add(this.panCancel); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 384); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(566, 38); this.panel2.TabIndex = 6; // // lblNotCusomizable // this.lblNotCusomizable.AutoSize = true; this.lblNotCusomizable.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblNotCusomizable.ForeColor = System.Drawing.Color.Red; this.lblNotCusomizable.Location = new System.Drawing.Point(144, 13); this.lblNotCusomizable.Name = "lblNotCusomizable"; this.lblNotCusomizable.Size = new System.Drawing.Size(108, 13); this.lblNotCusomizable.TabIndex = 8; this.lblNotCusomizable.Text = "Not customizable!"; this.lblNotCusomizable.Visible = false; // // btnRefresh // this.btnRefresh.Location = new System.Drawing.Point(12, 8); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(102, 23); this.btnRefresh.TabIndex = 7; this.btnRefresh.Text = "Refresh Views"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // panOk // this.panOk.Controls.Add(this.btnOk); this.panOk.Dock = System.Windows.Forms.DockStyle.Right; this.panOk.Location = new System.Drawing.Point(384, 0); this.panOk.Name = "panOk"; this.panOk.Size = new System.Drawing.Size(91, 38); this.panOk.TabIndex = 6; // // btnOk // this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOk.Enabled = false; this.btnOk.Location = new System.Drawing.Point(3, 8); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.TabIndex = 4; this.btnOk.Text = "OK"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // panCancel // this.panCancel.Controls.Add(this.button2); this.panCancel.Dock = System.Windows.Forms.DockStyle.Right; this.panCancel.Location = new System.Drawing.Point(475, 0); this.panCancel.Name = "panCancel"; this.panCancel.Size = new System.Drawing.Size(91, 38); this.panCancel.TabIndex = 5; // // button2 // this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button2.Location = new System.Drawing.Point(3, 8); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 5; this.button2.Text = "Cancel"; this.button2.UseVisualStyleBackColor = true; // // panel3 // this.panel3.Controls.Add(this.txtFetch); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(0, 71); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(566, 313); this.panel3.TabIndex = 7; // // txtFetch // this.txtFetch.Dock = System.Windows.Forms.DockStyle.Fill; this.txtFetch.Location = new System.Drawing.Point(0, 0); this.txtFetch.Name = "txtFetch"; this.txtFetch.ReadOnly = true; xmlViewerSettings1.AttributeKey = System.Drawing.Color.Red; xmlViewerSettings1.AttributeValue = System.Drawing.Color.Blue; xmlViewerSettings1.Comment = System.Drawing.Color.Empty; xmlViewerSettings1.Element = System.Drawing.Color.DarkRed; xmlViewerSettings1.QuoteCharacter = '\"'; xmlViewerSettings1.Tag = System.Drawing.Color.Blue; xmlViewerSettings1.Value = System.Drawing.Color.Black; this.txtFetch.Settings = xmlViewerSettings1; this.txtFetch.Size = new System.Drawing.Size(566, 313); this.txtFetch.TabIndex = 3; this.txtFetch.Text = ""; // // SelectViewDialog // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.button2; this.ClientSize = new System.Drawing.Size(566, 422); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "SelectViewDialog"; this.Text = "Select View"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.panOk.ResumeLayout(false); this.panCancel.ResumeLayout(false); this.panel3.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(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XmlContentControl)); xrmtb.XrmToolBox.Controls.XMLViewerSettings xmlViewerSettings1 = new xrmtb.XrmToolBox.Controls.XMLViewerSettings(); this.btnSave = new System.Windows.Forms.Button(); this.btnExecute = new System.Windows.Forms.Button(); this.btnParseQE = new System.Windows.Forms.Button(); this.btnOk = new System.Windows.Forms.Button(); this.panCancel = new System.Windows.Forms.Panel(); this.btnCancel = new System.Windows.Forms.Button(); this.txtXML = new xrmtb.XrmToolBox.Controls.XMLViewer(); this.panActions = new System.Windows.Forms.Panel(); this.gbActions = new System.Windows.Forms.GroupBox(); this.panSQL4CDS = new System.Windows.Forms.Panel(); this.btnSQL4CDS = new System.Windows.Forms.Button(); this.lblActionsExpander = new System.Windows.Forms.Label(); this.panExecute = new System.Windows.Forms.Panel(); this.panParseQE = new System.Windows.Forms.Panel(); this.panSave = new System.Windows.Forms.Panel(); this.panOk = new System.Windows.Forms.Panel(); this.panLiveUpdate = new System.Windows.Forms.Panel(); this.chkLiveUpdate = new System.Windows.Forms.CheckBox(); this.panFormatting = new System.Windows.Forms.Panel(); this.gbFormatting = new System.Windows.Forms.GroupBox(); this.lblFormatExpander = new System.Windows.Forms.Label(); this.rbFormatMini = new System.Windows.Forms.RadioButton(); this.rbFormatEsc = new System.Windows.Forms.RadioButton(); this.rbFormatHTML = new System.Windows.Forms.RadioButton(); this.rbFormatXML = new System.Windows.Forms.RadioButton(); this.btnFormat = new System.Windows.Forms.Button(); this.tt = new System.Windows.Forms.ToolTip(this.components); this.panSQL4CDSInfo = new System.Windows.Forms.Panel(); this.lblSQL4CDSInfo = new System.Windows.Forms.Label(); this.panCancel.SuspendLayout(); this.panActions.SuspendLayout(); this.gbActions.SuspendLayout(); this.panSQL4CDS.SuspendLayout(); this.panExecute.SuspendLayout(); this.panParseQE.SuspendLayout(); this.panSave.SuspendLayout(); this.panOk.SuspendLayout(); this.panLiveUpdate.SuspendLayout(); this.panFormatting.SuspendLayout(); this.gbFormatting.SuspendLayout(); this.panSQL4CDSInfo.SuspendLayout(); this.SuspendLayout(); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.Location = new System.Drawing.Point(6, 0); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 6; this.btnSave.Text = "Save..."; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // btnExecute // this.btnExecute.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnExecute.Image = ((System.Drawing.Image)(resources.GetObject("btnExecute.Image"))); this.btnExecute.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.btnExecute.Location = new System.Drawing.Point(6, 0); this.btnExecute.Name = "btnExecute"; this.btnExecute.Size = new System.Drawing.Size(99, 23); this.btnExecute.TabIndex = 5; this.btnExecute.Text = "Execute"; this.btnExecute.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnExecute.UseVisualStyleBackColor = true; this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click); // // btnParseQE // this.btnParseQE.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnParseQE.Location = new System.Drawing.Point(6, 0); this.btnParseQE.Name = "btnParseQE"; this.btnParseQE.Size = new System.Drawing.Size(75, 23); this.btnParseQE.TabIndex = 3; this.btnParseQE.Text = "Parse"; this.btnParseQE.UseVisualStyleBackColor = true; this.btnParseQE.Click += new System.EventHandler(this.btnParseQE_Click); // // btnOk // this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOk.Location = new System.Drawing.Point(6, 0); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.TabIndex = 3; this.btnOk.Text = "&OK"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // panCancel // this.panCancel.Controls.Add(this.btnCancel); this.panCancel.Dock = System.Windows.Forms.DockStyle.Right; this.panCancel.Location = new System.Drawing.Point(590, 16); this.panCancel.Name = "panCancel"; this.panCancel.Size = new System.Drawing.Size(91, 28); this.panCancel.TabIndex = 4; this.panCancel.Visible = false; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(6, 0); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 4; this.btnCancel.Text = "Close"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // txtXML // this.txtXML.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtXML.CurrentParseError = null; this.txtXML.Dock = System.Windows.Forms.DockStyle.Fill; this.txtXML.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtXML.FormatAsYouType = true; this.txtXML.Location = new System.Drawing.Point(0, 0); this.txtXML.Name = "txtXML"; xmlViewerSettings1.AttributeKey = System.Drawing.Color.Blue; xmlViewerSettings1.AttributeValue = System.Drawing.Color.DarkRed; xmlViewerSettings1.Comment = System.Drawing.Color.Gray; xmlViewerSettings1.Element = System.Drawing.Color.DarkGreen; xmlViewerSettings1.FontName = "Consolas"; xmlViewerSettings1.FontSize = 9F; xmlViewerSettings1.QuoteCharacter = '\"'; xmlViewerSettings1.Tag = System.Drawing.Color.ForestGreen; xmlViewerSettings1.Value = System.Drawing.Color.Black; this.txtXML.Settings = xmlViewerSettings1; this.txtXML.Size = new System.Drawing.Size(682, 229); this.txtXML.TabIndex = 0; this.txtXML.Text = ""; this.txtXML.TextChanged += new System.EventHandler(this.txtXML_TextChanged); // // panActions // this.panActions.Controls.Add(this.gbActions); this.panActions.Dock = System.Windows.Forms.DockStyle.Bottom; this.panActions.Location = new System.Drawing.Point(0, 309); this.panActions.Name = "panActions"; this.panActions.Size = new System.Drawing.Size(682, 50); this.panActions.TabIndex = 10; // // gbActions // this.gbActions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gbActions.Controls.Add(this.panSQL4CDS); this.gbActions.Controls.Add(this.lblActionsExpander); this.gbActions.Controls.Add(this.panExecute); this.gbActions.Controls.Add(this.panParseQE); this.gbActions.Controls.Add(this.panSave); this.gbActions.Controls.Add(this.panOk); this.gbActions.Controls.Add(this.panCancel); this.gbActions.Controls.Add(this.panLiveUpdate); this.gbActions.Location = new System.Drawing.Point(-1, 4); this.gbActions.Name = "gbActions"; this.gbActions.Size = new System.Drawing.Size(684, 47); this.gbActions.TabIndex = 4; this.gbActions.TabStop = false; this.gbActions.Text = "Actions"; // // panSQL4CDS // this.panSQL4CDS.Controls.Add(this.btnSQL4CDS); this.panSQL4CDS.Dock = System.Windows.Forms.DockStyle.Right; this.panSQL4CDS.Location = new System.Drawing.Point(85, 16); this.panSQL4CDS.Name = "panSQL4CDS"; this.panSQL4CDS.Size = new System.Drawing.Size(118, 28); this.panSQL4CDS.TabIndex = 8; this.panSQL4CDS.Visible = false; // // btnSQL4CDS // this.btnSQL4CDS.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnSQL4CDS.Location = new System.Drawing.Point(6, 0); this.btnSQL4CDS.Name = "btnSQL4CDS"; this.btnSQL4CDS.Size = new System.Drawing.Size(106, 23); this.btnSQL4CDS.TabIndex = 4; this.btnSQL4CDS.Text = "Edit in SQL 4 CDS"; this.btnSQL4CDS.UseVisualStyleBackColor = true; this.btnSQL4CDS.Click += new System.EventHandler(this.btnSQL4CDS_Click); // // lblActionsExpander // this.lblActionsExpander.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblActionsExpander.AutoSize = true; this.lblActionsExpander.Cursor = System.Windows.Forms.Cursors.Hand; this.lblActionsExpander.Location = new System.Drawing.Point(662, 0); this.lblActionsExpander.Name = "lblActionsExpander"; this.lblActionsExpander.Padding = new System.Windows.Forms.Padding(1, 0, 1, 0); this.lblActionsExpander.Size = new System.Drawing.Size(14, 13); this.lblActionsExpander.TabIndex = 7; this.lblActionsExpander.Text = "–"; this.lblActionsExpander.Click += new System.EventHandler(this.llGroupBoxExpander_Clicked); // // panExecute // this.panExecute.Controls.Add(this.btnExecute); this.panExecute.Dock = System.Windows.Forms.DockStyle.Right; this.panExecute.Location = new System.Drawing.Point(203, 16); this.panExecute.Name = "panExecute"; this.panExecute.Size = new System.Drawing.Size(114, 28); this.panExecute.TabIndex = 1; // // panParseQE // this.panParseQE.Controls.Add(this.btnParseQE); this.panParseQE.Dock = System.Windows.Forms.DockStyle.Right; this.panParseQE.Location = new System.Drawing.Point(317, 16); this.panParseQE.Name = "panParseQE"; this.panParseQE.Size = new System.Drawing.Size(91, 28); this.panParseQE.TabIndex = 1; // // panSave // this.panSave.Controls.Add(this.btnSave); this.panSave.Dock = System.Windows.Forms.DockStyle.Right; this.panSave.Location = new System.Drawing.Point(408, 16); this.panSave.Name = "panSave"; this.panSave.Size = new System.Drawing.Size(91, 28); this.panSave.TabIndex = 2; // // panOk // this.panOk.Controls.Add(this.btnOk); this.panOk.Dock = System.Windows.Forms.DockStyle.Right; this.panOk.Location = new System.Drawing.Point(499, 16); this.panOk.Name = "panOk"; this.panOk.Size = new System.Drawing.Size(91, 28); this.panOk.TabIndex = 3; // // panLiveUpdate // this.panLiveUpdate.Controls.Add(this.chkLiveUpdate); this.panLiveUpdate.Dock = System.Windows.Forms.DockStyle.Left; this.panLiveUpdate.Location = new System.Drawing.Point(3, 16); this.panLiveUpdate.Name = "panLiveUpdate"; this.panLiveUpdate.Size = new System.Drawing.Size(131, 28); this.panLiveUpdate.TabIndex = 5; // // chkLiveUpdate // this.chkLiveUpdate.AutoSize = true; this.chkLiveUpdate.Location = new System.Drawing.Point(13, 4); this.chkLiveUpdate.Name = "chkLiveUpdate"; this.chkLiveUpdate.Size = new System.Drawing.Size(115, 17); this.chkLiveUpdate.TabIndex = 0; this.chkLiveUpdate.Text = "Live Update Query"; this.chkLiveUpdate.UseVisualStyleBackColor = true; this.chkLiveUpdate.CheckedChanged += new System.EventHandler(this.chkLiveUpdate_CheckedChanged); // // panFormatting // this.panFormatting.Controls.Add(this.gbFormatting); this.panFormatting.Dock = System.Windows.Forms.DockStyle.Bottom; this.panFormatting.Location = new System.Drawing.Point(0, 265); this.panFormatting.MaximumSize = new System.Drawing.Size(10000, 44); this.panFormatting.Name = "panFormatting"; this.panFormatting.Size = new System.Drawing.Size(682, 44); this.panFormatting.TabIndex = 7; // // gbFormatting // this.gbFormatting.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.gbFormatting.Controls.Add(this.lblFormatExpander); this.gbFormatting.Controls.Add(this.rbFormatMini); this.gbFormatting.Controls.Add(this.rbFormatEsc); this.gbFormatting.Controls.Add(this.rbFormatHTML); this.gbFormatting.Controls.Add(this.rbFormatXML); this.gbFormatting.Controls.Add(this.btnFormat); this.gbFormatting.Location = new System.Drawing.Point(-1, 3); this.gbFormatting.Name = "gbFormatting"; this.gbFormatting.Size = new System.Drawing.Size(684, 43); this.gbFormatting.TabIndex = 4; this.gbFormatting.TabStop = false; this.gbFormatting.Text = "Formatting"; // // lblFormatExpander // this.lblFormatExpander.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblFormatExpander.AutoSize = true; this.lblFormatExpander.Cursor = System.Windows.Forms.Cursors.Hand; this.lblFormatExpander.Location = new System.Drawing.Point(662, 0); this.lblFormatExpander.Name = "lblFormatExpander"; this.lblFormatExpander.Padding = new System.Windows.Forms.Padding(1, 0, 1, 0); this.lblFormatExpander.Size = new System.Drawing.Size(14, 13); this.lblFormatExpander.TabIndex = 6; this.lblFormatExpander.Text = "–"; this.lblFormatExpander.Click += new System.EventHandler(this.llGroupBoxExpander_Clicked); // // rbFormatMini // this.rbFormatMini.AutoSize = true; this.rbFormatMini.Location = new System.Drawing.Point(179, 19); this.rbFormatMini.Name = "rbFormatMini"; this.rbFormatMini.Size = new System.Drawing.Size(44, 17); this.rbFormatMini.TabIndex = 5; this.rbFormatMini.TabStop = true; this.rbFormatMini.Text = "Mini"; this.rbFormatMini.UseVisualStyleBackColor = true; this.rbFormatMini.Click += new System.EventHandler(this.rbFormatMini_Click); // // rbFormatEsc // this.rbFormatEsc.AutoSize = true; this.rbFormatEsc.Location = new System.Drawing.Point(130, 19); this.rbFormatEsc.Name = "rbFormatEsc"; this.rbFormatEsc.Size = new System.Drawing.Size(43, 17); this.rbFormatEsc.TabIndex = 3; this.rbFormatEsc.TabStop = true; this.rbFormatEsc.Text = "Esc"; this.rbFormatEsc.UseVisualStyleBackColor = true; this.rbFormatEsc.Click += new System.EventHandler(this.rbFormatEsc_Click); // // rbFormatHTML // this.rbFormatHTML.AutoSize = true; this.rbFormatHTML.Location = new System.Drawing.Point(69, 19); this.rbFormatHTML.Name = "rbFormatHTML"; this.rbFormatHTML.Size = new System.Drawing.Size(55, 17); this.rbFormatHTML.TabIndex = 2; this.rbFormatHTML.TabStop = true; this.rbFormatHTML.Text = "HTML"; this.rbFormatHTML.UseVisualStyleBackColor = true; this.rbFormatHTML.Click += new System.EventHandler(this.rbFormatHTML_Click); // // rbFormatXML // this.rbFormatXML.AutoSize = true; this.rbFormatXML.Location = new System.Drawing.Point(16, 19); this.rbFormatXML.Name = "rbFormatXML"; this.rbFormatXML.Size = new System.Drawing.Size(47, 17); this.rbFormatXML.TabIndex = 1; this.rbFormatXML.TabStop = true; this.rbFormatXML.Text = "XML"; this.rbFormatXML.UseVisualStyleBackColor = true; this.rbFormatXML.Click += new System.EventHandler(this.rbFormatXML_Click); // // btnFormat // this.btnFormat.Location = new System.Drawing.Point(267, 16); this.btnFormat.Name = "btnFormat"; this.btnFormat.Size = new System.Drawing.Size(75, 23); this.btnFormat.TabIndex = 4; this.btnFormat.Text = "Format"; this.btnFormat.UseVisualStyleBackColor = true; this.btnFormat.Click += new System.EventHandler(this.btnFormat_Click); // // panSQL4CDSInfo // this.panSQL4CDSInfo.BackColor = System.Drawing.SystemColors.Info; this.panSQL4CDSInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panSQL4CDSInfo.Controls.Add(this.lblSQL4CDSInfo); this.panSQL4CDSInfo.Dock = System.Windows.Forms.DockStyle.Bottom; this.panSQL4CDSInfo.Location = new System.Drawing.Point(0, 229); this.panSQL4CDSInfo.Name = "panSQL4CDSInfo"; this.panSQL4CDSInfo.Padding = new System.Windows.Forms.Padding(4); this.panSQL4CDSInfo.Size = new System.Drawing.Size(682, 36); this.panSQL4CDSInfo.TabIndex = 11; // // lblSQL4CDSInfo // this.lblSQL4CDSInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.lblSQL4CDSInfo.Location = new System.Drawing.Point(4, 4); this.lblSQL4CDSInfo.Name = "lblSQL4CDSInfo"; this.lblSQL4CDSInfo.Size = new System.Drawing.Size(672, 26); this.lblSQL4CDSInfo.TabIndex = 0; this.lblSQL4CDSInfo.Text = "FetchXML to SQL conversion can also be performed with when the SQL 4 CDS tool. Ge" + "t it from the Tool Library and enable SQL 4 CDS in FetchXML Builder Options to g" + "et even more accurate results."; // // XmlContentControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(682, 359); this.Controls.Add(this.txtXML); this.Controls.Add(this.panSQL4CDSInfo); this.Controls.Add(this.panFormatting); this.Controls.Add(this.panActions); this.DockAreas = ((WeifenLuo.WinFormsUI.Docking.DockAreas)((((WeifenLuo.WinFormsUI.Docking.DockAreas.Float | WeifenLuo.WinFormsUI.Docking.DockAreas.DockLeft) | WeifenLuo.WinFormsUI.Docking.DockAreas.DockRight) | WeifenLuo.WinFormsUI.Docking.DockAreas.Document))); this.HideOnClose = true; this.KeyPreview = true; this.Name = "XmlContentControl"; this.DockStateChanged += new System.EventHandler(this.XmlContentDisplayDialog_DockStateChanged); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.XmlContentDisplayDialog_FormClosing); this.Load += new System.EventHandler(this.XmlContentDisplayDialog_Load); this.VisibleChanged += new System.EventHandler(this.XmlContentDisplayDialog_VisibleChanged); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.XmlContentDisplayDialog_KeyDown); this.panCancel.ResumeLayout(false); this.panActions.ResumeLayout(false); this.gbActions.ResumeLayout(false); this.gbActions.PerformLayout(); this.panSQL4CDS.ResumeLayout(false); this.panExecute.ResumeLayout(false); this.panParseQE.ResumeLayout(false); this.panSave.ResumeLayout(false); this.panOk.ResumeLayout(false); this.panLiveUpdate.ResumeLayout(false); this.panLiveUpdate.PerformLayout(); this.panFormatting.ResumeLayout(false); this.gbFormatting.ResumeLayout(false); this.gbFormatting.PerformLayout(); this.panSQL4CDSInfo.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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XmlViewerControl)); xrmtb.XrmToolBox.Controls.XMLViewerSettings xmlViewerSettings1 = new xrmtb.XrmToolBox.Controls.XMLViewerSettings(); this.ToolStripTools = new System.Windows.Forms.ToolStrip(); this.ToolButtonFormat = new System.Windows.Forms.ToolStripButton(); this.ToolButtonSettings = new System.Windows.Forms.ToolStripButton(); this.PanelSettingsModal = new System.Windows.Forms.Panel(); this.PropertyGridSettings = new System.Windows.Forms.PropertyGrid(); this.PanelSettingsButtons = new System.Windows.Forms.Panel(); this.ButtonSettingsReset = new System.Windows.Forms.Button(); this.ButtonSettingsOk = new System.Windows.Forms.Button(); this.StatusStripErrors = new System.Windows.Forms.StatusStrip(); this.ToolStripLabelErrorMessage = new System.Windows.Forms.ToolStripStatusLabel(); this.XmlViewer = new xrmtb.XrmToolBox.Controls.XMLViewer(); this.ToolStripTools.SuspendLayout(); this.PanelSettingsModal.SuspendLayout(); this.PanelSettingsButtons.SuspendLayout(); this.StatusStripErrors.SuspendLayout(); this.SuspendLayout(); // // ToolStripTools // this.ToolStripTools.ImageScalingSize = new System.Drawing.Size(32, 32); this.ToolStripTools.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ToolButtonFormat, this.ToolButtonSettings }); this.ToolStripTools.Location = new System.Drawing.Point(0, 0); this.ToolStripTools.Name = "ToolStripTools"; this.ToolStripTools.Size = new System.Drawing.Size(786, 37); this.ToolStripTools.TabIndex = 3; // // ToolButtonFormat // this.ToolButtonFormat.Image = ((System.Drawing.Image)(resources.GetObject("ToolButtonFormat.Image"))); this.ToolButtonFormat.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.ToolButtonFormat.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonFormat.Name = "ToolButtonFormat"; this.ToolButtonFormat.Size = new System.Drawing.Size(139, 34); this.ToolButtonFormat.Text = "Format Xml"; this.ToolButtonFormat.ToolTipText = "Format Xml (Ctrl+S)"; this.ToolButtonFormat.Click += new System.EventHandler(this.ToolButtonFormat_Click); // // ToolButtonSettings // this.ToolButtonSettings.Image = ((System.Drawing.Image)(resources.GetObject("ToolButtonSettings.Image"))); this.ToolButtonSettings.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.ToolButtonSettings.ImageTransparentColor = System.Drawing.Color.Magenta; this.ToolButtonSettings.Name = "ToolButtonSettings"; this.ToolButtonSettings.Size = new System.Drawing.Size(109, 34); this.ToolButtonSettings.Text = "Settings"; this.ToolButtonSettings.Click += new System.EventHandler(this.ToolButtonSettings_Click); // // PanelSettingsModal // this.PanelSettingsModal.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.PanelSettingsModal.Controls.Add(this.PropertyGridSettings); this.PanelSettingsModal.Controls.Add(this.PanelSettingsButtons); this.PanelSettingsModal.Location = new System.Drawing.Point(3, 42); this.PanelSettingsModal.Name = "PanelSettingsModal"; this.PanelSettingsModal.Padding = new System.Windows.Forms.Padding(10); this.PanelSettingsModal.Size = new System.Drawing.Size(523, 674); this.PanelSettingsModal.TabIndex = 5; this.PanelSettingsModal.Visible = false; // // PropertyGridSettings // this.PropertyGridSettings.Dock = System.Windows.Forms.DockStyle.Fill; this.PropertyGridSettings.Location = new System.Drawing.Point(10, 10); this.PropertyGridSettings.Name = "PropertyGridSettings"; this.PropertyGridSettings.Size = new System.Drawing.Size(501, 592); this.PropertyGridSettings.TabIndex = 0; // // PanelSettingsButtons // this.PanelSettingsButtons.Controls.Add(this.ButtonSettingsReset); this.PanelSettingsButtons.Controls.Add(this.ButtonSettingsOk); this.PanelSettingsButtons.Dock = System.Windows.Forms.DockStyle.Bottom; this.PanelSettingsButtons.Location = new System.Drawing.Point(10, 602); this.PanelSettingsButtons.Name = "PanelSettingsButtons"; this.PanelSettingsButtons.Padding = new System.Windows.Forms.Padding(5); this.PanelSettingsButtons.Size = new System.Drawing.Size(501, 60); this.PanelSettingsButtons.TabIndex = 1; // // ButtonSettingsReset // this.ButtonSettingsReset.Location = new System.Drawing.Point(292, 5); this.ButtonSettingsReset.Margin = new System.Windows.Forms.Padding(3, 3, 15, 3); this.ButtonSettingsReset.Name = "ButtonSettingsReset"; this.ButtonSettingsReset.Size = new System.Drawing.Size(98, 53); this.ButtonSettingsReset.TabIndex = 1; this.ButtonSettingsReset.Text = "Reset"; this.ButtonSettingsReset.UseVisualStyleBackColor = true; this.ButtonSettingsReset.Click += new System.EventHandler(this.ButtonSettingsReset_Click); // // ButtonSettingsOk // this.ButtonSettingsOk.Location = new System.Drawing.Point(400, 5); this.ButtonSettingsOk.Margin = new System.Windows.Forms.Padding(10, 3, 3, 3); this.ButtonSettingsOk.Name = "ButtonSettingsOk"; this.ButtonSettingsOk.Size = new System.Drawing.Size(98, 53); this.ButtonSettingsOk.TabIndex = 0; this.ButtonSettingsOk.Text = "OK"; this.ButtonSettingsOk.UseVisualStyleBackColor = true; this.ButtonSettingsOk.Click += new System.EventHandler(this.ButtonSettingsOk_Click); // // StatusStripErrors // this.StatusStripErrors.ImageScalingSize = new System.Drawing.Size(32, 32); this.StatusStripErrors.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ToolStripLabelErrorMessage }); this.StatusStripErrors.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow; this.StatusStripErrors.Location = new System.Drawing.Point(0, 629); this.StatusStripErrors.Name = "StatusStripErrors"; this.StatusStripErrors.ShowItemToolTips = true; this.StatusStripErrors.Size = new System.Drawing.Size(786, 35); this.StatusStripErrors.TabIndex = 6; // // ToolStripLabelErrorMessage // this.ToolStripLabelErrorMessage.AutoToolTip = true; this.ToolStripLabelErrorMessage.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripLabelErrorMessage.Image"))); this.ToolStripLabelErrorMessage.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; this.ToolStripLabelErrorMessage.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.ToolStripLabelErrorMessage.Name = "ToolStripLabelErrorMessage"; this.ToolStripLabelErrorMessage.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never; this.ToolStripLabelErrorMessage.Size = new System.Drawing.Size(141, 30); this.ToolStripLabelErrorMessage.Text = "Parse Error: "; this.ToolStripLabelErrorMessage.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // XmlViewer // this.XmlViewer.BorderStyle = System.Windows.Forms.BorderStyle.None; this.XmlViewer.CurrentParseError = null; this.XmlViewer.Dock = System.Windows.Forms.DockStyle.Fill; this.XmlViewer.FormatAsYouType = true; this.XmlViewer.Location = new System.Drawing.Point(0, 37); this.XmlViewer.Name = "XmlViewer"; xmlViewerSettings1.AttributeKey = System.Drawing.Color.Blue; xmlViewerSettings1.AttributeValue = System.Drawing.Color.DarkRed; xmlViewerSettings1.Comment = System.Drawing.Color.Gray; xmlViewerSettings1.Element = System.Drawing.Color.DarkGreen; xmlViewerSettings1.FontName = "Consolas"; xmlViewerSettings1.FontSize = 9F; xmlViewerSettings1.QuoteCharacter = '\"'; xmlViewerSettings1.Tag = System.Drawing.Color.ForestGreen; xmlViewerSettings1.Value = System.Drawing.Color.Black; this.XmlViewer.Settings = xmlViewerSettings1; this.XmlViewer.Size = new System.Drawing.Size(786, 592); this.XmlViewer.TabIndex = 2; this.XmlViewer.Text = ""; this.XmlViewer.NotificationMessage += new System.EventHandler <xrmtb.XrmToolBox.Controls.NotificationEventArgs>(this.xmlViewer_NotificationMessage); // // XmlViewerControl // this.Controls.Add(this.XmlViewer); this.Controls.Add(this.StatusStripErrors); this.Controls.Add(this.PanelSettingsModal); this.Controls.Add(this.ToolStripTools); this.Name = "XmlViewerControl"; this.Size = new System.Drawing.Size(786, 664); this.Load += new System.EventHandler(this.XmlViewerControl_Load); this.BackColorChanged += new System.EventHandler(this.XmlViewerControl_PropertyChanged); this.CursorChanged += new System.EventHandler(this.XmlViewerControl_PropertyChanged); this.EnabledChanged += new System.EventHandler(this.XmlViewerControl_PropertyChanged); this.FontChanged += new System.EventHandler(this.XmlViewerControl_PropertyChanged); this.ForeColorChanged += new System.EventHandler(this.XmlViewerControl_PropertyChanged); this.RightToLeftChanged += new System.EventHandler(this.XmlViewerControl_PropertyChanged); this.ToolStripTools.ResumeLayout(false); this.ToolStripTools.PerformLayout(); this.PanelSettingsModal.ResumeLayout(false); this.PanelSettingsButtons.ResumeLayout(false); this.StatusStripErrors.ResumeLayout(false); this.StatusStripErrors.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() { xrmtb.XrmToolBox.Controls.XMLViewerSettings xmlViewerSettings1 = new xrmtb.XrmToolBox.Controls.XMLViewerSettings(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectMLDialog)); this.panel1 = new System.Windows.Forms.Panel(); this.cmbML = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.btnRefresh = new System.Windows.Forms.Button(); this.panOk = new System.Windows.Forms.Panel(); this.btnOk = new System.Windows.Forms.Button(); this.panCancel = new System.Windows.Forms.Panel(); this.button2 = new System.Windows.Forms.Button(); this.panel3 = new System.Windows.Forms.Panel(); this.txtFetch = new xrmtb.XrmToolBox.Controls.XMLViewer(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.panOk.SuspendLayout(); this.panCancel.SuspendLayout(); this.panel3.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.cmbML); this.panel1.Controls.Add(this.label1); 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(566, 46); this.panel1.TabIndex = 5; // // cmbML // this.cmbML.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cmbML.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbML.FormattingEnabled = true; this.cmbML.Location = new System.Drawing.Point(112, 12); this.cmbML.Name = "cmbML"; this.cmbML.Size = new System.Drawing.Size(442, 21); this.cmbML.TabIndex = 2; this.cmbML.SelectedIndexChanged += new System.EventHandler(this.cmbView_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(73, 13); this.label1.TabIndex = 6; this.label1.Text = "Marketing List"; // // panel2 // this.panel2.Controls.Add(this.btnRefresh); this.panel2.Controls.Add(this.panOk); this.panel2.Controls.Add(this.panCancel); this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel2.Location = new System.Drawing.Point(0, 384); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(566, 38); this.panel2.TabIndex = 6; // // btnRefresh // this.btnRefresh.Location = new System.Drawing.Point(12, 8); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(102, 23); this.btnRefresh.TabIndex = 7; this.btnRefresh.Text = "Refresh Views"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // panOk // this.panOk.Controls.Add(this.btnOk); this.panOk.Dock = System.Windows.Forms.DockStyle.Right; this.panOk.Location = new System.Drawing.Point(384, 0); this.panOk.Name = "panOk"; this.panOk.Size = new System.Drawing.Size(91, 38); this.panOk.TabIndex = 6; // // btnOk // this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOk.Enabled = false; this.btnOk.Location = new System.Drawing.Point(3, 8); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.TabIndex = 4; this.btnOk.Text = "OK"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // panCancel // this.panCancel.Controls.Add(this.button2); this.panCancel.Dock = System.Windows.Forms.DockStyle.Right; this.panCancel.Location = new System.Drawing.Point(475, 0); this.panCancel.Name = "panCancel"; this.panCancel.Size = new System.Drawing.Size(91, 38); this.panCancel.TabIndex = 5; // // button2 // this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button2.Location = new System.Drawing.Point(3, 8); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 5; this.button2.Text = "Cancel"; this.button2.UseVisualStyleBackColor = true; // // panel3 // this.panel3.Controls.Add(this.txtFetch); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(0, 46); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(566, 338); this.panel3.TabIndex = 7; // // txtFetch // this.txtFetch.Dock = System.Windows.Forms.DockStyle.Fill; this.txtFetch.Location = new System.Drawing.Point(0, 0); this.txtFetch.Name = "txtFetch"; this.txtFetch.ReadOnly = true; xmlViewerSettings1.AttributeKey = System.Drawing.Color.Red; xmlViewerSettings1.AttributeValue = System.Drawing.Color.Blue; xmlViewerSettings1.Comment = System.Drawing.Color.Empty; xmlViewerSettings1.Element = System.Drawing.Color.DarkRed; xmlViewerSettings1.QuoteCharacter = '\"'; xmlViewerSettings1.Tag = System.Drawing.Color.Blue; xmlViewerSettings1.Value = System.Drawing.Color.Black; this.txtFetch.Settings = xmlViewerSettings1; this.txtFetch.Size = new System.Drawing.Size(566, 338); this.txtFetch.TabIndex = 3; this.txtFetch.Text = ""; // // SelectMLDialog // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.button2; this.ClientSize = new System.Drawing.Size(566, 422); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "SelectMLDialog"; this.Text = "Select View"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panOk.ResumeLayout(false); this.panCancel.ResumeLayout(false); this.panel3.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() { xrmtb.XrmToolBox.Controls.XMLViewerSettings xmlViewerSettings1 = new xrmtb.XrmToolBox.Controls.XMLViewerSettings(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XmlContentDisplayDialog)); this.panBottom = new System.Windows.Forms.Panel(); this.panOk = new System.Windows.Forms.Panel(); this.btnOk = new System.Windows.Forms.Button(); this.panCancel = new System.Windows.Forms.Panel(); this.btnCancel = new System.Windows.Forms.Button(); this.btnFormat = new System.Windows.Forms.Button(); this.gbXml = new System.Windows.Forms.GroupBox(); this.txtXML = new xrmtb.XrmToolBox.Controls.XMLViewer(); this.panBottom.SuspendLayout(); this.panOk.SuspendLayout(); this.panCancel.SuspendLayout(); this.gbXml.SuspendLayout(); this.SuspendLayout(); // // panBottom // this.panBottom.BackColor = System.Drawing.SystemColors.Control; this.panBottom.Controls.Add(this.panOk); this.panBottom.Controls.Add(this.panCancel); this.panBottom.Controls.Add(this.btnFormat); this.panBottom.Dock = System.Windows.Forms.DockStyle.Bottom; this.panBottom.Location = new System.Drawing.Point(0, 309); this.panBottom.Name = "panBottom"; this.panBottom.Size = new System.Drawing.Size(536, 28); this.panBottom.TabIndex = 4; // // panOk // this.panOk.Controls.Add(this.btnOk); this.panOk.Dock = System.Windows.Forms.DockStyle.Right; this.panOk.Location = new System.Drawing.Point(354, 0); this.panOk.Name = "panOk"; this.panOk.Size = new System.Drawing.Size(91, 28); this.panOk.TabIndex = 4; // // btnOk // this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOk.Location = new System.Drawing.Point(16, 0); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.TabIndex = 3; this.btnOk.Text = "OK"; this.btnOk.UseVisualStyleBackColor = true; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // panCancel // this.panCancel.Controls.Add(this.btnCancel); this.panCancel.Dock = System.Windows.Forms.DockStyle.Right; this.panCancel.Location = new System.Drawing.Point(445, 0); this.panCancel.Name = "panCancel"; this.panCancel.Size = new System.Drawing.Size(91, 28); this.panCancel.TabIndex = 3; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(13, 0); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 4; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnFormat // this.btnFormat.Location = new System.Drawing.Point(6, 0); this.btnFormat.Name = "btnFormat"; this.btnFormat.Size = new System.Drawing.Size(75, 23); this.btnFormat.TabIndex = 2; this.btnFormat.Text = "Format XML"; this.btnFormat.UseVisualStyleBackColor = true; this.btnFormat.Click += new System.EventHandler(this.button3_Click); // // gbXml // this.gbXml.Controls.Add(this.txtXML); this.gbXml.Dock = System.Windows.Forms.DockStyle.Fill; this.gbXml.Location = new System.Drawing.Point(0, 0); this.gbXml.Name = "gbXml"; this.gbXml.Size = new System.Drawing.Size(536, 309); this.gbXml.TabIndex = 0; this.gbXml.TabStop = false; this.gbXml.Text = "XML"; // // txtXML // this.txtXML.Dock = System.Windows.Forms.DockStyle.Fill; this.txtXML.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtXML.Location = new System.Drawing.Point(3, 16); this.txtXML.Name = "txtXML"; xmlViewerSettings1.AttributeKey = System.Drawing.Color.Red; xmlViewerSettings1.AttributeValue = System.Drawing.Color.Blue; xmlViewerSettings1.Comment = System.Drawing.Color.Empty; xmlViewerSettings1.Element = System.Drawing.Color.DarkRed; xmlViewerSettings1.QuoteCharacter = '\"'; xmlViewerSettings1.Tag = System.Drawing.Color.Blue; xmlViewerSettings1.Value = System.Drawing.Color.Black; this.txtXML.Settings = xmlViewerSettings1; this.txtXML.Size = new System.Drawing.Size(530, 290); this.txtXML.TabIndex = 2; this.txtXML.Text = ""; // // XmlContentDisplayDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(536, 337); this.Controls.Add(this.gbXml); this.Controls.Add(this.panBottom); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.KeyPreview = true; this.Name = "XmlContentDisplayDialog"; this.ShowIcon = false; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.XmlContentDisplayDialog_FormClosing); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.XmlContentDisplayDialog_KeyDown); this.panBottom.ResumeLayout(false); this.panOk.ResumeLayout(false); this.panCancel.ResumeLayout(false); this.gbXml.ResumeLayout(false); this.ResumeLayout(false); }