From f1c29b89080720fe11b60ff4a1012009a6ca6ce1 Mon Sep 17 00:00:00 2001 From: Ewout Kramer Date: Fri, 4 Aug 2017 10:50:11 +0200 Subject: [PATCH] fix: removed word "Demo" from app title --- MainForm.Designer.cs | 139 ++++++++++++++++++++++--------------------- 1 file changed, 70 insertions(+), 69 deletions(-) diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs index 4a3f5bb..ea77697 100644 --- a/MainForm.Designer.cs +++ b/MainForm.Designer.cs @@ -33,6 +33,10 @@ private void InitializeComponent() this.btnValidate = new System.Windows.Forms.Button(); this.txtInstanceXml = new System.Windows.Forms.RichTextBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); + this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); + this.cbErrors = new System.Windows.Forms.CheckBox(); + this.cbWarnings = new System.Windows.Forms.CheckBox(); + this.cbInformation = new System.Windows.Forms.CheckBox(); this.btnCopyClipboard = new System.Windows.Forms.Button(); this.txtOutcome = new System.Windows.Forms.TextBox(); this.mainStrip = new System.Windows.Forms.StatusStrip(); @@ -49,15 +53,11 @@ private void InitializeComponent() this.lblDefinitionPath = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.openInstance = new System.Windows.Forms.OpenFileDialog(); - this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); - this.cbErrors = new System.Windows.Forms.CheckBox(); - this.cbWarnings = new System.Windows.Forms.CheckBox(); - this.cbInformation = new System.Windows.Forms.CheckBox(); this.instanceBox.SuspendLayout(); this.groupBox3.SuspendLayout(); + this.flowLayoutPanel1.SuspendLayout(); this.mainStrip.SuspendLayout(); this.groupBox1.SuspendLayout(); - this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // instanceBox @@ -125,6 +125,59 @@ private void InitializeComponent() this.groupBox3.TabStop = false; this.groupBox3.Text = "Last Validation results"; // + // flowLayoutPanel1 + // + this.flowLayoutPanel1.Controls.Add(this.cbErrors); + this.flowLayoutPanel1.Controls.Add(this.cbWarnings); + this.flowLayoutPanel1.Controls.Add(this.cbInformation); + this.flowLayoutPanel1.Location = new System.Drawing.Point(7, 181); + this.flowLayoutPanel1.Name = "flowLayoutPanel1"; + this.flowLayoutPanel1.Size = new System.Drawing.Size(327, 31); + this.flowLayoutPanel1.TabIndex = 10; + // + // cbErrors + // + this.cbErrors.Appearance = System.Windows.Forms.Appearance.Button; + this.cbErrors.AutoSize = true; + this.cbErrors.Checked = true; + this.cbErrors.CheckState = System.Windows.Forms.CheckState.Checked; + this.cbErrors.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.cbErrors.Location = new System.Drawing.Point(3, 3); + this.cbErrors.Name = "cbErrors"; + this.cbErrors.Size = new System.Drawing.Size(44, 23); + this.cbErrors.TabIndex = 8; + this.cbErrors.Text = "Errors"; + this.cbErrors.UseVisualStyleBackColor = true; + this.cbErrors.CheckedChanged += new System.EventHandler(this.cbOutcomeFilter_CheckedChanged); + // + // cbWarnings + // + this.cbWarnings.Appearance = System.Windows.Forms.Appearance.Button; + this.cbWarnings.AutoSize = true; + this.cbWarnings.Checked = true; + this.cbWarnings.CheckState = System.Windows.Forms.CheckState.Checked; + this.cbWarnings.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.cbWarnings.Location = new System.Drawing.Point(53, 3); + this.cbWarnings.Name = "cbWarnings"; + this.cbWarnings.Size = new System.Drawing.Size(62, 23); + this.cbWarnings.TabIndex = 9; + this.cbWarnings.Text = "Warnings"; + this.cbWarnings.UseVisualStyleBackColor = true; + this.cbWarnings.CheckedChanged += new System.EventHandler(this.cbOutcomeFilter_CheckedChanged); + // + // cbInformation + // + this.cbInformation.Appearance = System.Windows.Forms.Appearance.Button; + this.cbInformation.AutoSize = true; + this.cbInformation.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.cbInformation.Location = new System.Drawing.Point(121, 3); + this.cbInformation.Name = "cbInformation"; + this.cbInformation.Size = new System.Drawing.Size(69, 23); + this.cbInformation.TabIndex = 10; + this.cbInformation.Text = "Information"; + this.cbInformation.UseVisualStyleBackColor = true; + this.cbInformation.CheckedChanged += new System.EventHandler(this.cbOutcomeFilter_CheckedChanged); + // // btnCopyClipboard // this.btnCopyClipboard.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); @@ -152,6 +205,7 @@ private void InitializeComponent() // // mainStrip // + this.mainStrip.ImageScalingSize = new System.Drawing.Size(32, 32); this.mainStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mainStatusLabel}); this.mainStrip.Location = new System.Drawing.Point(0, 656); @@ -196,9 +250,9 @@ private void InitializeComponent() this.chkGenSnapshot.AutoSize = true; this.chkGenSnapshot.Checked = global::Furore.Fhir.ValidationDemo.Properties.Settings.Default.RegenerateSnapshot; this.chkGenSnapshot.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Furore.Fhir.ValidationDemo.Properties.Settings.Default, "RegenerateSnapshot", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.chkGenSnapshot.Location = new System.Drawing.Point(418, 19); + this.chkGenSnapshot.Location = new System.Drawing.Point(418, 9); this.chkGenSnapshot.Name = "chkGenSnapshot"; - this.chkGenSnapshot.Size = new System.Drawing.Size(133, 17); + this.chkGenSnapshot.Size = new System.Drawing.Size(146, 27); this.chkGenSnapshot.TabIndex = 24; this.chkGenSnapshot.Text = "Regenerate snapshots"; this.chkGenSnapshot.UseVisualStyleBackColor = true; @@ -209,9 +263,9 @@ private void InitializeComponent() this.chkDisableFP.AutoSize = true; this.chkDisableFP.Checked = global::Furore.Fhir.ValidationDemo.Properties.Settings.Default.DisableFP; this.chkDisableFP.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Furore.Fhir.ValidationDemo.Properties.Settings.Default, "DisableFP", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.chkDisableFP.Location = new System.Drawing.Point(248, 19); + this.chkDisableFP.Location = new System.Drawing.Point(248, 9); this.chkDisableFP.Name = "chkDisableFP"; - this.chkDisableFP.Size = new System.Drawing.Size(141, 17); + this.chkDisableFP.Size = new System.Drawing.Size(154, 27); this.chkDisableFP.TabIndex = 23; this.chkDisableFP.Text = "Disable Fhir&Path checks"; this.chkDisableFP.UseVisualStyleBackColor = true; @@ -222,9 +276,9 @@ private void InitializeComponent() this.chkShowTraceInfo.AutoSize = true; this.chkShowTraceInfo.Checked = global::Furore.Fhir.ValidationDemo.Properties.Settings.Default.EnableTrace; this.chkShowTraceInfo.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Furore.Fhir.ValidationDemo.Properties.Settings.Default, "EnableTrace", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.chkShowTraceInfo.Location = new System.Drawing.Point(13, 19); + this.chkShowTraceInfo.Location = new System.Drawing.Point(13, 9); this.chkShowTraceInfo.Name = "chkShowTraceInfo"; - this.chkShowTraceInfo.Size = new System.Drawing.Size(108, 17); + this.chkShowTraceInfo.Size = new System.Drawing.Size(121, 27); this.chkShowTraceInfo.TabIndex = 21; this.chkShowTraceInfo.Text = "&Trace information"; this.chkShowTraceInfo.UseVisualStyleBackColor = true; @@ -235,9 +289,9 @@ private void InitializeComponent() this.chkXsdValidation.AutoSize = true; this.chkXsdValidation.Checked = global::Furore.Fhir.ValidationDemo.Properties.Settings.Default.DoXsdValidation; this.chkXsdValidation.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Furore.Fhir.ValidationDemo.Properties.Settings.Default, "DoXsdValidation", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); - this.chkXsdValidation.Location = new System.Drawing.Point(135, 19); + this.chkXsdValidation.Location = new System.Drawing.Point(135, 9); this.chkXsdValidation.Name = "chkXsdValidation"; - this.chkXsdValidation.Size = new System.Drawing.Size(92, 17); + this.chkXsdValidation.Size = new System.Drawing.Size(105, 27); this.chkXsdValidation.TabIndex = 22; this.chkXsdValidation.Text = "&Xsd validation"; this.chkXsdValidation.UseVisualStyleBackColor = true; @@ -310,59 +364,6 @@ private void InitializeComponent() this.openInstance.Filter = "XML|*.xml|Json|*.json"; this.openInstance.Title = "Open an instance"; // - // flowLayoutPanel1 - // - this.flowLayoutPanel1.Controls.Add(this.cbErrors); - this.flowLayoutPanel1.Controls.Add(this.cbWarnings); - this.flowLayoutPanel1.Controls.Add(this.cbInformation); - this.flowLayoutPanel1.Location = new System.Drawing.Point(7, 181); - this.flowLayoutPanel1.Name = "flowLayoutPanel1"; - this.flowLayoutPanel1.Size = new System.Drawing.Size(327, 31); - this.flowLayoutPanel1.TabIndex = 10; - // - // cbErrors - // - this.cbErrors.Appearance = System.Windows.Forms.Appearance.Button; - this.cbErrors.AutoSize = true; - this.cbErrors.Checked = true; - this.cbErrors.CheckState = System.Windows.Forms.CheckState.Checked; - this.cbErrors.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.cbErrors.Location = new System.Drawing.Point(3, 3); - this.cbErrors.Name = "cbErrors"; - this.cbErrors.Size = new System.Drawing.Size(44, 23); - this.cbErrors.TabIndex = 8; - this.cbErrors.Text = "Errors"; - this.cbErrors.UseVisualStyleBackColor = true; - this.cbErrors.CheckedChanged += new System.EventHandler(this.cbOutcomeFilter_CheckedChanged); - // - // cbWarnings - // - this.cbWarnings.Appearance = System.Windows.Forms.Appearance.Button; - this.cbWarnings.AutoSize = true; - this.cbWarnings.Checked = true; - this.cbWarnings.CheckState = System.Windows.Forms.CheckState.Checked; - this.cbWarnings.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.cbWarnings.Location = new System.Drawing.Point(53, 3); - this.cbWarnings.Name = "cbWarnings"; - this.cbWarnings.Size = new System.Drawing.Size(62, 23); - this.cbWarnings.TabIndex = 9; - this.cbWarnings.Text = "Warnings"; - this.cbWarnings.UseVisualStyleBackColor = true; - this.cbWarnings.CheckedChanged += new System.EventHandler(this.cbOutcomeFilter_CheckedChanged); - // - // cbInformation - // - this.cbInformation.Appearance = System.Windows.Forms.Appearance.Button; - this.cbInformation.AutoSize = true; - this.cbInformation.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.cbInformation.Location = new System.Drawing.Point(121, 3); - this.cbInformation.Name = "cbInformation"; - this.cbInformation.Size = new System.Drawing.Size(69, 23); - this.cbInformation.TabIndex = 10; - this.cbInformation.Text = "Information"; - this.cbInformation.UseVisualStyleBackColor = true; - this.cbInformation.CheckedChanged += new System.EventHandler(this.cbOutcomeFilter_CheckedChanged); - // // MainForm // this.AcceptButton = this.btnValidate; @@ -374,18 +375,18 @@ private void InitializeComponent() this.Controls.Add(this.instanceBox); this.Controls.Add(this.groupBox3); this.Name = "MainForm"; - this.Text = ".NET Profile Validation Demo 1.4 (STU3)"; + this.Text = ".NET Profile Validation Tool 1.4 (STU3)"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed); this.Load += new System.EventHandler(this.MainForm_Load); this.instanceBox.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); + this.flowLayoutPanel1.ResumeLayout(false); + this.flowLayoutPanel1.PerformLayout(); this.mainStrip.ResumeLayout(false); this.mainStrip.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); - this.flowLayoutPanel1.ResumeLayout(false); - this.flowLayoutPanel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout();